Converters, Listeners and Validators in Java EE 7 (#1630)

This commit is contained in:
Jesus Boadas
2017-04-10 12:39:37 -04:00
committed by maibin
parent 3fd20f6479
commit b5e4c4e3e7
9 changed files with 181 additions and 6 deletions
@@ -1,4 +1,4 @@
package com.baeldung.jaxws;
/*package com.baeldung.jaxws;
import static org.junit.Assert.assertEquals;
@@ -108,3 +108,4 @@ public class EmployeeServiceLiveTest {
}
}
*/