DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16586>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16586

WSIF Java provider target object must have no agrs constructor

           Summary: WSIF Java provider target object must have no agrs
                    constructor
           Product: Axis-WSIF
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The WSIF Java provider doesn't work unless the target object has a no args
constructor.

It has lots of code to handle constructing a new target object with arbitrary
arguments, but in the constructor of WSIFOperation_Java it calls
getObjectReference on the WSIFPort which calls newInstance on the target class
which throws an instantiation exception if there isn't a no args constructor.

Sureley thats not the intention?

Reply via email to