Search:

Type: Posts; User: sonali.majumdar; Keyword(s):

Search: Search took 0.03 seconds.

  1. configuring the reconnect time on failover

    Hi,
    I am using the jee-jndi tag foe failover between servers as following:


    <jee:jndi-lookup id="sampleBean"
    jndi-name="ejb/sampleBean/remote"
    cache="true"
    ...
  2. Hi, Please use jee-jndi tag for failover....

    Hi,
    Please use jee-jndi tag for failover. Also ensure that the EJB's are clustered in jboss.
  3. start context in EJB

    Hi ,
    Your Spring bean(assuming stateless) has to extend from AbstractStatelessSessionBean with a @Stateless(name="<name>") annotation . it can be looked up using JNDIObjectFactoryBean or...
  4. EJB's do not failover automatically

    Hi,
    I had a set of EJB's on the server side and used Spring to look up the EJB's from the client side. The problem was if the stub was being downloaded from one m/c, automatic failover to...
  5. hibernate error

    can you post your hbm mapping file and EventManager class ?

    Thanks,
  6. Lazy initialisationException

    use ht.get instead of ht.load to fetch the object.
  7. more than one applicationContext

    you can use SingletonBeanFactoryLocator instead for loading several ApplicationContexts .
  8. Configure Spring

    Do you have 2 xml files that load the same spring beans ?
    1. referred by beanRefFactory.xml
    2. referred by WEB-INF/abc-servlet.xml
  9. Hey Andreas, managed to solve the problem using...

    Hey Andreas, managed to solve the problem using <jee-jndi lookup> tag instead. Upgraded to Spring 2.5.5 as well. Thanks ! :)
  10. Spring EJB's do not failover automatically

    Hey, Thanks a ton ! I solved the problem finally . Upgraded to Spring 2.5.5 and used jee-jndi lookup .
  11. Issues when looking up in EJB3 bean

    Hi Andreas, I faced the same problem with Spring2.5.5 ! I used the latest Spring 2.5.5 nightly build. I have EJB3.0 hosted in JBoss4.2.2GA. What can be the issue?
    EJB instance...
  12. Spring EJB's do not failover automatically

    Yeah, Thanks again ! I am trying failover logic in Spring .but I am in Spring 2.0.6 and using EJB3 . I read in the post
    that SimpleRemoteStatelessSessionProxyFactoryBean support for EJB3 is...
  13. Spring EJB's do not failover automatically

    Hi! Thanks again ! I tried out the following code , a very crude way of doing it . Is there a better solution ?


    public class FailoverTest {
    public static void main(String args[]){...
  14. Spring and EJB's do not failover

    Thanks for the reply ! Is there any link where I can find examples for these configurations ?? I tried setting


    <bean id="oneBean" class="org.springframework.jndi.JndiObjectFactoryBean">...
  15. Hi , Thanks for your reply, I have written...

    Hi ,
    Thanks for your reply, I have written a sample program, for testing if it is a problem with Spring configuration or with JBoss configuration.
    public class FailoverTest {
    public static...
  16. Spring EJB's do not failover automatically

    Hi all,
    My program uses Spring to connect to EJB's hosted on JBoss. The EJB's on JBoss are clustered. In the Spring's configuration file, I have provided the list of JBoss IP addresses...
Results 1 to 16 of 16