Deploying java classes

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2010 12:37 PM
Hi there,
I´ve got to deploy my bpmn20.xml documents with the API Rest and it works without problems, but now I wonder how can I deploy all custom classes used in my process. Because in the user guide you say explicitly that this classes should be present on the engine's classpath and, how can i do this if the engine runs in another machine? The service Rest doesn´t offer me this service, does it?
Tanks in advance
I´ve got to deploy my bpmn20.xml documents with the API Rest and it works without problems, but now I wonder how can I deploy all custom classes used in my process. Because in the user guide you say explicitly that this classes should be present on the engine's classpath and, how can i do this if the engine runs in another machine? The service Rest doesn´t offer me this service, does it?
Tanks in advance
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2010 12:51 PM
RDiaz,
Currently, there is no way of deploying java-classes via Rest or the API.
In the future we would like to make it possible to load custom java-classes that are present in the deployed .bar files, but no specific timing on that for now.
Currently, there is no way of deploying java-classes via Rest or the API.
In the future we would like to make it possible to load custom java-classes that are present in the deployed .bar files, but no specific timing on that for now.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2010 04:03 AM
So if your process engine is running on a remote tomcat, you need to make sure the classes are added to the classpath on that Tomcat.
