Hello,

How about removing spaces and CR(&LF?)  like this?
    <trans-attribute>Supports</trans-attribute>

In JBoss 2.4.0, org.jboss.metadata.MetaData#getElementContent
does not "trim()"  NodeValue's, which I think caused the exception.

Shunsuke Masuda

----- Original Message -----
From: "Eric Lindauer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 15, 2001 7:56 AM
Subject: [JBoss-user] what are the valid transaction types?


Hi,

I'm trying to create an <assembly-descriptor> element in my JBoss deployment
descriptor.  It looks something like this:

<assembly-descriptor>
    <container-transaction>
        <method>
            <bean-name>
                 com.foo.bar
            </bean-name>
            <method-name>
                *
            </method-name>
        </method>
        <trans-attribute>
            Supports
        </trans-attribute>
  </container-transaction>
</assembly-descriptor>




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to