betweenGo

Fixing IllegalArgumentException in ACC

by Frank Kim on Jul.22, 2008, under ACC, Repository

Recently I was unable to create an item using the ACC because of an IllegalArgumentException.

java.lang.IllegalArgumentException:  Attempt to set
property named view (ContentList:800007)  with value =
moduleTemplate:2200004 (class=class atg.adapter.gsa.GSAItem).
This property  failed due to a property type specific test.
Enable loggingDebug for  details.

It turned out to be a simple issue of the wrong case. The repository path for the ContentList view item was:

/Betweengo/repository/Portal

when it should have been

/betweengo/repository/Portal.

This is certainly not obvious from the exception.

  • Share/Bookmark

Related posts:

  1. Content Repository in ACC
  2. Viewing Expert-Level Information in the ACC
  3. user-defined property type gotcha’s
  4. Accessing RepositoryItems with JSTL
  5. ACC not connecting

:

Leave a Reply

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!