[jira] Created: (CXF-2929) Allow programmatic initialisation of RMManager

2010-08-05 Thread Alessio Soldano (JIRA)
Allow programmatic initialisation of RMManager -- Key: CXF-2929 URL: https://issues.apache.org/jira/browse/CXF-2929 Project: CXF Issue Type: Improvement Components: WS-* Components

[jira] Created: (CXF-2930) Simple frontend + generics list type + XmlAdapter

2010-08-05 Thread Tamas KIS (JIRA)
Simple frontend + generics list type + XmlAdapter - Key: CXF-2930 URL: https://issues.apache.org/jira/browse/CXF-2930 Project: CXF Issue Type: Bug Affects Versions: 2.2.9 Environme

[jira] Updated: (CXF-2930) Simple frontend + generics list type + XmlAdapter

2010-08-05 Thread Tamas KIS (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas KIS updated CXF-2930: --- Attachment: MyGenericsTestWS.jar demo project for XmlAdapter problem with JAXB databinding. > Simple fronten

[jira] Created: (CXF-2931) Add configurable pretty printing to the CXF logging in/out interceptors

2010-08-05 Thread Willem Jiang (JIRA)
Add configurable pretty printing to the CXF logging in/out interceptors --- Key: CXF-2931 URL: https://issues.apache.org/jira/browse/CXF-2931 Project: CXF Issue Type: Improv

[jira] Resolved: (CXF-2931) Add configurable pretty printing to the CXF logging in/out interceptors

2010-08-05 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CXF-2931. --- Resolution: Fixed committed the patch in CXF trunk and CXF 2.2.x-fixing branch. > Add configurable pre

[jira] Resolved: (CXF-2929) Allow programmatic initialisation of RMManager

2010-08-05 Thread Alessio Soldano (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessio Soldano resolved CXF-2929. -- Resolution: Fixed I've added another (public) method for initialising the RMManager given a Bus

[jira] Created: (CXF-2932) no way to specify default value with aegis

2010-08-05 Thread Michenaud Laurent (JIRA)
no way to specify default value with aegis -- Key: CXF-2932 URL: https://issues.apache.org/jira/browse/CXF-2932 Project: CXF Issue Type: Improvement Components: Aegis Databinding Affects

[jira] Reopened: (CXF-2929) Allow programmatic initialisation of RMManager

2010-08-05 Thread Glen Mazza (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glen Mazza reopened CXF-2929: - Are you sure you want the public API to be using British English? Neither Spring nor the JDK uses that. init

[jira] Commented: (CXF-2929) Allow programmatic initialisation of RMManager

2010-08-05 Thread Alessio Soldano (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895686#action_12895686 ] Alessio Soldano commented on CXF-2929: -- oh, well... I've no problems at all renaming tha

[jira] Created: (CXF-2933) Can't find the request for service's Observer

2010-08-05 Thread amit rathi (JIRA)
Can't find the request for service's Observer - Key: CXF-2933 URL: https://issues.apache.org/jira/browse/CXF-2933 Project: CXF Issue Type: Task Components: JAX-WS Runtime Affects Vers

[jira] Commented: (CXF-2929) Allow programmatic initialisation of RMManager

2010-08-05 Thread Glen Mazza (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895692#action_12895692 ] Glen Mazza commented on CXF-2929: - Yeah, I've long suggested that Java developers should swit

[jira] Commented: (CXF-2927) Missing ConfiguredBeanLocator in bus created by org.apache.cxf.bus.CXFBusFactory

2010-08-05 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895716#action_12895716 ] Daniel Kulp commented on CXF-2927: -- The other option is in the ExtensionBus that you get wh

[jira] Commented: (CXF-2929) Allow programmatic initialisation of RMManager

2010-08-05 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895717#action_12895717 ] Daniel Kulp commented on CXF-2929: -- That's why I ususally just user: public void init(); E

[jira] Reopened: (CXF-2931) Add configurable pretty printing to the CXF logging in/out interceptors

2010-08-05 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp reopened CXF-2931: -- I'm reopening this as I have two issues with the code that was committed: 1) Please do not create a transfo

NullPointerException on code generation

2010-08-05 Thread raflik-nb
One project of mine gives a stacktrace given at the end. It is quite strange as it loads lots of bean definitions, my plugin configuration has only two plugins: org.apache.felix maven-bundle-plugin true

[jira] Resolved: (CXF-2929) Allow programmatic initialisation of RMManager

2010-08-05 Thread Alessio Soldano (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessio Soldano resolved CXF-2929. -- Resolution: Fixed > Allow programmatic initialisation of RMManager >

[jira] Commented: (CXF-2931) Add configurable pretty printing to the CXF logging in/out interceptors

2010-08-05 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895920#action_12895920 ] Willem Jiang commented on CXF-2931: --- Hi Dan, I just committed the patch as you suggested ,