My situation is as follows :
I use an MBean service which contains a HashTable (which is bound to a specific
JNDI Name) to hold a bunch of Objects inside JBoss , in order for them to be
persistent, i.e. to exist inside the JVM as long as JBoss is running.
I then manipulate the objects and exec
After going round in hops, I finally found the solution here.
http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean
Could the book example be made clearer in this regard, since it seems to be
misleading.
Thanks
Deepak
View the original post :
http://www.jboss.org/index.html?mo
1. Can I have stateful session bean that extends a normal Java object and
implements the Session bean interface, and the calls a public method in the
parent class inside a business method of the bean.
For eg
| public class AnalysisTestBean extends AnalysisObject implements SessionBean
{
|
Relativel new to JBoss. Please let me know if you need further details.
1. I compiled the example 1, chapter 2 from the JBoss 4.0 Application Server
Guide.
2. Started JBoss with run.sh
3. I copied the .sar to the $JBOSS_HOME/server/default/deploy folder. The
display on the server was
02:44: