Hallo zusammen,
ich bekomme folgende Fehler wenn ich ein TOGGLE mit einer Datenbank Spalte mappe und versuche den Toggle zu setzten.
Client Version: 5.2.2109.77244
Java Version: 1.8.0_171 Oracle Corporation
FSVersion=5.2.2109.77244#4449;JDK=1.8.0_171 64bit Oracle Corporation;OS=Windows 7 6.1 amd64;Date=24.05.2018 10:15:12
de.espirit.or.ORException: value 'null' not valid for attribute 'vap_news'
at de.espirit.or.impl.EntityImpl.setValue(EntityImpl.java:971)
at de.espirit.or.impl.EntityImpl.setValue(EntityImpl.java:890)
at de.espirit.or.impl.EntityImpl.setValue(EntityImpl.java:284)
at de.espirit.firstspirit.store.access.contentstore.ContentUtil.setValue(ContentUtil.java:488)
at de.espirit.firstspirit.store.access.contentstore.ContentUtil.storeDataValue(ContentUtil.java:374)
at de.espirit.firstspirit.store.access.contentstore.ContentUtil.storeData(ContentUtil.java:313)
at de.espirit.firstspirit.store.access.contentstore.ContentUtil.storeData(ContentUtil.java:304)
at de.espirit.firstspirit.store.access.contentstore.ContentUtil.nStoreData(ContentUtil.java:290)
at de.espirit.firstspirit.store.access.contentstore.DatasetImpl.setData(DatasetImpl.java:461)
at de.espirit.firstspirit.store.access.DataUtil.injectFormData(DataUtil.java:57)
at de.espirit.firstspirit.ui.views.controls.IDProviderControls$1.storeFormData(IDProviderControls.java:122)
at de.espirit.firstspirit.ui.views.controls.IDProviderControls$FormViews.store(IDProviderControls.java:575)
at de.espirit.firstspirit.ui.views.controls.IDProviderControl.store(IDProviderControl.java:336)
at de.espirit.firstspirit.ui.views.controls.IDProviderControl.access$600(IDProviderControl.java:71)
at de.espirit.firstspirit.ui.views.controls.IDProviderControl$1.store(IDProviderControl.java:128)
at de.espirit.firstspirit.agency.EditorialViewControlAgentImpl$UIControlImpl.store(EditorialViewControlAgentImpl.java:890)
at de.espirit.firstspirit.client.gui.tree.store.AbstractGuiStoreElement.store(AbstractGuiStoreElement.java:1369)
at de.espirit.firstspirit.client.gui.tree.store.AbstractGuiStoreElement.storeAndNotify(AbstractGuiStoreElement.java:622)
at de.espirit.firstspirit.client.gui.tree.store.AbstractGuiStoreElement.setLock(AbstractGuiStoreElement.java:1296)
at de.espirit.firstspirit.client.gui.tree.store.AbstractGuiStoreElement.unlock(AbstractGuiStoreElement.java:1247)
at de.espirit.firstspirit.ui.views.controls.IDProviderModifiable.unlock(IDProviderModifiable.java:146)
at de.espirit.firstspirit.ui.views.controls.IDProviderModifiable.setLock(IDProviderModifiable.java:80)
at de.espirit.firstspirit.ui.actions.views.ToggleEditActionFactory$ToggleEditAction.perform(ToggleEditActionFactory.java:97)
at de.espirit.firstspirit.ui.actions.swing.SwingAction.actionPerformed(SwingAction.java:150)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:308)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6533)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6298)
at java.awt.Container.processEvent(Container.java:2238)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2296)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4897)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4534)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4475)
at java.awt.Container.dispatchEventImpl(Container.java:2282)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at de.espirit.firstspirit.client.AWTDispatchingEventQueue.defaultDispatchEvent(AWTDispatchingEventQueue.java:161)
at de.espirit.firstspirit.client.AWTDispatchingEventQueue._dispatchEvent(AWTDispatchingEventQueue.java:138)
at de.espirit.firstspirit.client.AWTDispatchingEventQueue.dispatchEvent(AWTDispatchingEventQueue.java:131)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Könnt ihr mir weiter helfen?
Viele Grüße,
Aissam