[jboss-user] [JBoss jBPM] - Re: ClassCast Problem

2007-08-29 Thread Arutha
Hey, I had the same problem last week, I'd like to call Cannot cast smtptoesb.server.smtpmail to smtptoesb.server.smtpmail. The cause of this was rather simple, but I still took many hours not relaxing in front of the TV to figure it out. The problem for me was that Jboss worked with an

[jboss-user] [JBoss jBPM] - Re: ClassCast Problem

2007-08-29 Thread mputz
IMO the question is how you are deploying your process and its related java classes? If you deploy it through Eclipse for example make sure you include the java classes as well. They will end up in the database and jBPM can pull them from there at runtime. Are you packaging them somewhere

[jboss-user] [JBoss jBPM] - Re: ClassCast Problem

2007-08-29 Thread Arutha
A followup, I just remembered you can indicate compatibility with Serializable class-versions using static final long serialVersionUID. Would be a prettier solution than the ramble I held up there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079158#4079158