Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,829

    Hi Walter, I admire your attempt to keep the...

    Hi Walter,

    I admire your attempt to keep the architecture as "pure" as possible but I think you are at a point where the practicality of it may entail some initial dirty stuff. You can just...
  2. Replies
    4
    Views
    5,409

    You can also take a look at the source code, you...

    You can also take a look at the source code, you will realize it is meant to make working with EJB's easier. I've only got as far as incorporating it into my architecture but only did the config for...
  3. Replies
    9
    Views
    7,204

    * configure spring context in servlet context *...

    * configure spring context in servlet context
    * have a POJO service injected with the remote EJB

    ( see http://static.springframework.org/spring/docs/2.5.x/reference/ejb.html#ejb-access-remote
    ...
  4. Replies
    9
    Views
    7,204

    I believe it is possible but it may not be. You...

    I believe it is possible but it may not be. You will have to have the same JNDI datasource configured in your remote container though and then use ContextSingletonBeanFactoryLocator. I am not sure...
  5. Replies
    9
    Views
    7,204

    This is not as simple as you are trying to make...

    This is not as simple as you are trying to make it. He is referring to the spring documentation itself. There are chapters on each topic: EJB integration, remoting, hibernate integration. There...
  6. Replies
    6
    Views
    6,535

    I thought you can't put ApplicationContext into...

    I thought you can't put ApplicationContext into JNDI because it is not serializable? I tried it in 2.5.5 and I got an error that it couldn't do it.
  7. Replies
    7
    Views
    2,888

    It probably makes more practical sense to develop...

    It probably makes more practical sense to develop a proof of concept of your architecture, then once you have the pipes connected and know what kind of problems your software is supposed to solve,...
  8. I found this has been changed in 2.5.5 and...

    I found this has been changed in 2.5.5 and another change is in the CVS head above 2.5.5 as well for some app servers and EJB configurations.
  9. My other thread shows how I have done it. There...

    My other thread shows how I have done it. There are two more posts i made with some code changes to the spring codebase that have not appeared in there yet.
  10. Alrighty! I got it working ;) Loaded the root...

    Alrighty! I got it working ;)

    Loaded the root context at boot time of the servlet context with




    <listener>
    ...
  11. Input requested: spring context in web AND ContextSingletonBeanFactoryLocator

    Hi,

    So I have got the ContextSingletonBeanFactoryLocator working in my application insofar as having it right now in the business method itself to get the bean out that is gonna do the work and...
  12. Also if you right-click on your main EAR project...

    Also if you right-click on your main EAR project and go to J2EE dependencies, do you have your spring.jar in there as well? For me that was a key part of getting it to find it in addition to having...
  13. DefaultAdvisorAutoProxyCreator additional advisors not being hit except tx:advice

    My apologies, i got it working now.. You can delete my thread and I regret the inconvenience.
  14. hahaha ok ok I figured this out. The version of...

    hahaha ok ok I figured this out. The version of the spring.jar that was in our project (not added by me) was 1.x something. After putting in the 2.0 jars it worked -- however, I wish that spring...
  15. Hello, I have run into the same issue as these...

    Hello, I have run into the same issue as these other folks and I have not been able to find any additional information through searching the web or these forums. I looked in the spring documentation...
Results 1 to 15 of 15