-
```
>What steps will reproduce the problem?
1. When I use 4 different maps, all browsers show me a JavaScript infinite
recursion.
>What is the expected output? What do you see instead?
Because of the…
-
```
I created a jar containing a class TestPlugin implementing IPlugin which
extends the Plugin interface from jspf. This jar is deployed within an EAR. I
call an EJB method which starts the Plugin…
-
I am getting this error "TypeError: doc.internal.getLineHeight is not a function" when creating a PDF. I've tried just setting the line height to a number, 10 , etc., but the pdf does not show anythi…
-
```
I am trying to see if JSPF can be used with GWT. GWT needs sources for all
modules and I could not get around this limitation yet.
```
Original issue reported on code.google.com by `ved.ant...@g…
-
```
What steps will reproduce the problem?
1. Use JSPF in a GWT project
Please check the complete issue details on :
http://stackoverflow.com/questions/6912504/ant-task-to-include-source-files-for-
…
-
```
Following the pattern for JSPF injection in the Manage Servers servlet,
allowing injection into the welcome page could allow modules such as the
client-test module to include their own custom li…
-
```
Hello Ralf,
Is it possible to group several plugins with one classloader?
In my real-life case each plugin has several cross-dependent Apache Cayenne
(database persistence engine) classes. When…
-
```
Hello Ralf,
Is it possible to group several plugins with one classloader?
In my real-life case each plugin has several cross-dependent Apache Cayenne
(database persistence engine) classes. When…
-
```
Yesterday while profiling my application in NetBeans and VisualVM I discovered
that no plugins classes profiled at all. They are invisible to profilers.
Possible due to separate classloader or so…
-
I'm confused...
I pulled to production the new code for feature service preview, but when I `mvn compile` it only writes to the `ogp.js` and `ogpLib.js` files, rather than the individual ones as has …