Skip to content

ATFX export fails if component attribute with Unit.

Bugzilla Link 582515
Status UNCONFIRMED
Importance P3 normal
Reported Oct 06, 2023 04:19 EDT
Modified Oct 06, 2023 04:19 EDT
Reporter Masayoshi Kuroda

Description

Verison: 5.2.0

  1. Create catalog componet with attribute that has relation to unit.
  2. Create templdate using above catalog component.
  3. Import data speified above template.
  4. Set component attribute value and set valid
  5. On web appication, export data as ATFX

Exception occures:

Caused by: java.lang.NullPointerException
at de.rechner.openatfx.AtfxCache.getUnitNameForAttr(AtfxCache.java:984)
at de.rechner.openatfx.InstanceElementImpl.getValue(InstanceElementImpl.java:215)
at de.rechner.openatfx.InstanceElementImpl.getValueSeq(InstanceElementImpl.java:240)
at org.asam.ods.InstanceElementPOA._invoke(InstanceElementPOA.java:1117)
at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:654)
at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:205) ... 22 more