[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-11-01 Thread magicroomy
Hi, any news on the subject? Greetings, Volker View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263368#4263368 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263368 ___ jboss-user

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-11-01 Thread jaikiran
Looks like a bug to me. Please create a JIRA here https://jira.jboss.org/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263387#4263387 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263387

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-10-20 Thread magicroomy
Hi, i sent you my eclipse sample project. I hope it reaches you. Thank you for your help. Greetings Volker View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4261177#4261177 Reply to the post :

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-10-20 Thread jaikiran
magicroomy wrote : I hope it reaches you. | | Received. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4261180#4261180 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4261180

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-10-19 Thread magicroomy
Hi, yes i think the data i posted is correct. The JNDI Tree for the EJB2 accessing the EJB3 looks as follows: java:comp namespace of the EJB2 bean: +- TransactionSynchronizationRegistry[link - java:TransactionSynchronizationRegistry] (class: javax.naming.LinkRef) +- env (class:

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-10-19 Thread magicroomy
Damn... checked again and i posted the wrong Lookup. It must be lookup(EJB3Remote) instead of EJB2Remote. My code is like that but it does not work that way. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4260994#4260994 Reply to the post :

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-10-19 Thread jaikiran
ejb-ref | ejb-ref-nameEJB2Remote/ejb-ref-name | ejb-ref-typeSession/ejb-ref-type | homeEJB3Home/home | remoteEJB3Remote/remote | ejb-linkEJB3/ejb-link | /ejb-ref Try removing the ejb-link from that configuration. View the original post :

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-10-19 Thread magicroomy
I tried... doesn't work either. Can i send you a little eclipse demo project somehow? Greetings Volker View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4261055#4261055 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4261055

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-10-19 Thread jaikiran
Sure. Drop me a mail to the address available in my profile. If this turns out to be a bug, we can track it through JIRA. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4261087#4261087 Reply to the post :

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-10-16 Thread jaikiran
Are those the exact configurations? If not, can you please post the exact ones? Also, please post the JNDIView output http://www.jboss.org/community/wiki/DisplayTheJDNITreeWithTheJMXConsole and the exact code which is doing the lookup. While posting logs or xml content or code, please remember