Hello everybody,
We have the following scenario:
- We have POJO-based java services ("POJO facades")
- Then we developped a WSDL file with doc/literal wrapped style (best way for interop with...
Type: Posts; User: ChristophM; Keyword(s):
Hello everybody,
We have the following scenario:
- We have POJO-based java services ("POJO facades")
- Then we developped a WSDL file with doc/literal wrapped style (best way for interop with...
Hello everybody,
is it possible to configure a SimpleRemoteStatelessSessionProxyFactoryBean thus that the EJBHome is never cached, rather looked up every time it is called?
We have some constraints...
Hello everybody
Thanks for your answers. We are using Oracle 10.1 and I am performing a flush without effect. When I try a refresh, I get the error "could not read an entity", which may be caused by...
Dear all,
I have a problem with hibernate objects which are not syncronized with the underlying database record within a running transaction.
The tricky part is, that certain fields are set in...
Is it possible, to use CMT without Spring TransactionProxyFactoryBean interception, while retaining the JTA context also over the Hibernate managed objects? I am wondering if I could do without...
Hello everybody
How can I load two application contexts and merge them like in your example
of the docu:
ClassPathXmlApplicationContext appContext = new ClassPathXmlApplicationContext(new...
Thanks - but the problem is if the second applicationContext is in a jar file, i.e. applicationContext1.xml is in a directory and applicationContext2.xml is in a library jar file, and both have to be...
Hello everybody,
I would like to use 2 application context files in a web application, one is located in WEB-INF and the other is located in a jar file.
How would I ideally merge these two...
Hi rpoetker,
Thanks for the hint, too.
Cheers,
Christoph
Hello Nilesh,
Thank you very much for your hints.
Cheers.
Christoph
Hello Nilesh,
Thank you for your reply. When I switch to rpc/encoded it works, as long as the return type is a simple type, such as String.
If the return type is a complex type, such as a "DTO"...
Hello everybody,
I have a simple web service running on WebSphere 5.1 which I try to access from a remote client using the JaxRpcPortProxyFactoryBean.
I get the following exception:
...