Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    336

    Role Hierarchy Not Working

    I am attempting to use Spring Security to secure methods using a role hierarchy. Obviously, since I'm posting here, it isn't working.

    First, here's a definition from an interface:

    ...
  2. Replies
    1
    Views
    1,223

    Spring 3.1 and Weblogic 10.3.5

    Short Version:
    I am attempting to develop a webapp using Oracle's OEPE distribution, using Weblogic 10.3.5. Unfortunately, Weblogic is silently overriding the Spring 3.1.1.RELEASE versions...
  3. Replies
    4
    Views
    919

    Also, the book Pro Spring has an excellent two...

    Also, the book Pro Spring has an excellent two chapters on Spring AOP. I'll be conducting in-house training on it for my dev teams starting in two weeks.
  4. Replies
    6
    Views
    1,501

    Okay, thanks for the hit with the clue-by-four....

    Okay, thanks for the hit with the clue-by-four. The answer is VERY obvious now that you point it out.

    Thanks for your help.
  5. Replies
    6
    Views
    1,501

    Unfortunately, I can't take advantage of the XML...

    Unfortunately, I can't take advantage of the XML Schema based configuration, as I'm using an older version of an IDE that can't handle it (anyone want to fund 35 IDEA 7.0 licenses for me? :) )
    ...
  6. Replies
    6
    Views
    1,501

    MethodInterceptor and Parameters Question

    Please excuse this question, as it may be total AOP newbie material.

    I am using the MethodInterceptor to intercept calls to ClassA.getByName(String name) and redirecting to ClassB.getByName(String...
  7. UnsuccessfulJUnit Tests With AbstractTransactionalDataSourceSpringContextTests

    Sorry if this turns out to not be related to Spring or is otherwise off-topic.

    I am attempting to write a JUnit test using AbstractTransactionalDataSourceSpringContextTests. Unfortunately, it's...
  8. Replies
    2
    Views
    994

    Looking for Different Reference

    I'm looking for a good, reasonably recent, "dead tree" reference for acegi. I'm the kind of person who does better with a book that flipping back and forth to the online reference.

    Can anyone make...
  9. Replies
    0
    Views
    774

    Need Help with Hibernate Criteria Query

    I am having a miserable time with a Hibernate criteria class. I know that the mappings are correct (and working with my other methods), but can't get the following snippet to work (Note:...
  10. Replies
    1
    Views
    1,221

    Looking for Spring Training Near St Louis

    We are a programming shop located near St Louis, MO. We are about to experience massive turnover in our people who are experienced with several libraries (Hibernate and Spring, especially).
    ...
  11. Replies
    4
    Views
    2,958

    I ended up deleting my local copy and checking...

    I ended up deleting my local copy and checking out a new copy from CVS. For some reason, that worked.

    Now my only problems are some obscure junit problems which are likely related to the...
  12. Replies
    9
    Views
    1,650

    I'm having a "duhhhhh" moment right now... you're...

    I'm having a "duhhhhh" moment right now... you're absolutely right. Sometimes one needs to be reminded of the obvious...

    Jason
  13. Replies
    4
    Views
    2,958

    Odd Null Pointer Exception

    I'm having an odd NullPointerException that I hope someone can help with. So far, it's fooled several people here. The function is a simple load() call, and it's being thrown from the test case.
    ...
  14. Replies
    1
    Views
    1,057

    Disregard, I figured it out. public...

    Disregard, I figured it out.



    public Collection loadAllBySearchCriteria(HashMap searchCriteria) {

    DetachedCriteria criteria = DetachedCriteria.forClass(AcapPackage.class);

    ...
  15. Replies
    1
    Views
    1,057

    Converting a HashMap to DetachedCriteria

    I had good luck with my last question here, so I thought I would try another one. My platform is Spring 1.2.6, Hibernate 3.1.1, and Java 1.4.2.

    I have the following function:



    public...
  16. Replies
    9
    Views
    1,650

    Unfortunately, I get alot of poorly trained...

    Unfortunately, I get alot of poorly trained developers (the USAF Computer Programming technical school only teaches basic programming concepts in VB6, about to move to .NET), so this function is...
  17. Replies
    9
    Views
    1,650

    My thoughts exactly. Even with Lazy Loading and a...

    My thoughts exactly. Even with Lazy Loading and a properly configured second-level cache, I still think that loading all of the Hardware items to get a simple count is overkill.




    We aren't...
  18. Replies
    9
    Views
    1,650

    Fastest Way to Get a Count of Objects

    Background: we are working on a system for Certifying and Accrediting workstations on our enterprise network. We are using Spring 1.2.6 and Hibernate 3.1.1. (We're also stuck with Java 1.4.2 due to...
Results 1 to 18 of 18