You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dan Connelly (JIRA)" <ji...@apache.org> on 2007/10/22 16:02:50 UTC

[jira] Created: (CXF-1129) org.apache.cxf.interceptor.Fault: Index: 1, Size: 1

org.apache.cxf.interceptor.Fault: Index: 1, Size: 1
---------------------------------------------------

                 Key: CXF-1129
                 URL: https://issues.apache.org/jira/browse/CXF-1129
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.0.2
         Environment: Suse Linux 9.2, Sun 1.5, Eclipse 3.3
            Reporter: Dan Connelly


"wsdl2java -all efile.wsdl" 

Run generated Server driver as is.   Run generated Client driver as is.

Generated client driver fails.. Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
The server is not invoked at all.

Now run Client under Metro libraries.   Client runs ok and invokes CXF server.    However, CXF server fails with an interceptor problem very similar to problem on CXF client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1129) org.apache.cxf.interceptor.Fault: Index: 1, Size: 1

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536682 ] 

Glen Mazza commented on CXF-1129:
---------------------------------

That WSDL has implicit(*) headers in it (http://www.jroller.com/gmazza/date/20071001)--I don't know if that is related to the problem.  I would run wsdl2java with the "-exsh true" flag (as Dan Kulp said in the comment to my blog entry above) to see if that makes a difference.

Glen

(*) Headers defined in the wsdl:binding section but *not* the wsdl:portType.


> org.apache.cxf.interceptor.Fault: Index: 1, Size: 1
> ---------------------------------------------------
>
>                 Key: CXF-1129
>                 URL: https://issues.apache.org/jira/browse/CXF-1129
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>         Environment: Suse Linux 9.2, Sun 1.5, Eclipse 3.3
>            Reporter: Dan Connelly
>         Attachments: efile.wsdl
>
>
> "wsdl2java -all efile.wsdl" 
> Run generated Server driver as is.   Run generated Client driver as is.
> Generated client driver fails.. Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
> The server is not invoked at all.
> Now run Client under Metro libraries.   Client runs ok and invokes CXF server.    However, CXF server fails with an interceptor problem very similar to problem on CXF client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CXF-1129) org.apache.cxf.interceptor.Fault: Index: 1, Size: 1

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reassigned CXF-1129:
--------------------------------

    Assignee: Daniel Kulp

> org.apache.cxf.interceptor.Fault: Index: 1, Size: 1
> ---------------------------------------------------
>
>                 Key: CXF-1129
>                 URL: https://issues.apache.org/jira/browse/CXF-1129
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>         Environment: Suse Linux 9.2, Sun 1.5, Eclipse 3.3
>            Reporter: Dan Connelly
>            Assignee: Daniel Kulp
>            Priority: Minor
>         Attachments: efile.wsdl
>
>
> "wsdl2java -all efile.wsdl" 
> Run generated Server driver as is.   Run generated Client driver as is.
> Generated client driver fails.. Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
> The server is not invoked at all.
> Now run Client under Metro libraries.   Client runs ok and invokes CXF server.    However, CXF server fails with an interceptor problem very similar to problem on CXF client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1129) org.apache.cxf.interceptor.Fault: Index: 1, Size: 1

Posted by "Dan Connelly (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Connelly updated CXF-1129:
------------------------------

    Priority: Minor  (was: Major)

Okay.   "wsdl2java -all -exsh true efile.wsdl" fixes the generated code for the CXF runtime.

I have lowered the priority since there is a work-around.

(Metro runtime works fine with and without -exsh true for CXF generated code.)

> org.apache.cxf.interceptor.Fault: Index: 1, Size: 1
> ---------------------------------------------------
>
>                 Key: CXF-1129
>                 URL: https://issues.apache.org/jira/browse/CXF-1129
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>         Environment: Suse Linux 9.2, Sun 1.5, Eclipse 3.3
>            Reporter: Dan Connelly
>            Priority: Minor
>         Attachments: efile.wsdl
>
>
> "wsdl2java -all efile.wsdl" 
> Run generated Server driver as is.   Run generated Client driver as is.
> Generated client driver fails.. Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
> The server is not invoked at all.
> Now run Client under Metro libraries.   Client runs ok and invokes CXF server.    However, CXF server fails with an interceptor problem very similar to problem on CXF client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-1129) org.apache.cxf.interceptor.Fault: Index: 1, Size: 1

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1129.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.3


Fixed.   

> org.apache.cxf.interceptor.Fault: Index: 1, Size: 1
> ---------------------------------------------------
>
>                 Key: CXF-1129
>                 URL: https://issues.apache.org/jira/browse/CXF-1129
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>         Environment: Suse Linux 9.2, Sun 1.5, Eclipse 3.3
>            Reporter: Dan Connelly
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.0.3
>
>         Attachments: efile.wsdl
>
>
> "wsdl2java -all efile.wsdl" 
> Run generated Server driver as is.   Run generated Client driver as is.
> Generated client driver fails.. Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
> The server is not invoked at all.
> Now run Client under Metro libraries.   Client runs ok and invokes CXF server.    However, CXF server fails with an interceptor problem very similar to problem on CXF client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1129) org.apache.cxf.interceptor.Fault: Index: 1, Size: 1

Posted by "Dan Connelly (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Connelly updated CXF-1129:
------------------------------

    Attachment: efile.wsdl

WSDL is publicly available at http://streamlinedsalestax.org/Technology/EFileService-1.0.1.wsdl

It is licensed to a third party.

In the attached file, the SOAP address has been slightly modified for convenience.    Otherwise, the efile service contract remains as published by Streamlined Sales Tax Governing Board, Inc. 

> org.apache.cxf.interceptor.Fault: Index: 1, Size: 1
> ---------------------------------------------------
>
>                 Key: CXF-1129
>                 URL: https://issues.apache.org/jira/browse/CXF-1129
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>         Environment: Suse Linux 9.2, Sun 1.5, Eclipse 3.3
>            Reporter: Dan Connelly
>         Attachments: efile.wsdl
>
>
> "wsdl2java -all efile.wsdl" 
> Run generated Server driver as is.   Run generated Client driver as is.
> Generated client driver fails.. Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
> The server is not invoked at all.
> Now run Client under Metro libraries.   Client runs ok and invokes CXF server.    However, CXF server fails with an interceptor problem very similar to problem on CXF client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.