Author: rareddy
Date: 2010-08-11 16:57:34 -0400 (Wed, 11 Aug 2010)
New Revision: 2450
Modified:
trunk/build/kits/jboss-container/deploy/teiid/teiid-connector-templates-jboss-beans.xml
Log:
TEIID-1203: fixing a typo, which was disabled the "connector-ws" show up as a
template.
Modified:
trunk/build/kits/jboss-container/deploy/teiid/teiid-connector-templates-jboss-beans.xml
===================================================================
---
trunk/build/kits/jboss-container/deploy/teiid/teiid-connector-templates-jboss-beans.xml 2010-08-11
20:45:30 UTC (rev 2449)
+++
trunk/build/kits/jboss-container/deploy/teiid/teiid-connector-templates-jboss-beans.xml 2010-08-11
20:57:34 UTC (rev 2450)
@@ -75,7 +75,7 @@
</bean>
<bean name="connector-ws-${project.version}"
class="org.teiid.templates.connector.ConnectorDeploymentTemplate">
- <property name="info"><inject
bean="connector-ldap-templateinfo"/></property>
+ <property name="info"><inject
bean="connector-ws-templateinfo"/></property>
<property name="targetTemplate"><inject
bean="NoTxConnectionFactoryTemplate"/></property>
</bean>
<bean name="connector-ws-templateinfo"
class="org.teiid.templates.connector.ConnectorTemplateInfo">
Show replies by date