[jira] [Commented] (TOMEE-1683) Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 but not in 7.0.0-M1

2015-12-22 Thread Martin Wiesner (JIRA)
[ https://issues.apache.org/jira/browse/TOMEE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15068811#comment-15068811 ] Martin Wiesner commented on TOMEE-1683: --- I agree on your thoughts. Why did this "null body" pattern

[jira] [Commented] (TOMEE-1683) Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 but not in 7.0.0-M1

2015-12-22 Thread Martin Wiesner (JIRA)
[ https://issues.apache.org/jira/browse/TOMEE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067877#comment-15067877 ] Martin Wiesner commented on TOMEE-1683: --- Ah, ic - thx [~rmannibucau]. I will test your suggestions

[jira] [Commented] (TOMEE-1683) Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 but not in 7.0.0-M1

2015-12-22 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/TOMEE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067896#comment-15067896 ] Romain Manni-Bucau commented on TOMEE-1683: --- Not it is more a weakness of the embedded http

[jira] [Commented] (TOMEE-1683) Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 but not in 7.0.0-M1

2015-12-22 Thread Martin Wiesner (JIRA)
[ https://issues.apache.org/jira/browse/TOMEE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067857#comment-15067857 ] Martin Wiesner commented on TOMEE-1683: --- [~rmannibucau] Nop, I removed that completely from the

[jira] [Commented] (TOMEE-1683) Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 but not in 7.0.0-M1

2015-12-22 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/TOMEE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067863#comment-15067863 ] Romain Manni-Bucau commented on TOMEE-1683: --- you need to send a body ("{}" is fine) and then you

[jira] [Commented] (TOMEE-1683) Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 but not in 7.0.0-M1

2015-12-22 Thread Martin Wiesner (JIRA)
[ https://issues.apache.org/jira/browse/TOMEE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067870#comment-15067870 ] Martin Wiesner commented on TOMEE-1683: --- As I wrote: "When we run the project via maven goal

[jira] [Commented] (TOMEE-1683) Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 but not in 7.0.0-M1

2015-12-22 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/TOMEE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067874#comment-15067874 ] Romain Manni-Bucau commented on TOMEE-1683: --- Not it doesnt, here you use johnzon on server AND

[jira] [Commented] (TOMEE-1683) Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 but not in 7.0.0-M1

2015-12-22 Thread Martin Wiesner (JIRA)
[ https://issues.apache.org/jira/browse/TOMEE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067887#comment-15067887 ] Martin Wiesner commented on TOMEE-1683: --- Ok, the empty "{}" body in the put method makes a true

[jira] [Commented] (TOMEE-1683) Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 but not in 7.0.0-M1

2015-12-22 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/TOMEE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067848#comment-15067848 ] Romain Manni-Bucau commented on TOMEE-1683: --- [~mawiesne] your sample is invalid since you add