Search:

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

Search: Search took 0.01 seconds.

  1. I've searched for the OTDT installation on my...

    I've searched for the OTDT installation on my eclipse, but wasn't able to find it. Do you have any suggestions on how I can find and remove it? Also, did you mean "Grails" when you wrote...
  2. Unable to Install Grails Support Due to Dependency Conflict

    Does anyone know how to resolve the following dependency conflict?
  3. Replies
    6
    Views
    3,054

    I was under the impression that Spring Security...

    I was under the impression that Spring Security absolved itself of ALL security matters and simply redirected to CAS -- as a result of this misunderstanding, I was throughly confused as to how things...
  4. Replies
    6
    Views
    3,054

    So, in order to add single sign-out and...

    So, in order to add single sign-out and population of the principal's attributes, I believe I need to add the following respectively. But I'm unclear on where I need to add these configurations. Do I...
  5. Replies
    6
    Views
    3,054

    No, I'm not using it differently; I'm using CAS...

    No, I'm not using it differently; I'm using CAS to centrally authenticate my application which is comprised of a web tier and a (restful web) service tier. Originally, I was having each component...
  6. Replies
    6
    Views
    3,054

    Spring Security CAS -- custom login page, single sign-out, and CAS attributes

    Is it possible to integrate CAS with Spring Security, while continuing to use a custom login page? If yes, are there any examples, documents, etc. that demonstrate how to do this? Thanks.
  7. Replies
    0
    Views
    689

    How to implement custom login page?

    Where can I find information - specifications, examples, etc. - on how to implement a custom login page for Spring Security 3?
  8. How best to manage sessions?

    What is the best way to manage sessions for user authentication, ideally in a clustered environment, using Spring MVC? I thought of creating a login bean that creates a jsession for authenticated...
  9. How to unit test a (Maven) module that uses component-scanning?

    I've broken-down a "service" application into 3 (Maven) modules: web logic, service logic, and persistence logic. How can/should I during testing load the application context of the persistence...
  10. Replies
    1
    Views
    7,737

    javax.persistence jar missing

    Below is my pom.xml and within it I have spring-orm (3.0.2.RELEASE) as a dependency. I thought that as a result of having spring-orm as a dependency, javax.persistence would automatically be...
  11. Determining which spring framework jars are needed

    How can I systematically determine which jars I'll need, and thus should include in my pom.xml file (I'm using maven as my project management tool)?

    When learning spring, to keep things simple and...
  12. I continue to get the NullPointerException error....

    I continue to get the NullPointerException error.

    @fdemilde
    I tried adding the persistenceXmlLocation in the entityManagerFactory bean, but that didn't resolve the issue.



    I'm loading the...
  13. The stacktrace (including warnings): ...

    The stacktrace (including warnings):




    persistence.xml follows:



    <?xml version="1.0" encoding="UTF-8"?>
  14. JPA's Context Injection with Hibernate as engine

    I'm trying to use JPA's Context Injection with Hibernate as the engine. Below is my code and currently it fails to have the context injected.
    I've declared the DriverManagerDataSource,...
  15. Replies
    3
    Views
    1,096

    The issue was an incorrect aspect id in the...

    The issue was an incorrect aspect id in the application context; upon correcting that, it worked. Thanks.
  16. Replies
    3
    Views
    1,096

    AspectJ Autoproxy

    I'm learning spring (via "Spring in Action") and to that end I put together a simple app. While the DI works, the aspect does not. Following is my code, anyone see what is wrong?


    package...
  17. Replies
    0
    Views
    1,606

    Groovy catch statement error

    I recently installed the groovy/grails plugin. Upon importing a current grails project, I get the following error:



    The code which follows was identified as the error cause - NOTE: this code...
  18. Replies
    3
    Views
    2,229

    Thanks for the clear and specific answers to my...

    Thanks for the clear and specific answers to my questions. I was trying to understand the spring container by comparing/contrasting it to a full JEE app server container. As the JEE container is...
  19. Replies
    3
    Views
    2,229

    Instantiate the Spring IoC Container?

    I've recently started learning the Spring Framework, and I'm bit unclear about:
    1. When do I need instantiate the container?
    2. Where do I need to instantiate the container? Is there a specific...
  20. Replies
    2
    Views
    1,148

    I'm using STS 2.3.0 I have been doing what...

    I'm using STS 2.3.0



    I have been doing what you've written above; I went to the "Spring Dashboard," clicked on the "extension tab" and selected "Grails Framework" to install. At about 67%...
  21. Replies
    2
    Views
    1,148

    Grails STS Integration Error

    I'm trying to install Grails support for eclipse via the STS extensions tab, unfortunately, I continue to get:



    Anyone know how to resolve this? I was able to install Groovy support with no...
  22. Replies
    0
    Views
    827

    Next step with web application

    While learning the basics of java web development, I put together a simple web app that is on a single server/jvm, uses Tomcat, and has standard web functionality - i.e. login/logout, basic security,...
Results 1 to 22 of 22