You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2017/11/28 10:52:05 UTC

[jira] [Closed] (CXF-7515) Beans created with no package are throwing nullpointer exception

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

Colm O hEigeartaigh closed CXF-7515.
------------------------------------

> Beans created with no package are throwing nullpointer exception
> ----------------------------------------------------------------
>
>                 Key: CXF-7515
>                 URL: https://issues.apache.org/jira/browse/CXF-7515
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 3.0.6
>            Reporter: Sumeet Mahajan
>            Assignee: Dennis Kieselhorst
>            Priority: Critical
>             Fix For: 3.1.14, 3.2.1
>
>
> I have beans and service classes with no package names in my webservices. 
> These worked perfectly fine in cxf 2.7.6
> Recently we are trying to upgrade to a newer cxf version 3.1.13 and i am getting NullPointerException at 
> at org.apache.cxf.jaxb.Utils.getMethodXJTA(Utils.java:294) at 
> org.apache.cxf.jaxb.JAXBContextInitializer.walkReferences(JAXBContextInitializer.java:416) 
> I did debug into cxf, by downloading cxf source and i see its failing at 
> below line, 
> m.getDeclaringClass().getPackage().getAnnotation(XmlJavaTypeAdapters.class) 
> The reason its failing is there is no package name for my beans and services. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)