User development,

A new message was posted in the thread "Process definition deployment":

http://community.jboss.org/message/521814#521814

Author  : Ronald van Kuijk
Profile : http://community.jboss.org/people/kukeltje

Message:
--------------------------------------------------------------
Well, ant is not specifically the proper way of doing it, it is *a* way of 
doing it. Ant infact deploys from code also. but that is probably not strange. 
Deploying from ant has the disadvantage that you need remote access to the 
database other then from your app. An alternative way is looking looking up the 
latest version of the process via the repository service and compare that with 
the one in the app. If they differ, deploy otherwise do nothing. You can also 
interpret the exception you get when deploying and detect that nothing 
happend....
 
So there are more ways to deploy.

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/521814#521814


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to