public class Activator extends Incremental2PackActivator {
@Override
public void start(BundleContext context) throws Exception {
Core.getMappedModelFactory().scan(context, "com.mypackages.model");
Core.getMappedProcessFactory().scan(context, "com.mypakages.process");
Core.getMappedColumnCalloutFactory().scan(context, "com.mypakages.callout");
super.start(context);
}
}
/**
*
*
* @autor Jesús Castillo (Jcass016@gmail.com)
*/
@org.adempiere.base.annotation.Process
public class DistribuirMercanciaProcess extends SvrProcess {
--
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 visit https://groups.google.com/d/msgid/idempiere/ff340a13-7e63-45f6-9131-3108f37bf4ben%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/idempiere/CAFAT%3DLQF8uusQNh0ZSS-RBcRiwEFFioHmZHK7e%2BiTLN4LEYZAw%40mail.gmail.com.