[JBoss-user] [EJB 3.0] - Re: help on

2006-02-10 Thread Doegi
erm, isn't that a bit counterproductive?

I've got a Remote interface that remote clients use, but actually two different 
implementations depending on the enviroment.

Now with this change the remote client application needs to know what 
implementation is deployed onto JBoss, and any abstraction that EJB gave us are 
gone.   Why is that?  How do you do lookups now w/o knowing what Bean 
implements the remote interface?

Another thing:  Jobss doesn't deploy to EJBNAME/remote but to 
EARNAME/EJBBEANNAME/remote, so you also need to know the EAR name.

Thanks



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: help on

2006-02-09 Thread da.ogre
Many many thanks, guys!

I haven't read that doc about the changes and bumped my head what am I doing 
wrong, but haven't thought about that.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: help on

2006-02-08 Thread [EMAIL PROTECTED]
oups yes HelloBean/remote ;)

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: help on

2006-02-08 Thread [EMAIL PROTECTED]
Try a lookup on  "Hello/remote" instead of 
"Hello.class.getName()"

http://wiki.jboss.org/wiki/Wiki.jsp?page=FromJBossEJB3.0RC3ToRC4PFD
"The default JNDI name for any @Remote or @Local interfaces is no longer the 
FQN of the interface. It is now EJBNAME/remote or EJBNAME/local respectively."





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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: help on

2006-02-08 Thread wesslan
Naming convention in JNDI is:
EAR_FILE_WITHOUT_EAR_SUFFIX/BEAN_NAME/remote
and
EAR_FILE_WITHOUT_EAR_SUFFIX/BEAN_NAME/local


So in your case you cannot look up your bean with Hello.class.getName() because 
this is the old (4.0.3SP1) style. You sould do something like:
HelloBean/remote

I can't really remember how it works when just packaging with ejb3...

Regards Peter

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: help on

2006-02-08 Thread s.rzytki
Hello
  I had the same problem. I still looking for an answer... :)

Regards Sebastian




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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user