hi
i am using the ejb with two helping classes .these two classes have
only getter and setter . these two classes are also in jar file.
we put these classes inweblogic\myserver\serverclasess too.
In jsp i make a object of one of these classes and Forward to java bean. In
javabean we get a remote referencce and passe this object
one of remote function .At this stage at server side i get a servlet failed
exception and loading constraint error,and servlet linkage error and error
of one these classes (helping classes)
i put these two classes in jsp beacuse jsp use this
i also implement the serilizable interface in both classes
regards waseem
plz help