I have an SOA repository with lots of artifacts tucked neatly into subjects. When I write a BPEL script, I import these and run bpelc on them. That creates a compiled file *.cbp with all the artifacts in machine-digestible format. Which is cool.
My Ode server doesn't have access to the SOA repository. But that shouldn't matter. It seems like I should be able to copy the deploy.xml and the *.cbp file, right? Unfortunately, in its default state, Ode looks for a .bpel file. When I provide it, Ode tries to compile it, doesn't find the artifacts, and the usual chaos ensues. So is there a way to say, "I've changed this process, but don't try to recompile anything." ?
