Discussion:
(unknown)
Imad Bougataya
2014-03-28 17:09:45 UTC
Permalink
Hi Everyone,

I am trying to call UserService and i get the following error when i leave
the application on for some time without interacting with it:

java.lang.RuntimeException: org.apache.cxf.interceptor.Fault: Could not
open JPA EntityManager for transaction;

How can i make appfuse (ws archetype) keep the underlying jpa connection?

Thanks
Imad Bougataya
2014-03-28 17:58:29 UTC
Permalink
Hi,

I need to add a new custom javax.servlet.Filter custom implementation to
the ws archetype, but i can't find web.xml.

where should i declare it?

Thanks,
Matt Raible
2014-03-28 20:17:53 UTC
Permalink
I'm not sure. You could try using a @ServletFilter annotation or asking the Enunciate user group:

http://enunciate.codehaus.org/
Hi,
I need to add a new custom javax.servlet.Filter custom implementation to the ws archetype, but i can't find web.xml.
where should i declare it?
Thanks,
Imad Bougataya
2014-03-28 20:21:56 UTC
Permalink
Thanks, I'll try that!

Imad Bougataya
Post by Matt Raible
http://enunciate.codehaus.org/
Hi,
I need to add a new custom javax.servlet.Filter custom implementation to
the ws archetype, but i can't find web.xml.
where should i declare it?
Thanks,
Loading...