Was there a resolution to this? I'm coming upon the same problem and I can't find any references to fixes in either the documentation or via Google.
Type: Posts; User: rplana; Keyword(s):
Was there a resolution to this? I'm coming upon the same problem and I can't find any references to fixes in either the documentation or via Google.
Is it possible in Spring Security for one user to completely assume the identity of another user? If so, how is this done? Can assumed identities be stacked?
Hi, All.
I'm sure someone in this forums has implemented a Spring-aware EJB. What are our options for adding the Spring JARs to the container's classpath? Leads?
Hi, All.
This isn't a Spring-specific question, but it's something that people who've created Spring-aware EJBs will be able to answer easily.
I'm new to EJBs and know so far only of EJB JARs....
This is a bump for another thread I posted in the EJB section as I wasn't getting any leads that might help and I figured more people in the know would be viewing this thread. Also, I figured the...
Well, I wouldn't mind writing one up. I've had incremental successes. My biggest problem right now is exposing ApplicationContext via JNDI. In the EJB section of the reference manual, the default...
Hi,
I'm looking for pointers to a Hello World of EJB SLSB using Spring. Just basing things off of the API (Javadoc) and the Reference manual, I'm left with questions that have been asked on the...
Hi,
I've a custom scope requirement where I need a bean's scope to fall within the scope of a "parent" bean even for other dependency beans that are prototype scope and have that bean as a...
Hi,
Is it possible to rollback message consumption when using the MessageListenerContainer and a MessageListener implementation? What about for a MessageListenerAdapter-adapted MDP? Can I just...
Thanks. Much clearer now. :)
Thanks, but that doesn't explain why the following spring bean config XML works the way it does:
<bean id="foo" class="mypackage.Foo" />
<bean id="bar" class="mypackage.BarFactoryBean" />
...
Hi,
I've seen XML Spring container configurations declare <bean>s with a class attribute, but the the attribute itself doesn't refer to the eventual class of the Bean. Instead they refer to a...
Hi,
Does Spring support versioning of persisted objects? For example, if I wanted to see what an object was like on a certain Date (or do a search on the persisted collection as of a given Date),...