• Este debate está vacío.
Viendo 1 entrada (de un total de 1)
  • Autor
    Entradas
  • #32736
    Daniel Delgado
    Participante

    Saludos!!

    Les comento que empece a desarrollar un componente para la version de libertya 13.01 creando tablas, ventanas, permisos, etc.. y pues la primera vez que exporte el componente me genero mal el preinstall y el install o el postinstall y supuse que la razon era que el componente estuvo abierto ya un buen tiempo y en producción y comenze a crear uno nuevamente ya con un ambiente controlado y cuando lo exporte pude observar que los archivos esta vez se generaron bien al parecer no tenian ningun error, pero cuando intento instalar el componente lo selecciono y le doy en instalar pero no ejecuta nada y vi que en eclipse me salian unos errores de valores nulos:

    Exception in thread “AWT-EventQueue-0” java.lang.NullPointerException
    at org.openXpertya.apps.form.VPluginInstallerUtils.validatePlugin(VPluginInstallerUtils.java:252)
    at org.openXpertya.apps.form.VPluginInstaller.performInstall(VPluginInstaller.java:170)
    at org.openXpertya.apps.form.VPluginInstaller.access$2(VPluginInstaller.java:161)
    at org.openXpertya.apps.form.VPluginInstaller$3.actionPerformed(VPluginInstaller.java:146)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$400(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

    y ciertamente en la clase VPluginInstaller no obtiene bien los datos que al parecer es donde me valida el componente, comente algunas lineas de ejecucion para ver como seguia el proceso pero igual obtenia valores nulos o invalidos

    alguien sabe que puede estar pasando?

    y otra pregunta… cuando creo un componente hay una opcion “nivel de núcleo” y se que los valores 0 y 1 estan reservados para la logica del core y de la localizacion
    y primero puse 2 pero cuando generaba los modelos de mis fuentes no me genero con X_M_…. como normalmente los genera sino: “nombre del paquete”.model.PI o PL………. por lo que cambie el nivel de núcleo a 0 para que me genere normalmente los X_M…..

    esto del nivel de núcleo me pudo haber afectado en algo?

    agradezco su ayuda!!

Viendo 1 entrada (de un total de 1)
  • Debes estar registrado para responder a este debate.