Status of CXF 2.2.3/2.1.6/2.0.12

2009-07-20 Thread Daniel Kulp
inder: 2.0.12 will be the LAST version of the 2.0.x line that we do here at Apache. Thus, if any fixes NEED to get in, get patches in ASAP. :-) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: How develop document/literal of CXF

2009-07-21 Thread Daniel Kulp
"nts:SubmitEtaxInvoiceRequestMessage" name="request" > > wsa:Action="http://nts.go.kr/nts/TaxInvoiceSubmit"/> > > > >> message="nts:SubmitEtaxInvoiceResponseMessage" name="response" > > wsa:Action="http://nts.go.kr/nts/TaxInvoiceRecvAck"/> > > > > > > > > > > > > > > > > > > > > > type="nts:SubmitEtaxInvoicePortType"> > > > > > transport="http://schemas.xmlsoap.org/soap/http"/> > > > > > > > > > soapAction="http://itab.ktnet.com/TSR/callTSR"/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > binding="nts:SubmitEtaxInvoiceBinding"> > > > > http://nts.go.kr:8080/Etax/msh?wsdl=eTax-Service > > "/> > > > > > > > > > > > > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Improving JBossWS-CXF Client Side Integration

2009-07-21 Thread Daniel Kulp
dding", you MAY be able to just replace as I think the default of configureBean(Object beanInstance) is to call a getName on the instance and then call the other method. > Let me know what do you think, considering you said this could be of use > also for integrations issues besides JBossWS. Sounds perfect! -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: maven2 repository for sdo dependencies

2009-07-22 Thread Daniel Kulp
:deploy-file -DgroupId=org.eclipse.emf > -DartifactId=codegen-ecore -Dversion=2.2.3 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT > 2) org.apache.tuscany.sdo:tuscany-sdo-tools:jar:1.1.1 > 3) org.eclipse.emf:codegen-ecore:jar:2.2.3 > > -- > 6 required artifacts are missing. > > for artifact: > org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: An achievement of sorts with checkstyle

2009-07-24 Thread Daniel Kulp
ontend/jaxrs/src/main/java/org/apache/cxf/ja >xrs/provider/AegisElementProvider.java:0: Got an exception - > java.lang.ArrayIndexOutOfBoundsException: > 2147483647 > Audit done. > > > Anyone have any idea how I managed this? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: SOAP/TCP project status...

2009-07-27 Thread Daniel Kulp
On Fri July 24 2009 5:37:16 pm Krzysztof Wilkos wrote: > 2009/7/7 Daniel Kulp : > > I've get rid of XPP dependancy and rewritten utility class from metro, > added Apache licence header, some javadocs and corrected code to match > CXF convention. I also added more error hand

Re: SOAP/TCP server-side

2009-07-27 Thread Daniel Kulp
; DestinationFactoryManager? Normally in spring via the META-INF/cxf/cxf-extension-XX.xml files. Take a look at those. However, if put into soap binding, it's already done. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: CXF 2.1.6

2009-07-28 Thread Daniel Kulp
ow) Also fixing a couple other issues. I'm hoping to do builds tomorrow. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Please update/resolve any JIRA issues.....

2009-07-28 Thread Daniel Kulp
ny of the categories that are in your "sphere of influence" and double check any of them, that would also be great. Thanks! -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[VOTE] Release CXF 2.0.12

2009-07-29 Thread Daniel Kulp
/cxf-staging-001/org/apache/cxf/apache-cxf/2.0.12/ This release is tagged at: http://svn.apache.org/repos/asf/cxf/tags/cxf-2.0.12 Here is my +1. The vote will be open here for at least 72 hours. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog signature.asc Description: This is a

[VOTE] Release CXF 2.1.6

2009-07-29 Thread Daniel Kulp
. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog signature.asc Description: This is a digitally signed message part.

[VOTE] Release CXF 2.2.3

2009-07-29 Thread Daniel Kulp
my +1. The vote will be open here for at least 72 hours. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog signature.asc Description: This is a digitally signed message part.

Re: [VOTE] Release CXF 2.1.6

2009-07-29 Thread Daniel Kulp
Forgot the link to the list of issues: https://issues.apache.org/jira/browse/CXF/fixforversion/12313902 On Wed July 29 2009 1:54:05 pm Daniel Kulp wrote: > This is a vote to release CXF 2.1.6 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done

Re: Reusing CXF DataBindings in the JAX-RS implementation

2009-07-30 Thread Daniel Kulp
tializing a databinding. > Every CXF DataBinding would have to be updated slightly to use those > classes instead of Service to gety initialized. > > JAXRS will create a required set/map and reflectively call such a method. > This method might even make it into DataBinding interface if it's assumed > that no users are directly interacting with DataBinding interfaces. > > Thoughts ? > > thanks, Sergey -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Reusing CXF DataBindings in the JAX-RS implementation

2009-07-30 Thread Daniel Kulp
t;> JAX-RS resources be represented well as WSDL-centric ones to meet > >> different expectations of different bindings, something I found during > >> the initial work. JAXRS resource methods might have parameters > >> representing say queries, alongside with req

Re: SOAP/TCP project status...

2009-07-30 Thread Daniel Kulp
e server side part is definitely a higher priority right now. I'll probably help out a bit on the client side now that you have the basics working since it's quite interesting. :-)I have other work to finish up first though. Dan On Mon July 27 2009 12:16:41 pm Daniel

Re: PATCH: JAX-RS Handle possible number format exception when reading primitive param

2009-07-31 Thread Daniel Kulp
e this transmission in error, please > notify us immediately by e-mail at ab...@rackspace.com, and delete the > original message. > Your cooperation is appreciated. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: SOAP/TCP server-side

2009-08-03 Thread Daniel Kulp
On Sun August 2 2009 10:12:36 am Krzysztof Wilkos wrote: > 2009/7/27 Daniel Kulp : > We didn't decided which MINA version we will use. 2.x branch has new > features and performance improvements but still there are no stable > realease. There are API differences between 1.x and

Re: [VOTE] Release CXF 2.0.12

2009-08-03 Thread Daniel Kulp
We have 8 (7 binding) +1 votes and no other votes. +1: dkulp, asoldano, jgenender, sberyozkin, ningjiang, eglynn, seanoc, ffang, This vote passes. I'll get the artifacts promoted. Dan On Wed July 29 2009 1:36:27 pm Daniel Kulp wrote: > This is a vote to release CXF 2.0.12 > &

Re: [VOTE] Release CXF 2.1.6

2009-08-03 Thread Daniel Kulp
We have 9 (8 binding) +1 votes and no other votes. +1: dkulp, asoldano, jgenender, sberyozkin, ningjiang, eglynn, seanoc, ffang, jimma This vote passes. I'll get the artifacts promoted. Dan On Wed July 29 2009 1:54:05 pm Daniel Kulp wrote: > This is a vote to release CXF 2.1.6

Re: [VOTE] Release CXF 2.2.3

2009-08-03 Thread Daniel Kulp
We have 8 (7 binding) +1 votes and no other votes. +1: dkulp, asoldano, jgenender, sberyozkin, ningjiang, eglynn, seanoc, ffang, This vote passes. I'll get the artifacts promoted. Dan On Wed July 29 2009 1:56:28 pm Daniel Kulp wrote: > his is a vote to release CXF 2.2.3 > &

Re: How To used SOAPMessage at ~Impl of CXF

2009-08-03 Thread Daniel Kulp
Is and casts to dig it out: ((WrappedMessageContext)wsContext.getMessageContext()).getWrappedMessage().getContent(SOAPMessage.class); Dan On Sat August 1 2009 3:09:07 am 김강원 wrote: > Dear Daniel Kulp! > > Before 3 Weeks , I had thanks for your cool answer about the CXF’s Binding > &

[ANN] Apache CXF versions 2.2.3, 2.1.6, and 2.0.12 released

2009-08-04 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches for all three fixes branches: 2.2.3, 2.1.6, and 2.0.12 Apache CXF is an open source services framework. CXF helps you build and develop services using front end programming APIs, like JAX-WS and JAX-RS. These servic

RSFB events and annotations....

2009-08-07 Thread Daniel Kulp
ld people be interested in accomplishing via annotations? I've wired events into the various WS related factories, but haven't touched the JAX-RS factories yet. That could also be looked at. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: RSFB events and annotations....

2009-08-07 Thread Daniel Kulp
On Fri August 7 2009 1:20:23 pm Alessio Soldano wrote: > Daniel Kulp wrote: > > @WSDLDocumentation - this is a START of being able to add some > > documentation nodes to the generated wsdl. It's not really working well > > yet, but it at least is a starting point.

Re: RSFB events and annotations....

2009-08-07 Thread Daniel Kulp
On Fri August 7 2009 1:44:12 pm Alessio Soldano wrote: > Daniel Kulp wrote: > > On Fri August 7 2009 1:20:23 pm Alessio Soldano wrote: > >> Daniel Kulp wrote: > > Now, @WSDLDocumentation on a method does that document the portType > > operation, the binding ope

Re: RSFB events and annotations....

2009-08-10 Thread Daniel Kulp
stuff should look, do you have a good idea for the policy stuff?:-) Dan On Fri August 7 2009 12:48:53 pm Daniel Kulp wrote: > Last night, I committed a bunch of changes that added an event listener to > the FactoryBeans and added a bunch of "events" out of the beans to the &

Re: WSDL2JS

2009-08-11 Thread Daniel Kulp
is through a remote server > >>>>> + URL? If I have the WSDL > >>>>> in my possesion how can I use this tool to generate the script of me? > >>>>> > >>>>> Thanks again > >>>>> > >>>>> Benson Margulies wrote: > >>>>>> The tool is part of CXF, so it requires Java 1.5. Since its output > >>>>>> is Javascript, I don't understand why you need to run it under J2ME. > >>>>>> In fact, you can just use the ?js URL form from the server to get > >>>>>> the server to generate it on the fly. > >>>>>> > >>>>>> On Mon, Aug 10, 2009 at 2:32 PM, Demetris wrote: > >>>>>>> Hi all, > >>>>>>> > >>>>>>> I am interested in generating Javascript stubs from a WSDL file - > >>>>>>> I am > >>>>>>> assuming that the WSDL2js tool is the > >>>>>>> appropriate tool to use. Has anyone used this tool so that I can > >>>>>>> ask a couple of Qs? > >>>>>>> > >>>>>>> (1) Which Java version is the tool built on? > >>>>>>> (2) Can I used it under J2ME-CDC to generate stubs for mobile > >>>>>>> devices? > >>>>>>> > >>>>>>> Thanks in advanced -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Web site look and feel....

2009-08-11 Thread Daniel Kulp
he docs, etcWe can tweek it more later if need be, but I think we need to get something in place soon to work around the export issues. Thanks! -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Web site look and feel....

2009-08-12 Thread Daniel Kulp
ble. :-) At this point, I just want to make sure the documentation and such is consistently usable. Dan On Tue August 11 2009 9:22:20 pm Daniel Kulp wrote: > I'm sure a couple of you have noticed that the "upgrade" that > infrastructure did to confluence a few weeks ago

Re: Web site look and feel....

2009-08-12 Thread Daniel Kulp
I did a quick check and it seems to be OK, but I want to make sure. Thanks! Dan On Tue August 11 2009 9:22:20 pm Daniel Kulp wrote: > I'm sure a couple of you have noticed that the "upgrade" that > infrastructure did to confluence a few weeks ago has caused some trouble

Re: Web site look and feel....

2009-08-12 Thread Daniel Kulp
erent topic. I started writing up a page to start a logo contest: http://cxf.apache.org/logo-contest.html but I need some time to finish that as well as figure out a good time to run it (august is not a good time due to vacations and such). Anyway, thanks for the feedback. Dan > >

Re: Web site look and feel....

2009-08-12 Thread Daniel Kulp
On Wed August 12 2009 12:47:13 pm Daniel Kulp wrote: > OK. The new site is now "live" for both the main site and the docs. If > anyone sees any major issue, please let me know. > > Sergey (and others), next time you edit something with code blocks and xml > blocks and su

Re: WSDL2JS

2009-08-12 Thread Daniel Kulp
tations, like CXF. :-) Dan > We (at least I) appreciate the > offer Benson and I will make sure the word gets around here. > > I will let you know how it goes or at least if I have any more Qs on CXF > in general. > Thanks > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: WSDL2JS

2009-08-12 Thread Daniel Kulp
gt;> interoperability between the > >> two sides is impossible - and of course the rest of us will need to sit > >> in between and needing to > >> do our own translations - not good. > >> In any case, CFX is a pretty impressive project so I have a feeling I

Re: org.apache.cxf.interceptor.Fault: null while invoking XXX with params [null].

2009-08-14 Thread Daniel Kulp
ubsidiaries and/or its affiliates. If any reader > of this communication is not the intended recipient, unauthorized use, > forwarding, printing, storing, disclosure or copying is strictly > prohibited, and may be unlawful.If you have received this communication in > error,please immediately notify the sender by return e-mail, and delete the > original message and all copies from your system. Thank you. > --- > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Test Failures

2009-08-19 Thread Daniel Kulp
t; generated packages: "com.inforsense.webservicestudio.data.rpc" doesnt > >> contain ObjectFactory.class or jaxb.index > >> org.apache.cxf.systest.jaxws.ClientServerTest:130 > >> testInvocation > >> java.lang.IllegalStateException: Unable to create JAXBContext for > >> generated packages: "org.apache.cxf.no_body_parts.wsdl" doesnt contain > >> ObjectFactory.class or jaxb.index > >> org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest:68 -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Test Failures

2009-08-19 Thread Daniel Kulp
egalStateException: Unable to create JAXBContext for > generated packages: "org.apache.cxf.no_body_parts.wsdl" doesnt contain > ObjectFactory.class or jaxb.index > > > org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest:68 -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: CachedOutputStreamCallback question

2009-08-19 Thread Daniel Kulp
esponse. Ideally, this would get completely eliminated. The interceptors that require and OutputStream would be updated to be smarter and the "close" trigger could also trigger off the XMLOutputStream.close() which the CORBA version of the XMLOutputStream could implement properly. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Problem doing mvn clean with empty local repository

2009-08-20 Thread Daniel Kulp
to/file -Durl=[url] > -DrepositoryId=[id] > > > org.apache.cxf:cxf-xml2fastinfoset-plugin:maven-plugin:2.3.0-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > > > org.apache.cxf:cxf-xml2fastinfoset-plugin:maven-plu

Re: Handling collections with Aegis in JAX-RS

2009-08-21 Thread Daniel Kulp
gt; into working up the Aegis provider, I got as far as this test, and > >> sent you email saying, 'OK, you fix the test, and I'll work out the > >> rest of the kinks.' And then if you even fixed up the test I missed > >> the email, so I never went back to it. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Interceptors and type safety

2009-08-21 Thread Daniel Kulp
said for it in pure hindsight, it > would be quite disruptive to all those user-written interceptors out > there, so let's forget it. > > #2 has some attractive characteristics. It would work like this, I think. > > Interceptor would gain a method: > > Class getMes

WARNING: very big commit coming later today....

2009-08-25 Thread Daniel Kulp
.There are many tests that test if the "count" of registered things is a particular number, but now the number is either 0 or much less. I need to update the tests to actually ask for things first to make sure they get loaded. Anyway, it's a pretty big patch that touches a lot of files. Thus, the heads up warning. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Search field in user's guide doesn't work

2009-08-25 Thread Daniel Kulp
o a google search. Not really sure how well that will work yet though. Anyway, in an hour or two, the new index.html for docs should be synced over which, at the very least, should allow some sort of basic search. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: WARNING: very big commit coming later today....

2009-08-25 Thread Daniel Kulp
start. Dan On Tue August 25 2009 9:40:37 am Daniel Kulp wrote: > Just a warning, if I can get all the tests passing, I have a big commit > coming in today (although broken across a couple commits that will all come > at once) that touches a LOT of stuff. > > Basicall

Re: Eclipse workspace sorts 'test' before 'main'

2009-08-26 Thread Daniel Kulp
s with tests not running properly in one or the other. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Eclipse workspace sorts 'test' before 'main'

2009-08-26 Thread Daniel Kulp
To: > Sent: Wednesday, August 26, 2009 11:14 AM > Subject: Eclipse workspace sorts 'test' before 'main' > > > Hi > > After updating the source and rebuilding the workspace I can see 'src/test' > being sorted before 'src/main'. I'm wondering, what might've caused it ? > > cheers, Sergey -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Reliable messaging: Connecting to Oracle

2009-08-27 Thread Daniel Kulp
uot;.equals(ex.getSQLState()) > to > "X0Y32".equals(ex.getSQLState()) || 955 == ex.getErrorCode() > When checking for table creation (955 is the Oracle error code if the table > already exists). > > Is this something that should be committed into the repository? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: JMS test fallure

2009-08-28 Thread Daniel Kulp
sec <<< FAILURE! > > java.lang.AssertionError: Can't receive the Destination message in 10 > > seconds -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Old XFire @authors

2009-08-28 Thread Daniel Kulp
efinitely say remove them. The use of author tags at Apache is fairly discouraged. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Big Aegis commit coming

2009-08-28 Thread Daniel Kulp
at should be pushed back into 2.2.x? Just want to ask before I merge it. :-) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: propose: split systests

2009-08-28 Thread Daniel Kulp
it is that it MAY make it difficult to merge test changes to the older branches as part of merging fixes there. We'll probably want to merge the splits down through as well which may not be easy. :-( -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: JAX-RS https test problem

2009-08-28 Thread Daniel Kulp
ceptor.java:62) ... 32 more > Caused by: sun.security.validator.ValidatorException: No trusted > certificate found > at > sun.security.validator.SimpleValidator.buildTrustedChain(SimpleValidator.ja >va:304) at > sun.security.validator.SimpleValidator.engineValidate(SimpleValidator.java: >107) at sun

Re: JMS test fallure

2009-08-28 Thread Daniel Kulp
month ago after > upgrading the ActivemMQ version. And resolved them by switching the > broker's transport. Well, I know 5.2 doesn't work for us at all which is why I went with 5.1. The transaction issue is fixed in the latest 5.3 snapshots, but 5.2 really doesn't work. D

Re: Are we done with spring 2.0.x in trunk?

2009-08-30 Thread Daniel Kulp
On Sun August 30 2009 5:01:25 pm Benson Margulies wrote: > I'd like to clean out the last dependencies on the old junit apis. Yea. Spring 2.5.5 is fine for trunk. Just make sure it's in a separate commit so it doesn't get merged back to 2.1.x. Thanks! -- Daniel Kulp dk.

Re: warning: not quite compatible change coming to Aegis in 2.3

2009-08-31 Thread Daniel Kulp
tually think this is OK since Class implements Type. In anycase, just add it to:http://cxf.apache.org/23-migration-guide.html -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: recent changes

2009-08-31 Thread Daniel Kulp
that > the stuff that the test classes depend on was in one slice and the > other stuff that depends on the test classes was in another, but I > think I've run out of courage for the moment. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Bigger proposed Aegis change: rename 'Type'

2009-08-31 Thread Daniel Kulp
on guide it it affects people. Though people who are accessing the Aegis Type things are probably few and far between. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: WARNING: very big commit coming later today....

2009-09-01 Thread Daniel Kulp
java:83) > > > > > > cheers, Sergey > > > > dkulp wrote: > >> OK. "Part 1" (I have more ideas) is in. A "default" bus has gone > >> from over > >> 55 beans created and initialized down to 12. Startup time for the >

Back to normal.....

2009-09-02 Thread Daniel Kulp
in the Hudson leader board (though I'm still nearly double Sergey who's in second ;-) ), but it looks like we're OK now. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Back to normal.....

2009-09-02 Thread Daniel Kulp
eparated out of there (easily). Dan > > On Wed, Sep 2, 2009 at 3:13 PM, Daniel Kulp wrote: > > I THINK we're pretty much back to normal on the three branches after > > Benson's > > big systest refactor. It's been merged down the branches (and the > > e

Re: Failing JMS Continuations test (Was : Re: Back to normal.....)

2009-09-03 Thread Daniel Kulp
ll the 5 > client threads get their expected responses back after firing at the same > time but it fails as soon as the Server2 is launched in a seperate > process... Not quite sure yet what does it indicate at... > > cheers, Sergey > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Missing OM* classes

2009-09-03 Thread Daniel Kulp
re > > > > could not parse error message: > > org\apache\neethi\PolicyReference.java(org\apache\neethi:PolicyReference. > >java):35: package org.apache.axiom.om does not exist > > import org.apache.axiom.om.OMElement; > > ^ > > ... > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: What should Aegis do with a naked collection?

2009-09-03 Thread Daniel Kulp
e same. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: svn commit: r811466 - /cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.java

2009-09-04 Thread Daniel Kulp
ble() > { @@ -98,7 +97,6 @@ > return null; > } > > -@org.junit.Ignore > @Test > public void callAcceptAnyTyped() { > testUtilities.runInsideContext(Void.class, new JSRunnable() > { > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Have we got a new maven dependency ?

2009-09-05 Thread Daniel Kulp
/cxf/testutils/target/generated/src/main/java > >>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: > >>>> xml2fastinfoset}] > >>>> [INFO] > >>>> -- > >>>&

Re: Merging Aegis updates to 2.2.x

2009-09-08 Thread Daniel Kulp
7;make radical changes in trunk.' Dan? > > > > On Tue, Sep 8, 2009 at 12:04 PM, Sergey Beryozkin wrote: > >> Hi Benson > >> > >> Revision 811687 contains both Aegis and JAXRS changes so I'd like to get > >> it merged to 2.2.x... > >> Can you let me know what other Aegis-related changes need to be merged > >> to 2.2.x first before the revision 811687 can be merged to 2.2.x and > >> compiled there ? > >> thanks, Sergey > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: StaxUtils.copy

2009-09-08 Thread Daniel Kulp
the START_DOCUMENT decl () in there. Thus, it pretty much ignores those. It would probably be good to add an "ignore doc events" flag to control that. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Element is not a valid SOAP version

2009-09-08 Thread Daniel Kulp
he name space that is being used in my application, > OPERATION - is the web service operation that i am trying to invoke. > > I had no clue why this error is coming and why it did not came from last 4 > months. > > Cpuld anyone please let me know the solution for this exception. > &

Re: Websphere and CXF

2009-09-08 Thread Daniel Kulp
d, it would probably be better off.The IBM stax stuff is notorious for choosing alternative interpretations of the spec and generally making it harder to use. It also doesn't perform as well as woodstox. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: JSON + Aegis + JAX-RS: Not?

2009-09-08 Thread Daniel Kulp
by URI). Then we > wouldn't lose any information. > > It could be argued that this combination is just a really bad idea. If you > want JSON, you want a binding that can do unqualified elements. And if the > DOSGi gang wants to avoid JAX-B that badly, perhaps someone from in there > would like to add unqualified support to Aegis? > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Directory layout for samples

2009-09-08 Thread Daniel Kulp
ld propose to create > a common_build2.xml that uses the maven dirs. Then when all samples are > converted it can be renamed back to common_build.xml. > > What do you think? > > Greetings > > Christian > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Problem with primary key in Persisted object list

2009-09-10 Thread Daniel Kulp
Van: Benson Margulies [mailto:bimargul...@gmail.com] > Verzonden: donderdag 10 september 2009 20:48 > Aan: dev@cxf.apache.org > Onderwerp: Re: Problem with primary key in Persisted object list > > I'm afraid that I can't follow the thread here, in part due to all the > extra whitespace. > > What exactly is not happening? What version of CXF? How it is configured? > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Problem with primary key in Persisted object list

2009-09-10 Thread Daniel Kulp
e problem only appears in > @OneToMany relations. > > Tom > > -Oorspronkelijk bericht- > Van: Daniel Kulp [mailto:dk...@apache.org] > Verzonden: donderdag 10 september 2009 21:48 > Aan: dev@cxf.apache.org > CC: Tom Cassimon > Onderwerp: Re: Problem with primary key i

Re: Problem with primary key in Persisted object list

2009-09-10 Thread Daniel Kulp
lso try configuring the various JAXB event handler things on the jaxb databinding. It's possible that an event handler is getting some sort of error condition and then returning a "continue" which tells jaxb to ignore the error. Dan > > Tom > > -Oo

Re: Wiki: Synching the Navigation to the Wiki Index page

2009-09-10 Thread Daniel Kulp
> <http://cwiki.apache.org/confluence/display/CXF20DOC/Dynamic+Languages>   > * WS-* Support > <http://cwiki.apache.org/confluence/display/CXF20DOC/WS-*+Support>  > * Advanced Integration > > <http://cwiki.apache.org/confluence/display/CXF20DOC/Advanced+Integration> >   * Deployment > <http://cwiki.apache.org/confluence/display/CXF20DOC/Deployment>  > * Use of Schemas and Namespaces > > <http://cwiki.apache.org/confluence/display/CXF20DOC/Schemas+and+Namespace > s>  > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Directory layout for samples

2009-09-11 Thread Daniel Kulp
that out with a few others. Dan On Tue September 8 2009 5:54:01 pm Daniel Kulp wrote: > I'd agree with that. I'd also like (if appropriate, probably not for CORBA > demos and such), to get packaging set to "war" and possibly be able to use > "mvn jetty:run&quo

Re: Wiki: Synching the Navigation to the Wiki Index page

2009-09-11 Thread Daniel Kulp
lts at: http://cwiki.apache.org/CXF20DOC/ it should sync to: http://cxf.apache.org/docs in a couple hours. Thanks! Dan > > Greetings > > Christian > > Daniel Kulp schrieb: > > On Wed September 9 2009 11:09:46 am Christian Schneider wrote: > >> I propose to

Re: Problem with primary key in Persisted object list

2009-09-11 Thread Daniel Kulp
re quite a bit more coding and such. :-( Dan > > I appreciate the quick response. :-) > > Tom > > -Oorspronkelijk bericht- > Van: Daniel Kulp [mailto:dk...@apache.org] > Verzonden: donderdag 10 september 2009 23:10 > Aan: dev@cxf.apache.org > CC: Tom C

Re: Here we go again with the maven situation

2009-09-15 Thread Daniel Kulp
t; [INFO] Total time: 16 seconds > [INFO] Finished at: Tue Sep 15 10:54:27 EDT 2009 > [INFO] Final Memory: 73M/139M > [INFO] > > /Users/benson/asf/cxf > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Here we go again with the maven situation

2009-09-15 Thread Daniel Kulp
- > > [INFO] For more information, run Maven with the -e switch > > [INFO] > > -------- > > [INFO] Total time: 16 seconds > > [INFO] Finished at: Tue Sep 15 10:54:27 EDT 2009 > > [INFO] Final Memory: 73M/139M > > [INFO] > > > > /Users/benson/asf/cxf > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: How do I write and test a sample?

2009-09-16 Thread Daniel Kulp
t; They do not seem to be copied to the lib folder when I add them to the > pom.xml and do a maven build of distribution. Is there some special > place where they are defined? > > Greetings > > Christian > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Hudson failure on CXF-DOSGi

2009-09-17 Thread Daniel Kulp
On Thu September 17 2009 10:49:23 am Daniel Kulp wrote: > They upgraded hudson to the latest version last night. That may have > caused it. I'll try updating dosgi build to maven 2.0.10 (it was using > 2.0.9) and seeing if that helps at all. If not, I'll need to s

Re: Hudson failure on CXF-DOSGi

2009-09-17 Thread Daniel Kulp
David > > 2009/9/17 Oisin Hurley > > > Could it be nexus and hudson maven plugin related? > > > > https://issues.sonatype.org/browse/NEXUS-2193 > > > > --oh > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: How do I write and test a sample?

2009-09-18 Thread Daniel Kulp
> > the JAR file and having the *Service.java file point to *that* WSDL if > > possible. Still, for a simple tutorial the current method works. > > > > Glen > > > > Christian Schneider wrote: > >> So I think my problem is solved but thanks for the nice exampl

Re: Part with no name or type?

2009-09-18 Thread Daniel Kulp
Assume no arguments? > > --benson > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: geronimo jars

2009-09-28 Thread Daniel Kulp
ng the favor. 3) OSGi enabled - the Geronimo jars are already OSGi enabled. Not all of them are usable (jaxws and mail for example due to using the SPI method of finding services), but others are (like annotations and ws-metadata).The sun jars are not. -- Daniel Kulp dk...

2.2.4 and 2.1.7

2009-09-29 Thread Daniel Kulp
re any other major things that would be considered a hold up? Anyway, I'm thinking of doing the builds around the middle of next week. Probably Tuesday afternoon or Wednesday. Does that work for everyone? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

CXF-2275, CXF-2276, and the new sample.....

2009-09-29 Thread Daniel Kulp
sample really is MUCH nicer than the old one. I think getting it out there is probably a good thing.Thoughts? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Gmail thinks we're spam

2009-09-29 Thread Daniel Kulp
have nothing useful to say. :-) Hmm Maybe I'll need to subscribe my gmail address for a little while and see what it says. Never really used gmail much. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: maven jaxb plugin

2009-09-30 Thread Daniel Kulp
ven jaxb plugin: > > https://jaxb.dev.java.net/jaxb-maven2-plugin/ > > > > Does anyone know what the differences are? Which plugin should we > > advise to use? > > > > The jaxb-maven2-plugin is not on ibilio. Does anyone know why? They > > say they plan to add it

Re: maven jaxb plugin

2009-09-30 Thread Daniel Kulp
it happened, I removed them.I know the artifacts at central don't change. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[ANN] Christian Schneider added to CXF PMC

2009-10-05 Thread Daniel Kulp
XF a success! -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: CXF-2275, CXF-2276, and the new sample.....

2009-10-05 Thread Daniel Kulp
is how to turn on xsd > validation. But I think this feature > is not so important - especially for beginners. Also merged. Thanks! Dan > > Greetings > > Christian > > Daniel Kulp schrieb: > > Christian, > > > > I've gone ahead and merged the changes for

Re: Default namespace and xsi:schemaLocation in response

2009-10-05 Thread Daniel Kulp
adequacy or completeness of the information contained in this email or any > attachment and is not liable for any errors, defects, omissions, viruses > or for resultant loss or damage, if any, direct or indirect." > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Didn't get 2.2.4/2.1.7 built today... :-(

2009-10-06 Thread Daniel Kulp
builds sometime tomorrow. Thus, if you have any more fixes to go in, you have a little more time. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[VOTE] Release CXF 2.1.7

2009-10-08 Thread Daniel Kulp
. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog signature.asc Description: This is a digitally signed message part.

[VOTE] Release CXF 2.2.4

2009-10-08 Thread Daniel Kulp
my +1. The vote will be open here for at least 72 hours. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog signature.asc Description: This is a digitally signed message part.

Re: svn commit: r823260 - /cxf/trunk/systests/pom.xml

2009-10-08 Thread Daniel Kulp
= > --- cxf/trunk/systests/pom.xml (original) > +++ cxf/trunk/systests/pom.xml Thu Oct 8 18:34:35 2009 > @@ -38,6 +38,7 @@ > databinding > jaxrs > ws-specs > +wsdl_maven > > > > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: svn commit: r823260 - /cxf/trunk/systests/pom.xml

2009-10-08 Thread Daniel Kulp
eally needed if you do a "mvn install" or something in a subdirectory if you HAVEN'T already done a mvn install top level. Pretty rare in our case and I'm not sure that would work anyway. Dan > Greetings > > Christian > > Daniel Kulp schrieb: > > Ch

<    1   2   3   4   5   6   7   8   9   10   >