[jboss-user] [JCA/JBoss] - Re: How to support 2 cci connections in one resource adaptor

adrian@jboss.org do-not-reply at jboss.com
Fri Jan 25 08:50:17 EST 2008


>From the schema
http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd


  |       <xsd:element name="outbound-resourceadapter"
  |                    type="j2ee:outbound-resourceadapterType"
  |                    minOccurs="0">
  |         <xsd:unique name="connectionfactory-interface-uniqueness">
  |           <xsd:annotation>
  |             <xsd:documentation>
  | 
  |               The connectionfactory-interface element content
  |               must be unique in the outbound-resourceadapter.
  |               Multiple connection-definitions can not use the
  |               same connectionfactory-type.
  | 
  |             </xsd:documentation>
  |           </xsd:annotation>
  |           <xsd:selector xpath="j2ee:connection-definition"/>
  |           <xsd:field    xpath="j2ee:connectionfactory-interface"/>
  |         </xsd:unique>
  |       </xsd:element>
  | 


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

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



More information about the jboss-user mailing list