Search:

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

Search: Search took 0.02 seconds.

  1. How to convert types between axis skeleton and POJO facade service generically

    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...
  2. No EJBHome cache SimpleRemoteStatelessSessionProxyFactoryBean

    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...
  3. We are using Oracle 10.1

    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...
  4. Hibernate objects need values from db trigger while not yet commited

    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...
  5. CMT, Spring, and Hibernate on WebSphere 5.1

    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...
  6. Merging application context from jar file library

    Hello everybody

    How can I load two application contexts and merge them like in your example
    of the docu:


    ClassPathXmlApplicationContext appContext = new ClassPathXmlApplicationContext(new...
  7. Problem is if the 2nd applicationContext is in a jar file

    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...
  8. Merging application context files from library

    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...
  9. Thanks for the hint, too

    Hi rpoetker,

    Thanks for the hint, too.
    Cheers,
    Christoph
  10. Thanks

    Hello Nilesh,
    Thank you very much for your hints.
    Cheers.
    Christoph
  11. rpc/encoded works only for simple type

    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"...
  12. Problem accessing Web Services with JaxRpcPortProxyFactoryBe

    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:
    ...
Results 1 to 12 of 12