[jboss-dev-forums] [Design of POJO Server] - Re: Embedded - EJB deployment problems

pete.muir@jboss.org do-not-reply at jboss.com
Tue Dec 4 17:14:53 EST 2007


"scott.stark at jboss.org" wrote : The standardjboss.xml should be a property on the JBossEjbParsingDeployer. I have added a standardJBossXmlPath for the standardjboss.xml URL, along with an ignoreMissingStandardJBossXml that can be set to false to allow for use of the JBossEjbParsingDeployer without a standardjboss.xml. A pure ejb3 setup would not need it

Ok, but I still get the exception. It originates on line 199

URL configUrl = new URL(configPath);

and caught and rethrown

catch (Exception ex)
  |          {
  |             DeploymentException.rethrowAsDeploymentException(ex.getMessage(), ex);
  |          }

This is without my alteration to embedded bootstrap to set the SERVER_CONFIG_URL and with this xml

<bean name="JBossEjb2ParsingDeployer" class="org.jboss.deployment.JBossEjbParsingDeployer">
  |       <property name="type">ejb2x</property>      
  |       <property name="relativeOrder">3001</property>
  |       <property name="useSchemaValidation">false</property>
  |       <property name="ignoreMissingStandardJBossXml">true</property>
  |    </bean>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110356#4110356

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



More information about the jboss-dev-forums mailing list