[JBoss-user] [Management, JMX/JBoss] - Re: calling an EJB from MBean

2004-04-14 Thread raja05
There are multiple options here.
1. You could bundle them all into a EAR (SAR + JAR) so it will be loaded as one single 
entity.
2. As Juha pointed out, its no different from calling it from a standalone client Vs. 
servlet Vs. MBean. All you need to do is get the InitialContext and lookup your EJB 
JNDI. You will need to get your Home and Remote interfaces in ur SAR(ofcourse!!).


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830527#3830527

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830527


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: calling an EJB from MBean

2004-04-12 Thread kabkhan
I think if you look in the jmx-console under JNDIView you should be able to get the 
global JNDI names of your EJB's

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830172#3830172

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830172


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: calling an EJB from MBean

2004-04-11 Thread Berritxu
How can I do it?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830138#3830138

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830138


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: calling an EJB from MBean

2004-04-06 Thread Berritxu
Well, I'll try to clarify my question.

I've an MBean, launched by dispatcher, which every minute verifies the hour and, in 
some specific moments, calls an EJB. 

I've developed an Entity Bean to access the database, and this EJB is controlled by 
the corresponding Session Bean. My problem is that I don't know how to launch this 
Session Bean from the MBean, how to create a Session Bean object in the MBean to 
access, by the Entity Bean, to the database. 

I've tried to do this of many forms. Sometimes, I obtain a NamingException not 
bound, using the BeanManager class defined by sun in Duke'sBank example. If I use 
this source code directly, I obtain an java.lang.reflect.UndeclaredThrowableException. 
And this code only tries to obtain a home interface of this EJB!! 

I think the problem is around contexts, because I'm calling an EJB from an MBean, 
instead of calling from a Servlet. But I don't know how to solve it!

If somebody has any suggestion, tell me it, please.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3829475#3829475

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829475


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: calling an EJB from MBean

2004-04-06 Thread [EMAIL PROTECTED]
There's nothing different about invoking an EJB from an MBean compared to invoking an 
EJB from a standalone client. The same API calls apply and the behavior is the same.

Naming exception indicates you're using the wrong lookup name trying to get to the 
home proxy. Use the name in the global name space (MBeans don't have a private ENC and 
private references like EJBs).


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3829481#3829481

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829481


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: calling an EJB from MBean

2004-04-05 Thread [EMAIL PROTECTED]
Please clarify your question. What do you mean by launching any EJB ?


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3829356#3829356

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829356


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user