Thought you might be able to use this at your new job.
On Nov 24, 2015 2:27 PM, <jibx-users-requ...@lists.sourceforge.net> wrote:

> Send jibx-users mailing list submissions to
>         jibx-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/jibx-users
> or, via email, send a message with subject or body 'help' to
>         jibx-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>         jibx-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of jibx-users digest..."
>
>
> Today's Topics:
>
>    1. JiBX and Java 8 (Don Corley)
>    2. Re: JiBX and Java 8 (Archie Cobbs)
>    3. How to solve org.jibx.runtime.JiBXException: No unmarshaller
>       for element error (PS Govind)
>    4. Re: How to solve org.jibx.runtime.JiBXException: No
>       unmarshaller for element error (Archie Cobbs)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 11 Nov 2015 06:35:58 -0800
> From: Don Corley <d...@donandann.com>
> Subject: [jibx-users] JiBX and Java 8
> To: jibx-users <jibx-users@lists.sourceforge.net>
> Message-ID:
>         <
> cagdzbhexdbwcspjtaz+x4xyryadsdubtygqkxb7-hee5fja...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Archie,
>
> We're ready to go with the Java 8 compatible version of JiBX.
>
> I'll we need is the BCEL 6.0 release. We can't release a version of JiBX
> that has a dependency on a RC version.
>
> Thanks,
>
> Don
>
> >
> > FYI,
> >
> > A co-worker has tried JiBX with the latest BCEL release (BCEL_6_0_RC4)
> and
> > claims that this combination works on Java 8.
> >
> > I have not tried this myself yet. I'd be interested to hear others'
> > experiences if you do.
> >
> > -Archie
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Wed, 11 Nov 2015 09:09:53 -0600
> From: Archie Cobbs <arc...@dellroad.org>
> Subject: Re: [jibx-users] JiBX and Java 8
> To: JiBX users <jibx-users@lists.sourceforge.net>
> Message-ID:
>         <CANSoFxsi8yMhbfn=dAMu8HwS3_paVZa_pQ-QEzfOMq-HiYO3=
> q...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Don,
>
> Understood.
>
> In the meantime, we've been using JiBX 1.2.6 successfully with BCEL
> 6.0-20150726.222224-123. Presumably once BCEL 6.0 is actually released it
> will work also.
>
> Here's the Ivy RoundUp details:
>
>
>
> http://archiecobbs.github.io/ivyroundup/repo/modules/net.sourceforge.jibx/jibx/1.2.6/ivy.xml
>
> -Archie
>
>
> On Wed, Nov 11, 2015 at 8:35 AM, Don Corley <d...@donandann.com> wrote:
>
> > Archie,
> >
> > We're ready to go with the Java 8 compatible version of JiBX.
> >
> > I'll we need is the BCEL 6.0 release. We can't release a version of JiBX
> > that has a dependency on a RC version.
> >
> > Thanks,
> >
> > Don
> >
> >>
> >> FYI,
> >>
> >> A co-worker has tried JiBX with the latest BCEL release (BCEL_6_0_RC4)
> and
> >> claims that this combination works on Java 8.
> >>
> >> I have not tried this myself yet. I'd be interested to hear others'
> >> experiences if you do.
> >>
> >> -Archie
> >>
> >
> >
> >
> ------------------------------------------------------------------------------
> >
> > _______________________________________________
> > jibx-users mailing list
> > jibx-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jibx-users
> >
> >
>
>
> --
> Archie L. Cobbs
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Tue, 24 Nov 2015 14:17:39 -0500
> From: PS Govind <psgov...@hotmail.com>
> Subject: [jibx-users] How to solve org.jibx.runtime.JiBXException: No
>         unmarshaller for element error
> To: "jibx-users@lists.sourceforge.net"
>         <jibx-users@lists.sourceforge.net>
> Message-ID: <col130-w62d9e9f0fbc383ff40378fd1...@phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
> I am getting "org.jibx.runtime.JiBXException: No unmarshaller for element"
> error when trying unmarshel the xml file given below. The input xml file,
> binding definition, Java source and unmarshelling code are given below. Any
> help will be truly appreciated...
> org.jibx.runtime.JiBXException: No unmarshaller for element "{
> http://www.pcats.org/schema/naxml/loyalty/v01}GetLoyaltyOnlineStatusRequest";
> (line 5, col 60)        at
> org.jibx.runtime.impl.UnmarshallingContext.unmarshalElement(UnmarshallingContext.java:2754)
>       at
> org.jibx.runtime.impl.UnmarshallingContext.unmarshalDocument(UnmarshallingContext.java:2900)
>       at com.weis.fuel.verifone.util.JiBXTest.main(JiBXTest.java:43)
> ---- XML--<?xml version="1.0" encoding="UTF-8"
> standalone="yes"?><ns3:GetLoyaltyOnlineStatusRequest       xmlns:ns2="
> http://www.naxml.org/POSBO/Vocabulary/2003-10-16";       xmlns:ns4="
> http://www.pcats.org/schema/core/v01";       xmlns:ns3="
> http://www.pcats.org/schema/naxml/loyalty/v01";><ns3:RequestHeader>
> <ns3:POSLoyaltyInterfaceVersion>1.0</ns3:POSLoyaltyInterfaceVersion>
> <ns2:VendorName>VIPER</ns2:VendorName>
> <ns2:VendorModelVersion>5.07.00</ns2:VendorModelVersion>
>  <ns3:POSSequenceID>XXX</ns3:POSSequenceID>     <ns3:LoyaltySequenceID/>
>  <ns3:StoreLocationID>XXXXXXXXXXX</ns3:StoreLocationID>
>  <ns3:LoyaltyOfflineFlag
> value="no"/></ns3:RequestHeader></ns3:GetLoyaltyOnlineStatusRequest>
> ---- Binding--<binding name="LoyaltyStatusRequest"
> direction="input"><mapping name="ns3:GetLoyaltyOnlineStatusRequest"
> class="org.pcats.schema.naxml.loyalty.v01.LoyaltyOnlineStatusRequest"
> flexible="true" ordered="false">    <namespace uri="
> http://www.naxml.org/POSBO/Vocabulary/2003-10-16";      prefix="ns2"/>
>  <namespace uri="http://www.pcats.org/schema/naxml/loyalty/v01";
>  prefix="ns3"/>   <namespace uri="http://www.pcats.org/schema/core/v01";
>                         prefix="ns4"/>
>    <structure name="ns3:RequestHeader" flexible="true" ordered="false">
>      <value name="ns3:POSLoyaltyInterfaceVersion"
> field="pOSLoyaltyInterfaceVersion" usage="optional"/>              <value
> name="ns2:VendorName"                             field="vendorName"
>              usage="optional" />             <value
> name="ns2:VendorModelVersion"             field="vendorModelVersion"
>  usage="optional" />             <value name="ns3:POSSequenceID"
>               field="pOSSequenceID"                  usage="optional" />
> </structure></mapping></binding>
> ---- Unmarshalling code--                   bfact =
> BindingDirectory.getFactory("LoyaltyStatusRequest",
> LoyaltyOnlineStatusRequest.class);                  //bfact =
> BindingDirectory.getFactory(LoyaltyOnlineStatusRequest.class);
>   uctx = bfact.createUnmarshallingContext();              in = new
> FileInputStream(inFile);               LoyaltyOnlineStatusRequest request =
> (LoyaltyOnlineStatusRequest)uctx.unmarshalDocument(in, null);
>
> package org.pcats.schema.naxml.loyalty.v01;public class
> GetLoyaltyOnlineStatusRequest implements java.io.Serializable{  private
> static final long serialVersionUID = 1L;                private String
> pOSLoyaltyInterfaceVersion;    private String vendorName;    private String
> vendorModelVersion;    private String pOSSequenceID;
>     public GetLoyaltyOnlineStatusRequest()    {         super();    }
>     public String getPOSLoyaltyInterfaceVersion() { return
> pOSLoyaltyInterfaceVersion;}    public void setPOSLoyaltyInterfaceVersion(
> String pOSLoyaltyInterfaceVersion) {this.pOSLoyaltyInterfaceVersion =
> pOSLoyaltyInterfaceVersion;}
>     public String getVendorName() {return vendorName;}    public void
> setVendorName(String vendorName) {this.vendorName = vendorName;}
> public String getVendorModelVersion() {return vendorModelVersion;}
> public void setVendorModelVersion(String vendorModelVersion)
> {this.vendorModelVersion = vendorModelVersion;}
>     public String getPOSSequenceID() {return pOSSequenceID;}    public
> void setPOSSequenceID(String pOSSequenceID) {this.pOSSequenceID =
> pOSSequenceID;}}
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 4
> Date: Tue, 24 Nov 2015 13:26:25 -0600
> From: Archie Cobbs <arc...@dellroad.org>
> Subject: Re: [jibx-users] How to solve org.jibx.runtime.JiBXException:
>         No unmarshaller for element error
> To: psgov...@hotmail.com, JiBX users
>         <jibx-users@lists.sourceforge.net>
> Message-ID:
>         <CANSoFxvhq+kpgYExyGss6WkY+b25ab1qmY=U2tNk9=
> uzjhv...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Looks like your binding is using the namespace 'ns3' outside of its scope
> of definition. Try moving the <namespace> declarations up a level... ?
>
> -Archie
>
> On Tue, Nov 24, 2015 at 1:17 PM, PS Govind <psgov...@hotmail.com> wrote:
>
> > Hi,
> >
> > I am getting "org.jibx.runtime.JiBXException: No unmarshaller for
> element" error
> > when trying unmarshel the xml file given below. The input xml file,
> binding
> > definition, Java source and unmarshelling code are given below. Any help
> > will be truly appreciated...
> >
> > org.jibx.runtime.JiBXException: No unmarshaller for element "{
> >
> http://www.pcats.org/schema/naxml/loyalty/v01}GetLoyaltyOnlineStatusRequest
> "
> > (line 5, col 60)
> >         at
> >
> org.jibx.runtime.impl.UnmarshallingContext.unmarshalElement(UnmarshallingContext.java:2754)
> >         at
> >
> org.jibx.runtime.impl.UnmarshallingContext.unmarshalDocument(UnmarshallingContext.java:2900)
> >         at com.weis.fuel.verifone.util.JiBXTest.main(JiBXTest.java:43)
> >
> > --
> > *-- XML*
> > --
> > <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> > <ns3:GetLoyaltyOnlineStatusRequest
> >       xmlns:ns2="http://www.naxml.org/POSBO/Vocabulary/2003-10-16";
> >       xmlns:ns4="http://www.pcats.org/schema/core/v01";
> >       xmlns:ns3="http://www.pcats.org/schema/naxml/loyalty/v01";>
> > <ns3:RequestHeader>
> >
>  <ns3:POSLoyaltyInterfaceVersion>1.0</ns3:POSLoyaltyInterfaceVersion>
> >       <ns2:VendorName>VIPER</ns2:VendorName>
> >       <ns2:VendorModelVersion>5.07.00</ns2:VendorModelVersion>
> >      <ns3:POSSequenceID>XXX</ns3:POSSequenceID>
> >      <ns3:LoyaltySequenceID/>
> >      <ns3:StoreLocationID>XXXXXXXXXXX</ns3:StoreLocationID>
> >      <ns3:LoyaltyOfflineFlag value="no"/>
> > </ns3:RequestHeader>
> > </ns3:GetLoyaltyOnlineStatusRequest>
> >
> > --
> > -- *Binding*
> > --
> > <binding name="LoyaltyStatusRequest" direction="input">
> > <mapping name="ns3:GetLoyaltyOnlineStatusRequest"
> > class="org.pcats.schema.naxml.loyalty.v01.LoyaltyOnlineStatusRequest"
> > flexible="true" ordered="false">
> > <namespace uri="http://www.naxml.org/POSBO/Vocabulary/2003-10-16";
> > prefix="ns2"/>
> > <namespace uri="http://www.pcats.org/schema/naxml/loyalty/v01";
> > prefix="ns3"/>
> > <namespace uri="http://www.pcats.org/schema/core/v01"; prefix="ns4"/>
> >
> >    <structure name="ns3:RequestHeader" flexible="true" ordered="false">
> > <value name="ns3:POSLoyaltyInterfaceVersion"
> > field="pOSLoyaltyInterfaceVersion" usage="optional"/>
> > <value name="ns2:VendorName" field="vendorName" usage="optional" />
> > <value name="ns2:VendorModelVersion" field="vendorModelVersion"
> usage="optional"
> > />
> > <value name="ns3:POSSequenceID" field="pOSSequenceID" usage="optional" />
> >     </structure>
> > </mapping>
> > </binding>
> >
> > --
> > *-- Unmarshalling code*
> > --
> >            bfact = BindingDirectory.getFactory("LoyaltyStatusRequest",
> > LoyaltyOnlineStatusRequest.class);
> >            //bfact =
> > BindingDirectory.getFactory(LoyaltyOnlineStatusRequest.class);
> >            uctx = bfact.createUnmarshallingContext();
> >            in = new FileInputStream(inFile);
> >            LoyaltyOnlineStatusRequest request =
> > (LoyaltyOnlineStatusRequest)uctx.unmarshalDocument(in, null);
> >
> >
> > package org.pcats.schema.naxml.loyalty.v01;
> > public class GetLoyaltyOnlineStatusRequest implements
> java.io.Serializable
> > {
> > private static final long serialVersionUID = 1L;
> > private String pOSLoyaltyInterfaceVersion;
> >     private String vendorName;
> >     private String vendorModelVersion;
> >     private String pOSSequenceID;
> >
> >     public GetLoyaltyOnlineStatusRequest()
> >     {
> >          super();
> >     }
> >
> >     public String getPOSLoyaltyInterfaceVersion() { return
> > pOSLoyaltyInterfaceVersion;}
> >     public void setPOSLoyaltyInterfaceVersion(  String
> > pOSLoyaltyInterfaceVersion) {this.pOSLoyaltyInterfaceVersion =
> > pOSLoyaltyInterfaceVersion;}
> >
> >     public String getVendorName() {return vendorName;}
> >     public void setVendorName(String vendorName) {this.vendorName =
> > vendorName;}
> >
> >     public String getVendorModelVersion() {return vendorModelVersion;}
> >     public void setVendorModelVersion(String vendorModelVersion)
> > {this.vendorModelVersion = vendorModelVersion;}
> >
> >     public String getPOSSequenceID() {return pOSSequenceID;}
> >     public void setPOSSequenceID(String pOSSequenceID)
> {this.pOSSequenceID
> > = pOSSequenceID;}
> > }
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Go from Idea to Many App Stores Faster with Intel(R) XDK
> > Give your users amazing mobile app experiences with Intel(R) XDK.
> > Use one codebase in this all-in-one HTML5 development environment.
> > Design, debug & build mobile apps & 2D/3D high-impact games for multiple
> > OSs.
> > http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
> > _______________________________________________
> > jibx-users mailing list
> > jibx-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jibx-users
> >
> >
>
>
> --
> Archie L. Cobbs
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for multiple
> OSs.
> http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
>
> ------------------------------
>
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>
>
> End of jibx-users Digest, Vol 98, Issue 2
> *****************************************
>
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to