Olá Galera,
eu estou com um INFO
que por causa dele eu não
estou conseguindo compilar
o meu programa, toda
hora está aprecendo este
INFO, será que alguém poderia
me dar uma ajuda?
Alguém sabe que INFO é
esse?
16/04/2009 17:51:20 org.exolab.castor.xml.Marshaller staticMarshal
INFO: Marshaller called using one of the *static* marshal(Object, *) methods. This will ignore any mapping files as specified. Please consider switching to using Marshaller instances and calling one of the marshal(*) methods.
A parte do código em que o eclipse
dá o INFO acima é essa:
try {
// A stream to write the XML into
FileWriter out = new FileWriter("customer.xml");
// One method call! That?s it!
Marshaller.marshal(myCust, out);
out.close();
} catch (Exception e) {
System.out.println("Exception: " + e.getMessage());
}
Por favor será que tem como
alguém me ajudar?
Essa é última parte que
eu preciso saber para completar
com chave de ouro o meu dia. 
[]'s