[jira] Commented: (GERONIMO-2781) Improved CXF-based POJO WebService support
[ https://issues.apache.org/jira/browse/GERONIMO-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468407 ] Dan Diephouse commented on GERONIMO-2781: - Jarek - is there a way we can make our APIs more extensible so you don't have to redo functionality which is in CXF? Specifically the annotation processor which you refer to? > Improved CXF-based POJO WebService support > -- > > Key: GERONIMO-2781 > URL: https://issues.apache.org/jira/browse/GERONIMO-2781 > Project: Geronimo > Issue Type: New Feature > Security Level: public(Regular issues) > Components: webservices >Affects Versions: 2.0-beta1 >Reporter: Jarek Gawor > Attachments: GERONIMO-2781.patch > > > The attached patch contains numerous improvements to JAX-WS support for POJOs > (via CXF): > 1) Annotation support for the service and handlers. The following annotation > are recognized: @Resource, @EJB, @WebServiceRef, @PreDestroy, @PostConstruct. > The values are injected if the given resource is defined in JNDI. The patch > includes a basic annotation processor. The processor itself is pretty basic > but is generic and pluggable and can be (re)used in other places. It was > necessary to add one because CXF annotation processor only handles @Resource > annotations and it was not very extensible. > 2) WebServicesContext.getUserPricipa() and .isUserInRole() are now properly > implemented by delegating the calls to the Servlet class > 3) Improved webservices.xml file parsing and information passing to the web > container. Information specified in the webservices.xml file can now > overwrite the information specified in the annotations. For example, > @HandlerChain can be overwritten by element. Same with > wsdl-port, wsdl-service, and wsdl-file. > 4) Switched to using Commons Logging API instead of Java Logging API -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (XBEAN-55) Custom Map values aren't parsed properly
[ http://issues.apache.org/jira/browse/XBEAN-55?page=all ] Dan Diephouse updated XBEAN-55: --- Attachment: mappatch > Custom Map values aren't parsed properly > > > Key: XBEAN-55 > URL: http://issues.apache.org/jira/browse/XBEAN-55 > Project: XBean > Issue Type: Bug > Components: spring >Affects Versions: 2.6 >Reporter: Dan Diephouse > Attachments: mappatch > > > If you use the custom map syntax that I wrote, it only supports setting > values which are Strings. This patch fixes that issue. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (XBEAN-55) Custom Map values aren't parsed properly
Custom Map values aren't parsed properly Key: XBEAN-55 URL: http://issues.apache.org/jira/browse/XBEAN-55 Project: XBean Issue Type: Bug Components: spring Affects Versions: 2.6 Reporter: Dan Diephouse Attachments: mappatch If you use the custom map syntax that I wrote, it only supports setting values which are Strings. This patch fixes that issue. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (GERONIMO-2450) geronimo annotation spec lack a LICENSE/NOTICE in the jar
geronimo annotation spec lack a LICENSE/NOTICE in the jar - Key: GERONIMO-2450 URL: http://issues.apache.org/jira/browse/GERONIMO-2450 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Reporter: Dan Diephouse The geronimo-annotation_1.0_spec doesn't have a src/main/resources with LICENSE & NOTICE files. I have a patch for this in GERONIMO-2449 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (GERONIMO-2449) JSR 181 Specs Build
[ http://issues.apache.org/jira/browse/GERONIMO-2449?page=all ] Dan Diephouse updated GERONIMO-2449: Attachment: jsr181.patch Here is the patch. This also includes the patch for GERONIMO-2450 > JSR 181 Specs Build > --- > > Key: GERONIMO-2449 > URL: http://issues.apache.org/jira/browse/GERONIMO-2449 > Project: Geronimo > Issue Type: New Feature > Security Level: public(Regular issues) > Components: specs >Reporter: Dan Diephouse > Attachments: jsr181.patch > > > Geronimo needs a specs build for JSR181 2.0. This issues attaches a patch for > it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (GERONIMO-2449) JSR 181 Specs Build
JSR 181 Specs Build Key: GERONIMO-2449 URL: http://issues.apache.org/jira/browse/GERONIMO-2449 Project: Geronimo Issue Type: New Feature Security Level: public (Regular issues) Components: specs Reporter: Dan Diephouse Geronimo needs a specs build for JSR181 2.0. This issues attaches a patch for it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (XBEAN-11) JMX notification to SNMP converter
[ http://issues.apache.org/jira/browse/XBEAN-11?page=all ] Dan Diephouse updated XBEAN-11: --- Attachment: snmp.diff > JMX notification to SNMP converter > -- > > Key: XBEAN-11 > URL: http://issues.apache.org/jira/browse/XBEAN-11 > Project: XBean > Type: New Feature > Reporter: Dan Diephouse > Attachments: snmp.diff > > This patch adds an xbean-snmp module which converts jmx notifications to snmp > messages. Everything is configured via beans. Here is a short sample: > SnmpEmitter em = new SnmpEmitter(); > SnmpServer ss = new SnmpServer(); > ss.setHost("127.0.0.1"); > ss.setPort(162); > ss.setVarBindings(new ArrayList()); > > /* Bind the JMX notification type > "java.management.memory.threshold.exceeded" > * to the specified OID. The payload of the snmp message will be the > usage > * attribute. > */ > SnmpBinding binding = new SnmpBinding(); > binding.setOid("1.3.6.1.2.1.1.3"); > binding.setPayload("usage"); > binding.setType("java.management.memory.threshold.exceeded"); > ss.getVarBindings().add(binding); > Set servers = new HashSet(); > servers.add(ss); > em.setServers(servers); > em.start(); > Then all you need to do as add the SnmpEmitter as a NotificationListener for > your JMX events. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (XBEAN-11) JMX notification to SNMP converter
JMX notification to SNMP converter -- Key: XBEAN-11 URL: http://issues.apache.org/jira/browse/XBEAN-11 Project: XBean Type: New Feature Reporter: Dan Diephouse This patch adds an xbean-snmp module which converts jmx notifications to snmp messages. Everything is configured via beans. Here is a short sample: SnmpEmitter em = new SnmpEmitter(); SnmpServer ss = new SnmpServer(); ss.setHost("127.0.0.1"); ss.setPort(162); ss.setVarBindings(new ArrayList()); /* Bind the JMX notification type "java.management.memory.threshold.exceeded" * to the specified OID. The payload of the snmp message will be the usage * attribute. */ SnmpBinding binding = new SnmpBinding(); binding.setOid("1.3.6.1.2.1.1.3"); binding.setPayload("usage"); binding.setType("java.management.memory.threshold.exceeded"); ss.getVarBindings().add(binding); Set servers = new HashSet(); servers.add(ss); em.setServers(servers); em.start(); Then all you need to do as add the SnmpEmitter as a NotificationListener for your JMX events. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (XBEAN-8) Support flat collections
[ http://issues.apache.org/jira/browse/XBEAN-8?page=all ] Dan Diephouse updated XBEAN-8: -- Attachment: xbean8.diff The test cases from last time didn't make it in... > Support flat collections > > > Key: XBEAN-8 > URL: http://issues.apache.org/jira/browse/XBEAN-8 > Project: XBean > Type: New Feature > Components: spring > Versions: 2.2 > Reporter: Dan Diephouse > Assignee: Dain Sundstrom > Attachments: flat.diff, xbean8.diff > > I would like to be able to do > > instead of > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (XBEAN-9) Support flat properties
[ http://issues.apache.org/jira/browse/XBEAN-9?page=comments#action_12376539 ] Dan Diephouse commented on XBEAN-9: --- I attached a patch for this to XBEAN-8. It can be used by doing: /** * @org.apache.xbean.Flat * @return */ public Recipe getTopRecipe() { return topRecipe; } The corresponding syntax will be: Mash together Food > Support flat properties > --- > > Key: XBEAN-9 > URL: http://issues.apache.org/jira/browse/XBEAN-9 > Project: XBean > Type: New Feature > Components: spring > Versions: 2.2 > Reporter: Dan Diephouse > Assignee: Dain Sundstrom > > Right now in servicemix we have to do: > > > > It would be much better if we could do: > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (XBEAN-8) Support flat collections
[ http://issues.apache.org/jira/browse/XBEAN-8?page=all ] Dan Diephouse updated XBEAN-8: -- Attachment: flat.diff This patch fixes XBEAN-8 and XBEAN-9 > Support flat collections > > > Key: XBEAN-8 > URL: http://issues.apache.org/jira/browse/XBEAN-8 > Project: XBean > Type: New Feature > Components: spring > Versions: 2.2 > Reporter: Dan Diephouse > Assignee: Dain Sundstrom > Attachments: flat.diff > > I would like to be able to do > > instead of > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (XBEAN-9) Support flat properties
Support flat properties --- Key: XBEAN-9 URL: http://issues.apache.org/jira/browse/XBEAN-9 Project: XBean Type: New Feature Components: spring Versions: 2.2 Reporter: Dan Diephouse Assigned to: Dain Sundstrom Right now in servicemix we have to do: It would be much better if we could do: -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (XBEAN-8) Support flat collections
Support flat collections Key: XBEAN-8 URL: http://issues.apache.org/jira/browse/XBEAN-8 Project: XBean Type: New Feature Components: spring Versions: 2.2 Reporter: Dan Diephouse Assigned to: Dain Sundstrom I would like to be able to do instead of -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (SM-408) Migrate common JAXP/StAX code to stax-utils
Migrate common JAXP/StAX code to stax-utils --- Key: SM-408 URL: https://issues.apache.org/activemq/browse/SM-408 Project: ServiceMix Type: Task Reporter: Dan Diephouse Fix For: 3.0-M2 The org.apache.servicemix.jbi.jaxp code is quite common (for instance some of the classes are from XFire). We should move the package to the stax-utils project to share common code. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira