CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: NewBee101

Search: Search took 0.03 seconds.

  1. Configurable Regular Expression in Hibernate

    Hello,

    Just want to know if there's a way to make the regular expression from Hibernate to be configurable (i.e. the regex is derived from database or configuration file).
    I have this code:
    ...
  2. Re: NullPointerException at HolderInInterceptor

    Hello...

    My problem is solved now. It was very simple actually. It's just that, this is the first time I am using a holder...

    I should not assign null values to the holders in my client....
  3. Re: NullPointerException at HolderInInterceptor

    Hello,

    Thank you so much for your responses. In client, I need to pass a null value because the value of the holder will only be set from the endpoint. I am not sure though if I am doing it right....
  4. NullPointerException at HolderInInterceptor

    Hi,

    I need help as I am new to using javax.xml.ws.Holder. I am using Spring-CXF and I am working on web services. My web service endpoint is not encountering any error but the client side is...
  5. Replies
    3
    Views
    1,599

    Re: XML Data (String Data Type) to Java Object

    Hey, thanks for your reply. I have found a way of doing it already.
  6. Replies
    3
    Views
    1,599

    XML Data (String Data Type) to Java Object

    Hi,

    Need your help. I need to write a web service that accepts a string parameter containing an XML data.

    There are 3 parameters that this web service will take as an input. All 3 parameters...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured