[ http://jira.codehaus.org/browse/JIBX-49?page=history ] Dennis Sosnoski closed JIBX-49: -------------------------------
> Unmarshaller subclass created in wrong package > ---------------------------------------------- > > Key: JIBX-49 > URL: http://jira.codehaus.org/browse/JIBX-49 > Project: JiBX > Type: Bug > Components: core > Versions: 1.0-beta3c > Reporter: Juan Carlos Estibariz > Assignee: Dennis Sosnoski > Priority: Minor > Fix For: 1.0-RC0 > > > In the binding I declared a mapping with an unmarshaller: > <binding name="x"> > ... > <mapping name="test" class="com.x.impl.Test" > unmarshaller="com.x.impl.TestUnmarshaller"/> > ... > </binding> > I would expect the subclass to be in the com.x.impl package and called > something like: JiBX_xTestUnmarshaller_nn.class but the binding compiler > generated it in the package com.x and it was called > implJiBX_xTestUnmarshaller_nn.class (Looks like a '/' was missing somewhere > in the compilation). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jibx-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-devs
