Bugs item #1044548, was opened at 2004-10-11 12:27
Message generated for change (Comment added) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1044548&group_id=22866

Category: JBossSOAP
Group: v4.0
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Robert Marcano (robmv)
Assigned to: Thomas Diesler (tdiesler)
Summary: Problems deploying the same webservice from the same ejb-jar

Initial Comment:
JBoss 4.0.0 when deploying an ejb-jar with a web
service it creates automatically a web application
using the jar name as the context root. When an
application need to be deployed multiple times it is
not a problem if the jar is renamed for each instance
of the application. The problem arises when the ejb-jar
is part of an ear, and that ear is the one that is
renamed not the ejb-jar. This causes that only the last
web app for the webservices is deployed, because the
other ones are overriden by the last one deployed.

I patched jboss in order to include the parent
deployment info shortname if the ejb-jar deployment
info has one, this way each instance of the ejb-jar
inside the ear will have its own webcontext and
security context, the urls will be of this form

/earFilename/ejbJarFilename

the patch is attached to this bug

----------------------------------------------------------------------

>Comment By: Thomas Diesler (tdiesler)
Date: 2004-11-10 15:35

Message:
Logged In: YES 
user_id=423364

Fixed in jboss-4.0.1

----------------------------------------------------------------------

Comment By: Robert Marcano (robmv)
Date: 2004-10-11 12:29

Message:
Logged In: YES 
user_id=575475

ohhh I always forget to set the chekmark to attach the file.
now attaching the patch

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1044548&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to