What do we think about the bug report?
On Mon, Jul 27, 2009 at 11:08 AM, Daniel Kulp<[email protected]> wrote: > > Possibly related to: > > https://issues.apache.org/jira/browse/CXF-2216 > > Check the properties and stuff listed there. > > This may be something we want to document in the faq. Any takers? > > > Dan > > > > On Mon July 27 2009 10:47:21 am Oisin Hurley wrote: >> > Thank you for the reply and I'm sorry for my explanation. >> >> No sorry necessary :) >> >> > I have an application developed using Eclipse RCP and I have a plug-in to >> > create the web services (using the code sent in the previous email). This >> > application has a product definition and is the same in both versions of >> > Eclipse. Using the Eclipse Ganymede (jdk 1.5) everything works fine, but >> > when I run the same application using Eclipse Galileo (jdk 1.6) the web >> > services are not created (they are not present in the WSDL). >> >> Right, so it's an RCP app. Have you attempted to run the application >> using Galileo with jdk 1.5? If this works, then the issue will be to do >> with some of the capabilities that are included in Java 6, which are >> not in Java 5, eg. the JAXB stuff. >> >> --oh > > -- > Daniel Kulp > [email protected] > http://www.dankulp.com/blog >
