Search:

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

Search: Search took 0.01 seconds.

  1. Was there a resolution to this? I'm coming upon...

    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.
  2. Replies
    1
    Views
    746

    Assuming or Run-As Identity

    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?
  3. Replies
    1
    Views
    1,577

    Hi, All. I'm sure someone in this forums has...

    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?
  4. Replies
    1
    Views
    1,577

    Spring JARs for EJBs

    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....
  5. Replies
    1
    Views
    744

    Exposing Context via JNDI

    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...
  6. Replies
    1
    Views
    1,543

    Well, I wouldn't mind writing one up. I've had...

    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...
  7. Replies
    1
    Views
    1,543

    EJB SLSB Example

    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...
  8. Replies
    2
    Views
    885

    ParentBean Scope

    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...
  9. Replies
    1
    Views
    1,118

    Rollback and MessageListenerContainer

    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...
  10. Thanks. Much clearer now. :)

    Thanks. Much clearer now. :)
  11. Thanks, but that doesn't explain why the...

    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" />
    ...
  12. Documentation on Spring class Attribute

    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...
  13. Replies
    1
    Views
    781

    Persistent / Storable Object Versioning

    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),...
Results 1 to 13 of 13