I have setup the system following these guidelines already. Best Regards, Nikos.
-----Original Message----- From: Sergey Beryozkin [mailto:[email protected]] Sent: Monday, March 12, 2012 6:34 PM To: [email protected] Subject: Re: Service export problem in CXF DOSGI 1.3 Check this section please http://cxf.apache.org/distributed-osgi-reference.html#DistributedOSGiReferen ce-ServiceProviderpropertiesForConfiguringSOAPbasedservicesandconsumers Sergey On 12/03/12 16:19, Nikos Kefalakis wrote: > Dear Sergey, > > Excuse my ignorance but to which ref page are you referring to? > > The WSDL I am using can be found here: > http://www.gs1.org/gsmp/kc/epcglobal/ale/ale_1_1-schemas-20071202/EPCg > lobal- > ale-1_1-ale.wsdl > > Which requires also the following: > http://www.gs1.org/gsmp/kc/epcglobal/ale/ale_1_1-schemas-20071202/EPCg > lobal- > ale-1_1-ale.xsd > http://www.gs1.org/gsmp/kc/epcglobal/ale/ale_1_1-schemas-20071202/EPCglobal. > xsd > http://www.gs1.org/gsmp/kc/epcglobal/ale/ale_1_1-schemas-20071202/EPCg > lobal- > ale-1_1-common.xsd > > (All of them can be found here > http://www.gs1.org/gsmp/kc/epcglobal/ale/ale_1_1-schemas-20071202.zip > ) > > Best Regards, > > Nikos Kefalakis > > -----Original Message----- > From: Sergey Beryozkin [mailto:[email protected]] > Sent: Monday, March 12, 2012 6:01 PM > To: [email protected] > Subject: Re: Service export problem in CXF DOSGI 1.3 > > On 12/03/12 15:53, Nikos Kefalakis wrote: >> Hi, >> >> The same for me here: >> ....SEVERE: No RemoteServiceAdmin available! Unable to export service >> from bundle.... > As I said, I believe David did fix it, besides I did not see any > issues when running the demos myself... Try provide a test please if > the issues persist with the latest snapshot >> I have tried CXF 1.3 multibundle and CXF 1.3 multibundle SNAPSHOT. >> And the services doesnt start. >> By using single bundle distribution (version 1.3 and 1.4 SNAPSHOT) I >> can start the services but only by using CXF 'simple' frontend. >> When I use CXF >> 'JAX-WS' frontend I face the problem described in the attached e-mail. > > I suspect you will need to provide a wsdl location pointing to the > WSDL you used to generate the code, please see the ref page, it is supported now... > > Cheers, Sergey > >> >> Best Regards, >> >> Nikos Kefalakis >> >> >> -----Original Message----- >> From: Sergey Beryozkin [mailto:[email protected]] >> Sent: Monday, March 12, 2012 5:28 PM >> To: [email protected] >> Subject: Re: Service export problem in CXF DOSGI 1.3 >> >> Hi >> On 12/03/12 15:19, Vásáry Dániel wrote: >>> Hi, >>> >>> I'm using CXF DOSGI for years. Now, I would like to switch from >>> cxf-dosgi-ri-singlebundle-distribution 1.2 to version 1.3. >>> After replacing cxf bundle to new version, my project can't export >>> webservice. >>> >> I think David fixed this issue for the single bundle distro, to do >> with it not exporting/importing the embedded osgi enterprise packages. >> Please try the multi-bundle distro in meantime... >> Sergey >>> Console output is: >>> >>> márc. 12, 2012 4:08:09 DU >>> org.apache.cxf.dosgi.topologymanager.TopologyManagerImport<init> >>> WARNING: No RemoteServiceAdmin service available! >>> márc. 12, 2012 4:08:09 DU >>> org.apache.cxf.dosgi.topologymanager.TopologyManager$2 run >>> SEVERE: No RemoteServiceAdmin available! Unable to export service >>> from bundle ..., interfaces: [Ljava.lang.String;@1741f1b >>> >>> >>> Webservice registration properties are: >>> >>> props.put("service.exported.interfaces", "*"); >>> props.put("service.exported.configs", "org.apache.cxf.ws"); >>> props.put("org.apache.cxf.ws.httpservice.context", "/demo"); >>> props.put("org.apache.cxf.ws.frontend", "jaxws"); >>> >>> >>> Can somebody help me, how to solve this problem? >>> >>> Thanks, >>> Daniel >>> >> >> > > > -- > Sergey Beryozkin > > Talend Community Coders > http://coders.talend.com/ > > Blog: http://sberyozkin.blogspot.com > > > -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com
