[jira] Created: (CXF-3209) Service is builtFromWSDL twice

2010-12-21 Thread jimma (JIRA)
Service is builtFromWSDL twice -- Key: CXF-3209 URL: https://issues.apache.org/jira/browse/CXF-3209 Project: CXF Issue Type: Improvement Components: JAX-WS Runtime Affects Versions: 2.3.1

[jira] Assigned: (CXF-3206) PolicyEngineImpl initializes bus interceptors twice

2010-12-21 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang reassigned CXF-3206: - Assignee: Freeman Fang > PolicyEngineImpl initializes bus interceptors twice >

[jira] Created: (CXF-3210) add test to guarantee Aegis will use the interface method when looking for annotations

2010-12-21 Thread Freeman Fang (JIRA)
add test to guarantee Aegis will use the interface method when looking for annotations -- Key: CXF-3210 URL: https://issues.apache.org/jira/browse/CXF-3210 Project: C

[jira] Resolved: (CXF-3179) ServerPersistenceTest fail intermittently

2010-12-21 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved CXF-3179. --- Resolution: Fixed > ServerPersistenceTest fail intermittently > ---

[jira] Resolved: (CXF-3210) add test to guarantee Aegis will use the interface method when looking for annotations

2010-12-21 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved CXF-3210. --- Resolution: Fixed commit fix http://svn.apache.org/viewvc?rev=1051420&view=rev for trunk http://svn.apa

[jira] Updated: (CXF-3095) test to verify multiple xsd files work with schema-validation-enabled

2010-12-21 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang updated CXF-3095: -- Fix Version/s: (was: NeedMoreInfo) 2.4 2.2.13

[jira] Resolved: (CXF-3095) test to verify multiple xsd files work with schema-validation-enabled

2010-12-21 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved CXF-3095. --- Resolution: Fixed > test to verify multiple xsd files work with schema-validation-enabled > ---

[jira] Created: (CXF-3211) Infinite loop in FileUtils.getDefaultTempDir() when "java.io.tmpdir" directory is not writable

2010-12-21 Thread Eric Citaire (JIRA)
Infinite loop in FileUtils.getDefaultTempDir() when "java.io.tmpdir" directory is not writable -- Key: CXF-3211 URL: https://issues.apache.org/jira/browse/CXF-3211

[jira] Assigned: (CXF-3211) Infinite loop in FileUtils.getDefaultTempDir() when "java.io.tmpdir" directory is not writable

2010-12-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CXF-3211: - Assignee: Willem Jiang > Infinite loop in FileUtils.getDefaultTempDir() when "java.io.tmpdir" > di

java.lang.ClassCastException: org.apache.cxf.jaxws.JaxWsClientProxy cannot be cast to org.apache.cxf.frontend.ClientProxy

2010-12-21 Thread sandev
I'm getting class cast exception when try to get the client object from proxy. java.lang.ClassCastException: org.apache.cxf.jaxws.JaxWsClientProxy cannot be cast to org.apache.cxf.frontend.ClientProxy Since JaxWsClientProxy is the super class of ClientProxy, I'm not quite sure what is the reason

Re: java.lang.ClassCastException: org.apache.cxf.jaxws.JaxWsClientProxy cannot be cast to org.apache.cxf.frontend.ClientProxy

2010-12-21 Thread Freeman Fang
Hi, First of all, ClientProxy is super class of JaxWsClientProxy. And the exception you saw is java.lang.ClassCastException: org.apache.cxf.jaxws.JaxWsClientProxy cannot be cast to org.apache.cxf.frontend.ClientProxy When you saw the Exception that a subclass can't cast to a super class, the