"vickyk" wrote : The URL set in the ConnectorMetaData is being used in the
RARDeployment at here
|
| protected void startService() throws Exception
| | {
| | URL url = cmd.getURL();
| | if (cmd.getLicense().getRequired())
| | {
| | //log.info ("Required license terms exist, view " +
ServerConfigUtil.shortUrlFromServerHome(url.toString()));
| | log.debug("License terms full URL: " + url);
| | }
| | //resourceAdapter = ResourceAdapterFactory.createResourceAdapter(cmd);
| | resourceAdapter = ResourceAdapterFactory.createResourceAdapter(rdmd);
| | resourceAdapter.start(this);
| | }
|
| Please note that url.toString() is yielding the NPE as it is not being set in
RARParserDeployer .
|
Doh, it's only being used in log. ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154584#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...