Re: Problem with new transform feature

2011-08-10 Thread Aki Yoshida
; 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 > >

RE: Problem with new transform feature

2011-08-07 Thread Kuhtz, Andreas
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

Re: Problem with new transform feature

2011-07-31 Thread Sergey Beryozkin
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.

Re: Problem with new transform feature

2011-07-29 Thread Aki Yoshida
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. >> >

Re: Problem with new transform feature

2011-07-29 Thread Aki Yoshida
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. >

RE: Problem with new transform feature

2011-07-29 Thread akuhtz
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.

RE: Problem with new transform feature

2011-07-28 Thread Kuhtz, Andreas
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

Re: Problem with new transform feature

2011-07-28 Thread Aki Yoshida
. > > 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

Re: Problem with new transform feature

2011-07-26 Thread Sergey Beryozkin
sformReader.getNamespaceURI(InTransformReader.java:142) >>>        at >>> >>> org.apache.cxf.staxutils.transform.InTransformReader.getName(InTransformReader.java:170) >>>        at >>> >>> org.apache.cxf.interceptor.DocLiteralInInterceptor.handleMes

RE: Problem with new transform feature

2011-07-26 Thread Kuhtz, Andreas
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

Re: Problem with new transform feature

2011-07-26 Thread Aki Yoshida
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. > >

Re: Problem with new transform feature

2011-07-26 Thread Sergey Beryozkin
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.

Re: Problem with new transform feature

2011-07-26 Thread Sergey Beryozkin
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

Re: Problem with new transform feature

2011-07-26 Thread akuhtz
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

Re: Problem with new transform feature

2011-07-26 Thread Aki Yoshida
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

Re: Problem with new transform feature

2011-07-25 Thread Sergey Beryozkin
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

Re: Problem with new transform feature

2011-07-25 Thread Aki Yoshida
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. >>>

Re: Problem with new transform feature

2011-07-25 Thread 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. I saw StaxUtils doing reader.getNamespaceCount() and I was n

Re: Problem with new transform feature

2011-07-25 Thread Aki Yoshida
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

Re: Problem with new transform feature

2011-07-25 Thread Sergey Beryozkin
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

Re: Problem with new transform feature

2011-07-25 Thread Aki Yoshida
dle appending or rather wrapping certain >>>> in elements, example, >>>> >>>> CXF >>>> >>>> can be wrapped with say a 'books' element >>>> >>>> CXF >>>> >>

Re: Problem with new transform feature

2011-07-25 Thread Sergey Beryozkin
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.

Re: Problem with new transform feature

2011-07-25 Thread Sergey Beryozkin
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

Re: Problem with new transform feature

2011-07-25 Thread Aki Yoshida
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

Re: Problem with new transform feature

2011-07-25 Thread akuhtz
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

Re: Problem with new transform feature

2011-07-24 Thread Sergey Beryozkin
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

Re: Problem with new transform feature

2011-07-24 Thread Sergey Beryozkin
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: >

Re: Problem with new transform feature

2011-07-23 Thread akuhtz
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

Re: Problem with new transform feature

2011-07-20 Thread Sergey Beryozkin
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

Re: Problem with new transform feature

2011-07-20 Thread akuhtz
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.

Re: Problem with new transform feature

2011-07-18 Thread akuhtz
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.

Re: Problem with new transform feature

2011-07-18 Thread Sergey Beryozkin
//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

Problem with new transform feature

2011-07-18 Thread akuhtz
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