I use the Value Object Pattern with
flags indicating if the attribute has
changed, like this:
private string attibute;
private boolean attributeHasChanged;
(...)
public void setAttribute(String
attribute) {
this.attribute = attribute;
attributeHasChanged(true); // new task
}
public void
attribu
Hi guys!!
I have a class with a method like this:
public String doIt() {
}
I have done deploy and got the wsdl
using ?wsdl.
When I tryed to use the WSDL2Java I
got the error:
java.util.NoSuchElementException
at
java.util.HashMap$HashIterator.nextEntry(HashMap.java:765)
at
java