; Sent: Samstag, 30. Juli 2011 00:10
> To: Kuhtz, Andreas
> Cc: users@cxf.apache.org
> Subject: Re: Problem with new transform feature
>
> Hi Andi,
> Dan already merged the patch into 2.4.x.
> Let me know if everything works for you this time.
> Thanks.
> regards, aki
>
>
as
Cc: users@cxf.apache.org
Subject: Re: Problem with new transform feature
Hi Andi,
Dan already merged the patch into 2.4.x.
Let me know if everything works for you this time.
Thanks.
regards, aki
2011/7/29 Aki Yoshida :
> Hi Andi,
> yes. Sorry for my delay. I will be merging it into
the fixes. Is it possible to merge the fix back into the
2.4-fixes branch?
Regards
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4646441.html
Sent from the cxf-user mailing list archive at Nabble.com.
Andi
>>
>> --
>> View this message in context:
>> http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4646441.html
>> Sent from the cxf-user mailing list archive at Nabble.com.
>>
>
merge the fix back into the
> 2.4-fixes branch?
>
> Regards
> Andi
>
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4646441.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
Hi Aki,
Thanks for the fixes. Is it possible to merge the fix back into the
2.4-fixes branch?
Regards
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4646441.html
Sent from the cxf-user mailing list archive at Nabble.com.
fy if my tests work with
your changes.
Cheers
Andi
-Original Message-
From: Aki Yoshida [mailto:elak...@googlemail.com]
Sent: Donnerstag, 28. Juli 2011 13:21
To: Kuhtz, Andreas
Cc: Sergey Beryozkin; users@cxf.apache.org
Subject: Re: Problem with new transform feature
Hi Andi,
I verifi
.
>
> Cheers,
> Andi
>
> -Original Message-
> From: Aki Yoshida [mailto:elak...@googlemail.com]
> Sent: Dienstag, 26. Juli 2011 19:39
> To: Kuhtz, Andreas; Sergey Beryozkin
> Cc: users@cxf.apache.org
> Subject: Re: Problem with new transform feature
>
> Hi Andi, Serge
sformReader.getNamespaceURI(InTransformReader.java:142)
>>> at
>>>
>>> org.apache.cxf.staxutils.transform.InTransformReader.getName(InTransformReader.java:170)
>>> at
>>>
>>> org.apache.cxf.interceptor.DocLiteralInInterceptor.handleMes
shida [mailto:elak...@googlemail.com]
Sent: Dienstag, 26. Juli 2011 19:39
To: Kuhtz, Andreas; Sergey Beryozkin
Cc: users@cxf.apache.org
Subject: Re: Problem with new transform feature
Hi Andi, Sergey,
If Andi can attach this new test case to his jira ticket, that would be good.
I can then check if it is
ceptor.DocLiteralInInterceptor.handleMessage(DocLiteralInInterceptor.java:90)
>> at
>>
>> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
>> at
>>
>> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:118)
>> at
>>
>> org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:318)
>>
>>
>> Cheers
>> Andi
>>
>> --
>> View this message in context:
>> http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4634209.html
>> Sent from the cxf-user mailing list archive at Nabble.com.
>
>
nObserver.java:118)
at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:318)
Cheers
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4634209.html
Sent from the cxf-user mailing list archive at Nabble.com.
Hi Aki,
sorry for a delay,
Hi Sergey,
2011/7/25 Sergey Beryozkin:
Hi Aki,
key="{http:books}order" value="{http:books}dvd"
will wrap theelement withelement.
key="{http:books}book:cxf" value="{http:books}dvd"
will addcxfafterelement.
key="{http:books}book:cxf" value="{http:boo
at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:118)
at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:318)
Cheers
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp45991
Hi Sergey,
2011/7/25 Sergey Beryozkin :
> Hi Aki,
>> key="{http:books}order" value="{http:books}dvd"
>> will wrap the element with element.
>>
>> key="{http:books}book:cxf" value="{http:books}dvd"
>> will addcxf after element.
>>
>> key="{http:books}book:cxf" value="{http:books}oder/"
>> will
Hi Aki,
2011/7/25 Sergey Beryozkin:
Not necessarily, as those namespaces are first referenced in the child
element where they are declared, their declarations need not be move
up to its parent, which is the appended element.
I saw StaxUtils doing reader.getNamespaceCount() and I was not sure
2011/7/25 Sergey Beryozkin :
> Hi,
>>
>> Hi Sergey,
>>
>> 2011/7/25 Sergey Beryozkin :
Not necessarily, as those namespaces are first referenced in the child
element where they are declared, their declarations need not be move
up to its parent, which is the appended element.
>>>
Hi,
Hi Sergey,
2011/7/25 Sergey Beryozkin :
Not necessarily, as those namespaces are first referenced in the child
element where they are declared, their declarations need not be move
up to its parent, which is the appended element.
I saw StaxUtils doing reader.getNamespaceCount() and I was n
Hi Sergey,
2011/7/25 Sergey Beryozkin :
>> Not necessarily, as those namespaces are first referenced in the child
>> element where they are declared, their declarations need not be move
>> up to its parent, which is the appended element.
>>
> I saw StaxUtils doing reader.getNamespaceCount() and I
ader with appendMap too and then you can reproduce the
failure.
Thanks, Sergey
Cheers,
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4625533.html
Sent from the cxf-user mailing list archive at Nabble.com.
--
Sergey Beryozkin
http://sberyozkin.blogspot.com
Talend - http://www.talend.com
dle appending or rather wrapping certain
>>>> in elements, example,
>>>>
>>>> CXF
>>>>
>>>> can be wrapped with say a 'books' element
>>>>
>>>> CXF
>>>>
>>
ext models often differ from the prev version by only the single
(and the last) child element
thanks, Sergey
Cheers
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4630161.html
Sent from the cxf-user mailing list archive at Nabble.com.
e the
failure.
Thanks, Sergey
Cheers,
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4625533.html
Sent from the cxf-user mailing list archive at Nabble.com.
--
Sergey Beryozkin
http://sberyozkin.blogspot.com
Talend - http://www.talend.com
tigate without a failing
>> test - all of the new tests still pass without this update.
>> I think the complete fix is nearly there :-). For example, configure
>> InTransformReader with appendMap too and then you can reproduce the
>> failure.
>>
>> Thanks, Sergey
Hi Sergey,
I've attached some new tests to the JIRA issue that can be used to reproduce
the problem.
And I'll try to have a look at the appending and wrapping theme ... ;-)
Cheers
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transfo
estigate without a failing
> test - all of the new tests still pass without this update.
> I think the complete fix is nearly there :-). For example, configure
> InTransformReader with appendMap too and then you can reproduce the
> failure.
>
> Thanks, Sergey
>
>> Cheers,
&g
est - all of the new tests still pass without this update.
I think the complete fix is nearly there :-). For example, configure
InTransformReader with appendMap too and then you can reproduce the
failure.
Thanks, Sergey
> Cheers,
> Andi
>
> --
> View this message in context:
>
Hi Sergey,
I've created a patch for this problem and opened
https://issues.apache.org/jira/browse/CXF-3681 CXF-3681 .
Cheers,
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4625533.html
Sent from the cxf-user mailing
mple.zip
>
> Cheers
> Andi
>
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4617249.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
--
Sergey Beryozkin
http://sberyozkin.blogspot.com
Talend - http://www.talend.com
start looking for a fix for
this situation ...
Attached is the updated sample project. Shall I create a JIRA issue?
http://cxf.547215.n5.nabble.com/file/n4617249/cxf-transform-sample.zip
cxf-transform-sample.zip
Cheers
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.
s
Andi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4600916.html
Sent from the cxf-user mailing list archive at Nabble.com.
//cxf.547215.n5.nabble.com/file/n4599185/cxf-sample.zip
> cxf-sample.zip
>
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4599185.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
--
Sergey Beryozkin
http://sberyozkin.blogspot.com
Talend - http://www.talend.com
all sample project that can be used to reproduce the
problem.
Regards,
Andi http://cxf.547215.n5.nabble.com/file/n4599185/cxf-sample.zip
cxf-sample.zip
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-new-transform-feature-tp4599185p4599185.html
Sent from the cxf-us
33 matches
Mail list logo