Hi,
I have faced these issues in my short experience with jboss.
Here are few points that i have found in this regards.
IMPORTANT
install JBoss4.0.4RC1 with ejb3 configuration  it says not compliant with j2ee 
1.4 but works fine

1) Deploying Session Bean (lets say MyBean) as a part of an xxxx.ear will bind 
it to the  xxxx/MyBean/local and xxxx/MyBean/remote. Depending on what 
interfaces you have supplied while implementing. IMPORTANT not its not in java 
namespace
2) If the Session Bean is deployed on its own then its will bind to 
MyBean/remote and MyBean/local, again depending on interfces that you implement.
3) In order to modify this behaviour, use @RemoteBinding and @LocalBinding in 
the class definition.

Now the problem with 3rd approach is that in JBoss4.0.0RC1 doesn't work, the 
reason is that I am not able to locate both the annotation RemotBinding and 
LocalBinding in the jars supplied. I am using JBossIDE itself to develop my 
aplication. I have no clue why isnt anything mentioned abt it. I have scaned 
the use net too... but no success.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925894#3925894

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925894


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to