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"...
Type: Posts; User: agharta; Keyword(s):
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"...
Hi all,
Anyone known the way to use lazy loading feature in or-mappers (like Hibernate or iBatis) with web services?
Please, reply!!!
Thanks,
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...
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...
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...
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,...
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...
IT WORKS!!!!!! You are Fantastic!!!!
Thanks a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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...
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,...
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...
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>
...
Anyone known how to open a transaction in Struts's action?
I've used the following config files:
-- applicationContext.xml:
<beans>
<bean id="dataSource"...
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...
Hi all!
How can i do to extend one transaction to 2 or more Manager (that works in different tables)?
Help
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...