I am new to EJB’s
Is it possible to call create a new instance of a non EJB class within a Session Bean. Because I am trying to do this and I keep getting LogInterceptor error on Jboss->
[LogInterceptor] Unexpected Error in method: public abstract org.jabber.connection.interfaces.JabberIMController org.jabber.connection.interfaces.JabberIMControllerHome.create() throws javax.ejb.CreateException,java.rmi.RemoteException
java.lang.NoClassDefFoundError: org/jabber/server/JabberServer
Here is where there is a problem when this is executed in the try&Catch of the session bean class: