[JBoss-user] [EJB/JBoss] - ClassCastException on redeployment of Jar files

2005-07-15 Thread deepakjois
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

[JBoss-user] [Advanced Documentation] - Re: Problem in Jboss 4.0 AS Guide Examples (Chapter 2 Exampl

2005-01-15 Thread deepakjois
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

[JBoss-user] [EJB/JBoss] - Two EJB Related Question

2005-01-13 Thread deepakjois
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 { |

[JBoss-user] [Advanced Documentation] - Problem in Jboss 4.0 AS Guide Examples (Chapter 2 Example 1)

2005-01-12 Thread deepakjois
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: