Hello, I ran into a problem with ConnectionFactoryLoader
PrincipalMappingProperties was not set or when it was set like this:
<attribute name="PrincipalMappingProperties"></attribute>
This would cause the princMapProps to remain a null, and cause a
NullPointerException when loading. I set it to default to "" which fixes
this problem.
I am sending this because I am not really sure what the procedure is for
updating the jbosscx-*.jar in the jboss module. There is some versioning
there and I am not really sure if that should change or not.
Anyways, the change is small and if folks set PrincipalMappingProperties to
a non-null or something with a new line it will work fine.
I am currious if the ConfigurationService should be modified to deal with
this. I think so, but I am not 100% sure. It seems to me that if there is
an <attribute/> in jboss.jcml that the service should call the setter even
if the value is "".
Currently if the value is "", the attribute's setter will not be called.
Should I update the jbosscx-*.jar in jboss or leave it for the name major
integration?
--jason
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development