Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] the solution to solve the problems when I try to make a standalone version of BPELDesigner

Hi qian,
 
   Thank you for your advise.  
 
   I had tried a lot of methods last week include yours, but I was failed.
 
   But today, I am very lucky, I solve it successfully. I am glad to share my method. I add the plugin of org.eclipse.update.core to the plugin.xml, and Add Required Plug-ins to the Product Configration, then Export the product. Finally, I add the javax.wsdl_1.4.0.v200806030407 to the plugins folder of the exported RCP. No error appears.
 
  
   Thank you again.
 
 
 
Emily
 
 
  
 
======== 2009-07-27 10:30:39 您在来信中写道: ========
 
Hi Emily,

If you export the bpel editor from sourc codes, I think you can change the mafinfest.mf files from some plugins of the editor from javax.wsdl [1.4.0] to javax.wsdl [1.4.0, 1.6.0).

Grid.Qian


Hi, every one,

    1) I meet a problem when I try to make a standalone version of BPELDesigner.  The org.apache.axis.1.4.0  dependence on  javax.wsdl [1.5.1] plugins, but several packages dependence on   javaxwsdl [1.4.0], when I export the BPELDesigner, only the javax.wsdl [1.5.1]  is exported.  So when I run it, I got  the  error  messages:   javax.wsdl [1.4.0, 1.5.0)  unresolved.  What can I do to solved?

   K.Roy said that he solved his problem. I really want to know how he do it.


    2) Where can I get org.apache.axis.1.3.0  plugin for eclipse?  1.3.0  dependence on   javax.wsdl [1.4.0]. I search in the internet for long time.  But I have not find it.

   Thanks in advance.


Emily.
 

Back to the top