Hi,
Had a look. This was broken due to a harmless commit. :)
within the carbon-code, we are reading property values, like
private static final String defaultInitialContextFactory =
CarbonUtils.getServerConfiguration().getFirstProperty(
"JNDI.DefaultInitialContextFactory");
As you can see we are not trimming/formatting/checking the returned value.
So if we change the format of the config files, then we are in trouble. :)
Class.forName methods, axis2 Module loading failed due to this. However it
was a nice debugging session. :)
we should correct the code.
thanks,
--Pradeep
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev