Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,319

    securityHelper

    I saw same sort of error when I first used the Security3Helper class in my application just like it was used in the TestDrive. I exposed the bean as a remoting destination, as follows:



    <bean...
  2. Replies
    3
    Views
    939

    Lazy Init

    Seems like the known current limitation involving lazy/eager fetching for Hibernate. Please look at this thread.

    http://forum.springsource.org/showthread.php?t=86093

    Larry
  3. Replies
    8
    Views
    3,524

    Fixed

    Hi,

    It turns out that in DefaultUrlMappingInfo class, method evaluateNameForValue(Object value), the code below has an instance of ServletRequestAttributes instead of a GrailsWebRequest, when the...
  4. Replies
    8
    Views
    3,524

    Thanks......I'm gradually adding sources so I can...

    Thanks......I'm gradually adding sources so I can try and see what is going on behind the scenes.

    It seems to center around the springSecurityFilterChain in web.xml. If I change the url-pattern...
  5. Replies
    8
    Views
    3,524

    Update

    I tried reverting to SpringSecurity 2 just in case there would be some difference, and same result.

    Guess its time to dig into how everything gets initialized to figure out why I'm seeing a...
  6. Replies
    8
    Views
    3,524

    Another Update

    If I remove the Spring security filter chain, everything works fine as well, ie. by removing:



    <filter>
    <filter-name>springSecurityFilterChain</filter-name>...
  7. Replies
    8
    Views
    3,524

    Update

    Hi,

    Thanks to anyone that has read about my issue.

    In my flex-servlet.xml I had the following:

    <flex:message-broker>
    <flex:secured />
    </flex:message-broker>
  8. Replies
    8
    Views
    3,524

    BlazeDS Problem with Grails

    Note: I've edited title as old one was a little misleading based on recent investigation.

    I've integrated BlazeDS with Grails, using Spring under the hood techniques. When I add a new servlet...
  9. Thread: Grails Forum

    by con19m31
    Replies
    1
    Views
    994

    Grails Forum

    Hi,

    It has been awhile since SpringSource acquired Grails. The various Spring forums are so invaluable. Many have asked when there will be a real forum (here) for Grails, as opposed to a...
  10. File Location

    Hi Martin,

    I tried the same thing you did, including adding folders to the classpath, and after spending a bit of time on it, I switched to just adding the applicationContext-security.xml file...
  11. Replies
    10
    Views
    1,725

    Authentication Provider

    My users and roles come from my database, so I implement my own authentication provider, and tell spring about it as described in the Spring Security reference documentation.

    If you want to have...
  12. Problem Fixed

    Marten,

    Based on your advice, I moved my applicationContext-security.xml reference into web.xml so it is a contextConfigLocation parameter and would hopefully load along with applicationContext,...
  13. No bean named 'springSecurityFilterChain' is defined

    Hi,

    I have seen many posts about this same problem I'm having, but I've read whatever I could find and tried any solutions proposed. If anyone can help I'd really appreciate it.

    The twist is...
  14. Replies
    2
    Views
    1,376

    Grails/Flex Without Plugins

    I have a Grails/Flex project that I want to secure, but based on everything I've seen, I think I'll fall back to standard Spring instead of the Grails Acegi plugin.

    Perhaps that means I might have...
  15. Thread: Grails Forum?

    by con19m31
    Replies
    16
    Views
    5,707

    I was thinking of posting a question about why...

    I was thinking of posting a question about why Grails doesn't have a forum like Spring now that it is under the SpringSource umbrella. I tried several times about a week ago to join the Grails...
  16. Thanks very much :) .... it is all clear now. ...

    Thanks very much :) .... it is all clear now.

    Larry
  17. Where are server.name, server.port etc. Stored?

    I'm working through the test drive, and I can't seem to understand where the values for server.name etc. are stored. I searched the whole directory of the test drive and still didn't find them.
    ...
  18. Thanks. One thing I'm trying to answer pertains...

    Thanks. One thing I'm trying to answer pertains to page 53 of the J2EE Development Without EJB, where it says "Only in the case of RMI/IIOP remoting are remote EJBs preferable". I'd like to...
  19. EJB or Spring when Web AND Standalone App Required

    I've read portions of J2EE Without EJB and J2EE Design and Development, and implemented a live web application using Spring. However, I still have some questions as to whether EJB or Spring is...
  20. Thanks....I'll probably order a copy for some...

    Thanks....I'll probably order a copy for some spare time reading, and I'll avoid lending it to anyone :)
  21. J2EE Design and Development Book - Still Current Enough?

    I have Java Development with the Spring Framework, and J2EE Development Without EJB. I know J2EE Design and Development is a little older, but is there enough in it to warrant having it on my...
  22. Is a server application that uses various J2EE...

    Is a server application that uses various J2EE APIs, but does not run under an app server, not a J2EE server application?

    We currently have a server application that uses Corba between...
  23. Spring-based Server Without Web or App Server

    How common is the use of Spring for a J2EE server application that does not run within web or application server? In that scenario, what would the typical remoting choice be? Is it RMI so there...
  24. I don't know this area really well, but I'd...

    I don't know this area really well, but I'd suggest you check the password and make sure there is one provided during login.
  25. LDAP/Active Directory/How Specify User Groups to Search

    Hi,

    I need to make LDAP work with Active Directory 2000 (or Novell eDirectory is an option too).

    With regards to Active Directory, I see the configuration in this thread that will hopefully...
Results 1 to 25 of 51
Page 1 of 3 1 2 3