Hi, everyone:
I only want to publish the problem that I have worked on one entire day 
and the solution:
migrating to jboss-2.2.1, my Session Beans don't work anymore. No log in 
the server. I only get a NullPointer in the client when trying to access 
the bean, in the sun.rmi.transport.StreamRemoteCall. I noticed in the 
exception trace that the error come from 
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.
Then, after a lot of reading in the list, I noticed a container message 
when jboss starting my bean:
There are not interceptors configured...
and I remembered that in my jboss.xml I had configured 
OptimizedStateless interceptors (copy from somewhere) that in the new 
version aren't valid. I delete this declarations and configure my beans 
to use standard interceptors:
      <session>
          <ejb-name>NegociacionManager</ejb-name>
          <jndi-name>NegociacionManager</jndi-name>
          <configuration-name>Standard Stateless 
SessionBean</configuration-name>
      </session>
      <entity>
          <ejb-name>Cadena</ejb-name>
          <jndi-name>Cadena</jndi-name>
          <configuration-name>Standard CMP EntityBean</configuration-name>
      </entity>
and this is all, falks...

I have had other problems with clients libraries (new in 
jboss2.2.1/jboss/lib/client) that I must package with my applet clients. 
If someone wants a detailed explanation mail me.
Bye.
Rogelio Trivi�o


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to