Hi Jon,

Generally this type of error means that the jibx-run.jar is not in the 
classpath when you're running the binding compiler. I don't know why 
this would occur when using the maven plugin, but I'd suspect it's some 
kind of classpath issue. You might try using the ant-run maven plugin to 
execute the binding compiler and see if that works better.

Support for use with maven is unfortunately very limited, since the main 
developer on the project (i.e., me) doesn't really understand maven.

  - Dennis


Jon Anderson wrote:
>
> Hi, 
>
> I am trying to run the binding compiler from maven 2, jibx 1.2.1.1, 
> and I get the error:
>
> Serializer org.jibx.runtime.Utility.serializeBoolean not found
>
> when running the 'bind' goal. My binding.xml is the default. It can't 
> include it because it's too big, but can send if anyone needs to see it.
>
> Any idea what might be happening?
>
> Thanks,
>
> Jon
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev 
> ------------------------------------------------------------------------
>
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>   

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to