Bug 843439

Summary: URLs are changed if Sportsclub example is deployed via JBDS
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Tomas Repel <trepel>
Component: Examples, SpringAssignee: Marius Bogoevici <mariusb>
Status: CLOSED CURRENTRELEASE QA Contact: Tomas Repel <trepel>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0.0.GACC: bsutter, irooskov, kpiwko, lpearce, mnovotny, rruss, vdedik
Target Milestone: CR1   
Target Release: 2.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: sportsclub
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Previously, Sportsclub projects deployed using JBoss Developer Studio displayed example access URLs that differed from the URLs projects displayed when deployed using Maven. With Web Framework Kit 2.1, the URLs to access the examples now appear uniform regardless of the tool used for packaging and deployment.
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-30 15:33:57 UTC Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tomas Repel 2012-07-26 10:36:28 UTC
If Sportsclub is deployed via JBDS, the URLs the example can be accessed by are different comparing to deployment via maven. For more detailed description see Comment 26 and Comment 29 of https://bugzilla.redhat.com/show_bug.cgi?id=800024.

Look at https://issues.jboss.org/browse/JBIDE-12369. There is a comment with the proposal, how to avoid this behavior, so the URLs remain the same regardless what tool is used for packaging/deployment.

Version-Release number of selected component (if applicable):

JBDS 5.0.0.GA
WKF2 2.0.0.GA
EAP 6.0.0.GA

How reproducible:

Always.

Comment 1 Marek Novotny 2012-09-25 08:44:53 UTC
Copying solution from JBIDE-12369:


You need to remove the <earSourceExcludes>**/application.xml</earSourceExcludes> from your ear plugin config. And update the ear project configuration (right click on project > Maven > Update project configuration.

Basically all exclusion patterns in the pom are translated to packaging exclusion patterns in WTP / the JBoss AS server adapter. There's no easy way to match that maven feature in WTP, so it's a trade-off and you've hit one of the corner cases.

Comment 2 Vaclav Dedik 2012-10-10 08:36:38 UTC
I removed <earSourceExcludes>**/application.xml</earSourceExcludes> from all sportsclub examples.

http://git.app.eng.bos.redhat.com/?p=snowdrop/snowdrop-examples.git;a=commitdiff;h=c2d2c394fa06b3fa77e4f7c1d88392f7016609b7

Comment 3 Tomas Repel 2012-10-18 08:20:21 UTC
Only sportsclub-ear/pom.xml files for all spring variants have been fixed. The same fix has to be applied to sportsclub-jpa-ear/pom.xml files for all spring variants.

Comment 5 Vaclav Dedik 2012-10-18 08:36:21 UTC
Ok, done - I applied the fix for all sportsclub-jpa-ear/pom.xml files.

Comment 7 Tomas Repel 2012-11-07 15:05:59 UTC
Verified in WFK 2.1.0.CR1 and JBDS 5.0.1.GA.

Comment 8 Karel Piwko 2012-11-30 15:33:57 UTC
Distributed as a part of WFK 2.1.0.GA release.