Search:

Type: Posts; User: AllenK

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    3,927

    Re: MarshallableObject for java 6 version

    Hey guys,

    Please have a look at the link below. i am having the same problem as theirs.

    First Link :
    Java Technology & XML - Issue with JAXB.rt.1.0.ea.jar and Java 1.6

    Second Link :
    Jaxb...
  2. Replies
    12
    Views
    3,927

    Re: MarshallableObject for java 6 version

    @Json

    These changes that i am currently doing(changing to jre 1.6 from jre 1.5) is in the copy of my original project( since i didnt want to create problems with the original project). I had a...
  3. Replies
    12
    Views
    3,927

    Re: MarshallableObject for java 6 version

    import java.io.*;
    import javax.xml.bind.*;
    import javax.xml.marshal.*;

    public class AT extends MarshallableObject implements Element {

    public void marshal(Marshaller m) throws IOException {...
  4. Replies
    12
    Views
    3,927

    Re: MarshallableObject for java 6 version

    The error mesage that i am getting is " the method scanner is undefined for the type Unmarshaller" and similarly for others.

    In java 6, Marshaller is an interface, but i went through a site, which...
  5. Replies
    12
    Views
    3,927

    MarshallableObject for java 6 version

    Hi

    I do have a project which which has been using jre1.5.0_06 from the past few years. But now i would like to upgrade it to jre1.6.0_20. When i do the upgradation, i do get an error for the...
Results 1 to 5 of 5