Community
Participate
Working Groups
Build Identifier: Hi Colleagues, When executing the scenario bellow, a NPE is thrown in the KeyAttribute constraint class. Reproducible: Always Steps to Reproduce: 1. Create a new service interface. 2. Assign a message type having xml namespace as "" 3. Do not save the service interface. 4. remove the message type assignment from the service interface 5. Click on the service interface node in the tree. 6. A NPE is thrown from class java.lang.NullPointerException at org.eclipse.wst.sse.sieditor.model.validation.constraints.KeyAttribut e$ConstraintData.<init>(KeyAttribute.java:100)
Created attachment 195712 [details] fixing the NPE
Thanks Stanislav, I have submitted.