Fine. Then I guess my issue is on getting a dataSource out of the configuration we're currently using (see my previous post)
Type: Posts; User: mfirry; Keyword(s):
Fine. Then I guess my issue is on getting a dataSource out of the configuration we're currently using (see my previous post)
Yes I am running in an App Server that is doing container managed EntityManager with Factory
here's a snippet of my applicationContext-jpa.xml
<context:load-time-weaver...
interesting... thing is we're using entitymanagers and such so i don't even have a datasource hanging around.
I found this https://github.com/mschipperheyn/spring-social-jpa
I'm answer my own question in case this is useful for somebody else.
Is there any version of UsersConnectionRepository and ConnectionRepository for apps using JPA?
I'm working on a new webapp which will be the mobile version of our current one.
We now have www.mysite.com and we want to add m.mysite.com
The internal architecture will be pretty much the...
have a look at the famous Petclinic example http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/testing.html#testing-examples-petclinic
mmm.
i thought i could use jetty to have a quick way for our front-end developers have the webapp up and running locally.
we're using eclipselink in production and so i had to use persistence.xml...
i can't seem to have my spring webapp working with jetty-maven pluging
i always get
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadTimeWeaver':...
is jee:jndi-lookup supposed to declare an EntityManagerFactory or a DataSource?
i'm trying to use my jndi connection with jetty but when putting
<jee:jndi-lookup id="ddd"...
i'm trying to make petclinic sample work on both glassfish (test and prod env) and jetty (local) and it's looking impossibile.
glassfish add me add DefaultServlet on my web.xml.
jetty complains...
yeah, it'd be great to have petclinic using 3.1
I would prefer NOT to use sticky sessions. Is this possible?
We're trying to deploy our spring-security-oauth2 provider on multiple instances of glassfish (behind a load balancer).
It was working just alright when using just one instance (test enviroment...
thanks a lot.
i thought i had context:component-scan but i did not.
thanks again for your time!
as it happens, i figured that bit out 2 minutes after posting here.
still some issue.
posted on Spring Security section (http://bit.ly/MK778A)
thanks
I'm trying to set up my oauth provider using the sparklr2 example.
it's working fine but now i have to customize the login form controller.
this is what i have (http://bit.ly/OJuNYI)
<http...
you're probably right. i was reading this and figured it would have to work for my case too
hi,
how do i set up a custom login controller instead of the one already defined in the xml?
i thought it would just take to create a @Controller LoginController with "login.do" as...
sorry about that
i'm trying to do it this way: http://bit.ly/MtPbif
but after having added my ChannelDecisionManagerPostProcessor it starts complaining that my securityContextRepository is null
ps: i'm working...
Hi, I'm facing the same issue.
Did you manage to fix this?
Alright. Thanks a lot anyway.
in the oauth2 sparklr sample, what's sparklr_gadget.xml for?
solved (just an issue with mysql and innoDB engine). oh well, not really an issue since it's clearly stated that that is only an HSQL kind of example.