[jboss-dev-forums] [Design of JBoss jBPM] - Re: build failing ?

tom.baeyens@jboss.com do-not-reply at jboss.com
Tue Oct 28 05:23:32 EDT 2008


i got those process archive tests working now also on jdk 6.

the problem was that i checked if the ProcessClassLoader found a certain class by loading the class in a process archive, then removing the class from the file system (cause there it is in the test classpath) and then deploying the archive and then using the class.

the 2 tests were somehow interfering.  i don't know the cause.  but it turned out that the test classloader already loaded the action handler before the test began.  so the even though the actionhandler was loaded with the process classloader, it was already found previously by the parent of the process classloader before.

ps. kukeltje, are you already back awake ?  well... in case your were, i'm sure that after reading the previous explanation you have been put back to sleep for another couple of days :-)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185038#4185038

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185038



More information about the jboss-dev-forums mailing list