[jboss-user] [EJB 3.0] - Re: EJB 3.1/2 Embeddable Usage

2008-11-18 Thread wolfc
This is probably the culprit: jboss:jboss-common-core:jar:2.0.2.GA:compile It probably ends up before org.jboss:jboss-common-core:jar:2.2.8.GA on the classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190251#4190251 Reply to the post : http://www.jbos

[jboss-user] [EJB 3.0] - Re: EJB 3.1/2 Embeddable Usage

2008-10-17 Thread bus387
"sisepago" wrote : After my first try with EJB 3.1/2 Embeddable Usage yesterday, I ran on trouble and then I exchanged mails with Carlo. May be this can help someone. | have fun! | | There are a lot of bugs in Maven which leads into getting an unstable | classpath configuration. What y

[jboss-user] [EJB 3.0] - Re: EJB 3.1/2 Embeddable Usage

2008-10-09 Thread sisepago
After my first try with EJB 3.1/2 Embeddable Usage yesterday, I ran on trouble and then I exchanged mails with Carlo. May be this can help someone. have fun! There are a lot of bugs in Maven which leads into getting an unstable classpath configuration. What you're seeing is a wrong version of a

[jboss-user] [EJB 3.0] - Re: EJB 3.1/2 Embeddable Usage

2008-10-05 Thread wolfc
No, but you can always plug-in the EAR deployer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180473#4180473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180473 ___ jboss-

[jboss-user] [EJB 3.0] - Re: EJB 3.1/2 Embeddable Usage

2008-10-03 Thread jaikiran
Carlo, I see that a EJBContainer can be created using the jar files in the classpath: | /** | * Create and initialize an embeddable EJB container. | * JVM classpath is searched for all ejb-jars or exploded ejb-jars in directory format. | * | * @return EJBContainer ins