Sorry,

I forgot to mention that I´m using JBOSS3.0RC2!

Would JBOSS2.4.6 solve the problem?  I´m actually having to put my struts
action and form classes into a seperate jar file which I then deploy into
the tomcat/lib folder.  Apparently this has something to do with the
classloader which means that my classes in the *.war/web-inf/classes don´t
get loaded when deploying via JBOSS!?  This is a fairly inconvenient way of
working and I would love to find a better solution.  Is this also solved in
jboss2.4.6.  I would be nice to have everything in one ear/war file.

Thanks,

Michael


----- Original Message -----
From: "James Ward" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 12:02 AM
Subject: RE: [JBoss-user] error when redeploying ear file


> I think I have seen this before.  If you are not yet using 2.4.6 with
Tomcat 4, give that a try.  You could also try to put your struts jar files
in the lib/ext dir.
>
> -James
>
>
> > -----Original Message-----
> > From: Michael Delamere [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 20, 2002 3:49 PM
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-user] error when redeploying ear file
> >
> > Hi,
> >
> > I´m going to get at least one answer from you today :-). Please!
> >
> > Can someone tell me why I get this error when redeploying (copying over)
> > an
> > ear file?
> >
> > ============ ERROR ===============================
> > ClassException: org.apache.struts.action.ActionForm; local class
> > incompatible: stream classdesc serialVersionUID = 868866204196005189,
> > local
> > class serialVersionUID = 4799035742323645273
> > java.io.InvalidClassException: org.apache.struts.action.ActionForm;
local
> > class incompatible: stream classdesc serialVersionUID =
> > 868866204196005189,
> > local class serialVersionUID = 4799035742323645273
> >         at
> > java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:454)
> >         at
> > java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1511)
> >         at
> > java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1425)
> >         at
> > java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1511)
> >         at
> > java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1425)
> >         at
> >
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1616)
> >         at
> > java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1264)
> >         at
> > java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
> >         at
> >
org.apache.catalina.session.StandardSession.readObject(StandardSession.jav
> > a:
> > 1268)
> >         at
> >
org.apache.catalina.session.StandardSession.readObjectData(StandardSession
> > .j
> > ava:810)
> >         at
> >
org.apache.catalina.session.StandardManager.load(StandardManager.java:411)
> >         at
> >
org.apache.catalina.session.StandardManager.start(StandardManager.java:617
> > )
> > ==================================================================
> >
> > Thanks in advance.
> >
> > Regards,
> >
> >  Michael
> >
> > p.s.  I posted a message about getting this error "The Pool for
> > com.morelogs.guestbook.beans.gbEntryCMP has been overloaded.  You should
> > change pool parameters.".  No answer?
> >
> >
> >
> > _______________________________________________________________
> >
> > Don't miss the 2002 Sprint PCS Application Developer's Conference
> > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to