[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread jej2003
I got the example to run. Thanks for everyones help! Off to J2EE wonderland now! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141032#4141032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141032 ___

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread jej2003
Yeah you were correct. I now get the test application to deploy without any errors. I am now trying to build the client for this and I am not sure where this should be created. Should the client be placed in the CalculatorClient project that was created when I built the EJB Project or does it

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread [EMAIL PROTECTED]
That is a generic java error message. It means you've compiled with one jdk and are trying to run with a JRE of a different (lower) version. Specifically, your workspace compiler is probably java 6, and you're running jboss with a 5.0 JRE. (That's my best guess) View the original post : http

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread jej2003
I am, so I am not sure what the deal is. I am trying to follow the tutorial at http://docs.jboss.org/ejb3/app-server/tutorial/stateless/stateless.html. I have created an EJB Project (which also generated a Client and and EAR project), under ejbModule I created all the src files, but when I righ

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread [EMAIL PROTECTED]
Please make sure you're using "JBoss, a division of Red Hat" when creating your server, not "JBoss". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140981#4140981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140981

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread jej2003
Ok, new problem. I am trying to deploy my new EJB project to JBoss 4.0.4 and I get an error saying JBoss 4.0.4 does not support version 5.0 of the J2EE Enterprise application specification. If I install a new server I can launch this using 4.2 (at least the above message goes away) but my grou

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread jej2003
Great, I will go through and use the EJB wizard then. Thanks! I am browsing through the documentation that is at www.jboss.org/tools now. Is there any tutorials that anyone is aware of to go through the process of building a hello world sort of J2EE App? View the original post : http://www.j

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-01 Thread [EMAIL PROTECTED]
www.jboss.org/tools -> click documentation ;) And we do target Eclipse 3.3.x. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140782#4140782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140782

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-01 Thread [EMAIL PROTECTED]
The JBoss IDE EJB project type no longer exists. It was deemed redundant with the webtools ejb project. It provided little to no added functionality. The wizards to create some EJB elements are still present. Also, I don't believe we target 3.3 though I'm not sure. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-01 Thread jej2003
Maybe I am asking the wrong questions. In the version of JBoss tools that I am using what is the procedure for building a new EJB Project? Should there be a JBoss-IDE project category in the wizard dialog? Is there any good beginner documentation for building ejbs? View the original post :