Hot-deploy  in Ofbiz is not the conventional "hot-deploy" that you might be
familiar with, i.e. deployment that does not require server restart.  You
are still required to restart Ofbiz before any apps are mounted.Have a look
at the ComponentContainer class - you can call reload containers - but you
will have to write some additional code!

Gavin



On Fri, Sep 5, 2014 at 12:57 PM, Oliver Michalke <[email protected]> wrote:

>
> Hello community
>
> I've got some questions about the OFBiz hot-deploy functionality. I had
> a look at the Apache OFBiz Cookbook and also searched the Web for
> information about it. Now I got something from 2008 and 2013 with
> completly different content. So I guess here is the best place to ask
> for the current implementation of this feature.
>
> So we guess we can use the hot-deploy folder to throw in an
> OFBiz-Component when OFBiz already started. We compile it with "ant
> build", OFBiz detects and loads it correctly (if the component is
> properly build) and we can instantly call it and see it in the
> backoffice with all it's services and functionality. The question would
> be, if we can change and maybe even delete the component without
> restarting OFBiz?
> Another issue would be the on the fly reloading of the compiled
> .class-files. Is it possible to refactore our component (Or even
> replacing a .jar-File in it) without restarting OFBiz?
>
> Thank you in advance,
>
> Oliver Michalke
>
>
>
>
>

Reply via email to