1 2 Previous Next 15 Replies Latest reply on Jan 17, 2007 11:03 AM by fcorneli Go to original post
      • 15. Re: Using SEAM with Apache Tree2
        fcorneli

        The error:
        java.lang.IllegalArgumentException: Value must be a TreeModel or TreeNode
        is probably caused by the JBoss classloading; most likely you have the tomahawk library in both your EAR and your WAR. Removing the tomahawk library from the WAR will solve the issue.

        1 2 Previous Next