Question

I am trying to initialize OfbizWorkflow,but when i try to do that it gives me an error

    java.lang.ClassNotFoundException: org.ofbiz.core.entity.GenericTransactionException

as i searched but not unable to find out the dependency. Tell me if you have any idea about this dependency

Thanks in advance.

Was it helpful?

Solution 2

If a dependency is not in the central repository, you can add the downloaded jar manually to your local .m2 repository using the install-file goal.

OTHER TIPS

Download apache ofbiz jar from here: http://ofbiz.apache.org/download.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top