Bug 1035780
Summary: | Pom.properties cannot be found even though it's in the war | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Ivo Bek <ibek> | ||||
Component: | BRE | Assignee: | Mario Fusco <mfusco> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ivo Bek <ibek> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 6.0.0 | CC: | etirelli | ||||
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:20:17 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: | |||||
Embargoed: | |||||||
Bug Depends On: | 1035775 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Ivo Bek
2013-11-28 13:13:04 UTC
Created attachment 830234 [details]
server log
The server log contains: Unable to load pom.properties tried recursing down from/home/ibek/jboss/jboss-eap-6.1/modules/system/layers/base/sun/jdk/main/service-loader-resources/ so I tried to add pom.properties into that location just to have it as a workaround and it doesn't work either, so there must be something terribly wrong. I don't know what is the urlPathToAdd variable but if it's a path to the war, in the source is a condition only for jar files https://github.com/droolsjbpm/drools/blob/master/drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/ClasspathKieProject.java#L173 if ( urlPathToAdd.endsWith( ".jar" ) || urlPathToAdd.endsWith( "/content" ) ) It could be one of the reasons why the pom.properties isn't found there. Verified in BPMS 6.0.0.ER7 |