Following file in JBoss 3.2.5 is NOT valid XML:
/usr/local/jboss-3.2.5/server/default/conf/xmdesc/TransactionManagerService-xmbean.xml

Parsing error is:
XML Parsing Error: undefined entity
Location: 
http://www.xxx.com:10000/file/show.cgi/usr/local/jboss-3.2.5/server/default/conf/xmdesc/TransactionManagerService-xmbean.xml?rand=999999999&trust=
Line Number 10, Column 3:        &defaultAttributes;
--^

***SEE LINE BELOW containing "&defaultAttributes;":

<!-- $Id: TransactionManagerService-xmbean.xml,v 1.1.2.3 2003/12/20 20:59:45 pilhuhn 
Exp $ -->
  | <mbean>
  |      <description>TransactionManager Service.</description>
  |      <class>org.jboss.tm.TransactionManagerService</class>
  |      &defaultAttributes;
  |      <attribute access="read-write" getMethod="getTransactionTimeout" 
setMethod="setTransactionTimeout">
  |             <description>The transaction timeout in seconds</description>
  |             <name>TransactionTimeout</name>
  |             <type>int</type>
  |      </attribute>

WHAT SHOULD THIS LINE CONTAIN???

Further, I believe this error is causing the following Exception:

2004-07-09 22:19:18,716 DEBUG [org.jboss.metadata.MetaData] Ignoring 
transaction-timeout 'null'
java.lang.NumberFormatException: null
        at java.lang.Integer.parseInt(Integer.java:436)
        at java.lang.Integer.parseInt(Integer.java:518)
        at org.jboss.metadata.BeanMetaData.importJbossXml(BeanMetaData.java:789)
        at org.jboss.metadata.EntityMetaData.importJbossXml(EntityMetaData.java:341)
        at 
org.jboss.metadata.ApplicationMetaData.importJbossXml(ApplicationMetaData.java:729)
        at org.jboss.metadata.XmlFileLoader.load(XmlFileLoader.java:175)
        at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:462)
.
.
.

Thanks, Hugh


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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to