<div dir="ltr"><div><div><div>Hi, <br><br></div>Please use the community <span class="gmail-il">forum</span> for such user question. <br><br></div>At first sight ra.xml looks good, but you have wrong class-name in ironjacamar.xml. There should be the same ManagedConnectionFactory class as in ra.xml. <br><br>com.scort.ctg.cics.eci.jca.EciManagedConnectionFactory instead of com.scort.ctg.cics.eci.jca.EciConnectionFactory<br><br></div>Martin<br><div><br><div>
<span class="gmail-im"></span></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 16, 2018 at 10:10 AM, Francis ANDRE <span dir="ltr">&lt;<a href="mailto:francis.andre.kampbell@orange.fr" target="_blank">francis.andre.kampbell@orange.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello<br>
<br>
Adding the ra.xml  joined to WildFly-11.0-Final, ironjacamar emits the error message: IJ020009: Invalid connection definition with class-name: com.scort.ctg.cics.eci.jca.Eci<wbr>ConnectionFactory (see the log joined lines 330/350)<br>
<br>
The IronJacamar 1.4.6.Final emits this IJ020009 message in the class org.jboss.jca.deployers.common<wbr>.AbstractResourceAdapterDeploy<wbr>er.findConnectionDefinitions() at line 502<br>
<br>
          for (ConnectionDefinition cd : defs)<br>
          {<br>
             if (cd.getClassName() == null)<br>
             {<br>
                log.connectionDefinitionNull()<wbr>;<br>
             }<br>
             else<br>
             {<br>
                if (clz.equals(cd.getClassName())<wbr>)<br>
                {<br>
                   if (result == null)<br>
                      result = new HashSet&lt;ConnectionDefinition&gt;(<wbr>);<br>
<br>
                   result.add(cd);<br>
                }<br>
                else<br>
                {<br>
                   if (!verifyManagedConnectionFacto<wbr>ry(cd.getClassName(), cl))<br>
log.connectionDefinitionInvali<wbr>d(cd.getClassName()); // &lt;&lt; line 502<br>
                }<br>
             }<br>
          }<br>
<br>
but com.scort.ctg.cics.eci.jca.Eci<wbr>ConnectionFactory is not a ManagedConecctionFactory, it is a ConnectionFactory. So what is wrong with this ra.xml?<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
<br>
-- <br>
Francis ANDRE<br>
R&amp;D Metrixware<br>
<br>
------------------------------<br>
METRIXWARE<br>
18-22, Rue d&#39;Arras<br>
(Batiment B12)<br>
92000 Nanterre, France<br>
<br>
Téléphone : 01.55.69.32.20.<br>
------------------------------<br>
<br>
<br>
</font></span><br>______________________________<wbr>_________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/wildfly-dev</a><br></blockquote></div><br></div>