Bugs item #675984, was opened at 2003-01-28 10:41
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=675984&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Rickard Öberg (rickardoberg)
Assigned to: Nobody/Anonymous (nobody)
Summary: Deploument descriptors are locked -> no redeploy possible

Initial Comment:
I'm using 3.2RC1 /w Tomcat. I have an exploded EAR
file. After deployment the application.xml file is
somehow locked, which makes it impossible to "touch" it
from Ant so that the timestamp is updated in order to
get a redeploy. The consequence is that redeployment is
impossible.

I have made sure that the JBoss protocol handlers are
being used, but that doesn't help. I have verified that
it is indeed JBoss that is locking the file, because as
soon as I quite JBoss I can run the <touch> Ant target
and the timestamp of application.xml is updated.


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

>Comment By: Rickard Öberg (rickardoberg)
Date: 2003-01-28 11:42

Message:
Logged In: YES 
user_id=28931

First of all, this is on W2K. Are you running on Linux?

Anyway, I added the setting to properties-service.xml.
Printing the property in a servlet indicates that it is set
properly (JBoss is before Sun's stuff).


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

Comment By: Alexey Loubyansky (loubyansky)
Date: 2003-01-28 11:40

Message:
Logged In: YES 
user_id=543482

I still think this is that bug with default protocol handlers. How 
did you make sure the JBoss' protocol handler is used for 
application.xml?
Note, if the deploy directory gets in the classpath earlier than 
the custom URLStreamHandlerFactory is setup then, AFAIK, 
specifying java.protocol.handler.pkgs won't help.

I coudn't reproduce it with jboss-3.2.0RC2.

alex

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

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


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to