[jboss-jira] [JBoss JIRA] (DROOLS-48) ClassCastException between KieBase and KnowledgeBaseImpl while loading persistence session
Ivo Bek (JIRA)
jira-events at lists.jboss.org
Thu Feb 21 09:57:56 EST 2013
[ https://issues.jboss.org/browse/DROOLS-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ivo Bek updated DROOLS-48:
--------------------------
Description:
The third step causes
java.lang.ClassCastException: org.jboss.weld.proxies.KieBase$1366014918$Proxy$_$$_WeldClientProxy cannot be cast to org.drools.impl.KnowledgeBaseImpl
at org.drools.marshalling.impl.ProtobufMarshaller.unmarshall(ProtobufMarshaller.java:102)
https://github.com/droolsjbpm/drools/blob/master/drools-core/src/main/java/org/drools/marshalling/impl/ProtobufMarshaller.java#L103
was:
The third step causes
java.lang.ClassCastException: org.jboss.weld.proxies.KieBase$1366014918$Proxy$_$$_WeldClientProxy cannot be cast to org.drools.impl.KnowledgeBaseImpl
at org.drools.marshalling.impl.ProtobufMarshaller.unmarshall(ProtobufMarshaller.java:102)
> ClassCastException between KieBase and KnowledgeBaseImpl while loading persistence session
> ------------------------------------------------------------------------------------------
>
> Key: DROOLS-48
> URL: https://issues.jboss.org/browse/DROOLS-48
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.0.0.Alpha1
> Reporter: Ivo Bek
> Assignee: Mark Proctor
>
> The third step causes
> java.lang.ClassCastException: org.jboss.weld.proxies.KieBase$1366014918$Proxy$_$$_WeldClientProxy cannot be cast to org.drools.impl.KnowledgeBaseImpl
> at org.drools.marshalling.impl.ProtobufMarshaller.unmarshall(ProtobufMarshaller.java:102)
> https://github.com/droolsjbpm/drools/blob/master/drools-core/src/main/java/org/drools/marshalling/impl/ProtobufMarshaller.java#L103
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list