[JBoss-user] [Performance Tuning] - Eden space increasing by 10Mb every minute and GC'ing back t

2006-04-01 Thread khooke
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

[JBoss-user] [EJB 3.0] - Re: ClassCastException looking up EJB3.0 SLSB

2006-03-14 Thread khooke
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

[JBoss-user] [EJB 3.0] - ClassCastException looking up EJB3.0 SLSB

2006-03-13 Thread khooke
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

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Packaging EJB3.0 apps with IDE 1.5.1

2006-03-11 Thread khooke
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

[JBoss-user] [JBoss Eclipse IDE (users)] - Packaging EJB3.0 apps with IDE 1.5.1

2006-03-10 Thread khooke
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

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Building EJB3 project

2006-03-10 Thread khooke
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

[JBoss-user] [Installation, Configuration & Deployment] - WAR deploy - apps fails on hotdeploy - JBoss 4.0.1/JBoss IDE

2006-01-29 Thread khooke
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