NPE in AppInfoBuilder.configureWebserviceSecurity()
---------------------------------------------------
Key: OPENEJB-1021
URL: https://issues.apache.org/jira/browse/OPENEJB-1021
Project: OpenEJB
Issue Type: Bug
Affects Versions: (trunk/openejb3)
Reporter: Jarek Gawor
We're seeing the following exception during deployment in Geronimo:
java.lang.NullPointerException
at
org.apache.openejb.config.AppInfoBuilder.configureWebserviceSecurity(AppInfoBuilder.java:262)
at
org.apache.openejb.config.AppInfoBuilder.build(AppInfoBuilder.java:144)
at
org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:600)
at
org.apache.geronimo.openejb.deployment.EjbModuleBuilder.configureApplication(EjbModuleBuilder.java:644)
at
org.apache.geronimo.openejb.deployment.EjbModuleBuilder.getEjbJarInfo(EjbModuleBuilder.java:577)
at
org.apache.geronimo.openejb.deployment.EjbModuleBuilder.initContext(EjbModuleBuilder.java:502)
at
org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:592)
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:256)
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:135)
The application has openejb-jar.xml file and it has web services but does not
have any security configured.
Probably a simple null check will fix this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.