| Summary: | NPE when searching for pom.xml | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Ivo Bek <ibek> | ||||||||
| Component: | BRE | Assignee: | Mario Fusco <mfusco> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Radovan Synek <rsynek> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 6.0.0 | CC: | etirelli, ibek, pzapataf | ||||||||
| Target Milestone: | ER6 | ||||||||||
| Target Release: | 6.0.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: |
BPMS 6.0.0.ER5
|
|||||||||
| Last Closed: | 2014-08-06 20:19:34 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1035780, 1036556 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Ivo Bek
2013-11-28 12:59:27 UTC
Created attachment 830229 [details]
springframework.zip
Created attachment 830230 [details]
server log
I can't see any dependency to kie/drools/jbpm added to jboss-deployment-structure.xml or any jar inside WEB-INF/lib. Is there any instruction missing of how to run the example? I'm not sure but probably the following lines should be added to the <dependencies> tag to at least the get right classes in the classpath. <module name="org.kie" /> <module name="org.drools" /> <module name="org.jbpm" /> <module name="org.kie.lib" /> Hi Pedro, I put the modules into jboss-deployment-structure.xml but it didn't help. To reproduce the issue, it's enough to just deploy the attached springapp.war. Of course, follow all the steps in description above. Or what instruction do you miss? I assume it obvious to start BPMS 6.0.0.ER5 before the deployment. Verified with BRMS-6.0.0.ER7 |