Bug 843439 - URLs are changed if Sportsclub example is deployed via JBDS
Summary: URLs are changed if Sportsclub example is deployed via JBDS
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: Examples, Spring
Version: 2.0.0.GA
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: CR1
: 2.1.0
Assignee: Marius Bogoevici
QA Contact: Tomas Repel
URL:
Whiteboard: sportsclub
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-26 10:36 UTC by Tomas Repel
Modified: 2012-11-30 15:33 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-30 15:33:57 UTC
Type: Enhancement
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.