Re: Inject attribute into Apache CXF servlet

2013-09-03 Thread Jana Weschenfelder
Hello, I think I could solve the problem now (a few seconds ago). At least I get the attribute now. And former tests still work. I will add the solution to the link http://forum.springsource.org/showthread.php?141358-Inject-attribute-into-Apache-CXF-servlet in a few minutes. Please let me write

Re: Inject attribute into Apache CXF servlet

2013-09-03 Thread Jana Weschenfelder
The solution is online now: http://forum.springsource.org/showthread.php?141358-Inject-attribute-into-Apache-CXF-servlet Am Di, 3.09.2013, 17:01 schrieb Jana Weschenfelder: Hello, I think I could solve the problem now (a few seconds ago). At least I get the attribute now. And former tests

Re: Inject attribute into Apache CXF servlet

2013-09-03 Thread Sergey Beryozkin
Thanks Jana... Sergey On 03/09/13 16:44, Jana Weschenfelder wrote: The solution is online now: http://forum.springsource.org/showthread.php?141358-Inject-attribute-into-Apache-CXF-servlet Am Di, 3.09.2013, 17:01 schrieb Jana Weschenfelder: Hello, I think I could solve the problem now (a few

Re: Inject attribute into Apache CXF servlet

2013-09-02 Thread Jana Weschenfelder
-Inject-attribute-into-Apache-CXF-servlet I am working with a JAR file and not with a WAR file. I would like to use the ServletContextAware interface to get a ServletContext, but it would only work with the ContextLoaderListener as far as I have found out. But ContextLoaderListener is from Spring

Re: Inject attribute into Apache CXF servlet

2013-09-02 Thread Jason Pell
is described in the forum of Spring. It cost me 3 days of my time already and I am really stuck now... http://forum.springsource.org/showthread.php?141358-Inject-attribute-into-Apache-CXF-servlet I am working with a JAR file and not with a WAR file. I would like to use

Re: Inject attribute into Apache CXF servlet

2013-09-01 Thread Sergey Beryozkin
-Inject-attribute-into-Apache-CXF-servlet I am working with a JAR file and not with a WAR file. I would like to use the ServletContextAware interface to get a ServletContext, but it would only work with the ContextLoaderListener as far as I have found out. But ContextLoaderListener is from Spring

Inject attribute into Apache CXF servlet

2013-08-31 Thread Jana Weschenfelder
Dear Ladies and Gentlemen, I have a problem and maybe someone can help me here: The problem is described in the forum of Spring. It cost me 3 days of my time already and I am really stuck now... http://forum.springsource.org/showthread.php?141358-Inject-attribute-into-Apache-CXF-servlet I am