0

I am working on the Retail Banking Example which comes with the new WSO2 Developer Studio.

I am using Java 1.7 sdk with the developer studio

I have finished all the artifacts in the example and when i try to export the files as a carbon application archive (car) to be deployed on the server i get he following error.

"error occurred while exporting the archive: index: 0, size: 0" see link below for error snapshot

This only happens when i try to export the Customer data service. All the others i can export fine.

Am i missing something here ? Any help on this would be appreciated

Umar

Community
  • 1
  • 1
uraza2001
  • 95
  • 9

1 Answers1

0

This is happening due to a bug in the Data Service Exporter of Developer Studio 2.0.0 and it affects only Windows users.

This bug is fixed in the upcoming Developer Studio 2.0.1 release and you can download the final RC pack from here.

Thanks and Regards,

Harshana

Harshana Martin
  • 757
  • 1
  • 4
  • 11
  • Hi Harshana, I have downlaoded Developer Studio 2.0.1, but when updating through eclipse.. get the following error. An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Comparison method violates its general contract! Comparison method violates its general contract! any idea ? – uraza2001 Jul 19 '12 at 13:35
  • bye the way i have created a dataservice on the data server itself instead of creating an archive, i just wanted to solve this issue of creating archives seamlessly. – uraza2001 Jul 19 '12 at 13:43
  • Hi Umar, You need to install the Developer Studio 2.0.1 on a fresh eclipse rather than updating the 2.0.0 installed one. – Harshana Martin Jul 19 '12 at 18:10