[JBoss-user] [EJB 3.0] - Re: how to manage ejb3.0-project in eclipse

2006-04-20 Thread javaos
@kh2ouija: it works!!! I just tried another example and program execution stops at the breakpoint. Thanks a lot for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938528#3938528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [EJB 3.0] - Re: how to manage ejb3.0-project in eclipse

2006-04-20 Thread javaos
@kh2ouija: Yes, I launch JBoss from Eclipse. But I'm not sure whether the method where I put the breakpoint is executed. I made a System.out which I didn't see on console. I will try another example as soon as I find the time. What counts I the fact that it works for you, because then it will w

[JBoss-user] [EJB 3.0] - Re: how to manage ejb3.0-project in eclipse

2006-04-19 Thread kh2ouija
@javaos I assume you launch JBoss from Eclipse, using a JBoss launch configuration. Are you sure the method where you set your breakpoint actually gets executed? Because for me it *just works*. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938218#3938218 R

[JBoss-user] [EJB 3.0] - Re: how to manage ejb3.0-project in eclipse

2006-04-18 Thread [EMAIL PROTECTED]
Hello I Found an article about how to develop EJB3 + WTP plugin in Eclipse there : http://labo-sun.com/resource-fr-articles-1063-0-java-eclipse-j2ee-ecriture-d-application-web-et-ejb3-avec-eclipse-wtp.htm (but it's in french ...) Good luck View the original post : http://www.jboss.com/index.ht

[JBoss-user] [EJB 3.0] - Re: how to manage ejb3.0-project in eclipse

2006-04-18 Thread javaos
@kh2ouija: Many thanks to you. You helped me a lot by giving me the hint to use "package configurations" to configure an .ear-archive. But If I deploy the .ear-file using the "deployment"-menuitem while running JBoss in debug-mode (using the configuration I specified in eclipse), I cannot debug

[JBoss-user] [EJB 3.0] - Re: how to manage ejb3.0-project in eclipse

2006-04-17 Thread kh2ouija
I use JBossIDE. First go to Debug... and create a JBoss launch configuration. Create a normal Java project with a directory structure similar to the one in the Seam examples, as I find that one very intuitive. Make sure you have all necesary libs (seam dependencies, seam, myfaces, facelets etc