0 Replies Latest reply on Oct 10, 2013 8:14 AM by imbaczek

    jBPM v6 CR2 - Import services in Eclipse doesn't work

    imbaczek

      I've tried to import services from http://people.redhat.com/kverlaen/repository using right-click on project / Configure / Import jBPM services window, but nothing is shown in there. I've done a test - downloaded only the .wids that interest me and created my own http server with a repository. Here are the logs:

       

      127.0.0.1 - - [10/Oct/2013 14:00:46] "GET /index.conf HTTP/1.1" 200 -

      127.0.0.1 - - [10/Oct/2013 14:00:46] "GET /FileSystem/index.conf HTTP/1.1" 200 -

      127.0.0.1 - - [10/Oct/2013 14:00:46] code 404, message File not found

      127.0.0.1 - - [10/Oct/2013 14:00:46] "GET /FileSystem/Exec/index.conf HTTP/1.1" 404 -

      127.0.0.1 - - [10/Oct/2013 14:00:46] "GET /FileSystem/Exec/Exec.wid HTTP/1.1" 200 -

      127.0.0.1 - - [10/Oct/2013 14:00:46] code 404, message File not found

      127.0.0.1 - - [10/Oct/2013 14:00:46] "GET /FileSystem/FileSystem.wid HTTP/1.1" 404 -

      127.0.0.1 - - [10/Oct/2013 14:00:46] code 404, message File not found

      127.0.0.1 - - [10/Oct/2013 14:00:46] "GET /Rest/index.conf HTTP/1.1" 404 -

      127.0.0.1 - - [10/Oct/2013 14:00:46] "GET /Rest/Rest.wid HTTP/1.1" 200 -

       

      But nothing is shown in Eclipse. Adding wids manually to META-INF according to Chapter 14. Domain-specific processes seems to work. Known bug in v6 or am I doing something wrong?