Hi,

The change to the new architecture seems to have changed xml parsing so
that blank space is ignored (condensed into one character).  This breaks
the previously working "properties.load" format stuff in
ConnectionFactoryLoader.  I fixed this, but.... its still rather fragile.

I propose we change to a pure-xml based solution as follows:

<attribute-set name="ManagedConnectionFactoryProperties">
  <attribute name="UserName">joe</attribute>
  <attribute name="ConnectionURL">hereorthere</attribute>
</attribute-set>

instead of

<attribute name="ManagedConnectionFactoryProperties">
  UserName=joe
  ConnectionURL=hereorthere
</attribute>

any objections or comments?

david jencks

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

Reply via email to