users@glassfish.java.net

Re: spring annotations inside WAB

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Mon, 06 Feb 2012 21:13:42 +0530

Good to know. If you decide to share your findings either as a blog or
public Wiki, please let us know so that other users can benefit from the
same.

Thanks,
Sahoo
On Monday 06 February 2012 08:18 PM, forums_at_java.net wrote:
> Hi Sahoo,
>
> thanks for your answer. The problem occured because spring didnt find
> spring.xml files inside war. To resolve it, I added the following
> header to
> the WAB manifest:
>
> Spring-Context:
> classpath*:META-INF/spring/*.xml;create-asynchronously:=false
>
> --
>
> [Message sent by forum member 'okna2000']
>
> View Post: http://forums.java.net/node/883164
>
>