Bernd Ruecker [http://community.jboss.org/people/camunda] replied to the discussion
"Process Variable cannot be casted and accessed" To view the discussion, visit: http://community.jboss.org/message/539627#539627 -------------------------------------------------------------- Hi Gerardo. Unfortunately I don't have the time to have a deeper look at your sources. But if you get an ClassCastException on the same class (like you wrote: de.hpi.pois.klassen.Application cannot be cast to de.hpi.pois.klassen.Application) this always means you have the same class loaded by different class loaders. And this means you have deployed the class twice somehow. So a good start would be to look how the class is packaged and in which deployment artefact this is contained... Cheers Bernd -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/539627#539627] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
