Hi there.  I am running JBoss 3.2.3 on Windows XP under Java 1.4.1.  I deployed 
my app one day and then said ... hey, I want to deploy another version of my 
app ...

So I copied the war, renamed it, and threw it in the deploy directory (with 
some property file changes to point to a different database).  To my surprise, 
it pointed at the same database as my previous app.

So I began to think that I had some confusion among static classes.  Maybe I 
was crossing over into a static class in my primary version of the app.   But 
then I decided to deploy the second app without the classes in it.  To my shock 
and amazement, it ran!

I continued down this path by creating a simple app that loaded a prop file and 
printed the contents.  I copied the app and made the two wars have different 
prop files.  I eliminated the statics I was using (expcept for the JRE 
internals, of course -- no idea what they are doing) and I ran the test.

The result was that I cannot get these two apps to print different properties. 

Is this a defect in JBoss or am I too dense to keep from clobbering myself with 
overlapping code?  TIA.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865216#3865216

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865216


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to