Yes, my plugin has follow the
http://wiki.idempiere.org/en/Developing_Plug-Ins_-_Model_Events
exactly.
The problem is it run well if i run it from eclipse.
But if i run it from binary after i compile it, my validator is not functioned.
Here is my manifest.mf :
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: btm
Bundle-SymbolicName: btm.modification;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.adempiere.base;bundle-version="2.0.0",
org.adempiere.plugin.utils;bundle-version="2.0.0",
org.adempiere.ui;bundle-version="4.1.0",
org.adempiere.base.process;bundle-version="4.1.0"
Bundle-Activator: org.adempiere.plugin.utils.AdempiereActivator
Service-Component:
OSGI-INF/*.xml,TaxProviderFactory.xml,OSGI-INF/BTMModelFactory.xml,OSGI-INF/BTMProcessFactory.xml,
OSGI-INF/BTMDocFactory.xml,OSGI-INF/BTMValidator.xml
Import-Package: org.eclipse.equinox.events;version="1.0.0",
org.joda.time,
org.osgi.framework;version="1.8.0",
org.osgi.service.event;version="1.3.0"
Bundle-ActivationPolicy: lazy
Export-Package: org.btm.apps.form,
org.btm.model
On 22 September 2017 at 23:28, Orlando Curieles
> --
> You received this message because you are subscribed to the Google Groups
> "iDempiere" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
idempiere+...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/idempiere/6d1895f2-f7d6-4129-ba74-518b2b16f404%40googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.