Hi Evan, Welcome to the group. You can annotate the action with @Programmatic. (@Ignore also works, but we've deprecated because of the clash with the JUnit @Ignore annotation).
HTH Dan On 5 November 2012 16:55, Evan Ward <[email protected]> wrote: > > Hi, > > I think I originally posted this to the wrong list ... congratulations on > graduating. > > > I've hit an issue where objects with collections as parameters can't be > used with Isis. I get this exception: > > Caused by: >> > org.apache.isis.core.commons.**exceptions.**UnknownTypeException: > collections not supported as parameters: > org.orekit.time.**TimeInterpolable#interpolate(** > org.orekit.time.AbsoluteDate,**java.util.Collection) > >> at >> > org.apache.isis.core.**metamodel.specloader.specimpl.**ObjectActionImpl.** > getParameters(**ObjectActionImpl.java:261) > > ... which I beleive is the subject of > https://issues.apache.org/**jira/browse/ISIS-6<https://issues.apache.org/jira/browse/ISIS-6> > > While Issue #6 is being worked on is there a workaround for this? I'm > looking for a way to ignore the offending action so that Isis can > continue to run. > > I like what you are creating with Isis. > Thanks, > Evan Ward > >
