Re: [VOTE] Release Apache CXF 2.4.4-3rd try
+1. Colm. On Mon, Nov 7, 2011 at 7:11 AM, Willem Jiang wrote: > +1 > > Willem > > On 11/4/11 9:58 PM, Freeman Fang wrote: >> >> Hi All, >> >> We've resolved over 35 issues since 2.4.3 and thus is time for a release. >> List of issues: >> 2.4.4: >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12318347 >> >> >> The Maven staging areas are at: >> 2.4.4: >> https://repository.apache.org/content/repositories/orgapachecxf-158/ >> >> >> The distributions are in the org/apache/cxf/apache-cxf/ directory of the >> Maven >> staging areas. >> >> This release is tagged at: >> http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.4 >> >> >> Please vote to approve this release: >> >> [ ] +1 Approve the release >> [ ] -1 Veto the release (please provide specific comments) >> >> This vote will be open for at least 72 hours. >> >> Best Regards >> Freeman >> - >> Freeman Fang >> >> FuseSource >> Email:ff...@fusesource.com >> Web: fusesource.com >> Twitter: freemanfang >> Blog: http://freemanfang.blogspot.com >> >> >> >> >> >> >> >> >> >> > > > -- > Willem > -- > FuseSource > Web: http://www.fusesource.com > Blog: http://willemjiang.blogspot.com (English) > http://jnn.javaeye.com (Chinese) > Twitter: willemjiang > Weibo: willemjiang > -- Colm O hEigeartaigh http://coheigea.blogspot.com/ Talend - http://www.talend.com/apache
Re: [VOTE] Release Apache CXF 2.4.4-3rd try
+1 Sergey On 04/11/11 13:58, Freeman Fang wrote: Hi All, We've resolved over 35 issues since 2.4.3 and thus is time for a release. List of issues: 2.4.4: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12318347 The Maven staging areas are at: 2.4.4: https://repository.apache.org/content/repositories/orgapachecxf-158/ The distributions are in the org/apache/cxf/apache-cxf/ directory of the Maven staging areas. This release is tagged at: http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.4 Please vote to approve this release: [ ] +1 Approve the release [ ] -1 Veto the release (please provide specific comments) This vote will be open for at least 72 hours. Best Regards Freeman - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com
Re: [VOTE] Release Apache CXF 2.4.4-3rd try
+1 Jeff Sent from my iPad On Nov 7, 2011, at 12:11 AM, Willem Jiang wrote: > +1 > > Willem > > On 11/4/11 9:58 PM, Freeman Fang wrote: >> Hi All, >> >> We've resolved over 35 issues since 2.4.3 and thus is time for a release. >> List of issues: >> 2.4.4: >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12318347 >> >> >> The Maven staging areas are at: >> 2.4.4: >> https://repository.apache.org/content/repositories/orgapachecxf-158/ >> >> >> The distributions are in the org/apache/cxf/apache-cxf/ directory of the >> Maven >> staging areas. >> >> This release is tagged at: >> http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.4 >> >> >> Please vote to approve this release: >> >> [ ] +1 Approve the release >> [ ] -1 Veto the release (please provide specific comments) >> >> This vote will be open for at least 72 hours. >> >> Best Regards >> Freeman >> - >> Freeman Fang >> >> FuseSource >> Email:ff...@fusesource.com >> Web: fusesource.com >> Twitter: freemanfang >> Blog: http://freemanfang.blogspot.com >> >> >> >> >> >> >> >> >> >> > > > -- > Willem > -- > FuseSource > Web: http://www.fusesource.com > Blog:http://willemjiang.blogspot.com (English) > http://jnn.javaeye.com (Chinese) > Twitter: willemjiang > Weibo: willemjiang
Re: [VOTE] Release Apache CXF 2.4.4-3rd try
+1 Dan On Friday, November 04, 2011 9:58:14 PM Freeman Fang wrote: > Hi All, > > We've resolved over 35 issues since 2.4.3 and thus is time for a > release. > List of issues: > 2.4.4: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&ve > rsion=12318347 > > The Maven staging areas are at: > 2.4.4: > https://repository.apache.org/content/repositories/orgapachecxf-158/ > > > The distributions are in the org/apache/cxf/apache-cxf/ directory of > the Maven > staging areas. > > This release is tagged at: > http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.4 > > > Please vote to approve this release: > > [ ] +1 Approve the release > [ ] -1 Veto the release (please provide specific comments) > > This vote will be open for at least 72 hours. > > Best Regards > Freeman > - > Freeman Fang > > FuseSource > Email:ff...@fusesource.com > Web: fusesource.com > Twitter: freemanfang > Blog: http://freemanfang.blogspot.com -- Daniel Kulp dk...@apache.org http://dankulp.com/blog Talend - http://www.talend.com
Re: CORS
Hi Benson On 07/11/11 04:04, Benson Margulies wrote: Has anyone considered adding CORS (http://www.w3.org/TR/cors/) to CXF REST services? Obviously, it could be coded one service at a time, but it looks handy. Can you look at http://cxf.547215.n5.nabble.com/CORS-Interceptor-Filter-Endpoint-td4793366.html please ? Do you reckon we should ship a CXF specific CORS filter ? Thanks, Sergey
Re: CORS
Why a filter? I guess, the advantage would be that it would work for SOAP and REST both. On the other hand, it's kind of 'over there'. Does JAX-RS have any other way to share out adding a handler for OPTIONS (and access control checking on Origin) that would have any advantages? On Mon, Nov 7, 2011 at 9:10 AM, Sergey Beryozkin wrote: > Hi Benson > On 07/11/11 04:04, Benson Margulies wrote: >> >> Has anyone considered adding CORS (http://www.w3.org/TR/cors/) to CXF >> REST services? Obviously, it could be coded one service at a time, but >> it looks handy. > > Can you look at > http://cxf.547215.n5.nabble.com/CORS-Interceptor-Filter-Endpoint-td4793366.html > please ? > Do you reckon we should ship a CXF specific CORS filter ? > > Thanks, Sergey >
Re: problem of importing/including schemas using relative paths in a schema read by blueprint's namespace handler
On Saturday, November 05, 2011 1:26:09 PM Aki Yoshida wrote: > 2011/11/5 Aki Yoshida : > > 2011/11/5 Daniel Kulp : > >> It's a bug in Aries: > >> > >> https://issues.apache.org/jira/browse/ARIES-626 > > > > Thanks for this info. I also noticed this issue. The solution will > > probably require some kind of catalog files like spring has, I > > suppose. I can wait for this fix, as I can look for a wifi spot to > > avoid this issue until it's fixed. > > > > In contrast, the issue that I described is somewhat different (it > > could be trivial). It's kind of the opposite problem. Having the > > network connection, I can load all remote schemas set in the > > includes/imports using their absolute URLs. But I cannot load locally > > available schemas using their relative URLs, as sometimes done in some > > of the spring versions of cxf schemas. > > I read the Aris ticket again and noticed that the relative path > problem was also mentioned in the comment section. > > So, until this relative-path issue is resolved, I could just > physically include the included schemas for relative-inlcudes and use > the absolute URLs for relative-imports (and refer to this aris > ticket). For ws-rm, there is one relative include and one relative > import. So, it won't be too much. I talked to Johan a bit on Friday night and discovered the relative path thing is likely easy to fix. There is a call in Aries of: schemaSources.add(new StreamSource(url.openStream())); which likely just needs to be updated to add the systemId to the StreamSource. That said, putting a full LSResolver in the schema factory is really what's needed as well. Again, after ApacheCon Dan > > regards, aki > > > regards, aki > > > >> Something on my todo list to fix once things calm down a bit for me > >> with other work related things. > >> > >> Dan > >> > >> On Friday, November 04, 2011 8:00:06 PM Aki Yoshida wrote: > >>> Hi, > >>> Sorry for the long subject. I didn't know how to describe the > >>> problem > >>> better. > >>> > >>> I was wondering if you need to do something extra to be able to > >>> import > >>> or include a schema located at some relative path when you let the > >>> blueprint namespace handler fetch the parent schema. > >>> > >>> I wanted to make the ws-rm component also blueprint-ready. It is > >>> working fine except that I cannot seem to be able to use a relative > >>> path in the schemaLocation attribute of the blueprint version of the > >>> schema. > >>> > >>> Concretely, I am having this problem with the following two lines in > >>> the blueprint version of wsrm-manager.xsd. > >>> > >>> > >>>>>> namespace="http://schemas.xmlsoap.org/ws/2005/02/rm/policy"; > >>> schemaLocation="wsrm-policy.xsd"/> > >>> > >>> I am getting the following exception when I start a blueprint bundle > >>> using this feature: > >>> > >>> 2011-11-04 19:33:01,550 | ERROR | rint Extender: 1 | > >>> BlueprintContainerImpl | container.BlueprintContainerImpl > >>> 358 | 9 - org.apache.aries.blueprint - 0.3.1 | Unable to start > >>> blueprint container for bundle tmp.test-cxf-wsrm-provider-bp > >>> org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name > >>> 'tns:deliveryAssurance' to a(n) 'element declaration' component. > >>> at > >>> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSA > >>> XParseE xception(ErrorHandlerWrapper.java: 195)[:1.6.0_24] > >>> at > >>> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(Er > >>> rorHand lerWrapper.java:131)[:1.6.0_24] at > >>> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError > >>> (XMLErr orReporter.java:384)[:1.6.0_24] at > >>> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.rep > >>> ortSche maErr(XSDHandler.java:2537)[:1.6.0_24] at > >>> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.rep > >>> ortSche maError(XSDHandler.java:2528)[:1.6.0_24] at > >>> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.get > >>> GlobalD ecl(XSDHandler.java:1472)[:1.6.0_24] at > >>> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTrav > >>> erser.t raverseLocal(XSDElementTraverser.java:160)[:1.6.0_24] at > >>> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.tra > >>> verseLo calElements(XSDHandler.java:2049)[ > >>> > >>> :1.6.0_24] > >>> > >>> at > >>> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.par > >>> seSchem a(XSDHandler.java:582)[:1.6.0_24] at > >>> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchem > >>> a(XMLSc hemaLoader.java:552)[:1.6.0_24] at > >>> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGramm > >>> ar(XMLS chemaLoader.java:519)[:1.6.0_24] at > >>> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGramm > >>> ar(XMLS chemaLoader.java:485)[:1.6.0_24] at > >>> com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory. > >>
Re: CORS
On 07/11/11 14:39, Benson Margulies wrote: Why a filter? I guess, the advantage would be that it would work for SOAP and REST both. On the other hand, it's kind of 'over there'. Does JAX-RS have any other way to share out adding a handler for OPTIONS (and access control checking on Origin) that would have any advantages? we can get a JAX-RS filter and a servlet filter sharing the same code, this is what is done in the OAuth module But I've had no experience with CORS so I'd need your help :-) We may want to get filters and the supporting code located in in say a cxf-rt-rs-security-cors module under rt/rs/security Cheers, Sergey On Mon, Nov 7, 2011 at 9:10 AM, Sergey Beryozkin wrote: Hi Benson On 07/11/11 04:04, Benson Margulies wrote: Has anyone considered adding CORS (http://www.w3.org/TR/cors/) to CXF REST services? Obviously, it could be coded one service at a time, but it looks handy. Can you look at http://cxf.547215.n5.nabble.com/CORS-Interceptor-Filter-Endpoint-td4793366.html please ? Do you reckon we should ship a CXF specific CORS filter ? Thanks, Sergey
Re: [VOTE] Release Apache CXF 2.4.4-3rd try
+1 Aki 2011/11/4 Freeman Fang : > Hi All, > > We've resolved over 35 issues since 2.4.3 and thus is time for a release. > List of issues: > 2.4.4: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12318347 > > The Maven staging areas are at: > 2.4.4: > https://repository.apache.org/content/repositories/orgapachecxf-158/ > > > The distributions are in the org/apache/cxf/apache-cxf/ directory of the > Maven > staging areas. > > This release is tagged at: > http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.4 > > > Please vote to approve this release: > > [ ] +1 Approve the release > [ ] -1 Veto the release (please provide specific comments) > > This vote will be open for at least 72 hours. > > Best Regards > Freeman > - > Freeman Fang > > FuseSource > Email:ff...@fusesource.com > Web: fusesource.com > Twitter: freemanfang > Blog: http://freemanfang.blogspot.com > > > > > > > > > >
Re: [VOTE] Release Apache CXF 2.4.4-3rd try
Here is my +1 Freeman On 2011-11-4, at 下午9:58, Freeman Fang wrote: Hi All, We've resolved over 35 issues since 2.4.3 and thus is time for a release. List of issues: 2.4.4: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12318347 The Maven staging areas are at: 2.4.4: https://repository.apache.org/content/repositories/orgapachecxf-158/ The distributions are in the org/apache/cxf/apache-cxf/ directory of the Maven staging areas. This release is tagged at: http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.4 Please vote to approve this release: [ ] +1 Approve the release [ ] -1 Veto the release (please provide specific comments) This vote will be open for at least 72 hours. Best Regards Freeman - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com
Re: [VOTE] Release Apache CXF 2.4.4-3rd try
+1 On Tue, Nov 8, 2011 at 9:06 AM, Freeman Fang wrote: > Here is my +1 > > Freeman > On 2011-11-4, at 下午9:58, Freeman Fang wrote: > >> Hi All, >> >> We've resolved over 35 issues since 2.4.3 and thus is time for a release. >> List of issues: >> 2.4.4: >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12318347 >> >> The Maven staging areas are at: >> 2.4.4: >> https://repository.apache.org/content/repositories/orgapachecxf-158/ >> >> >> The distributions are in the org/apache/cxf/apache-cxf/ directory of the >> Maven >> staging areas. >> >> This release is tagged at: >> http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.4 >> >> >> Please vote to approve this release: >> >> [ ] +1 Approve the release >> [ ] -1 Veto the release (please provide specific comments) >> >> This vote will be open for at least 72 hours. >> >> Best Regards >> Freeman >> - >> Freeman Fang >> >> FuseSource >> Email:ff...@fusesource.com >> Web: fusesource.com >> Twitter: freemanfang >> Blog: http://freemanfang.blogspot.com >> >> >> >> >> >> >> >> >> > > - > Freeman Fang > > FuseSource > Email:ff...@fusesource.com > Web: fusesource.com > Twitter: freemanfang > Blog: http://freemanfang.blogspot.com > > > > > > > > > >
[RESULT][VOTE] Release Apache CXF 2.4.4-3rd try
We have 8 +1 votes , all are bindings(Alessio Soldano, Willem Jiang, Colm O hEigeartaigh, Sergey Beryozkin, Jeff Genender, Daniel Kulp, Akitoshi Yoshida, Freeman Fang). So this vote passes and I'll promote the release soon. Thanks! Freeman On 2011-11-4, at 下午9:58, Freeman Fang wrote: Hi All, We've resolved over 35 issues since 2.4.3 and thus is time for a release. List of issues: 2.4.4: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12318347 The Maven staging areas are at: 2.4.4: https://repository.apache.org/content/repositories/orgapachecxf-158/ The distributions are in the org/apache/cxf/apache-cxf/ directory of the Maven staging areas. This release is tagged at: http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.4 Please vote to approve this release: [ ] +1 Approve the release [ ] -1 Veto the release (please provide specific comments) This vote will be open for at least 72 hours. Best Regards Freeman - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com