On Fri, 2003-11-14 at 03:25, Sasidharan, Manoj wrote: > Hello All, > > When running our migrated J2EE application from Weblogic, we are getting the > following exception. > > Any guess on what could be wrong. >
That looks bizarre, can you post the jboss version and other relevent info for getActAttr() to reproduce this? "org.jboss.ejb.plugins.TxInterceptorCMT.invoke" I would expect it to show this error message if it were TxInterceptorCMT.invokeHome() Does it access another ejb? The full stacktrace would be nice :-) Regards, Adrian > Thanks and Best Regards > MS > > 19:09:39,448 ERROR [STDERR] [Thu Nov 13 19:09:39 PST > 2003][ERROR][e7a15b125fe137 > 0e35a15cb7754ae5a82acef][javax.ejb.TransactionRolledbackLocalException:Abstr > actT > xInterceptor.java:228]: EJB home methods are not allowed to access CMP or > CMR fi > elds: methodName=getActAttr; CausedByException is: > EJB home methods are not allowed to access CMP or CMR fields: > methodName > =getActAttr > 19:09:39,448 ERROR [STDERR] [Thu Nov 13 19:09:39 PST 2003][CALL > STACK][e7a15b125 > fe1370e35a15cb7754ae5a82acef][javax.ejb.TransactionRolledbackLocalException: > EJB > home methods are not allowed to access CMP or CMR fields: > methodName=getActAttr > ; CausedByException is: > EJB home methods are not allowed to access CMP or CMR fields: > methodName > =getActAttr > at > org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInte > rceptor.java:228) > at > org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep > torCMT.java:243) > at > org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:1 > 04) > at > org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor. > java:130) > at > org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:208) > at > org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFacto > ryFinderInterceptor.java:154) > at > org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:483 > ) > at org.jboss.ejb.Container.invoke(Container.java:652) > at > org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalPro > xyFactory.java:353) > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user -- xxxxxxxxxxxxxxxxxxxxxxxx Adrian Brock Director of Support Back Office JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
