[jboss-user] [EJB 3.0] - EntityManager inject in an EJB 2.1 Sesssion Bean

2008-11-19 Thread naguilar
I have an application that uses EJB 2.1 stateless sessions beans and JDBC. I would like to move the JDBC towards EJB 3 Entities so I won't have to manage the SQL, but because of time I cannot upgrade my sessions beans (so they must continue to follow the EJB 2.1 spec). I've successuflly writ

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: NoClassDefFoundError and ClassNotFoundException errors d

2008-08-21 Thread naguilar
Issue Resolved. The reason why I was getting this error was not not because isolation was turned on, it was because the servlets in my WAR file were loading on startup and they referenced classes that existed in the EAR file. Since the WAR and EAR were deployed seperately, the WAR was being lo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: NoClassDefFoundError and ClassNotFoundException errors d

2008-08-19 Thread naguilar
Since the post isn't showing the XML tags for the ear-deployer.xml, Here are the attribute settings: attribute name="Isolated" -> false attribute name="CallByValue" -> false attribute name="EnablelibDirectoryByDefault" -> true View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Installation, Configuration & DEPLOYMENT] - NoClassDefFoundError and ClassNotFoundException errors durin

2008-08-19 Thread naguilar
I have an application that I'm trying to deploy to JBossAS 4.2.3, but can't because I keep getting both java.lang.NoClassDefFoundError and java.lang.ClassNotFoundException. Please note that this application was previously deployed on JBoss 3.2.8 without any problems. My application is organize

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error in WARDeployer while starting JBoss AS 4.2.3

2008-08-19 Thread naguilar
That was it! An older version of xerces was being copied to the server\default\lib folder which seems to cause a conflict with the \lib version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171314#4171314 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Error in WARDeployer while starting JBoss AS 4.2.3

2008-08-15 Thread naguilar
I'm migrating an application from JBoss 3.2.8 (JDK 1.5) to JBoss 4.2.3 (JDK 1.5), but when I start the server I get an error about being unable to create a new SAX parser. Any help is greatly appreciated appreciated. Here is the stack trace: 11:17:17,015 INFO [ServiceConfigurator] Problem co

[jboss-user] [Beginners Corner] - Re: Monitoring EJB Pool Size

2008-07-18 Thread naguilar
Disregard. Got my answer in post http://www.jboss.com/index.html?module=bb&op=viewtopic&t=137267. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165441#4165441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165441 ___

[jboss-user] [Beginners Corner] - Monitoring EJB Pool Size

2008-07-18 Thread naguilar
I'm trying to find out if JBoss has a mechanism that will allow me to see how many beans (stateless/mdb) currently exist in the pool. I have my min set to 5 and my max to 15, so I want to know if I can monitor the increase or decrease of the pool size so I can do some tuning. View the original