[jboss-user] [EJB 3.0] - Re: Invoke remote EJB3 from JVM 1.4 client

2007-09-05 Thread bmaras
All right, thanks for this feedback. So you confirm that this method should work on version RC6 of EJB3? (we only use Session Stateless EJB3s) Do you know on which version of EJB3 the specification became Java 5 dependent? Is it RC7, or higher? Thanks View the original post : http://www.jbos

[jboss-user] [EJB 3.0] - Re: Invoke remote EJB3 from JVM 1.4 client

2007-08-14 Thread bmaras
I opened a patch proposal for this feature : http://jira.jboss.com/jira/browse/EJBTHREE-1029 It also contains the files mentioned above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073969#4073969 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [EJB 3.0] - Re: Any possibility to invoke EJB3 from 1.4 client?

2007-08-08 Thread bmaras
I managed to generate a client jar to call remote EJB3 from a JVM 1.4 client, at least in my case (Session Stateless, JBoss 4.0.3SP1 + EJB3 RC6) I'd like to have your feedback on the way I did it. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115520 View the original post : http:

[jboss-user] [EJB 3.0] - Re: EJB3 remote client

2007-08-08 Thread bmaras
I managed to generate a client jar to call remote EJB3 from a JVM 1.4 client, at least in my case (Session Stateless, JBoss 4.0.3SP1 + EJB3 RC6) I'd like to have your feedback on the way I did it. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115520 View the original post : http:

[jboss-user] [EJB 3.0] - Invoke remote EJB3 from JVM 1.4 client

2007-08-08 Thread bmaras
I managed to call remote EJB3 from a JVM 1.4 client. I would be glad to have some feedback on the way I dit it : is it safe? Should I open a JIRA to publish a patch? I use JBoss 4.0.3SP1 with EJB3 RC6. A JDK 1.5 is needed for the EJB3. I need to remotely call some of these EJB from a client that