Post accounting without a server running

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Feature request:

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2799327&group_id=176962

Add new jvm system property "org.adempiere.server.embedded", when this system property is set to true, CConnection.getServer() will return a local proxy of ServerBean and allow developer to testing the accounting posting process without having to do deployment to a jboss instance. This feature can also be use to run adempiere server with tomcat only - very useful if your user only use the web client.

-Dorg.adempiere.server.embedded=true

See also