[jboss-user] [EJB 3.0] - Re: Eclipse RCP connect to JBoss EJB 3.0

2006-10-13 Thread dillboy
Hi Jens, Were you able to find any examples for this problem? We are experiencing the same issues here with our RCP/EJB3 project. Brian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978196#3978196 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [EJB 3.0] - Re: Eclipse RCP connect to JBoss EJB 3.0

2006-07-24 Thread jensmcramer
Hi Max, thanks for your reply. You're right, buddy classloading IS working when you do things right :) I've missed to include my Domain-Classes-JAR in the Classpath section of the Runtime Tab. A hole weekend of work and it was only one line in the manifest missing to get thinks done :) Thank

[jboss-user] [EJB 3.0] - Re: Eclipse RCP connect to JBoss EJB 3.0

2006-07-24 Thread [EMAIL PROTECTED]
buddyclassloading should work, but remember it is the plugin that has the dynamic classloading jars that needs to be a buddy. Also remember to run eclipse with a -clean argument since eclipse can be stubborn in actually recognizing new things in manifest.mf/plugin.xml without it. View the orig