The cvs content of the jboss-auto.jcml file is a null config:
<?xml version="1.0" encoding="UTF-8"?>

<server>
</server>

The purpose of the jboss-auto.jcml file is to persist changes made through the
JMX admin interfaces. If you remove an entry from jboss.jcml you also
need to remove it from jboss-auto.jcml or if you never add any settings
at runtime simply remove the file on startup by adding a rm statement to
the run scripts.

----- Original Message ----- 
From: "Vincent Harcq" <[EMAIL PROTECTED]>
To: "Dev JBoss" <[EMAIL PROTECTED]>
Sent: Friday, March 23, 2001 12:53 AM
Subject: [JBoss-dev] jboss-auto.jcml


> Hi,
> There is a bit of confusion in my mind concerning jboss-auto.jcml.
> I received JNDI Name already exists exception because at one time my
> jboss.jcml was wrong.
> My fault OK.
> Then I deleted jboss-auto.jcml and it the server starts OK.
> So my question is Is jboss-auto.jcml really needed ?
>  - If no could someone delete from CVS.
>  - If yes then why could we not just recreate it each time to
> <?xml version="1.0" encoding="UTF-8"?>
> <server>
> </server>
> before filling it with data ?
> 
> All that to avoid confusion (read the archives: there is confusion).
> 
> I can do it myself if someone could agree on that.
> 
> Regards.
> 
> Vincent.
> 
> 


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to