resthub / resthub-archetypes

RESThub project templates
http://resthub.org/
5 stars 10 forks source link

Use Javaconfig instead of applicationContext.xml #19

Closed sdeleuze closed 11 years ago

bclozel commented 11 years ago

I can take this one. I just don't know what you had in mind to activate profiles.

dispatcher.setInitParameter("spring.profiles.active","resthub-jpa");

and go:

ctx.getEnvironment().setActiveProfiles("resthub-jpa");
sdeleuze commented 11 years ago

I call you ;-)