• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help needed on drools-guvnor.war with jboss-5.0.0.GA

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I am working on an application and trying to first deploy drools-guvnor.war on JBossAS 5.0. However I am getting the following error:

java.lang.RuntimeException: Specification violation [EJB3 JPA 6.2.1.2] - You have not defined a non-jta-data-source for a RESOURCE_LOCAL enabled persistence context named: ACL

Could you please tell me what could be the reason behind this error? I searched a lot online but couldnt find any solution. I found a link http://lists.jboss.org/pipermail/rules-users/2008-December/007468.html where I found some information with the same exact server error trace but no solution.

My Environment Details:

OS: Windows XP Professional
JDK: jdk1.6.0_11
Application Server: jboss-5.0.0.GA
IDE: Eclipse3.4.1

I would also like to add that after trying a lot on jboss-5.0.0.GA, I moved to jboss-4.2.3.GA and was successfully able to deploy and run the Guvnor Drools tool. Is there a problem with respect to the jboss-5.0.0.GA?

I have downloaded drools-guvnor.war from: http://www.jboss.org/drools/downloads.html. I am using Drools 5.0.0.M5 Guvnor of size 26.1MB. Please let me know if there is any other information you need.

Thanks,
Amaan M
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Old thread but just replying because this no-reply thread showed up when I was searching google for this. Here is teh solution

http://www.jboss.org/community/wiki/DroolsGuvnor50inJBossAS5

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also struck at this point with Drools 5 deployment in JBoss AS 5.1. Standalone Guvnor with JBoss AS 4.2.3.GA is running fine without errors but with the Guvnor, web based BRMS (WAR) when deployed on JBoss AS 5.1.0.GA it is showing the above error as mentioned by Mohd.
I have followed the above steps removing all those .jar files mentioned above in the link from drools-guvnor.war/WEB-INF/lib, but still I am getting this error which is not explained in the link:

DEPLOYMENTS IN ERROR:
Deployment "persistence.unit:unitName=#ACL" is in error due to the following reason(s): java.lang.RuntimeException: Specification violation [EJB3 JPA 6.2.1.2] - You have not defined a non-jta-data-source for a RESOURCE_LOCAL enabled persistence context named: ACL

My Environment Details:

OS: RHEL 5 x86_64
JDK: jdk1.6.0_17
Application Server: jboss-5.1.0.GA


What are the steps to define a non-jta-data-source for a RESOURCE_LOCAL.
I have searched for this alot with some saying to edit the persistence.xml but there is no persistence.xml in the exploded WAR of Drools.

Please Help.... Thanks in Advance...
 
girl power ... turns out to be about a hundred watts. But they seriuosly don't like being connected to the grid. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic