[jira] [Reopened] (GERONIMO-6432) JAXWS API: javax.xml.ws.spi.FactoryFinder look at the wrong properties file to find the factory implementation

2013-03-19 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Loïc ALBERTIN reopened GERONIMO-6432:
-


Hi Jarek,

kindly note that the same issue exist for jaxws 2.1 too.
https://github.com/apache/geronimo-specs/blob/trunk/geronimo-jaxws_2.1_spec/src/main/java/javax/xml/ws/spi/FactoryFinder.java#L187

Regards,
Loïc

 JAXWS API: javax.xml.ws.spi.FactoryFinder look at the wrong properties file 
 to find the factory implementation
 --

 Key: GERONIMO-6432
 URL: https://issues.apache.org/jira/browse/GERONIMO-6432
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: specs, webservices
Reporter: Loïc ALBERTIN
Assignee: Jarek Gawor

 Hi,
 I think there is a copy/paste mistake in class javax.xml.ws.spi.FactoryFinder 
 for jaxws api 2.1 and 2.2.
 In method static Object find(String factoryId, String fallbackClassName) 
 you should look at java-home/lib/jaxws.properties for a Factory 
 implementation but you look at java-home/lib/jaxrpc.properties instead.
 https://github.com/apache/geronimo-specs/blob/trunk/geronimo-jaxws_2.2_spec/src/main/java/javax/xml/ws/spi/FactoryFinder.java#L185
 Regards,
 Loïc

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (GERONIMO-6432) JAXWS API: javax.xml.ws.spi.FactoryFinder look at the wrong properties file to find the factory implementation

2013-03-19 Thread JIRA

[ 
https://issues.apache.org/jira/browse/GERONIMO-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13606178#comment-13606178
 ] 

Loïc ALBERTIN edited comment on GERONIMO-6432 at 3/19/13 9:55 AM:
--

Hi Jarek,

Thanks for the fix but kindly note that the same issue exist for jaxws 2.1 too.
https://github.com/apache/geronimo-specs/blob/trunk/geronimo-jaxws_2.1_spec/src/main/java/javax/xml/ws/spi/FactoryFinder.java#L187

Thanks  regards,
Loïc

  was (Author: albertil):
Hi Jarek,

kindly note that the same issue exist for jaxws 2.1 too.
https://github.com/apache/geronimo-specs/blob/trunk/geronimo-jaxws_2.1_spec/src/main/java/javax/xml/ws/spi/FactoryFinder.java#L187

Regards,
Loïc
  
 JAXWS API: javax.xml.ws.spi.FactoryFinder look at the wrong properties file 
 to find the factory implementation
 --

 Key: GERONIMO-6432
 URL: https://issues.apache.org/jira/browse/GERONIMO-6432
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: specs, webservices
Reporter: Loïc ALBERTIN
Assignee: Jarek Gawor

 Hi,
 I think there is a copy/paste mistake in class javax.xml.ws.spi.FactoryFinder 
 for jaxws api 2.1 and 2.2.
 In method static Object find(String factoryId, String fallbackClassName) 
 you should look at java-home/lib/jaxws.properties for a Factory 
 implementation but you look at java-home/lib/jaxrpc.properties instead.
 https://github.com/apache/geronimo-specs/blob/trunk/geronimo-jaxws_2.2_spec/src/main/java/javax/xml/ws/spi/FactoryFinder.java#L185
 Regards,
 Loïc

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (GERONIMO-6432) JAXWS API: javax.xml.ws.spi.FactoryFinder look at the wrong properties file to find the factory implementation

2013-03-19 Thread Jarek Gawor (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Gawor resolved GERONIMO-6432.
---

Resolution: Fixed

You're right. Thanks! Fixed in revision 1458320.


 JAXWS API: javax.xml.ws.spi.FactoryFinder look at the wrong properties file 
 to find the factory implementation
 --

 Key: GERONIMO-6432
 URL: https://issues.apache.org/jira/browse/GERONIMO-6432
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: specs, webservices
Reporter: Loïc ALBERTIN
Assignee: Jarek Gawor

 Hi,
 I think there is a copy/paste mistake in class javax.xml.ws.spi.FactoryFinder 
 for jaxws api 2.1 and 2.2.
 In method static Object find(String factoryId, String fallbackClassName) 
 you should look at java-home/lib/jaxws.properties for a Factory 
 implementation but you look at java-home/lib/jaxrpc.properties instead.
 https://github.com/apache/geronimo-specs/blob/trunk/geronimo-jaxws_2.2_spec/src/main/java/javax/xml/ws/spi/FactoryFinder.java#L185
 Regards,
 Loïc

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


JDBC 4

2013-03-19 Thread Kevan Miller
It's my understanding that we don't currently support JDBC 4 api's in 3.0. Are 
there plans to fix this? IIRC, we need a TranQL release?

--kevan