| Summary: | Class Path entry warnings when deploying social-portlets.war | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 6 | Reporter: | Peter Palaga <ppalaga> |
| Component: | Quickstarts | Assignee: | mposolda |
| Status: | VERIFIED --- | QA Contact: | Tomas Kyjovsky <tkyjovsk> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.1 | ||
| Target Milestone: | DR02 | ||
| Target Release: | 6.1.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Unnecessary JAR files in the social-portlets.war WEB-INF/lib/ directory caused WARN messages to be logged. The fix removes all JAR files not required by the social-portlets.war, which prevents WARN messages in the log file and corrects the issue.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Peter Palaga
2013-12-06 12:50:56 UTC
Ad 2. You will need to compile and install the current BOM to be able to compile the quickstart: git clone https://github.com/jboss-developer/jboss-portal-boms.git cd jboss-portal-boms git checkout master # now ensure you have https://repository.jboss.org/nexus/content/groups/public/ in settings.xml mvn clean install I've sent PR here https://github.com/jboss-developer/jboss-portal-quickstarts/pull/30 . What I did is to add "provided" scope to jboss-jstl-api_1.2_spec dependency to avoid xalan related stuff to be packed inside social-portlets.war/WEB-INF/lib . This helped to avoid WARN in server.log. Not sure if the fix has some other consequences, but I believe that it shouldn't (I did not test with Eclipse or JBDS). Verified on DR02 |