I'm running JBoss 4.0.1sp1 on Fedora Core4, with JDK 1.5.0_05.
I have a low traffic web app deployed to the server that gets approx 6 page
hits an hour. The JVM is configured with -Xms128m -Xmx128m.
Using JConsole I see the eden VM space increase by 10Mb each minute and then
get collected back
I worked out the issue, and it all depended on the correct config for the
persistence.xml file.
Since the @PersistenceContext annotation introduces a dependency between my
SLSB and the Persistence Context/Persistence Unit, if the persistence.xml file
is incorrect, the SLSB would not deploy corr
I'm getting this exception when looking up an EJB3.0 Stateless Session Bean:
java.lang.ClassCastException: org.jnp.interfaces.NamingContext
I'm using JBoss 4.0.4RC1.
My SLSB is as simple as this:
| @Stateless
| public class AddressBookBean implements AddressBook {
|
| @PersistenceC
I think I can answer my own question - if I manualy create these files in the
expected locations then everything works.
IDE guys: it would be a neat feature if you could automatically created the
required packaing files when you create the projects from the IDE wizards?
Thanks!
Kevin
View the
I might be missing the point here, but when I use the Packaging Configuration
and I configure an ejb jar and an ear, where are the manifest.mf and
application.xml files generated?
I run the select 'Run Packaging' and get the error:
G:\develop\ejb30_demo\Test1\packaging-build.xml:5: Manifest file
I'm trying to follow the ejb3.0 trailblazer and tutorial for the 1.5 IDE - it
seems that although the IDE will create EJB3.0 code skeletons, the deployment
support for creating jars and ears does not work for ejb3.0?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Using JBoss 4.0.1, Eclipse 3.1.1 with JBoss IDE 1.5RC1, JDK 1.5.0-01b8
I start the server from the Server Navigator in Eclipse and hit some pages in
my web app. If I make code changes and recompile, rebuild and redeploy my WAR
(using an ant script) on the server while it is still running, I get