When SAM calls the methods
getSpecification(Query query)
getSpecifications(Query query)
the null exception occurs into their own methods
public Specification createSpecification(String specification)
The error is in property key selection.
The problem in
public Set
// Maybe have exception
ret.add(new DPWSSpecificationImpl(this,specification , this.context,sRs[0]));
The methods should be implemented
private Instance getInstanceByNameAndService(Specification spec, String name)
private Instance getInstanceByFilterAndService(Specification spec,String filter)
private Instance getInstanceByFilter(String filter)
private Instance getInstanceByNameAndImplementation(Implementation impl,String name)
private Instance getInstanceByFilterAndImplementation(Implementation impl,String filter)
private Set
private Set
private Set
private Set
private Set
private Set