Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,230

    Accessing a STATEFUL Session Bean

    Hello everyone,

    I have been searching for examples on how to configure Spring to return the Remote interface for a STATEFUL Session Bean and have been unsuccessful. Its easy to do with a...
  2. Replies
    25
    Views
    4,994

    Thanks very much, Andreas. My vote is in.

    Thanks very much, Andreas. My vote is in.
  3. Replies
    25
    Views
    4,994

    Oleksandr, Yes, I know that what you are...

    Oleksandr,

    Yes, I know that what you are suggesting is possible. That is, I know that I can manually, within my own java code, set the userContext on the UserService. However, in a complex system...
  4. Replies
    25
    Views
    4,994

    Andreas, Interesting, indeed. Could you...

    Andreas,

    Interesting, indeed. Could you explain this idea a bit? I'm still fairly new to Spring (learning fast...) and this seems to be an advanced idea that I'm having trouble fitting properly...
  5. Replies
    25
    Views
    4,994

    Its not the NewService that needs the...

    Its not the NewService that needs the UserContext. Its a dependency of NewService, specifically UserService.
  6. Replies
    25
    Views
    4,994

    Unfortunately, the UserContext is part of the...

    Unfortunately, the UserContext is part of the public API for my project. Our clients construct the UserContext and pass it to us via our method invocations, or sometimes via factory parameters as...
  7. Replies
    25
    Views
    4,994

    No, UserServiceFactory and UserService do not...

    No, UserServiceFactory and UserService do not need to be Spring managed (and in fact, they aren't, having been built before Spring was introduced). However, my NewService has UserService as a...
  8. Replies
    25
    Views
    4,994

    Injecting non-spring managed objects

    Hello everyone,

    I have a problem for which I need some guidance. I have a legacy service which is normally generated via a factory. For example:



    UserService service =...
  9. Replies
    3
    Views
    2,530

    Here is a better representation of the exception:...

    Here is a better representation of the exception:

    [java] <Feb 27, 2007 1:00:52 PM EST> <Info> <EJB> <BEA-010213> <Message-Driven EJB: ActivityMessageEJB's transaction was roll
    edback. The...
  10. Replies
    3
    Views
    2,530

    Thanks, Rod. Here is my Spring application...

    Thanks, Rod.

    Here is my Spring application context configuration:


    <?xml version="1.0" encoding="UTF-8"?>

    <beans xmlns="http://www.springframework.org/schema/beans"...
  11. Replies
    3
    Views
    2,530

    Configuring an EJB2.x SLSB

    Hello!

    I am writing a strictly server-side application that uses EJB2.x Stateless Session Beans to provide remoting and transaction management. I want to write a service that uses Spring 2.0.2...
  12. Replies
    0
    Views
    582

    Cross-method transactions

    Hello!

    I have a unique problem and was wondering if Spring may be able to provide an elegant solution. Here is my problem:

    I have a complex domain model that contains very large objects. ...
Results 1 to 12 of 12