1 Reply Latest reply on Aug 15, 2007 3:28 AM by itsme

    Remoting over https; where to put NoThrowOnError=true

    jesperb

      I dont know if this is the right forum, but it is a complicated question, so please bare with me.

      We are using the a swing frontend against a JBoss server. There are no problem using jnp to communicate and run the client but now we have enabled https and got that to work( in spite of VERY sparce documentation ).

      The problem we are facing is that some exceptions are caught and rethrown as WebServerError.
      We have to set the NoThrowOnError=true in the meta data that is sent to the server. We have read Chapter 5: Configuration, but there is no "Insert configuration here" clause inserted next to the NoThrowOnError text ;-)

      So, where do we put that information so that it is either sent to the server in all requests OR put it in a servlet configuration so that it is generally executed.

      We are using JBoss 4.2.0.GA.

      ALL suggestions are very welcome!

      /Jesper Berglund