Search:

Type: Posts; User: mfirry; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Fine. Then I guess my issue is on getting a...

    Fine. Then I guess my issue is on getting a dataSource out of the configuration we're currently using (see my previous post)
  2. Yes I am running in an App Server that is doing...

    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...
  3. interesting... thing is we're using...

    interesting... thing is we're using entitymanagers and such so i don't even have a datasource hanging around.
  4. I found this...

    I found this https://github.com/mschipperheyn/spring-social-jpa

    I'm answer my own question in case this is useful for somebody else.
  5. UsersConnectionRepository and ConnectionRepository for JPA

    Is there any version of UsersConnectionRepository and ConnectionRepository for apps using JPA?
  6. Share spring security session sharing between 2 webapps

    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...
  7. Replies
    4
    Views
    364

    have a look at the famous Petclinic example...

    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
  8. Replies
    3
    Views
    457

    mmm. i thought i could use jetty to have a...

    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...
  9. Replies
    3
    Views
    457

    jetty-maven-plugin and loadTimeWeaver

    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':...
  10. Replies
    1
    Views
    355

    jee:jndi-lookup issue

    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"...
  11. Replies
    0
    Views
    264

    petclinic sample glassfish and jetty

    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...
  12. Replies
    3
    Views
    930

    yeah, it'd be great to have petclinic using 3.1

    yeah, it'd be great to have petclinic using 3.1
  13. I would prefer NOT to use sticky sessions. Is...

    I would prefer NOT to use sticky sessions. Is this possible?
  14. Issue when deploying on multiple app server (load-balanced). Sticky session needed?

    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...
  15. thanks a lot. i thought i had ...

    thanks a lot.

    i thought i had context:component-scan but i did not.

    thanks again for your time!
  16. as it happens, i figured that bit out 2 minutes...

    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
  17. Custom login controller in spring security oauth sparklr2 example

    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...
  18. you're probably right. i was reading this...

    you're probably right. i was reading this and figured it would have to work for my case too
  19. custom login controller in sparklr2 example

    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...
  20. sorry about that

    sorry about that
  21. i'm trying to do it this way:...

    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...
  22. Hi, I'm facing the same issue. Did you manage...

    Hi, I'm facing the same issue.

    Did you manage to fix this?
  23. Replies
    2
    Views
    378

    Alright. Thanks a lot anyway.

    Alright. Thanks a lot anyway.
  24. Replies
    2
    Views
    378

    what's sparklr_gadget.xml ?

    in the oauth2 sparklr sample, what's sparklr_gadget.xml for?
  25. Replies
    4
    Views
    589

    solved (just an issue with mysql and innoDB...

    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.
Results 1 to 25 of 49
Page 1 of 2 1 2