Re: Java first and the new JMS config universe ...

2010-09-19 Thread Daniel Kulp
) at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryB ean.java:183) at demo.server.ServerJMS.main(ServerJMS.java:63) -- http://www.liquid-reality.de -- http://www.liquid-reality.de -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Inconsistent HTTP response code returned for WS-RM scenarios

2010-09-23 Thread Daniel Kulp
. Something is definitely strange, at least on trunk. I did a wireshark trace on a decoupled ws-a case and saw some strange things. A ack in a 202 (instead of 200) along with the client sending an 200 with an empty body back for the real response. -- Daniel Kulp dk...@apache.org http

Re: OAuth module - what needs to be done

2010-09-23 Thread Daniel Kulp
if you have any other ideas/suggestions for that. That all sounds great to me. :-) -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Next JMS sample

2010-09-23 Thread Daniel Kulp
historically just stick in jms:// in there to make JAX-WS happy. :-) If you try something like enpoint.publish(null), you have to cast the null to resolve the overloaded publish. Nothing major. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Next JMS sample

2010-09-24 Thread Daniel Kulp
of folks are using the old things. Dan Regards Christian Am 23.09.2010 16:12, schrieb Daniel Kulp: On Monday 20 September 2010 8:22:07 pm Benson Margulies wrote: I'm not sure what, if anything, to do with pubsub. It's all using the wsdl config, right? Is there anything wrong

Re: WS-Addressing asynch MEP, CXF-2167 and WSTF tests

2010-09-24 Thread Daniel Kulp
. The response message is sent over a separate connection that is initiated by the service to the client (a callback). -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: issues in cxf client after converting wsdl to java

2010-09-24 Thread Daniel Kulp
wsdlsoap:address location=http://10.101.4.93:9013/SF_G4R6/services/GetBillingPeriodRange/ /wsdl:port /wsdl:service /wsdl:definitions -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: WS-Addressing asynch MEP, CXF-2167 and WSTF tests

2010-09-27 Thread Daniel Kulp
On Monday 27 September 2010 4:42:55 am Andrew Dinn wrote: On 09/24/2010 07:58 PM, Daniel Kulp wrote: I'm not sure I understand. Does the RelatesTo on the response properly match the message id of the request? If so, why is the MAPCodec not able to correlate the message? The problem

Re: SOAPConnection bypasses CXF HttpConduit

2010-09-27 Thread Daniel Kulp
limitted. I'd like to hear from others about what people think about this. In particular, uses cases that a straight Dispatch style client wouldn't do for this. Dan cheers, Sergey On Fri, Sep 24, 2010 at 8:06 PM, Daniel Kulp dk...@apache.org wrote: On Friday 24 September 2010 8:47:19

Re: Normal or not?

2010-09-27 Thread Daniel Kulp
) at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:203 ) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:186) ... 1 more Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.412 sec Results : Tests run: 22, Failures: 0, Errors: 0, Skipped: 1 -- Daniel Kulp dk

Re: SOAPConnection bypasses CXF HttpConduit

2010-09-27 Thread Daniel Kulp
. May be a factory like this one would better be deployed into the containers with the stack(s) integrating with CXF. That's kind of what I was thinking as well. Either that or just make it a Knowledge Base type thing that customers could use if they run into this type of issue. -- Daniel

Re: Fun with the survey

2010-09-28 Thread Daniel Kulp
, partially to make things much more OSGi friendly where the various modules can be relatively independent bundles that an OSGIBus could grab via tha OSGi registries and such.Yea. Brain is noodling, but hasn't gotten very far yet. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: WS-Addressing asynch MEP, CXF-2167 and WSTF tests

2010-09-28 Thread Daniel Kulp
! :-) -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: WS-Addressing asynch MEP, CXF-2167 and WSTF tests

2010-09-29 Thread Daniel Kulp
operations with the same return message (but different request messages) and still be compliant. Hope that helps a bit. Dan regards, Andrew Dinn --- On 09/28/2010 09:33 PM, Daniel Kulp wrote: On Tuesday 28 September 2010 7:26:24 am Alessio Soldano wrote: Hi Dan, On 09

Re: Fun with the survey

2010-09-29 Thread Daniel Kulp
28, 2010, at 8:10 PM, Willem Jiang wrote: On 9/29/10 4:06 AM, Daniel Kulp wrote: On Monday 27 September 2010 9:44:25 pm Benson Margulies wrote: It looks like our close and personal relationship with Spring continues to really inconvenience very few and serve the majority. I wonder if we

Re: Intermediate build issues on the trunk

2010-09-30 Thread Daniel Kulp
. If that is anywhere related to the above issue I have no idea, but with such circular (SNAPSHOT) dependencies you can of course end up with using an outdated version of either one of them during the build. Regards, Ate thanks, Sergey -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Fun with the survey

2010-09-30 Thread Daniel Kulp
, but something we need to be aware of and it does affect various API's. Dan Thanks Christian Am 29.09.2010 23:32, schrieb Daniel Kulp: Just to clarify (since I think I may have generated too much excitement around this)... :-) My thought are more around fixing the current

Re: Intermediate build issues on the trunk

2010-09-30 Thread Daniel Kulp
if that helps at all? Dan On Thursday 30 September 2010 9:34:35 am Ate Douma wrote: On 30/09/10 15:19, Daniel Kulp wrote: Can I ask some details? Maven version: Java version (full version string): 32/64 bit: Value of MAVEN_OPTS env variable: OS (and version): - maven 2.2.1 - java

Issues with Attachments: week of 2010-10-01

2010-10-01 Thread Daniel Kulp
CXF - Friday, October 1, 2010 28 Issues with Attachments (sorted oldest to newest) [CXF-1434] Better Fault handling demo (2008-02-14 - Wish - David Castaneda) https://issues.apache.org/jira/browse/CXF-1434 [CXF-1940] WS-Trust support in CXF (2008-12-11 -

Final steps toward 2.3

2010-10-01 Thread Daniel Kulp
] https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache- cxf/2.3.0-SNAPSHOT/ -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: More underinformed musing about JMS (JMS+Simple+Aegis)?

2010-10-04 Thread Daniel Kulp
the JMS stuff is easier to configure via the URL stuff. Dan I suppose I should try it and see what happens, but I wonder what the experts think of the idea. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Status of some security related JIRAs

2010-10-05 Thread Daniel Kulp
That one at least implies that we need to add code now that WSS4J returns the results. Is https://issues.apache.org/jira/browse/CXF-2968 Resolved? There is a commit for it, but I just wanted to make sure it really is resolved. Thanks! -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Status of some security related JIRAs

2010-10-05 Thread Daniel Kulp
to it. -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Tuesday, October 05, 2010 11:42 AM To: dev@cxf.apache.org; David Valeri Subject: Status of some security related JIRAs David, Is: https://issues.apache.org/jira/browse/CXF-2913 now resolved

New NeedMoreInfo version in JIRA

2010-10-05 Thread Daniel Kulp
on the main summary page. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

2.3 builds tomorrow

2010-10-06 Thread Daniel Kulp
I'm hoping to do the 2.3 (and 2.2.11 BTW) builds tomorrow afternoon. Thus, if you have anything you want/need to get in, make sure you get it in. :-) Or, if you have any objections to building it tomorrow, please speak up ASAP. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

[VOTE] Release CXF 2.2.11

2010-10-07 Thread Daniel Kulp
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.

2.3 is staging...

2010-10-07 Thread Daniel Kulp
look into that more before the next release. Anyway, I'm still planning to start the vote today, just will be a bit longer. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Our old friend arg0

2010-10-08 Thread Daniel Kulp
-WS+Aegis. --benson On Fri, Oct 8, 2010 at 10:13 AM, Daniel Kulp dk...@apache.org wrote: On Wednesday 06 October 2010 7:52:52 am Benson Margulies wrote: I found myself explaining the 'interfaces don't carry param names' business to a coworker the other day. Thinking about it, I realized

Re: Security token processing without SAAJ dependency

2010-10-08 Thread Daniel Kulp
allow to achieve this more easily, but before this can be leveraged, there are some other performance issues in Axis2/Rampart that need to be fixed... [1] http://code.google.com/p/ddom/ [2] http://www.ibm.com/developerworks/java/library/j-jws14/index.html -- Daniel Kulp dk...@apache.org http

Re: Better type safety on proxy factory beans...

2010-10-11 Thread Daniel Kulp
: T T create(ClassT cls) { this.setServiceClass(cls); return cls.cast(create()); } so you can then avoid the setServiceClass(..) call as well? -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: [VOTE] Release CXF 2.2.11

2010-10-11 Thread Daniel Kulp
-SNAPSHOT, everything looks good. Here is my +1. On 10/8/10 4:44 AM, Daniel Kulp wrote: Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.2.10 release. Over 56 JIRA issues are resolved for 2.2.11. List of issues: https

[RESULT] [VOTE] Release CXF 2.2.11

2010-10-11 Thread Daniel Kulp
We have 6 binging +1 votes and 4 non-binding +1 votes and no other votes. Thus, this vote passes.I'll get the artifacts promoted. Thanks! Dan On Thursday 07 October 2010 4:44:39 pm Daniel Kulp wrote: Once again, there have been a bunch of bug fixes and enhancements that have been

Re: [VOTE] Release CXF 2.3.0

2010-10-11 Thread Daniel Kulp
For the record, my +1. Dan On Thursday 07 October 2010 5:51:04 pm Daniel Kulp wrote: OK.. it staged faster than I expected. :-) Probably LONG overdue, but I think it's time to finally release CXF 2.3.0! The Maven staging area is at: https://repository.apache.org/content

[RESULT][VOTE] Release CXF 2.3.0

2010-10-11 Thread Daniel Kulp
the 2.3.0 version of the cxf-xjc-dv and cxf-xjc-ts artifacts though, used the latest 2.3.0-SNAPSHOTs). The current JBossWS-CXF integration testsuite is passing. Cheers Alessio On 10/07/2010 11:51 PM, Daniel Kulp wrote: OK.. it staged faster than I expected. :-) Probably LONG

Re: What do we mean by a 'null' WSDL for a JAX-WS client?

2010-10-11 Thread Daniel Kulp
/ClientServerMiscTest.java that may be an example. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Dug myself into a pit switching from Simple to JAX-WS

2010-10-11 Thread Daniel Kulp
not needed given the endpointInterface annotation factory.setServiceClass(DocumentDatabase.class); factory.setAddress(serviceUrl); return (DocumentDatabase) factory.create(); -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: CORBA Mystery

2010-10-11 Thread Daniel Kulp
for the ws- addressing schema and use a real lookup to get the EndpointReferenceType from that schema. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: JAX-WS doc

2010-10-11 Thread Daniel Kulp
either have to have a wrapper object for it or we have to use the Sun-RI Bridge classes to have that annotation honored. Using the Bridge stuff then means alternative JAXB implementations are not usable (like Eclipse Moxy). -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Security token processing without SAAJ dependency

2010-10-11 Thread Daniel Kulp
On Saturday 09 October 2010 9:13:27 am Andreas Veithen wrote: On Fri, Oct 8, 2010 at 18:13, Daniel Kulp dk...@apache.org wrote: And I think this is where the issues may start popping up, but definitely resolvable. If you look at the CXF survey, one of the MAJOR areas of improvement

[ANNOUNCE] Apache CXF 2.3.0 released!

2010-10-11 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the 2.3.0 release. Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP,

Board report time again....

2010-10-11 Thread Daniel Kulp
survey to help guage who are users are and what interests them to help plan ideas for 2.4.0 and beyond. We had over 130 responses and the results definitely were educational to the community. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Dug myself into a pit switching from Simple to JAX-WS

2010-10-11 Thread Daniel Kulp
On Monday 11 October 2010 4:57:37 pm Benson Margulies wrote: On Mon, Oct 11, 2010 at 1:35 PM, Daniel Kulp dk...@apache.org wrote: At some point in there (would need to debug through), I believe the JAX-WS SoapBinding thing (org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl) sets

Creating branch for 2.3.x fixes....

2010-10-12 Thread Daniel Kulp
I plan on creating a branch for 2.3.x fixes fairly shortly so that we can start pushing new things onto trunk. Any objections, speak up quickly? -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Schema oddity

2010-10-12 Thread Daniel Kulp
must be present. Yea. I don't think that would be valid. Now, the question is, is the test testing what happens with an invalid schema?I suppose that's too much to ask for. :-) -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: XmlSchema, error checking, RFSB, hmm?

2010-10-12 Thread Daniel Kulp
. In THAT case, it can be a different namespace, sort of. It would be a ref to an element off in that namespace. Does that help explain it? Dan When I do that, what do I do with RFSB? Just pull out the local part of the mpi name and hope for a lack of collisions? -- Daniel Kulp dk

Re: Creating branch for 2.3.x fixes....

2010-10-13 Thread Daniel Kulp
On Tuesday 12 October 2010 12:40:10 pm Daniel Kulp wrote: I plan on creating a branch for 2.3.x fixes fairly shortly so that we can start pushing new things onto trunk. Any objections, speak up quickly? I'm going to go ahead and do this and setup hudson builds for 2.3.x

Re: XmlSchema, error checking, RFSB, hmm?

2010-10-13 Thread Daniel Kulp
and such. If in a different namespace, setup the ref. Definitely a little more involved. Dan On Tue, Oct 12, 2010 at 10:23 PM, Daniel Kulp dk...@apache.org wrote: On Tuesday 12 October 2010 7:26:49 pm Benson Margulies wrote: Line 1250 of RFSB sets an element's qname to a message part qname. I

Re: svn commit: r1022269 - in /cxf/sandbox/veithen/cxf-spring-security: cxf-spring-security/pom.xml cxf-systests-spring-security/pom.xml pom.xml

2010-10-13 Thread Daniel Kulp
--- --- svn:eol-style = native -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: XmlSchema, error checking, RFSB, hmm?

2010-10-13 Thread Daniel Kulp
. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: CXF and HTTP proxy properties

2010-10-13 Thread Daniel Kulp
, completely configures the conduit based on information from the app servers configs. Really, that is the ideal way for app servers and containers and such to configure the various parts of CXF as CXF uses that mechanism to configure itself. -- Daniel Kulp dk...@apache.org http

Re: CXF and HTTP proxy properties

2010-10-15 Thread Daniel Kulp
the FilteringNonProxyHostsHttpUrlConnectionFactory - quite long name BTW :) ) WDYT ? --G -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Commit the XML Schema changes?

2010-10-15 Thread Daniel Kulp
On Friday 15 October 2010 5:51:06 pm Benson Margulies wrote: I'm ready, I think. No howls from XmlSchema last night. Cool. Then I say go for it. :-) -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: CXF and HTTP proxy properties

2010-10-19 Thread Daniel Kulp
major though. Dan Thanks --G Le 18/10/2010 18:47, Daniel Kulp a écrit : On Monday 18 October 2010 7:57:50 am Guillaume Sauthier wrote: OK, I need a little help on this. I'm trying to imlpement the new HTTPClientPolicy NonProxyHosts attributes. Ideally, I would like to directly have

Re: 2.2.x Build failure

2010-10-19 Thread Daniel Kulp
how to overcome this issue for this case. [1]http://cxf.547215.n5.nabble.com/Intermediate-build-issues-on-the-trunk-t d3046821.html#a3046821 Best Regards Freeman On 2010-10-18, at 下午11:34, Daniel Kulp wrote: On Monday 18 October 2010 8:55:15 am David Valeri wrote: I've hit this one too

Re: 2.2.x Build failure

2010-10-19 Thread Daniel Kulp
On Tuesday 19 October 2010 11:18:03 pm Daniel Kulp wrote: Hmm... That's interesting. Good sleuthing. I may try shutting down all apps and run a build with wireshark monitoring eth0 and seeing what goes in and out. I actually completely forgot about this. When I flew to europe a couple

Re: WS-Policy reference during WSDL generation

2010-10-21 Thread Daniel Kulp
QoS WS-Policies and automatically bind it to the WSDL. Thanks -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Spnego / Kerberos Authentication

2010-10-21 Thread Daniel Kulp
ourselves. Any opinions about this? We could also add some better hooks to allow a user (LGPL, we cannot ship it) to plug in http://spnego.sourceforge.net/api/index.html to create the HttpUrlConnection. Thanks Christian -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: AW: Spnego / Kerberos Authentication

2010-10-22 Thread Daniel Kulp
to CXF). Only the spec PKDA (I think it's not final) enables kerberos to work without a KDC (but based on PKI). What is your use case for the kerberos usage? Thanks Oli Von: Daniel Kulp [dk...@apache.org] Gesendet: Freitag, 22. Oktober 2010 03:51

Re: CXF compatibility on Glassfish V2 V3

2010-10-26 Thread Daniel Kulp
prove itself against Axis2?? I personally think it already has proven itself to be a viable (and in a lot of ways, better) alternative to Axis2.We certainly do a much better job of supporting our users and getting fixes out in releases. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: CXF and SCA

2010-10-26 Thread Daniel Kulp
. * * * * -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Pom editing and joining the community in general

2010-10-29 Thread Daniel Kulp
be happy to review and apply as appropriate. --benson -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Tomasz Opanovicz for CXF committer

2010-10-31 Thread Daniel Kulp
for him to become the CXF committer. Here's my +1 Sergey -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: perfo possibility

2010-11-03 Thread Daniel Kulp
. Using Spring to CONFIGURE things, fine, but not so much for the wiring. Sigh -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: setup.eclipse on strike 'all of the sudden'?

2010-11-04 Thread Daniel Kulp
correcting the problems, you can resume the build with the command [ERROR] mvn goals -rf :cxf-api -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Implement client side load balancing feature

2010-11-05 Thread Daniel Kulp
a new ENDPOINT_ADDRESS on the message. Might be easier. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: svn commit: r1031652 - in /cxf/sandbox/wss4j-1.6-port: ./ rt/ws/security/ rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/interceptors/ rt/ws/security/src/main/java/org/apache/cxf/w

2010-11-05 Thread Daniel Kulp
, final WSDocInfo wsDocInfo, -final java.util.Vector returnResults, +final java.util.List returnResults, final WSSConfig config ) throws WSSecurityException { final java.util.Map result = -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Build failed in Hudson: cxf-wss4j-1.6-port #1

2010-11-08 Thread Daniel Kulp
] Finished at: Mon Nov 08 13:10:46 UTC 2010 [INFO] Final Memory: 117M/564M [INFO] channel stopped -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Tomasz Opanovicz for CXF committer

2010-11-08 Thread Daniel Kulp
to finish what he started working upon. Thus the time has come for him to become the CXF committer. Here's my +1 Sergey -- Alessio Soldano Web Service Lead, JBoss -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Unable to deploy CXF WS package on JBoss

2010-11-09 Thread Daniel Kulp
the pals. Thanks in advace guys. Douglas -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

CXF-3056 Aegis MTOM stuff.....

2010-11-11 Thread Daniel Kulp
Benson, In your opinion, should CXF-3056 be merged to 2.3.1 or not?You mention it's not exactly compatible so I'm guessing not, but I'd like to make sure. If not, we'll need to start the 2.4 migration guide and add the note about it. -- Daniel Kulp dk...@apache.org http://dankulp.com

Re: CXF-3056 Aegis MTOM stuff.....

2010-11-11 Thread Daniel Kulp
it out. If someone complains, I'll add compatibility control code for 2.3.2. Lunch is on me if anyone notices. OK. Done. :-) Dan --benson On Thu, Nov 11, 2010 at 3:00 PM, Daniel Kulp dk...@apache.org wrote: Benson, In your opinion, should CXF-3056 be merged to 2.3.1 or not?You

Re: Preserve leading whitespace in XML

2010-11-12 Thread Daniel Kulp
/searchHitRange ...with the whitespace gone. Is there a way to preserve it? I'm currently running CXF 2.2.3. I'd appreciate any help, Aaron -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Status of WS-RM

2010-11-15 Thread Daniel Kulp
with someone who has much more familiarity with the code. Thanks. That's super cool. Any help from anyone would be great. I would suggest getting those that would be working on it involved here on the list. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: idltowsdl Maven plug-in

2010-11-15 Thread Daniel Kulp
On Monday 15 November 2010 11:47:05 am Eric Johnson wrote: Is the IDL-WSDL maven plug-in still called idltowsdl or has it been changed to idl2wsdl to keep it in line with the command line tool? The plugin name is: cxf-corbatools-maven-plugin but the goal is: * @goal idl2wsdl -- Daniel

Re: Issue with SoapTransportFactory

2010-11-15 Thread Daniel Kulp
is not initialized without initializing other transport factories which do the right thing registering namespaces with the Bus. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Status of WS-RM

2010-11-15 Thread Daniel Kulp
let me know. :) --Scott -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Monday, November 15, 2010 8:46 AM To: dev@cxf.apache.org Cc: Scott Came Subject: Re: Status of WS-RM On Monday 15 November 2010 11:33:53 am Scott Came wrote: Has anyone on the dev list

Re: Discuss change http authorization handling to be strategy based

2010-11-15 Thread Daniel Kulp
: Amtsgericht Mannheim ‑ HRB 108550 Vorsitzender des Aufsichtsrats: Dr. Bernhard Beck Geschäftsführer: Jochen Adenau, Hans-Günther Meier -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: ClassNotFound versus ExceptionInitializationError

2010-11-16 Thread Daniel Kulp
AnnotationReader.class.getClassLoader().loadClass(name).asSubclass(Annotati on.class); } catch (ClassNotFoundException e) { return null; } } -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Łukasz Moreń for CXF Committer

2010-11-16 Thread Daniel Kulp
, it is worth mentioning Łukasz has continued working on his project after GSOC 2010 ended which shows his commitment. Thus I'd like to start a vote Here is my +1 Sergey -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Changing WSDLEndpointFactory interface

2010-11-17 Thread Daniel Kulp
. Just CC-ing to users to verify this claim. Comments ? Sergey [1] https://issues.apache.org/jira/browse/CXF-3021 -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Discuss change http authorization handling to be strategy based

2010-11-17 Thread Daniel Kulp
On Monday 15 November 2010 6:47:53 pm Christian Schneider wrote: Am 15.11.2010 21:34, schrieb Daniel Kulp: Well, I guess here would be my requirements: 1) Out of the box, basic auth needs to just work. If the user sets the username and password and nothing is configured in, the basic

Re: Attempting to remove wsdl4j dependency from the JAX-RS frontend

2010-11-18 Thread Daniel Kulp
though somehow :-) Does the servlets services list use the correct URL's without the AddressType thing avail?Something to double check. Dan cheers, Sergey [1] https://issues.apache.org/jira/browse/CXF-3021 -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: source/compiler targets for compiler plugin in CXF

2010-11-19 Thread Daniel Kulp
not? If there was something in Java6 that we really wanted to use that we cannot do with Java5, that would be something else entirely. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Why isn't BusFactory.defaultBus a leakage opportunity?

2010-11-22 Thread Daniel Kulp
. Thoughts? -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Łukasz Moreń for CXF Committer

2010-11-22 Thread Daniel Kulp
, it is worth mentioning Łukasz has continued working on his project after GSOC 2010 ended which shows his commitment. Thus I'd like to start a vote Here is my +1 Sergey -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Permgen, permgen

2010-11-22 Thread Daniel Kulp
. On Mon, Nov 22, 2010 at 11:07 AM, Daniel Kulp dk...@apache.org wrote: On Sunday 21 November 2010 12:10:37 pm Benson Margulies wrote: So, there's a question of approach here. The general situation I find is this: maven creates a class loader per plugin. it hangs onto that for the life

Re: SuspendedInvocationException is lost during continuation.suspend()

2010-11-23 Thread Daniel Kulp
-- Willem -- FuseSource Web: http://www.fusesource.com Blog:http://willemjiang.blogspot.com (English) http://jnn.javaeye.com (Chinese) Twitter: willemjiang -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Eclipse build

2010-11-29 Thread Daniel Kulp
://www.sosnoski.com/consult.html Axis2/CXF/Metro SOA and Web Services Training http://www.sosnoski.com/training.html Web Services Jump-Start http://www.sosnoski.com/jumpstart.html -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Status of WS-RM

2010-11-29 Thread Daniel Kulp
Yoshida wrote: On Mon, Nov 15, 2010 at 8:21 PM, Daniel Kulp dk...@apache.org wrote: On Monday 15 November 2010 12:05:56 pm Scott Came wrote: Thanks, Daniel. What about the potential to leverage Sandesha or the implementation in Metro? My research has indicated that some time ago

Re: One way processing / Automatic work queue mechanism and message order

2010-11-29 Thread Daniel Kulp
: Thread[default-workqueue-1,5,default-workqueue] MESSAGE 17 PROCESSED thread : Thread[default-workqueue-1,5,default-workqueue] MESSAGE 19 PROCESSED I would know why the implementation does not keep the message order ? Thanks for answers. -- Daniel Kulp dk...@apache.org http

Re: Holding bus references

2010-11-29 Thread Daniel Kulp
sure anything gets set gets unset. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Eclipse build

2010-12-01 Thread Daniel Kulp
the static imports are in a block following the regular imports, and in other cases involve jUnit imports - it looks like Checkstyle expects these to follow the org.springframework imports. - Dennis On 11/30/2010 06:03 AM, Daniel Kulp wrote: On Friday 26 November 2010 6:47:11 pm Dennis

Re: Eclipse build

2010-12-01 Thread Daniel Kulp
:54 am Daniel Kulp wrote: On Wednesday 01 December 2010 6:01:14 am Dennis Sosnoski wrote: Tried this, even going with the default workspace this time, rather than the one I'd specified before. Still the same results, though. I did have two Checkstyle sheets in the project properties, so I

Re: Discuss: CXFServlet and spring ApplicationContext

2010-12-01 Thread Daniel Kulp
in there to find or pull up an application context and work directly with it. So my point is that we should let spring do this. Can´t we just let spring inject whatever we need? Best regards Christian -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: CXF-3129 and JUnit test cases

2010-12-01 Thread Daniel Kulp
areas of the code while helping to boost the code coverage. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

[VOTE] Release CXF 2.2.12

2010-12-02 Thread Daniel Kulp
/cxf-2.2.12 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.

[VOTE] Release CXF 2.3.1

2010-12-02 Thread Daniel Kulp
://repository.apache.org/content/repositories/orgapachecxf-036/org/apache/cxf/apache-cxf/2.3.1/ This release is tagged at: http://svn.apache.org/repos/asf/cxf/tags/cxf-2.3.1 http://svn.apache.org/repos/asf/cxf/build-utils/tags/cxf-build-utils-2.3.1/ The vote will be open for 72 hours. Here is my +1. -- Daniel

[VOTE] Colm O hEigeartaigh for CXF committer

2010-12-02 Thread Daniel Kulp
be a big addition, IMO. Here is my +1. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog signature.asc Description: This is a digitally signed message part.

[RESULT][VOTE] Release CXF 2.2.12

2010-12-06 Thread Daniel Kulp
With 12 +1 votes and no other votes, this vote passes. I'll get the artifacts promoted. Dan On Thursday 02 December 2010 9:51:59 am Daniel Kulp wrote: Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.2.11 release. Over 43 JIRA

[RESULT] [VOTE] Release CXF 2.3.1

2010-12-06 Thread Daniel Kulp
With 10 +1 votes and no other votes, this vote passes. I'll promote the artifacts. Dan On Thursday 02 December 2010 9:54:35 am Daniel Kulp wrote: Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.3.0 release. Over 55 JIRA issues

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