Hi, I am trying to migrate our application to Jboss from weblogic. I have managed to deploy the application. I am using the default jetty servlet container. The issue I am facing is....: I am using a SessionBean from which I try to call a method. I am trying to deploy my application in jboss-3.0.4 with jetty as servlet container
Is there any changes that I need to do in any of the configuration xmls? This same code doesn't give any issue in weblogic. The method that is called is in base class which the session bean extends. Is that a problem? I even tried by downloading Jboss-3.0.6. But I think that too gives the same error. Can someone clarify if there are any configuration changes that I need to do for this.? Thanks Andrew >ERROR plugins.LogInterceptor - EJBException, causedBy: [SessionEJB] >java.lang.IllegalAccessException: Class org.jboss.ejb.StatefulSessionContainer$C >ontainerInterceptor can not access a member of class com.BaseClass with modifiers >"public" > at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:57) > at java.lang.reflect.Method.invoke(Method.java:317) > at org.jboss.ejb.StatefulSessionContainer$ContainerInterceptor.invoke(St >atefulSessionContainer.java:817) > at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor. >java:130) > at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invo >ke(CachedConnectionInterceptor.java:186) > at org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.invoke(State >fulSessionInstanceInterceptor.java:268) > at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInte >rceptor.java:107) > at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep >torCMT.java:178) > at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:6 >0) > at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:204) > at org.jboss.ejb.StatefulSessionContainer.invoke(StatefulSessionContaine >r.java:380) > at org.jboss.ejb.Container.invoke(Container.java:712) > at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:98) ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
