Re: [GSOC] Simple and lightweight HTML-based browser for surveying Apache CXF logs

2010-07-15 Thread Tomasz Oponowicz
Hi Sergey, Thanks for your reply. More comments below. On Wed, Jul 14, 2010 at 12:22 AM, Sergey Beryozkin wrote: > - please consider updating the demo so that the real log entries are > generated; that is, introduce a basic CXF JAXRS endpoint (or JAXWS endpoint) > with one or two methods returni

jetty 7: CXF-2898

2010-07-15 Thread Benson Margulies
The first part of the JIRA I filed above is easy: make a new project that depends on jetty 7 instead of 6. I'm somewhat rusty after that. A profile in systests to use it? Where is the default transport established (which I don't propose to change) but what else is called for?

Re: jetty 7: CXF-2898

2010-07-15 Thread Daniel Kulp
On Thursday 15 July 2010 2:33:26 pm Benson Margulies wrote: > The first part of the JIRA I filed above is easy: make a new project that > depends on jetty 7 instead of 6. > > I'm somewhat rusty after that. A profile in systests to use it? Where is > the default transport established (which I don't

Re: Metro vs. CXF difference in enumerating schemas within a WSDL

2010-07-15 Thread Daniel Kulp
No, this is something controlled by the framework. For us, its: rt/core/src/main/java/org/apache/cxf/wsdl11/SchemaUtil.java line 126.When we feed the schemas into JAXB, we have to have unique SystemID's assigned to them so the schemaLocations can match up. We chose one way, they appar

using Etag using JAXB

2010-07-15 Thread kishore
HI, I am trying to use Etag using JAXB could you please help me in doing so Thanks Dasari -- View this message in context: http://cxf.547215.n5.nabble.com/using-Etag-using-JAXB-tp1223749p1223749.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: [GSOC] Simple and lightweight HTML-based browser for surveying Apache CXF logs

2010-07-15 Thread Sergey Beryozkin
Hi Tomasz > > > > - how do you consider letting users browse through the entries given that > a > > number of entries to be displayed on a page is limited - there should be > > first/previous/next/last links. > > This is already implemented. first/previous/next/last links are > visible or hidden d

JAX-WS 2.2 tck passes....

2010-07-15 Thread Daniel Kulp
Just wanted to let everyone know that as of last night, trunk now passes the JAX-WS 2.2 standalone TCK. Major thanks to Jim for all the work he's done getting it there. We still have some cleanup work (especially around the distribution packaging) to get it fully ready to ship, but this

Re: OAuth client and server demos

2010-07-15 Thread Sergey Beryozkin
Thanks Łukasz. Implementing OAuth can be challenging indeed so it's a great effort. I will comment a bit later on Sergey On Wed, Jul 14, 2010 at 10:14 PM, Łukasz Moreń wrote: > Hi all, > > I have managed to create two sample OAuth aplications: > ordinary OAuth 1.0a client: http://www.oauthclient

Build on MacOS lately?

2010-07-15 Thread Benson Margulies
mvn -Pfastinstall fails in some of the systests for me. [INFO] [INFO] Building Apache CXF WS-* Specifications System Tests [INFO]task-segment: [install] [INFO] ---

Re: Build on MacOS lately?

2010-07-15 Thread Benson Margulies
I've explained this, but the explanation could use some explanation. MAVEN_OPTS included -Dfile.encoding=utf-8 What have we got in systests that depends on NOT setting that, I wonder? On Thu, Jul 15, 2010 at 8:25 PM, Benson Margulies wrote: > mvn -Pfastinstall > > fails in some of the systests

Re: jetty 7: CXF-2898

2010-07-15 Thread Willem Jiang
Daniel Kulp wrote: On Thursday 15 July 2010 2:33:26 pm Benson Margulies wrote: The first part of the JIRA I filed above is easy: make a new project that depends on jetty 7 instead of 6. I'm somewhat rusty after that. A profile in systests to use it? Where is the default transport established (w

Re: jetty 7: CXF-2898

2010-07-15 Thread Benson Margulies
The continuation code is very different. I attached a first pass patch. It does not pass unit tests because I am completely flummoxed by mock, and I may not understand what's going on with the continuations. On Thu, Jul 15, 2010 at 9:13 PM, Willem Jiang wrote: > Daniel Kulp wrote: >> >> On Thursd