[
https://jira.jboss.org/jira/browse/JBESB-1879?page=com.atlassian.jira.plu...
]
Jiri Pechanec commented on JBESB-1879:
--------------------------------------
The contents of the docs/schema file is
<xsd:complexType name="jms-provider-type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A specific instance of a provider, providing JMS.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="jesb:bus-provider">
<xsd:attribute name="connection-factory"
type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The connection-factory used to lookup
queues/topics in a naming directory (JNDI)
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="jndi-context-factory"
type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The context factory class the JBossESB will
use to do naming lookups.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="jndi-pkg-prefix"
type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The pkg-prefix which will be used to do
naming lookups. It is left empty by default.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="jndi-URL" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The URL used to do naming lookups.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
JMS provider transactional support cannot be enabled
----------------------------------------------------
Key: JBESB-1879
URL:
https://jira.jboss.org/jira/browse/JBESB-1879
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Rosetta, Transports
Affects Versions: 4.2.1 CP3
Reporter: Jiri Pechanec
Assignee: Kevin Conner
Fix For: 4.7
It was told that plain jms-provider now supports JTA transactions and according to code
it could but there is no transacted attribute available for jms-provider-type in XML
schema for jboss-esb.xml file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira