I'm convinced I tried that last night - I must have been tired. That works
- thank you!
On Tue, Jul 10, 2018 at 7:09 AM, Romain Manni-Bucau
wrote:
> the name is configured in the tck, in properties, we used "jdbc" leading to
> this openejb:Resource stuff. We should be able to use java:openejb/Re
I have opened a bug in Tomcat,
https://bz.apache.org/bugzilla/show_bug.cgi?id=62527
On Tue, Jul 10, 2018 at 9:12 AM, Gurkan Erdogdu wrote:
> Hi Jon
> As you said validation error in Tomcat side. Is it possible to change
> lookup from openejb:/ to java:/ ?
> Regards.
> Gurkan
>
> On Tue, Jul 10,
Hi Jon
As you said validation error in Tomcat side. Is it possible to change
lookup from openejb:/ to java:/ ?
Regards.
Gurkan
On Tue, Jul 10, 2018 at 1:38 AM, Jonathan Gallimore <
jonathan.gallim...@gmail.com> wrote:
> Corresponding Tomcat change is here:
> http://mail-archives.apache.org/mod_mb
the name is configured in the tck, in properties, we used "jdbc" leading to
this openejb:Resource stuff. We should be able to use java:openejb/Resource
to workaround it pby but we can also ask tomcat to enable a whitelist of
namespace in the server to avoid to break our users.
Romain Manni-Bucau
@
Corresponding Tomcat change is here:
http://mail-archives.apache.org/mod_mbox/tomcat-dev/201805.mbox/%3c20180509151142.1276a3a0...@svn01-us-west.apache.org%3E
TomEE resources are bound in JNDI under openejb:Resource/ so it looks like
this is a key issue. As far as I'm aware we don't bind resources
Hey folks
After updating to Tomcat 8.5.32, I have a failing
test:
org.jboss.cdi.tck.tests.context.passivating.dependency.resource.persistence.DataSourcePassivationDependencyTest
Looks like something in web.xml is referring to openejb:Resource/jdbc,
which Tomcat does not seem to like - can anyone