Hi,
Does anyone know how to correctly package an EJB3/JBoss Entity bean
inside a .WAR file for use in Tomcat correctly?

I can correctly pass an EJB3 entity object to my Tomcat client using a
sesson bean, but when I try to cast the returned object to my Entity
bean type on the client I get a ClassCastException.

I have seen in various places that this may be a packaging issue

Does anyone know how/where to place the .class files for an Entity
object in the war, or what structure to place them in?

I have tried dumping them in a .jar in various places, to no avail.

Cheers,
Alex.


-- 
Alexander Taylor <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to