I recently tried to deploy my EJB application (.jar file) on a UNIX system, 
using exactly the same JBoss & Tomcat versions as the Windows environment it 
was developed on, and exactly the same database for persistence.

However, as soon as JBoss parses my first entity bean in the ejb-jar.xml file, 
the following exception is dumped to the log file :

org.jboss.ejb.DeploymentException: Bean ProtocolBean has PK of type 
xx.xx.xxx.xxxx.test.protocol.ProtocolPK, so it should have a cmp-field named 
serialVersionUID

ProtocolPK is a primary key class which I have defined myself.

I don't get this exception when running under Windows - does anyone know what 
it means, or a workaround?

many thanks.


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

Reply via email to