Issues with Attachments: week of 2011-04-04
CXF - Monday, April 4, 2011 5 Issues with Attachments (sorted oldest to newest) [CXF-1940] WS-Trust support in CXF - Created: 2008-12-11 - Updated: 2011-03-24 - Type: Task - Fix Versions: [] - Reporter: Mayank Mishra - Assigned: Unassigned - Attachments: [BinarySecret.java, Entropy.java, RequestSecurityToken.java, RequestSecurityTokenResponse.java, STS.java, STSClient27Jan.patch, STSImpl.java, SecurityConstants.java, model.zip, sts_provider.zip, sts_provider2.zip, sts_provider3.zip] - https://issues.apache.org/jira/browse/CXF-1940 [CXF-2716] Collection Support for JSONProvider - Created: 2010-03-15 - Updated: 2011-03-21 - Type: Improvement - Fix Versions: [] - Reporter: Uttam Phalnikar - Assigned: Unassigned - Attachments: [JSONProvider.java, JSONUtils.java, json-collections.patch, patch.txt] - https://issues.apache.org/jira/browse/CXF-2716 [CXF-3366] Avoid parsing the SOAP Body to DOM in WS-Security processing unless necessary - Created: 2011-02-25 - Updated: 2011-03-10 - Type: Improvement - Fix Versions: [2.4] - Reporter: Colm O hEigeartaigh - Assigned: Colm O hEigeartaigh - Attachments: [cxf-3366-example.patch, cxf-3366.patch, newpatch.txt] - https://issues.apache.org/jira/browse/CXF-3366 [CXF-3405] Error reading XMLStreamReader. - Created: 2011-03-16 - Updated: 2011-03-17 - Type: Bug - Fix Versions: [NeedMoreInfo] - Reporter: Prasad Deshpande - Assigned: Unassigned - Attachments: [TestApplet.java, TestWSServerHandler.java, WSTestService.java, WSTestServiceImpl.java] - https://issues.apache.org/jira/browse/CXF-3405 [CXF-3424] LoadDistributorFeature for CXF - Created: 2011-03-26 - Updated: 2011-03-28 - Type: New Feature - Fix Versions: [] - Reporter: Yaytay - Assigned: Unassigned - Attachments: [LoadDistributor1.diff] - https://issues.apache.org/jira/browse/CXF-3424
[jira] [Created] (CXF-3437) Blueprint Object binding
Blueprint Object binding Key: CXF-3437 URL: https://issues.apache.org/jira/browse/CXF-3437 Project: CXF Issue Type: New Feature Components: OtherDatabindings Affects Versions: 2.4 Reporter: Edstrom Johan Priority: Minor Fix For: 2.4 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Updated] (CXF-3437) Blueprint Object binding
[ https://issues.apache.org/jira/browse/CXF-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edstrom Johan updated CXF-3437: --- Attachment: Blueprint_Object_binding.patch Requires fixes in the ABstractBPBean in core, will come in a later patch. > Blueprint Object binding > > > Key: CXF-3437 > URL: https://issues.apache.org/jira/browse/CXF-3437 > Project: CXF > Issue Type: New Feature > Components: OtherDatabindings >Affects Versions: 2.4 >Reporter: Edstrom Johan >Priority: Minor > Fix For: 2.4 > > Attachments: Blueprint_Object_binding.patch > > -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Resolved] (CXF-3437) Blueprint Object binding
[ https://issues.apache.org/jira/browse/CXF-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-3437. -- Resolution: Fixed Assignee: Daniel Kulp Patch applied. (with checkstyle error fixed) Thanks! > Blueprint Object binding > > > Key: CXF-3437 > URL: https://issues.apache.org/jira/browse/CXF-3437 > Project: CXF > Issue Type: New Feature > Components: OtherDatabindings >Affects Versions: 2.4 >Reporter: Edstrom Johan >Assignee: Daniel Kulp >Priority: Minor > Fix For: 2.4 > > Attachments: Blueprint_Object_binding.patch > > -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Resolved] (CXF-3424) LoadDistributorFeature for CXF
[ https://issues.apache.org/jira/browse/CXF-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-3424. -- Resolution: Fixed Fix Version/s: 2.3.4 Assignee: Daniel Kulp Patch applied. At some point, I think splitting the FailoverFeature into a "AbstractMultiEndpointFeature" that is a superclass of Failover and Loadbalance likely makes sense. I'd love to see a patch for that. :-) > LoadDistributorFeature for CXF > -- > > Key: CXF-3424 > URL: https://issues.apache.org/jira/browse/CXF-3424 > Project: CXF > Issue Type: New Feature > Components: Core >Affects Versions: 2.3.3 >Reporter: Yaytay >Assignee: Daniel Kulp >Priority: Minor > Fix For: 2.3.4 > > Attachments: LoadDistributor1.diff > > > The FailoverTargetSelector in CXF takes effect only when a transport failure > occurs, so it provides no way to spread the load across a number of addresses > or endpoints. > By subclassing the FailoverTargetSelector and the FailoverFeature it is > possible to provide a load distributor that works for most circumstances. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Created] (CXF-3438) Karaf command line commands for CXF
Karaf command line commands for CXF --- Key: CXF-3438 URL: https://issues.apache.org/jira/browse/CXF-3438 Project: CXF Issue Type: New Feature Components: OSGi Reporter: Daniel Kulp With the enhanced blueprint capabilities in CXF 2.4 and the tighter integration with Karaf, it would be nice to create a set of Karaf shell commands for performing various CXF related operations. For example, if there is a bundle deployed that has a service implementation (or possibly that registered an OSGi service that you want exposed via CXF), you could do: {code} cxf:createService --ref=MyServiceRef --wsdlLocation=/foo/foo.wsdl --address=http://localhost:9000/MyService {code} to create a new "bundle" (similar to how the activemq broker commands work) to create and start the service. This commands feature could extend to stoping things, starting up the log browser, etc -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Updated] (CXF-3438) Karaf command line commands for CXF
[ https://issues.apache.org/jira/browse/CXF-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CXF-3438: - Description: With the enhanced blueprint capabilities in CXF 2.4 and the tighter integration with Karaf, it would be nice to create a set of Karaf shell commands for performing various CXF related operations. For example, if there is a bundle deployed that has a service implementation (or possibly that registered an OSGi service that you want exposed via CXF), you could do: {code} cxf:createService --ref=MyServiceRef --wsdlLocation=/foo/foo.wsdl --address=http://localhost:9000/MyService {code} to create a new "bundle" (similar to how the activemq broker commands work) to create and start the service. This commands feature could extend to stopping things, JAX-RS/REST, starting up the log browser, etc was: With the enhanced blueprint capabilities in CXF 2.4 and the tighter integration with Karaf, it would be nice to create a set of Karaf shell commands for performing various CXF related operations. For example, if there is a bundle deployed that has a service implementation (or possibly that registered an OSGi service that you want exposed via CXF), you could do: {code} cxf:createService --ref=MyServiceRef --wsdlLocation=/foo/foo.wsdl --address=http://localhost:9000/MyService {code} to create a new "bundle" (similar to how the activemq broker commands work) to create and start the service. This commands feature could extend to stoping things, starting up the log browser, etc > Karaf command line commands for CXF > --- > > Key: CXF-3438 > URL: https://issues.apache.org/jira/browse/CXF-3438 > Project: CXF > Issue Type: New Feature > Components: OSGi >Reporter: Daniel Kulp > Labels: gsoc2011 > > With the enhanced blueprint capabilities in CXF 2.4 and the tighter > integration with Karaf, it would be nice to create a set of Karaf shell > commands for performing various CXF related operations. For example, if > there is a bundle deployed that has a service implementation (or possibly > that registered an OSGi service that you want exposed via CXF), you could do: > {code} > cxf:createService --ref=MyServiceRef --wsdlLocation=/foo/foo.wsdl > --address=http://localhost:9000/MyService > {code} > to create a new "bundle" (similar to how the activemq broker commands work) > to create and start the service. > This commands feature could extend to stopping things, JAX-RS/REST, starting > up the log browser, etc -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Created] (CXF-3439) Blueprint SoapBinding
Blueprint SoapBinding - Key: CXF-3439 URL: https://issues.apache.org/jira/browse/CXF-3439 Project: CXF Issue Type: New Feature Components: Soap Binding Affects Versions: 2.4 Reporter: Edstrom Johan Priority: Minor Fix For: 2.4 Attachments: Blueprint_SoapBindingParser.patch SoapBinding blueprint parser and typeconverters for 1.2/1.1 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Updated] (CXF-3439) Blueprint SoapBinding
[ https://issues.apache.org/jira/browse/CXF-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edstrom Johan updated CXF-3439: --- Attachment: Blueprint_SoapBindingParser.patch Fixes throws not invented here in core as well. > Blueprint SoapBinding > - > > Key: CXF-3439 > URL: https://issues.apache.org/jira/browse/CXF-3439 > Project: CXF > Issue Type: New Feature > Components: Soap Binding >Affects Versions: 2.4 >Reporter: Edstrom Johan >Priority: Minor > Fix For: 2.4 > > Attachments: Blueprint_SoapBindingParser.patch > > > SoapBinding blueprint parser and typeconverters for 1.2/1.1 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Updated] (CXF-3440) Blueprint WS-Addressing
[ https://issues.apache.org/jira/browse/CXF-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edstrom Johan updated CXF-3440: --- Attachment: Blueprint_WS-Addressing_parser.patch > Blueprint WS-Addressing > --- > > Key: CXF-3440 > URL: https://issues.apache.org/jira/browse/CXF-3440 > Project: CXF > Issue Type: New Feature > Components: WS-* Components >Affects Versions: 2.4 >Reporter: Edstrom Johan >Priority: Minor > Fix For: 2.4 > > Attachments: Blueprint_WS-Addressing_parser.patch > > -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Created] (CXF-3440) Blueprint WS-Addressing
Blueprint WS-Addressing --- Key: CXF-3440 URL: https://issues.apache.org/jira/browse/CXF-3440 Project: CXF Issue Type: New Feature Components: WS-* Components Affects Versions: 2.4 Reporter: Edstrom Johan Priority: Minor Fix For: 2.4 Attachments: Blueprint_WS-Addressing_parser.patch -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira