Search:

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

Search: Search took 0.02 seconds.

  1. Updating Child entity with Parent and GrandChild references

    Stack: RESTful JSON JQuery Spring Hibernate

    Hi,

    I'm using the above stack, so sending and receiving JSON between client (JQuery) and server in RESTful implementation using Spring.

    I have a...
  2. Yes solved for me. Somehow create a mapping...

    Yes solved for me.

    Somehow create a mapping between your multiple clients and thier public cert names

    clientId->publiccertName

    then somehow identify the client making a request

    then...
  3. Configuring WSS4J Encrypt for multiple clients, how?

    Hi All,
    I have been able to configure my client and server to use WSS4J Encrypt.
    So what happens now is:
    - client sends a request
    - server receives the request
    - server retrieves data from db
    -...
  4. ws-security, Encrypt, Cannot find key for alias:

    Guys please help I'm about to kill myself this is driving me crazy:

    Log


    2009-11-25 19:00:37,541 ERROR [main] [org.apache.ws.security.components.crypto.CryptoBase] [] Cannot find key for...
  5. Replies
    0
    Views
    720

    SOAP envelope, ws-security

    Hi,

    What's the best way to get the SOAP envelope for a response message. I thought about sub-classing the SoapEnvelopeLoggingInterceptor and then override the handleResponse(...) method then store...
  6. Hi All, Marten thanks for the reply mate. ...

    Hi All,

    Marten thanks for the reply mate.

    Ok so I may have misunderstood what the @Transactional is doing, it seems to me now that it defines the region of what the Hibernate team call [Unit Of...
  7. OpenEntityManagerInViewFilter (OEMIVF) problem using (Spring 2.0.6)

    Hi All

    I’ve spent a lot of time on this and now I need your help :)

    Here is what I have done to set it up:

    - configured the web.xml with OEMIVF
    - in the Spring context file
    * configured...
  8. Replies
    2
    Views
    2,619

    Daoh! ;) Thanks!

    Daoh! ;) Thanks!
  9. Replies
    2
    Views
    2,619

    JPA source code for Spring 2.0.6

    Hi,

    I downloaded Spring 2.0.6 and needed to inspect the Java source for JPA orm but its not there, can someone tell me where I can get it from.


    Thanks.
  10. Bingo! That worked thanks.

    Bingo! That worked thanks.
  11. I do realise it’s an elementary question. So...

    I do realise it’s an elementary question. So thank you for being patient with me.:)

    I tried this form

    <constructor-arg>java.lang.String</constructor-arg>

    But I get:

    cvc-complex-type.2.3:...
  12. Hi Andreas, Thanks for the reply. Can you...

    Hi Andreas,

    Thanks for the reply.

    Can you please modify this as an example because I tried a few things and didn't work.

    <constructor-arg> ? </constructor-arg>
  13. Factory method with Java Class argument

    If I have a factory method that takes a Java class as an argument like MyFactory.createMyObject(MyObject.class);

    Does anyone know what I should put in

    <constructor-arg> ? </constructor-arg>
    ...
Results 1 to 13 of 13