[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-28 Thread nsmith80
nsmith80 wrote : I'm trying to use 4.2.2GA for an EJB3 application that currently runs in 4.0.5GA without any major issues. I'm running into an issue where the app server is trying to use ejb-jar.xml file even though I don't use it. I get the following warnings when I start the server

[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-28 Thread nsmith80
Didn't mean to add anything. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132945#4132945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132945 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Moving app from 4.0.5GA to 4.2.2GA

2008-02-28 Thread nsmith80
I'm trying to use 4.2.2GA for an EJB3 application that currently runs in 4.0.5GA without any major issues. I'm running into an issue where the app server is trying to use ejb-jar.xml file even though I don't use it. I get the following warnings when I start the server: | 008-02-26

[jboss-user] [EJB 3.0] - Re: Moving app from 4.0.5GA to 4.2.2GA

2008-02-28 Thread nsmith80
Here's the bean, the interface(s) implemented, and class he inherits from. Basically the business tier was built on a hierarchical scheme where the highest level user BeloAdmin would inherit his characteristics from the lower levels. ie. RegionAdmin | package

[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-27 Thread nsmith80
Here's the bean, the interface(s) implemented, and class he inherits from. Basically the business tier was built on a hierarchical scheme where the highest level user BeloAdmin would inherit his characteristics from the lower levels. ie. RegionAdmin @Stateless public class

[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-27 Thread nsmith80
nsmith80 wrote : Here's the bean, the interface(s) implemented, and class he inherits from. Basically the business tier was built on a hierarchical scheme where the highest level user BeloAdmin would inherit his characteristics from the lower levels. ie. RegionAdmin

[jboss-user] [EJB/JBoss] - Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-26 Thread nsmith80
I'm trying to use 4.2.2GA for an EJB3 application that currently runs in 4.0.5GA without any major issues. I'm running into an issue where the app server is trying to use ejb-jar.xml file even though I don't use it. I get the following warnings when I start the server: 008-02-26 13:34:22,737

[jboss-user] [EJB 3.0] - Can a EJB3 stateless bean extend another stateless bean?

2007-06-29 Thread nsmith80
Let me give you a brief background on the task I'm trying to accomplish before my questions. I'm trying to set up a hierarchical user structure. This is the structure top down: Belo Admin, Regional Admin, DMA Manager, and DMA user. Each user needs to inherit the functions of the users below