Results 1 to 1 of 1

Thread: JAXB issue

  1. #1
    Join Date
    Apr 2009
    Posts
    1

    Default JAXB issue

    hi,

    I am receiving the following error when I call java functions from my javascript.

    "Ignored exception: java.security.PrivilegedActionException: java.lang.reflect.InvocationTargetException"

    The above occurs at the line(in my java code):

    String test = new String(Base64.decodeBase64(encodedURL.getBytes())) ;



    when I run this as a normal java application evrything works.

    any ideas?

    kind regards

    Chris
    Last edited by csam0003; Apr 12th, 2009 at 07:02 PM. Reason: specific issue

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •