On Wed, Aug 29, 2012 at 12:30 AM, Mohammad Benslimne < mohammad.benslim...@gmail.com> wrote:
> Hello, > > Any good news ?:) > We will check this and get back to you ASAP. Thanks Thilini > > > Regards, > Mohammad > > On 20 August 2012 09:18, Mohammad Benslimne <mohammad.benslim...@gmail.com > > wrote: > >> Thanks for your response >> >> Here it is my archive ... >> >> >> Regards, >> Mohammad >> >> On 19 August 2012 09:49, Thilini Ishaka <thil...@wso2.com> wrote: >> >>> Hi, >>> >>> Could you please send us the BPEL archive? >>> >>> Thanks >>> Thilini >>> >>> >>> On Fri, Aug 17, 2012 at 11:32 PM, Mohammad Benslimne < >>> mohammad.benslim...@gmail.com> wrote: >>> >>>> Hi, >>>> >>>> I tried to deploy my BPEL project using the WSO2 BPS 3.0.0 >>>> Alpha<http://people.wso2.com/~sanjayav/WSO2BPS-3.0.0-Alpha/>, >>>> but I'm getting FileNotFoundException problem (with both WSO2 Carbin 3.2 >>>> and 4 runtimes) : >>>> >>>> [2012-08-17 13:34:36,160] ERROR >>>> {org.wso2.carbon.bpel.deployer.BPELDeployer} - Error deploying BPEL >>>> package: Nos_1.0.0.zip >>>> org.apache.ode.bpel.iapi.ContextException: Couldn't read WSDL document >>>> at NosArtifacts.wsdl >>>> at >>>> org.apache.ode.store.DeploymentUnitDir.getDocRegistry(DeploymentUnitDir.java:325) >>>> at >>>> org.apache.ode.store.DeploymentUnitDir.getDefinitionForService(DeploymentUnitDir.java:333) >>>> at >>>> org.wso2.carbon.bpel.core.ode.integration.store.ProcessConfigurationImpl.getDefinitionForService(ProcessConfigurationImpl.java:272) >>>> at >>>> org.wso2.carbon.bpel.core.ode.integration.store.ProcessConfigurationImpl.initPartnerLinks(ProcessConfigurationImpl.java:614) >>>> at >>>> org.wso2.carbon.bpel.core.ode.integration.store.ProcessConfigurationImpl.<init>(ProcessConfigurationImpl.java:152) >>>> at >>>> org.wso2.carbon.bpel.core.ode.integration.store.TenantProcessStoreImpl.deployBPELPackageInODE(TenantProcessStoreImpl.java:589) >>>> at >>>> org.wso2.carbon.bpel.core.ode.integration.store.TenantProcessStoreImpl.deploy(TenantProcessStoreImpl.java:249) >>>> at >>>> org.wso2.carbon.bpel.deployer.BPELDeployer.deploy(BPELDeployer.java:97) >>>> at >>>> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) >>>> at >>>> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:810) >>>> at >>>> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144) >>>> at >>>> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377) >>>> at >>>> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254) >>>> at >>>> org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:371) >>>> at >>>> org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:59) >>>> at >>>> org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:67) >>>> at >>>> org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.run(CarbonDeploymentSchedulerTask.java:77) >>>> at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) >>>> at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown >>>> Source) >>>> at java.util.concurrent.FutureTask.runAndReset(Unknown Source) >>>> at >>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown >>>> Source) >>>> at >>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown >>>> Source) >>>> at >>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown >>>> Source) >>>> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown >>>> Source) >>>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) >>>> at java.lang.Thread.run(Unknown Source) >>>> Caused by: javax.wsdl.WSDLException: WSDLException (at >>>> /definitions/types/schema/schema): faultCode=PARSER_ERROR: Problem parsing >>>> 'saml-2.0-os/dependencies/xmldsig-core-schema.xsd'.: >>>> java.io.FileNotFoundException: >>>> C:\IN\wso2bps-3.0.0-SNAPSHOT\saml-2.0-os\dependencies\XMLSchema.dtd (Le >>>> chemin d’accès spécifié est introuvable) >>>> at >>>> com.ibm.wsdl.xml.WSDLReaderImpl.getDocument(WSDLReaderImpl.java:2166) >>>> at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(WSDLReaderImpl.java:845) >>>> at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(WSDLReaderImpl.java:879) >>>> at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(WSDLReaderImpl.java:669) >>>> at com.ibm.wsdl.xml.WSDLReaderImpl.parseTypes(WSDLReaderImpl.java:630) >>>> at >>>> com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(WSDLReaderImpl.java:342) >>>> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2320) >>>> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2284) >>>> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2337) >>>> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2358) >>>> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2390) >>>> at >>>> org.apache.ode.store.DeploymentUnitDir.getDocRegistry(DeploymentUnitDir.java:323) >>>> ... 25 more >>>> Caused by: java.io.FileNotFoundException: >>>> C:\IN\wso2bps-3.0.0-SNAPSHOT\saml-2.0-os\dependencies\XMLSchema.dtd (Le >>>> chemin d’accès spécifié est introuvable) >>>> at java.io.FileInputStream.open(Native Method) >>>> at java.io.FileInputStream.<init>(Unknown Source) >>>> at java.io.FileInputStream.<init>(Unknown Source) >>>> at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source) >>>> at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown >>>> Source) >>>> at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown >>>> Source) >>>> at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) >>>> at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown >>>> Source) >>>> at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown >>>> Source) >>>> at >>>> org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown >>>> Source) >>>> at >>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown >>>> Source) >>>> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) >>>> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) >>>> at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) >>>> at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) >>>> at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) >>>> at >>>> com.ibm.wsdl.xml.WSDLReaderImpl.getDocument(WSDLReaderImpl.java:2156) >>>> ... 36 more >>>> [2012-08-17 13:34:36,165] INFO >>>> {org.apache.axis2.deployment.DeploymentEngine} - >>>> org.apache.axis2.deployment.DeploymentException: Error deploying BPEL >>>> package: Nos_1.0.0.zip >>>> >>>> The same project is deployed correctly on the previous release (2.1.2). >>>> >>>> Is it a snapshot's bug ? >>>> Many thanks for your support ... >>>> >>>> >>>> Regards, >>>> Mohammad >>>> >>>> On 17 August 2012 10:49, Mohammad Benslimne < >>>> mohammad.benslim...@gmail.com> wrote: >>>> >>>>> Hi Thilini, >>>>> >>>>> Thank you for sharing snapshot's link, I'll deploy it right now in >>>>> wait of a production release. >>>>> >>>>> Best regards, >>>>> Mohammad >>>>> >>>>> On 17 August 2012 10:07, Thilini Ishaka <thil...@wso2.com> wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> This is available with BPS 3.0.0 >>>>>> Alpha<http://people.wso2.com/~sanjayav/WSO2BPS-3.0.0-Alpha/>. >>>>>> A sample is available at [1]. Relevant epr config can be found from [2]. >>>>>> >>>>>> [1] >>>>>> https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/appfactory/modules/bpels/UserCreation/ >>>>>> >>>>>> [2] >>>>>> https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/appfactory/modules/distribution/product/resources/appfactory/endpoints/UserRegistrationService.epr >>>>>> >>>>>> >>>>>> >>>>>> Thanks >>>>>> Thilini >>>>>> >>>>>> On Tue, Aug 14, 2012 at 6:58 AM, Denis Weerasiri <de...@wso2.com>wrote: >>>>>> >>>>>>> >>>>>>> >>>>>>> On Mon, Aug 13, 2012 at 9:14 PM, Mohammad Benslimne < >>>>>>> mohammad.benslim...@gmail.com> wrote: >>>>>>> >>>>>>>> Please, any help ... ? >>>>>>>> >>>>>>> You have to try this in a BPS distribution from our latest nightly >>>>>>> builds. >>>>>>> >>>>>>> >>>>>>>> >>>>>>>> On 10 August 2012 14:11, Mohammad Benslimne < >>>>>>>> mohammad.benslim...@gmail.com> wrote: >>>>>>>> >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> So any recipes to invoke a basic-auth secured WS within a BPEL >>>>>>>>> process to be executed in WSO2 BPS ? >>>>>>>>> Thanks in advance ... >>>>>>>>> >>>>>>>>> Mohammad >>>>>>>>> >>>>>>>>> On 10 August 2012 13:49, Denis Weerasiri <de...@wso2.com> wrote: >>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Fri, Aug 10, 2012 at 7:53 PM, Mohammad Benslimne < >>>>>>>>>> mohammad.benslim...@gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> Hello folks, >>>>>>>>>>> >>>>>>>>>>> I am using WSO2 BPS 2.1.2 >>>>>>>>>>> Please, would you have examples for invoking basic-auth secured >>>>>>>>>>> WS ? How could I insert Authorization http header in secured WS >>>>>>>>>>> request ? >>>>>>>>>>> >>>>>>>>>>> I tried unified endpoints, but I got >>>>>>>>>>> java.lang.NullPointerException at >>>>>>>>>>> org.wso2.carbon.bpel.core.ode.integration.config.EndpointConfiguration.getUnifiedEndpoint >>>>>>>>>>> when defining <transport> tag (cf. >>>>>>>>>>> http://osdir.com/ml/general/2012-05/msg47734.html). >>>>>>>>>>> >>>>>>>>>>> I tried also defining the Autorization header in >>>>>>>>>>> <default-headers> in deploy.xml (cf. >>>>>>>>>>> http://wso2.org/project/bps/2.0.2/docs/user_guide.html#Using-Manipulating-Endpoints), >>>>>>>>>>> no effect! >>>>>>>>>>> >>>>>>>>>> Hi, >>>>>>>>>> AFAIK, this feature is not included in 2.1.2. But it is included >>>>>>>>>> in the upcoming WSO2 BPS release. >>>>>>>>>> >>>>>>>>>>> Many thanks for any help ... >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Best regards, >>>>>>>>>>> Mohammad >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> Dev mailing list >>>>>>>>>>> Dev@wso2.org >>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Thanks, >>>>>>>>>> Denis >>>>>>>>>> ---------------------------------------------------------- >>>>>>>>>> *Denis Weerasiri* >>>>>>>>>> Senior Software Engineer >>>>>>>>>> Integration Technologies Team, WSO2 Inc.; http://wso2.com, >>>>>>>>>> *email: denis <http://goog_277208233/>** [AT] >>>>>>>>>> wso2.com<http://wso2.com/> >>>>>>>>>> * >>>>>>>>>> *phone: +94117639629 >>>>>>>>>> * >>>>>>>>>> *site: >>>>>>>>>> **https://sites.google.com/site/ddweerasiri/*<https://sites.google.com/site/ddweerasiri/> >>>>>>>>>> *blog: >>>>>>>>>> **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/> >>>>>>>>>> * >>>>>>>>>> twitter: >>>>>>>>>> **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri> >>>>>>>>>> * >>>>>>>>>> linked-in: >>>>>>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> >>>>>>>>> Mohammad >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> >>>>>>>> Mohammad >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Thanks, >>>>>>> Denis >>>>>>> ---------------------------------------------------------- >>>>>>> *Denis Weerasiri* >>>>>>> Senior Software Engineer >>>>>>> Integration Technologies Team, WSO2 Inc.; http://wso2.com, >>>>>>> *email: denis <http://goog_277208233/>** [AT] wso2.com<http://wso2.com/> >>>>>>> * >>>>>>> *phone: +94117639629 >>>>>>> * >>>>>>> *site: >>>>>>> **https://sites.google.com/site/ddweerasiri/*<https://sites.google.com/site/ddweerasiri/> >>>>>>> *blog: >>>>>>> **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/> >>>>>>> * >>>>>>> twitter: >>>>>>> **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri> >>>>>>> * >>>>>>> linked-in: >>>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> *Thilini Ishaka >>>>>> WSO2 Inc. http://wso2.com* >>>>>> *bolg: thiliniishaka.blogspot.com* >>>>>> *linkedin: http://lk.linkedin.com/in/thiliniishaka* >>>>>> *twitter: https://twitter.com/#!/ThiliniIsh* >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> >>>>> Mohammad >>>>> >>>>> >>>> >>>> >>>> -- >>>> >>>> >>>> Mohammad >>>> >>>> >>> >>> >>> -- >>> *Thilini Ishaka >>> WSO2 Inc. http://wso2.com* >>> *bolg: thiliniishaka.blogspot.com* >>> *linkedin: http://lk.linkedin.com/in/thiliniishaka* >>> *twitter: https://twitter.com/#!/ThiliniIsh* >>> >>> >> >> >> -- >> >> >> Mohammad >> >> > > > -- > > > Mohammad > > -- *Thilini Ishaka WSO2 Inc. http://wso2.com* *bolg: thiliniishaka.blogspot.com* *linkedin: http://lk.linkedin.com/in/thiliniishaka* *twitter: https://twitter.com/#!/ThiliniIsh*
_______________________________________________ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev