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

Sergey Beryozkin resolved CXF-4291.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5.4
                   2.6.1
         Assignee: Sergey Beryozkin

Hi, I can not reproduce an actual issue on my laptop, presumably due to it 
having enough memory for the schema compilation to succeed.

However, I updated the generator to attempt to prevent such issues,
http://svn.apache.org/viewvc?rev=1343210&view=rev

Please try with the snapshots or the soon to be released CXF 2.5.4 or 2.6.1, 
thanks
                
> Wadl2java tool executing by cxf-wadl2java-plugin fails if run without tuning 
> JAVA Garbage Collection
> ----------------------------------------------------------------------------------------------------
>
>                 Key: CXF-4291
>                 URL: https://issues.apache.org/jira/browse/CXF-4291
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS, Tooling
>    Affects Versions: 2.6
>            Reporter: Zebensui Méndez
>            Assignee: Sergey Beryozkin
>             Fix For: 2.6.1, 2.5.4
>
>         Attachments: cxf_2_6_0_wadl.zip
>
>
> With several examples tha includes distinct grammars external schemes, the 
> wadl2java tool fails if no executed "mvn generate-sources" with memory 
> tunning java params. The error message:
>  
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 8.815s
> [INFO] Finished at: Mon May 07 08:13:29 BST 2012
> [INFO] Final Memory: 5M/27M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.cxf:cxf-wadl2java-plugin:2.6.0:wadl2java (generate-sources) on 
> project cxf_2_6_0_wadl: java.lang.RuntimeException: No XmlSchema in 
> SchemaInfo -> [Help 1]
> [ERROR] 
> The problem is the class "org.apache.cxf.service.model.SchemaInfo" that uses 
> "org.apache.cxf.service.model.SoftReference". This implies that
> the garbage collector resets Namespaces declared in a previous import.
> Example:
>     <grammars>
>         <include href="../sdmx21/SDMXMessage.xsd"/>
>       <include href="SDMXRestTypes.xsd"/>
>     </grammars> 
> And the SDMXRestTypes.xsd references SDMXMessage.xsd namespaces.
> Executed maven task with for example -Xms512M -Xmx1024M is successful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to