You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2009/04/21 23:05:47 UTC

[jira] Closed: (OPENEJB-1021) NPE in AppInfoBuilder.configureWebserviceSecurity()

     [ https://issues.apache.org/jira/browse/OPENEJB-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins closed OPENEJB-1021.
----------------------------------

    Resolution: Fixed
      Assignee: David Blevins

> 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
>            Assignee: David Blevins
>
> 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.