This content has been marked as final.
Show 2 replies
-
1. JBoss 6.1 and Guvnor 5.2.0: java.lang.ClassCastException: org.drools.guvnor.server.jaxrs.GuvnorApplication cannot be cast to javax.ws.rs.core.Application
kurtstam May 9, 2011 10:36 AM (in response to dahm)Hi Markus,
In the guvnor project there is a subdirectory called guvnor-distribution-wars. It produces different war deployments for the different platforms. One of them is: guvnor-5.2.0-SNAPSHOT-jboss-as-6.0.war. Are you using this war? You can build it using 'mvn install' after building the the 5.2.x branch.
Thx,
--Kurt
-
2. JBoss 6.1 and Guvnor 5.2.0: java.lang.ClassCastException: org.drools.guvnor.server.jaxrs.GuvnorApplication cannot be cast to javax.ws.rs.core.Application
dahm May 13, 2011 2:32 AM (in response to kurtstam)Hi,
yes I'm using the proper WAR. Anyway, there is a discussion in https://issues.jboss.org/browse/GUVNOR-1341
about the reasons which seem to be quite complicated...
Cheers
Markus