Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    688

    Handling exception on the client side

    Hi,
    I am calling a web service using spring ws & also use jaxb generated classes.
    From the ws client i use the WebServiceGatewaySupport, make use of getWebServiceTemplate().marshalSendAndReceive()...
  2. EJB CMT not committing with Websphere 6.1 and hibernate 3

    I am using RAD 7.5,WAS 6.1(EJB3 Feature Pack), EJB3 & Hibernate3 as JPA persistence provider. Not using Spring yet, wanted to see without spring first.

    When i call my Session Bean from servlet, my...
  3. Thread: lazy-init issue

    by india
    Replies
    9
    Views
    4,219

    Hi Patrick, with the old dtd way, if u give...

    Hi Patrick,

    with the old dtd way, if u give like this it works fine. It does a lazy init even
    without lookOnstartup thing or proxyInterface stuff.

    <bean id="ds1" lazy-init="true"...
  4. Thread: lazy-init issue

    by india
    Replies
    9
    Views
    4,219

    Hi, It works fine, if the files are as shown...

    Hi,
    It works fine, if the files are as shown below for beanRefContext & db.xml.
    See the 'default-lazy-init="true"' in beanRefContext.xml.

    -----------beanRefContext.xml------------------------...
  5. Thread: lazy-init issue

    by india
    Replies
    9
    Views
    4,219

    Hi, The lazy-init is there, it was mistake, i...

    Hi,
    The lazy-init is there, it was mistake, i missed it when i sent to the forum.

    Thnx
  6. Thread: lazy-init issue

    by india
    Replies
    9
    Views
    4,219

    Actually below is my other files, acutally...

    Actually below is my other files,
    acutally db1.xml & db2.xml are the same file even though for example i showed it as different file.

    db.xml

    <bean id="db1" lazy-init="true"...
  7. Thread: lazy-init issue

    by india
    Replies
    9
    Views
    4,219

    lazy-init issue

    Hi,
    I have following beanRefContext.xml with lazy-init=true.I refer this from ejb1 & ejb2,


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
    ...
  8. Replies
    0
    Views
    727

    Lazyloading problem with hibernate

    Hi All,
    I know this issue has been beaten to death. I am getting HibernateLazyLoading exception,
    basically saying my session is closed. I think i understand the issue, and i want the...
  9. Thread: Entity bean

    by india
    Replies
    2
    Views
    1,742

    Entity beans

    Spring doesn't provide specific support for working with entity beans, although it does provide support for working with other EJB types.

    ---> I knew about it, just wanted to know the right way.
    ...
  10. Thread: Entity bean

    by india
    Replies
    2
    Views
    1,742

    Entity bean

    Hi,
    I use spring framework and have session bean using entity beans. How do i achieve caching of entity bean home, so that i don't have do lookup everytime. I know there are some JndiSupport...
  11. Replies
    1
    Views
    2,422

    EJB Trasaction & Spring

    Hi,
    I have a session bean which extends from org.springframework.ejb.support.AbstractStatelessSessionBean.
    and my spring context file for the EJB.


    <bean id="x1"...
  12. Thread: struts+spring

    by india
    Replies
    2
    Views
    2,165

    Thanks.

    Thanks.
  13. Thread: struts+spring

    by india
    Replies
    2
    Views
    2,165

    struts+spring

    Hi,
    I have two submodules in struts application. I have defined the spring contextLoaderPlugIn in each
    submodule sub1-config.xml(default) & sub2-config.xml(/test) file. Also i have two set of...
  14. Replies
    2
    Views
    2,714

    Thanks Rod.

    Thanks Rod.
  15. Replies
    2
    Views
    2,714

    only before is getting called in advice

    Hi,
    I was just playing around with spring AOP and, i am newbie as far as AOP is concerned. for the below advice, only "before" is getting called.Any idea what's wrong? or is it necessary to have...
Results 1 to 15 of 15