Ticket #78 (new defect)

Opened 4 years ago

Last modified 4 years ago

Cannot add Command Restriction

Reported by: anonymous Assigned to: eitan
Priority: major Component: authorization
Version: Keywords:
Cc:

Description

With the issues demo -

Types->Command Restriction->New

On the element field select "New" -

com.u2d.element.EOCommand
java.lang.InstantiationException: com.u2d.element.EOCommand
    at java.lang.Class.newInstance0(Class.java:335)
    at java.lang.Class.newInstance(Class.java:303)
    at com.u2d.model.ComplexType.New(ComplexType.java:535)
    at com.u2d.model.NullAssociation.New(NullAssociation.java:67)
    at com.u2d.model.NullAssociation.New(NullAssociation.java:61)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.u2d.element.EOCommand.execute(EOCommand.java:84)
    at com.u2d.element.EOCommand.execute(EOCommand.java:69)
    at com.u2d.element.OverloadedEOCmd.execute(OverloadedEOCmd.java:48)
    at com.u2d.view.swing.CommandAdapter$1.run(CommandAdapter.java:58)

Change History

01/18/07 12:35:42 changed by eitan

  • component set to authorization.