[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Multiple parsing implementation in RARDeployer

alesj do-not-reply at jboss.com
Fri May 30 07:18:45 EDT 2008


"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#4154584

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154584



More information about the jboss-dev-forums mailing list