What version of JBoss?  EJB 1 or 2?  Could you post your bean implementation
classes (yours and XDoclets - if xdoclet is generating your bean class ),
deployment descriptor, and your object interface(local/remote)?

James Hicks
C.A.D.G. - Application Developer
BERRYDirect
Email: [EMAIL PROTECTED]
Phone: 936.462.4655
Fax: 936.462.4655
Pager: 936.568.4296
I-Pager: [EMAIL PROTECTED]


-----Original Message-----
From: Jeremy Green [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 10, 2002 9:13 PM
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] Upgrade issues? (1.0.1 -> 1.1.2)


I've just upgraded from 1.0.1 to 1.1.2 and I'm having a problem at run 
time.  My sources are processed fine bye xdoclet, and the resulting 
source compiles just fine.  The deployment of the ejb.jar file into 
JBoss also goes fine.  However, when I try to instantiate a bean (by 
calling a finder), I get an InstantiationException and the stack trace 
below.  Does anyone have any idea what's going on here?

Thanks in advance,
Jeremy

StackTrace:

java.rmi.ServerException: Could not instantiate bean; nested exception is:
    java.lang.InstantiationException: com.dcom.cms.auth.ejb.GroupCMP
java.lang.InstantiationException: com.dcom.cms.auth.ejb.GroupCMP
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at org.jboss.ejb.Container.createBeanClassInstance(Container.java:162)
    at 
org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.java:143
)
    at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInt
erceptor.java:136)
    at 
org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor
.java:97)
    at 
org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:142)
    at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:277)
    at 
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:86)
    at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.jav
a:102)
    at 
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:103)
    at org.jboss.ejb.EntityContainer.invokeHome(EntityContainer.java:421)
    at 
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invokeHome(JRMPContai
nerInvoker.java:456)
    at 
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invokeHome(HomeProxy.java:23
7)
    at 
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:182)
    at $Proxy67.findAll(Unknown Source)


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

"The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential, proprietary, and/or
privileged material. Any review, retransmission, dissemination, or other use
of, or taking of, any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from all
computers." 

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to