[jboss-user] [jBPM] - Re: problem with jbpm on weblogic
Andrey Moiseev
do-not-reply at jboss.com
Fri Nov 19 08:07:46 EST 2010
Andrey Moiseev [http://community.jboss.org/people/andrey.moiseev] created the discussion
"Re: problem with jbpm on weblogic"
To view the discussion, visit: http://community.jboss.org/message/571948#571948
--------------------------------------------------------------
I am using weblogic 10.3 and had the same problem.
To fix it:
- use default query translator factory ASTQueryTranslatorFactory (just remove *<property name="hibernate.query.factory_class">org.hibernate.hql.classic.ClassicQueryTranslatorFactory</property>* from hibernate config xml )
- update weblogic-application.xml and add the bolded line:
<?xml version="1.0" encoding="UTF-8"?>
<weblogic-application
xmlns=" http://www.bea.com/ns/weblogic/weblogic-application http://www.bea.com/ns/weblogic/weblogic-application" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=" http://www.bea.com/ns/weblogic/weblogic-application http://www.bea.com/ns/weblogic/weblogic-application http://www.bea.com/ns/weblogic/weblogic-application/1.0/weblogic-application.xsd http://www.bea.com/ns/weblogic/weblogic-application/1.0/weblogic-application.xsd">
<prefer-application-packages>
*<package-name>antlr.*</package-name>*
</prefer-application-packages>
</weblogic-application>
It should help to fix the problem.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/571948#571948]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101119/7d42fadc/attachment.html
More information about the jboss-user
mailing list