You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "mahdi asgari (JIRA)" <ji...@apache.org> on 2008/08/11 08:25:44 UTC

[jira] Created: (AXIS2-3970) Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks

Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks
---------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-3970
                 URL: https://issues.apache.org/jira/browse/AXIS2-3970
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: databinding
    Affects Versions: 1.4
         Environment: jrockit
weblogic 10.3
windows xp
            Reporter: mahdi asgari


Hi dear supporter

i was using axis2 1.3 with no problem
whe i upgrade my axis2 server to 1.4 i have got the Parsing Exception.
i seems the problem occure when i try to return a complex data type with null value proterty, when i replace null value with blank value the problem solved!!!
please help me how can i fix this problem?? is it a bug??

org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
 at [row,col {unknown-source}]: [1,1064]
    at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
    at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14996)
    at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.getFlowSteps(WorkflowHistoryServiceStub.java:600)
    at ndrc.org.wfe.service.impl.Test.main(Test.java:23)
Caused by: java.lang.Exception: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
 at [row,col {unknown-source}]: [1,1064]
    at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:6084)
    at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$GetFlowStepsResponse$Factory.parse(WorkflowHistoryServiceStub.java:12579)
    at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14934)
    ... 2 more
Caused by: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
 at [row,col {unknown-source}]: [1,1064]
    at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:605)
    at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:473)
    at com.ctc.wstx.sr.NsAttributeCollector.resolveNamespaces(NsAttributeCollector.java:179)
    at com.ctc.wstx.sr.NsInputElementStack.resolveAndValidateElement(NsInputElementStack.java:374)
    at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2945)
    at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2846)
    at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019)
    at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:981)
    at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:5957)
    ... 4 more

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3970) Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks

Posted by "Glen Daniels (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643021#action_12643021 ] 

Glen Daniels commented on AXIS2-3970:
-------------------------------------

What's up with this folks?  Do we have another JIRA for the "real" problem?

> Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3970
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3970
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.4
>         Environment: jrockit
> weblogic 10.3
> windows xp
>            Reporter: mahdi asgari
>            Priority: Blocker
>
> Hi dear supporter
> i was using axis2 1.3 with no problem
> whe i upgrade my axis2 server to 1.4 i have got the Parsing Exception.
> i seems the problem occure when i try to return a complex data type with null value proterty, when i replace null value with blank value the problem solved!!!
> please help me how can i fix this problem?? is it a bug??
> org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14996)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.getFlowSteps(WorkflowHistoryServiceStub.java:600)
>     at ndrc.org.wfe.service.impl.Test.main(Test.java:23)
> Caused by: java.lang.Exception: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:6084)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$GetFlowStepsResponse$Factory.parse(WorkflowHistoryServiceStub.java:12579)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14934)
>     ... 2 more
> Caused by: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:605)
>     at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:473)
>     at com.ctc.wstx.sr.NsAttributeCollector.resolveNamespaces(NsAttributeCollector.java:179)
>     at com.ctc.wstx.sr.NsInputElementStack.resolveAndValidateElement(NsInputElementStack.java:374)
>     at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2945)
>     at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2846)
>     at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019)
>     at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:981)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:5957)
>     ... 4 more

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3970) Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks

Posted by "mahdi asgari (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622107#action_12622107 ] 

mahdi asgari commented on AXIS2-3970:
-------------------------------------

please help me i am waiting to you'r solution.

> Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3970
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3970
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.4
>         Environment: jrockit
> weblogic 10.3
> windows xp
>            Reporter: mahdi asgari
>            Priority: Blocker
>
> Hi dear supporter
> i was using axis2 1.3 with no problem
> whe i upgrade my axis2 server to 1.4 i have got the Parsing Exception.
> i seems the problem occure when i try to return a complex data type with null value proterty, when i replace null value with blank value the problem solved!!!
> please help me how can i fix this problem?? is it a bug??
> org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14996)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.getFlowSteps(WorkflowHistoryServiceStub.java:600)
>     at ndrc.org.wfe.service.impl.Test.main(Test.java:23)
> Caused by: java.lang.Exception: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:6084)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$GetFlowStepsResponse$Factory.parse(WorkflowHistoryServiceStub.java:12579)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14934)
>     ... 2 more
> Caused by: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:605)
>     at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:473)
>     at com.ctc.wstx.sr.NsAttributeCollector.resolveNamespaces(NsAttributeCollector.java:179)
>     at com.ctc.wstx.sr.NsInputElementStack.resolveAndValidateElement(NsInputElementStack.java:374)
>     at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2945)
>     at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2846)
>     at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019)
>     at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:981)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:5957)
>     ... 4 more

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3970) Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627365#action_12627365 ] 

Deepal Jayasinghe commented on AXIS2-3970:
------------------------------------------

This is a known problem , this is happen due the Stax parser in the weblogic. It has a stax parser which is not compatible with Axiom so you are getting this error. At the moment I can not find the mail thread about this discussion. Please have a look at the mail archives then you might find some useful information about the issue.

Thank you!
Deepal

> Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3970
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3970
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.4
>         Environment: jrockit
> weblogic 10.3
> windows xp
>            Reporter: mahdi asgari
>            Priority: Blocker
>
> Hi dear supporter
> i was using axis2 1.3 with no problem
> whe i upgrade my axis2 server to 1.4 i have got the Parsing Exception.
> i seems the problem occure when i try to return a complex data type with null value proterty, when i replace null value with blank value the problem solved!!!
> please help me how can i fix this problem?? is it a bug??
> org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14996)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.getFlowSteps(WorkflowHistoryServiceStub.java:600)
>     at ndrc.org.wfe.service.impl.Test.main(Test.java:23)
> Caused by: java.lang.Exception: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:6084)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$GetFlowStepsResponse$Factory.parse(WorkflowHistoryServiceStub.java:12579)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14934)
>     ... 2 more
> Caused by: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:605)
>     at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:473)
>     at com.ctc.wstx.sr.NsAttributeCollector.resolveNamespaces(NsAttributeCollector.java:179)
>     at com.ctc.wstx.sr.NsInputElementStack.resolveAndValidateElement(NsInputElementStack.java:374)
>     at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2945)
>     at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2846)
>     at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019)
>     at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:981)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:5957)
>     ... 4 more

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3970) Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks

Posted by "Brandon Richins (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717425#action_12717425 ] 

Brandon Richins commented on AXIS2-3970:
----------------------------------------

Experienced the same issue.  I created a weblogic.xml descriptor as per the application server deployment documentation.  http://ws.apache.org/axis2/1_4_1/app_server.html

> Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3970
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3970
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.4
>         Environment: jrockit
> weblogic 10.3
> windows xp
>            Reporter: mahdi asgari
>            Priority: Blocker
>
> Hi dear supporter
> i was using axis2 1.3 with no problem
> whe i upgrade my axis2 server to 1.4 i have got the Parsing Exception.
> i seems the problem occure when i try to return a complex data type with null value proterty, when i replace null value with blank value the problem solved!!!
> please help me how can i fix this problem?? is it a bug??
> org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14996)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.getFlowSteps(WorkflowHistoryServiceStub.java:600)
>     at ndrc.org.wfe.service.impl.Test.main(Test.java:23)
> Caused by: java.lang.Exception: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:6084)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$GetFlowStepsResponse$Factory.parse(WorkflowHistoryServiceStub.java:12579)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14934)
>     ... 2 more
> Caused by: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:605)
>     at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:473)
>     at com.ctc.wstx.sr.NsAttributeCollector.resolveNamespaces(NsAttributeCollector.java:179)
>     at com.ctc.wstx.sr.NsInputElementStack.resolveAndValidateElement(NsInputElementStack.java:374)
>     at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2945)
>     at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2846)
>     at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019)
>     at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:981)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:5957)
>     ... 4 more

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


[jira] Commented: (AXIS2-3970) Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644241#action_12644241 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-3970:
-----------------------------------------------------

I fixed a similar issue at Axiom. Can you please have a look at.

Here the problem is that we need to declare weblogic parser to register prefixes first.

> Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3970
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3970
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.4
>         Environment: jrockit
> weblogic 10.3
> windows xp
>            Reporter: mahdi asgari
>            Priority: Blocker
>
> Hi dear supporter
> i was using axis2 1.3 with no problem
> whe i upgrade my axis2 server to 1.4 i have got the Parsing Exception.
> i seems the problem occure when i try to return a complex data type with null value proterty, when i replace null value with blank value the problem solved!!!
> please help me how can i fix this problem?? is it a bug??
> org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14996)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.getFlowSteps(WorkflowHistoryServiceStub.java:600)
>     at ndrc.org.wfe.service.impl.Test.main(Test.java:23)
> Caused by: java.lang.Exception: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:6084)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$GetFlowStepsResponse$Factory.parse(WorkflowHistoryServiceStub.java:12579)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14934)
>     ... 2 more
> Caused by: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:605)
>     at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:473)
>     at com.ctc.wstx.sr.NsAttributeCollector.resolveNamespaces(NsAttributeCollector.java:179)
>     at com.ctc.wstx.sr.NsInputElementStack.resolveAndValidateElement(NsInputElementStack.java:374)
>     at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2945)
>     at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2846)
>     at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019)
>     at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:981)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:5957)
>     ... 4 more

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3970) Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-3970.
-------------------------------------------------

    Resolution: Fixed

Resolving since I have fixed similar issue. Please test your scenario and reopen if the problem still exists with the proper details to reproduce.

> Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3970
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3970
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.4
>         Environment: jrockit
> weblogic 10.3
> windows xp
>            Reporter: mahdi asgari
>            Priority: Blocker
>
> Hi dear supporter
> i was using axis2 1.3 with no problem
> whe i upgrade my axis2 server to 1.4 i have got the Parsing Exception.
> i seems the problem occure when i try to return a complex data type with null value proterty, when i replace null value with blank value the problem solved!!!
> please help me how can i fix this problem?? is it a bug??
> org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14996)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.getFlowSteps(WorkflowHistoryServiceStub.java:600)
>     at ndrc.org.wfe.service.impl.Test.main(Test.java:23)
> Caused by: java.lang.Exception: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:6084)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$GetFlowStepsResponse$Factory.parse(WorkflowHistoryServiceStub.java:12579)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14934)
>     ... 2 more
> Caused by: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:605)
>     at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:473)
>     at com.ctc.wstx.sr.NsAttributeCollector.resolveNamespaces(NsAttributeCollector.java:179)
>     at com.ctc.wstx.sr.NsInputElementStack.resolveAndValidateElement(NsInputElementStack.java:374)
>     at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2945)
>     at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2846)
>     at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019)
>     at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:981)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:5957)
>     ... 4 more

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3970) Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks

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

mahdi asgari updated AXIS2-3970:
--------------------------------

    Priority: Blocker  (was: Major)

> Upgrade to Axis2 1.4 problem, WstxParsingException for null value properties,plz help me as soon as possible!! Thanks
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3970
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3970
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.4
>         Environment: jrockit
> weblogic 10.3
> windows xp
>            Reporter: mahdi asgari
>            Priority: Blocker
>
> Hi dear supporter
> i was using axis2 1.3 with no problem
> whe i upgrade my axis2 server to 1.4 i have got the Parsing Exception.
> i seems the problem occure when i try to return a complex data type with null value proterty, when i replace null value with blank value the problem solved!!!
> please help me how can i fix this problem?? is it a bug??
> org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14996)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.getFlowSteps(WorkflowHistoryServiceStub.java:600)
>     at ndrc.org.wfe.service.impl.Test.main(Test.java:23)
> Caused by: java.lang.Exception: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:6084)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$GetFlowStepsResponse$Factory.parse(WorkflowHistoryServiceStub.java:12579)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub.fromOM(WorkflowHistoryServiceStub.java:14934)
>     ... 2 more
> Caused by: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
>  at [row,col {unknown-source}]: [1,1064]
>     at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:605)
>     at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:473)
>     at com.ctc.wstx.sr.NsAttributeCollector.resolveNamespaces(NsAttributeCollector.java:179)
>     at com.ctc.wstx.sr.NsInputElementStack.resolveAndValidateElement(NsInputElementStack.java:374)
>     at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2945)
>     at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2846)
>     at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019)
>     at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:981)
>     at ndrc.org.wfe.service.impl.WorkflowHistoryServiceStub$Task$Factory.parse(WorkflowHistoryServiceStub.java:5957)
>     ... 4 more

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org