Search:

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

Search: Search took 0.01 seconds.

  1. JaxRpc beanMapping drastically performance lost

    Hi all,
    I'm using Jax-Rpc Web services, and i've a problem:

    In my server-config.wsdd i've configured many WebServices with its beanMapping:

    <service name="UserParamManager"...
  2. Replies
    1
    Views
    1,298

    Lazy loading & Web services: Can be made?

    Hi all,
    Anyone known the way to use lazy loading feature in or-mappers (like Hibernate or iBatis) with web services?


    Please, reply!!!



    Thanks,
  3. Replies
    0
    Views
    1,029

    Spring, ibatis, webServices. Suggestions?

    Hi all,
    I've a lot of applications connected to a unique db.
    I'll decide to use web services to clear and optimize code for the client applications. I want to create a webService server that...
  4. Replies
    4
    Views
    1,327

    Hi, I'll try to use Burlap, but i get the...

    Hi,
    I'll try to use Burlap, but i get the following exception:



    16:16:51,771 DEBUG DataSourceUtils:276 - Returning JDBC Connection to DataSource
    16:16:51,772 DEBUG...
  5. Replies
    4
    Views
    1,327

    Thanks for reply, Alef. Your idea is great! I...

    Thanks for reply, Alef.

    Your idea is great! I don't have think it(i'm a newbie). What you suggest??
    Rmi, Hessian, burlap, jaxrpc? I need the lazy loading and max compatibility with other web...
  6. Replies
    4
    Views
    1,327

    HttpInvoker + Ibatis Crash

    Hi all,
    I've a serious problem whit spring 1.2.6 and ibatis 1.2.7.
    As spring's examples, i've create a web service (Server + client), and seems to work well.
    Seems!
    When i call an Ibatis sqlmap,...
  7. Replies
    6
    Views
    1,605

    I've follow this idea, and i've modify my...

    I've follow this idea, and i've modify my applicationContext to work transactionally.

    I've read your link and this article http://speedo.objectweb.org/doc/dev_spring.html



    So, i've create...
  8. Replies
    6
    Views
    1,605

    IT WORKS!!!!!! You are Fantastic!!!! Thanks a...

    IT WORKS!!!!!! You are Fantastic!!!!

    Thanks a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  9. Replies
    6
    Views
    1,605

    Many thanks for reply katentim! OK!...

    Why not remove the manager layer, which is one-to-one with the DAOs. You are wrapping DAOs in a manager transactional proxy, and then wrapping that in another transactional proxy at the lookupManager...
  10. Replies
    2
    Views
    840

    Thanks for your reply, katentim. I've create a...

    Thanks for your reply, katentim.

    I've create a Top manager that uses all submanagers, but not work. :shock:

    See it http://forum.springframework.org/showthread.php?t=15508

    It seems me ok,...
  11. Replies
    6
    Views
    1,605

    Transaction not work!!!!

    Hi,
    I use Spring 1.2.1 + Ibatis 2.1.0.
    I've create Pojo, DAO, Manager like Spring manual.
    Plus, i've created a Top manager that contains my manger:
    Action -- > TopMANAGER -->Manager1,2,3,4,n...
  12. Replies
    2
    Views
    3,601

    Access ApplicationContext loaded by Listener

    Hi,
    Anyone known how to load the applicationContext accessing to Listener?

    The example: I've a listener that load the application context in web.xml

    <context-param>
    ...
  13. Replies
    0
    Views
    840

    Open transaction in Struts action

    Anyone known how to open a transaction in Struts's action?

    I've used the following config files:
    -- applicationContext.xml:

    <beans>
    <bean id="dataSource"...
  14. Replies
    0
    Views
    812

    Ibatis + Spring transaction

    Hi,
    Where can i find an example that explain me how to manage two or more tables with a single Ibatis transaction??
    I've need it because, actually, i need to rollback 2 insert into 2 different...
  15. Replies
    2
    Views
    840

    extends one transaction to many manager

    Hi all!
    How can i do to extend one transaction to 2 or more Manager (that works in different tables)?

    Help
  16. Struts 1.2.4,Ibatis 2.1.0,Spring 1.2.1 No multiple rollback!

    Hi all!
    I'm a newbie and i've a problem:
    Following istructions made by equinox-ibatis, i've created an application like this.
    -Ibatis for OR Mapper
    -Struts for mvc
    -Spring for transaction...
Results 1 to 16 of 16