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:
...
Type: Posts; User: DartmanX; Keyword(s):
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:
...
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...
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.
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.
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? :) )
...
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...
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...
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...
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:...
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).
...
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...
I'm having a "duhhhhh" moment right now... you're absolutely right. Sometimes one needs to be reminded of the obvious...
Jason
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.
...
Disregard, I figured it out.
public Collection loadAllBySearchCriteria(HashMap searchCriteria) {
DetachedCriteria criteria = DetachedCriteria.forClass(AcapPackage.class);
...
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...
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...
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...
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...