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

2009-09-29 Thread Daniel Kulp
. 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
. :-) 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
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 since ages. Greetings Christian -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[ANN] Christian Schneider added to CXF PMC

2009-10-05 Thread Daniel Kulp
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
. Also merged. Thanks! Dan Greetings Christian Daniel Kulp schrieb: Christian, I've gone ahead and merged the changes for CXF-2275 and CXF-2276 onto 2.2.x since the changes are completely additive (shouldn't break anything) and I don't expect 2.3 to be ready for a little while (I

[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
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 digitally signed message part.

Re: How do i changed Content-Type at used MTOM?

2009-10-08 Thread Daniel Kulp
to change type=application/xop+xml to type=text/xml How do you know using the MTOM while changing the content-type in CXF? Please help me… Thank you! -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Jira Issues: More than half are bugs?!

2009-10-10 Thread Daniel Kulp
http://schemas.xmlsoap.org/wsdl/soap/ registered. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Jira Issues: More than half are bugs?!

2009-10-12 Thread Daniel Kulp
is good. :-) Dan Greetings Christian Benson Margulies schrieb: The last time I took a stroll through these, we had lots of the following form: 1: OP complains without supplying a test case or repro 2: Developer asks for more information 3: nothing else happens -- Daniel

ProviderSource payload mode and streaming and 2.2.x compatibility....

2009-10-12 Thread Daniel Kulp
built into woodstox 4 and not do the DOM thing, but for 2.2.x, using DOM is easiest. Anyway, I'd like to hear peoples thoughts. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Setting databindings through annotations

2009-10-13 Thread Daniel Kulp
there's already something equivalent for doing this). What do you think about this? I'd see different approaches here, either using the already existing @Feature or adding new annotation. Cheers Alessio -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[ANN] Apache CXF versions 2.2.4 and 2.1.7 released

2009-10-14 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches for the fixes branches: 2.2.4 and 2.1.7 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 services can speak a

Re: More silly jiras?

2009-10-15 Thread Daniel Kulp
left it open. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: unwrapping proxies

2009-10-16 Thread Daniel Kulp
seem to remember some jiras that would have called for such a thing. org.apache.cxf.common.util.ClassHelper If AOP jars are there, it uses them to get the aop class. If they aren't there, it pretty much just uses the actual class. :-) -- Daniel Kulp dk...@apache.org http

Re: Suggestion to integrate J2XB into CXF

2009-10-16 Thread Daniel Kulp
/Constructors%20and%20Factories.html On Mon, Oct 12, 2009 at 7:02 PM, Daniel Kulp dk...@apache.org wrote: On Mon October 12 2009 9:12:15 am Yoav Abrahami wrote: Hi all, I have been seeing the XFire and CXF projects mature of the last few years and really like the approach. Great work

Re: svn commit: r826656 - in /cxf/trunk/systests: jaxws/pom.xml transports/pom.xml

2009-10-19 Thread Daniel Kulp
-context/artifactId +scopetest/scope +version${spring.version}/version +/dependency + +dependency groupIdorg.aspectj/groupId artifactIdaspectjrt/artifactId version1.5.4/version -- Daniel Kulp dk...@apache.org http

Re: mvn clean without having the plugins

2009-10-19 Thread Daniel Kulp
down everything else, I think we'd be OK. Dan Greetings Christian -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Where does all the permgen space go?

2009-10-19 Thread Daniel Kulp
/compiler.fork, that would be a help. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Surefire options

2009-10-19 Thread Daniel Kulp
On Sun October 18 2009 9:59:00 pm Benson Margulies wrote: I propose to turn off all those XML files and to write the textual output files instead. Personally, I don't really care either way. Cannot remember the last time I looked into them. :-) -- Daniel Kulp dk...@apache.org http

Re: losing battle with J.U.L with tools

2009-10-19 Thread Daniel Kulp
/opt/apache-cxf-2.2.4/bin/../lib/cxf-manifest.jar: -Djava.util.logging.config.file=/opt/apache-cxf-2.2.4/bin/../etc/logging.pr operties org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScript -validate issue/chat-ws-api.wsdl anyone else seen something like this? -- Daniel Kulp dk

Re: FW: Default SOAP NameSpace of CXF

2009-10-19 Thread Daniel Kulp
… -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: mvn clean without having the plugins

2009-10-21 Thread Daniel Kulp
without having the plugins in the local repository. Sure.That would work. You would just need to remember to use the profile. You could actually set the defaultGoal in the clean profile to be be clean. Thus, you would just need mvn -Pclean Dan Greetings Christian Daniel Kulp

Re: Spring configuration (in)consistency between JAX-RS and JAX-WS

2009-10-21 Thread Daniel Kulp
=org.codehaus.jackson.jaxrs.JacksonJsonProvider/ /jaxrs:providers /jaxrs:server -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Ideas for 2.2.5 and end of year

2009-10-23 Thread Daniel Kulp
that in January with 2.2.6. Besides, I'd like to slow down 2.1.x releases with the thought of stopping them sometime soon as well since 2.2.x is generally a simple migration from 2.1.x. Does that make sense to people? Any objections? Thoughts? Comments? -- Daniel Kulp dk...@apache.org http

Re: https://issues.apache.org/jira/browse/CXF-1148

2009-10-26 Thread Daniel Kulp
where appropriate and removed many of them entirely if possible. Thus, that message might not even occur anymore. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

CXF logging....

2009-10-27 Thread Daniel Kulp
so that wouldn't change. One note: with PAX logging in servicemix/felix, the ILoggerFactory would not contain Log4j. Thus, we'd continue to use j.u.l. But that is OK as PAX logging already interceptor j.u.l and directs them to the same place. Thoughts? Comments? -- Daniel Kulp dk

Re: CXF logging....

2009-10-27 Thread Daniel Kulp
, Daniel Kulp dk...@apache.org wrote: As everyone is probably aware, CXF uses the j.u.l API for all of it's logging. That's really not likely to change, but we do allow logging to Log4J by setting some system properties or a file in META-INF/cxf. However, I was thinking it might make

Re: A Modest proposal: a HeaderFactory?

2009-11-02 Thread Daniel Kulp
the more complicated stuff. I wonder if (2) could be handled along with CXF-1983?Basically, if the Bus has a org.apache.cxf.default.databinding property on it, defaults to JAXBDataBinding, use that to create the databinding object. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: https://issues.apache.org/jira/browse/CXF-1891

2009-11-02 Thread Daniel Kulp
databindings, probably merge them together, resolve conflicts, etc... Yuck. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: CXF-1126, my brain is nillable

2009-11-02 Thread Daniel Kulp
=unbounded minOccurs=0 name=beanArray type=ns1:testBean1/ /xs:sequence /xs:complexType -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

cxf-codegen-plugin and directory scanning....

2009-11-02 Thread Daniel Kulp
namespaces or similar and overwrite ObjectFactories and such. Thoughts? Other ideas? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Surefire options

2009-11-02 Thread Daniel Kulp
On Mon October 19 2009 12:55:25 pm Daniel Kulp wrote: On Sun October 18 2009 9:59:00 pm Benson Margulies wrote: I propose to turn off all those XML files and to write the textual output files instead. Personally, I don't really care either way. Cannot remember the last time I looked

Re: move up to springframework 2.5.6?

2009-11-04 Thread Daniel Kulp
fixes. Spring 2.5.6 has a bug in the JMS stuff that is resulting in stack traces being printed out in several places when running out test suite. We've more or less stayed on 2.5.5 so that those stack traces aren't confused with real errors. -- Daniel Kulp dk...@apache.org http://www.dankulp.com

Re: New volunteer needs help setting up

2009-11-09 Thread Daniel Kulp
org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass INFO: Creating Service {http://service/}HelloWorldService from class service.HelloWorld /system-err /testcase /testsuite -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Status of 2.2.5......

2009-11-10 Thread Daniel Kulp
. :-) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Reading wsdls from maven repo - Need some help deciding how to go on with this issue

2009-11-11 Thread Daniel Kulp
the question is to either remove the code from CXF again or find a way to make it work with binding files. Do you have any ideas about this? I would like to solve this before the next release. Greetings Christian -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Reading wsdls from maven repo - Need some help deciding how to go on with this issue

2009-11-12 Thread Daniel Kulp
the code from CXF again or find a way to make it work with binding files. Do you have any ideas about this? I would like to solve this before the next release. Greetings Christian -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Need clarification on the WS-SecurityPolicy documentation

2009-11-12 Thread Daniel Kulp
and, if null, check for the old callback-handler for compatibility. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: On MessageContext properties retrieval in handlers

2009-11-12 Thread Daniel Kulp
); } message.put(Message.WSDL_DESCRIPTION, wsdlDescription); } This would basically allow jaxws handlers to access those properties in most of the cases. Cheers Alessio -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: On MessageContext properties retrieval in handlers

2009-11-12 Thread Daniel Kulp
. Definitely worth fixing to avoid the extra processing that doesn't really need to be done. Dan Daniel Kulp wrote: Note: if you make the change to WrappedMessageContext such that if it is null on the exchange already, then do the above, I'd be happy to merge that back to 2.2.x

[VOTE] Release CXF 2.1.8

2009-11-14 Thread Daniel Kulp
the TCK on it yet, so I'll vote later, but I wanted to get the vote started. -- 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.5

2009-11-14 Thread Daniel Kulp
the TCK on it yet, so I'll vote later, but I wanted to get the vote started. -- 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.2.5

2009-11-14 Thread Daniel Kulp
+1 - TCK passes On Sat November 14 2009 8:09:03 pm Daniel Kulp wrote: This is a vote to release CXF 2.2.5 Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.2.4 release. Over 90 JIRA issues are resolved for 2.2.5 List of issues

[WITHDRAW][VOTE] Release CXF 2.1.8

2009-11-14 Thread Daniel Kulp
I need to withdraw this vote. The JAXWS TCK is failing with it. I need to merge some fixes back. Hopefully will have another build done tomorrow. :-( Dan On Sat November 14 2009 8:05:57 pm Daniel Kulp wrote: This is a vote to release CXF 2.1.8 Once again, there have been a bunch

[VOTE] Release CXF 2.1.8 (take 2)

2009-11-15 Thread Daniel Kulp
at: http://svn.apache.org/repos/asf/cxf/tags/cxf-2.1.8 The vote will be open for 72 hours. Here is my +1. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[RESULT][VOTE] Release CXF 2.1.8 (take 2)

2009-11-18 Thread Daniel Kulp
We have 6 binding +1 votes and one other +1 vote and no other votes. Thus, this vote passes. I'll proceed to release the artifacts. Dan On Sun November 15 2009 8:07:19 am Daniel Kulp wrote: This is a vote to release CXF 2.1.8 Once again, there have been a bunch of bug fixes

[RESULT][VOTE] Release CXF 2.2.5

2009-11-18 Thread Daniel Kulp
We have 10 binding +1 votes and 2 other +1 votes and no other votes. Thus, this vote passes. I'll get the artifacts released. Thanks! Dan On Sat November 14 2009 8:09:03 pm Daniel Kulp wrote: This is a vote to release CXF 2.2.5 Once again, there have been a bunch of bug fixes

Removing download links for 2.0.12....

2009-11-18 Thread Daniel Kulp
in the archives listed in the Previous Releases section. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: CXF-2548

2009-11-18 Thread Daniel Kulp
On Wed November 18 2009 12:12:50 pm Benson Margulies wrote: Who did the reuse-the-factory changes referred to here? We need to conspire. That would be me. There may be a bug there. I don't think the ServiceInfo objects are supposed to be cached. They aren't really re-usable. -- Daniel

[ANN] Apache CXF versions 2.2.5 and 2.1.8 released

2009-11-18 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches for the fixes branches: 2.2.5 and 2.1.8 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 services can speak

[VOTE] Cyrille Le Clerc for committer....

2009-12-03 Thread Daniel Kulp
over due to become a committer. Here is my +1. Vote will be open for at least 72 hours. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Disabling WS-SecurityPolicy if Policy and Security modules present?

2009-12-04 Thread Daniel Kulp
our docs with this info. Glen -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: move up to springframework 2.5.6?

2009-12-07 Thread Daniel Kulp
provide more information on what the issue is? I wouldn't mind having a look at it to investigate. Daniel Kulp wrote: On Wed November 4 2009 10:43:38 am Eamonn Dwyer wrote: Hi is there a reason we are using version 2.5.5 of spring framework? I think servicemix and camel have already moved

org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest stack traces and stuff

2009-12-07 Thread Daniel Kulp
The org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest is spitting all kinds of stuff out to stdout/stderr. Can that be fixed? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Status of Atom logging stuff....

2009-12-07 Thread Daniel Kulp
Quick question about the Atom logging stuff... Is this intended for 2.2.6 or just for 2.3? Just wondering if I need to merge it back or not. Thanks! -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Validation for incoming request, not for response

2009-12-09 Thread Daniel Kulp
-validation-enabled, Boolean.FALSE) to turn it off on that chain. You can TRY doing this in the WebServiceContext in your impl as well. I'm not sure if the outgoing chain would pick it up. I think it would, but I'm not 100% sure. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Issues in generated Java code using apache CXF

2009-12-11 Thread Daniel Kulp
: 89) at com.sun.xml.internal.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelIm pl.java:126) at com.sun.xml.internal.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelIm pl.java:124) ... 11 more -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Should DOSGi have it's own JIRA?

2009-12-14 Thread Daniel Kulp
and released as part of the full CXF stuff. Thus, keeping it in is less of an issue. If we eventually split the builds into a core, webservices, rest, etc... then it may make sense to do so at that time. Thoughts? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: svn commit: r890756 - /cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/service/factory/ServerFactoryTest.java

2009-12-15 Thread Daniel Kulp
org.apache.cxf.jaxb.JAXBDataBinding; import org.apache.cxf.message.Message; import org.apache.cxf.service.model.EndpointInfo; -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Should DOSGi have it's own JIRA?

2009-12-16 Thread Daniel Kulp
Is there any objections to moving the DOSGI stuff out to it's own JIRA? If not, I'll do so on Friday. Speak now... :-) Dan On Mon December 14 2009 2:39:17 pm Daniel Kulp wrote: Quick question: What are peoples thoughts about pulling the DOSGi stuff from the CXF JIRA into a separate

Re: Should DOSGi have it's own JIRA?

2009-12-17 Thread Daniel Kulp
for the docs?It could then have it's own navigation bar, etc The top level page at cxf.apache.org would point dosgi project to a subdir like http://cxf.apache.org/dosgi or similar.Thoughts? Dan Thanks, David 2009/12/17 Daniel Kulp dk...@apache.org: Is there any objections

Distributed OSGi JIRA

2009-12-17 Thread Daniel Kulp
issues out of CXF into the new project. This obviously changes the issue ID numbers and such, but there were only 20 or so of them so not a huge deal at this point. Better now than when we have several hundred. :-) Anyway, please log any DOSGi related issues there. Enjoy! -- Daniel Kulp

Re: Spring 3 and JMS......

2009-12-17 Thread Daniel Kulp
17 2009 5:17:52 pm Daniel Kulp wrote: I added a profile to the build to build/run with the recently released Spring 3. I have it completely building now (although a bunch of warnings as Spring deprecated a bunch of stuff that we need to call for Spring 2.5), however, the JMS tests

Re: OSGI Issue : Missing constraint : Import package : javax.xml.namespace; version=1.3.0

2010-01-05 Thread Daniel Kulp
error. Missing constraint : Import package : javax.xml.namespace; version=1.3.0 Can some one look into it? Thanks Rakesh -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: New rt/management-web cxf module

2010-01-05 Thread Daniel Kulp
based management of CXF endpoints; - jaxrs specific ResponseTime-extended feature to do with managing JAXRS specific counters etc Thoughts ? Happy New Year ! Sergey -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Board report time.....

2010-01-08 Thread Daniel Kulp
. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Bundlize each cxf jar?

2010-01-14 Thread Daniel Kulp
into at all. Patches would be welcome. :-) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[VOTE] Release CXF 2.2.6

2010-01-19 Thread Daniel Kulp
://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.6 The vote will be open for 72 hours. Here is my +1. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog signature.asc Description: This is a digitally signed message part.

[RESULT] [VOTE] Release CXF 2.1.9

2010-01-22 Thread Daniel Kulp
With 11 +1 votes and no other votes, this vote passes. I'll get the artifacts syncing to central and onto the mirrors. Dan On Tue January 19 2010 8:41:00 pm Daniel Kulp wrote: This is a vote to release CXF 2.1.9 Once again, there have been a bunch of bug fixes and enhancements that have

[RESULT][VOTE] Release CXF 2.2.6

2010-01-22 Thread Daniel Kulp
With 12 +1 votes and no other votes, this vote passes. I'll get it syncing to central and onto the mirrors. Dan On Tue January 19 2010 8:44:41 pm Daniel Kulp wrote: This is a vote to release CXF 2.2.6 Once again, there have been a bunch of bug fixes and enhancements that have been done

Radical structure reorg thoughts for 2.3....

2010-01-25 Thread Daniel Kulp
to know what people think about all this. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Radical structure reorg thoughts for 2.3....

2010-02-01 Thread Daniel Kulp
. Dan On Mon January 25 2010 3:32:17 pm Daniel Kulp wrote: I'd like everyone's thoughts on some ideas I have to do some minor restructuring for 2.3. I'm just throwing this out there as some ideas. We don't need to do any of this if people disagree or would find it annoying or similar

Re: SOAP Monitoring console for CXF

2010-02-04 Thread Daniel Kulp
view return exchangeDaoReader.getStatistics(); } ... } cheers, Sergey -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Overriding namespace of the wsdl while creating java classes

2010-02-09 Thread Daniel Kulp
...@mphasis.com and delete this mail from your records. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

CXF, Java 6/Spring/etc... and deps.....

2010-02-09 Thread Daniel Kulp
. Likewise, on Java 5, I'd like to make sure all the required deps still come in. Thanks! -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Apache Licensed JAX-RS Spec API JAR

2010-02-11 Thread Daniel Kulp
contributing one for JAX-RS 1.0 and 1.1? I don't see one in the Maven repository that's Apache licensed. Thanks. -- Davanum Srinivas :: http://davanum.wordpress.com -- Davanum Srinivas :: http://davanum.wordpress.com -- Daniel Kulp dk...@apache.org http://www.dankulp.com

Re: Apache Licensed JAX-RS Spec API JAR

2010-02-11 Thread Daniel Kulp
licensed. Thanks. -- Davanum Srinivas :: http://davanum.wordpress.com -- Davanum Srinivas :: http://davanum.wordpress.com -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Generating Javadoc from xsd:sequence/xsd:element documentation

2010-02-11 Thread Daniel Kulp
. :-(I'll follow up with another comment. Now that we've pulled the xjc plugins out into a subproject (I still need to update the web site), it should be easier to get contributions like this. Dan Andreas [1] https://jaxb.dev.java.net/issues/show_bug.cgi?id=172 -- Daniel Kulp dk

Re: Possible fix for resolving classpath schemas issues....

2010-02-11 Thread Daniel Kulp
?bug_id=6506304 -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Excessive SSL warnings in logs

2010-02-24 Thread Daniel Kulp
org.apache.cxf.interceptor.LoggingOutInterceptor$LoggingCallback onClose Is there any way to supres these messages ?. I just wan to print only soap messages in the logs. Any help will be much appreciated. Thank you, Naresh. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: How to have JAXB SchemaCompiler generating code for schema elements

2010-02-24 Thread Daniel Kulp
to schema types being generated. How can I configure SchemaCompiler to generate the code for xs:elements ? thanks, Sergey -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: enumeration values are alphabetized

2010-02-24 Thread Daniel Kulp
file. Is there a way to turn tell CXF to leave the order alone? This is really a question for the JAXB folks. I don't see anything in the specs that provides a customization to force this.You'll probably need to ask on their forums at jaxb.dev.java.net. -- Daniel Kulp dk...@apache.org http

Re: [CXF-2688] Special rules to add new attributes to CXF configuration ?

2010-03-01 Thread Daniel Kulp
/jira/browse/CXF-2688 -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: [CXF-2688] Allow deactivation of SSL X509 Certificates validation reverted

2010-03-03 Thread Daniel Kulp
-2] org.apache.cxf.transport.https.AcceptAllCertificatesX509TrustManager - Untrusted self-signed certificate: 'emailaddress=cyri...@cyrilleleclerc.com, CN=localhost, OU=Cyrille Le Clerc, O=Cyrille Le Clerc, L=Paris, C=FR' -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

[VOTE] David Valeri for committer

2010-03-10 Thread Daniel Kulp
-Security stuff is a very complex area of code and he's doing a great job picking it up and fixing issues in it. Here's my +1. Vote will be open for at least 72 hours. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

[RESULT][VOTE] David Valeri for committer

2010-03-13 Thread Daniel Kulp
With 11 +1 votes and no other votes, this vote passes. Welcome aboard David! Dan On Wednesday 10 March 2010 9:29:32 am Daniel Kulp wrote: David's been doing a good job lately of answering questions on the mailing lists and getting involved there. He's also submitted several high quality

[VOTE] Release CXF 2.2.7

2010-03-18 Thread Daniel Kulp
/cxf-2.2.7 The vote will be open for 72 hours. Here is my +1. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog signature.asc Description: This is a digitally signed message part.

Re: Javascript generation

2010-03-19 Thread Daniel Kulp
-defined before the service is launched? Daniel Kulp wrote: On Thursday 18 March 2010 1:44:08 am Demetris wrote: Hi all, where would the server-side javascript code generotion be located in the baseline? Should be in: http://svn.apache.org/repos/asf/cxf/trunk/rt/javascript

Re: [VOTE] Release CXF 2.2.7

2010-03-22 Thread Daniel Kulp
With 12 +1 votes (9 binding) and no other votes, this vote passes. I'll promote the artifacts. Dan On Thursday 18 March 2010 9:21:58 pm Daniel Kulp wrote: Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.2.6 release. Over 55 JIRA

[ANN] Apache CXF version 2.2.7 released!

2010-03-23 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patch for the 2.2.x fixes branch: version 2.2.7 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 services can speak

Re: was ce and cxf

2010-03-23 Thread Daniel Kulp
(ThreadPoolExecutor.java :918) at java.lang.Thread.run(Thread.java:735) -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Google Summer of Code ideas.....

2010-03-28 Thread Daniel Kulp
to add the gsoc label. If anyone has other cool ideas, add them to JIRA and add the gsoc label. :-) Dan On Thursday 18 March 2010 10:24:48 pm Daniel Kulp wrote: The Google Summer of Code program is starting up. Last year, we had a very good project completed (SOAP/JMS Spec

Re: [GSoC] jiBX Databinding Implementation for Apache CXF

2010-04-01 Thread Daniel Kulp
-2734 -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: [jira] Commented: (CXF-2735) Implement Castor databinding

2010-04-01 Thread Daniel Kulp
Project: CXF Issue Type: New Feature Components: OtherDatabindings Reporter: Daniel Kulp -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Using WS-Security UsernameToken to authenticate users and populate SecurityContexts

2010-04-09 Thread Daniel Kulp
/security/SimpleAuthorizingInterceptor.java -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Using WS-Security UsernameToken to authenticate users and populate SecurityContexts

2010-04-09 Thread Daniel Kulp
Sergey, BTW: I DID add a system test of the optimized UsernameToken processing: https://svn.apache.org/viewvc?view=revisionrevision=924117 Dan On Friday 09 April 2010 9:50:45 am Daniel Kulp wrote: My main concern with the implementation of this is that it's done as a direct subclass

Re: [GSOC][CXF-2738]Proposal for Integration with ZooKeeper for location transparency and clustering/failover

2010-04-09 Thread Daniel Kulp
http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/ kevin/t127049541851 Best Regards, Kevin Wu. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: [GSOC][CXF-2738]Proposal for Integration with ZooKeeper for location transparency and clustering/failover

2010-04-09 Thread Daniel Kulp
] http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/ke vin/t127008961726 -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Provide an authentication support through OAuth for Apache CXF

2010-04-10 Thread Daniel Kulp
://www.linkedin.com/profile?viewProfile=key=32578698locale=en_UStrk= tab_pro Sorry for so much links, but I would like to exaplain things briefly. Please let me know what do you think about that idea. Thanks in advance for reply. Best Regards, Lukasz Moren -- Daniel Kulp dk...@apache.org http

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