0 Replies Latest reply on Dec 30, 2005 1:12 PM by neelixx

    JBoss4.0.3SP1 and Java Studio Creator??

    neelixx

      Has anyone got these two working? I have yet to export a WAR file from Java Studio Creator (both 1.0 and EA2) with no luck.

      I am having lots of java library issues.

      I exported a blank project (no components, just an empty page1.jsp) from Studio to JBoss4.0.3sp1 with EJB3 support. Upon deploy, the deployer complains about noClassFound for various classes.

      java.lang.NoClassDefFoundError: com/sun/rave/designtime/faces/FacetDescriptor

      Then, after finding the jar file with that class (in Creator\modules), I included it in my exported WAR file, just to then, run into this:

      java.lang.NoClassDefFoundError: org/openide/explorer/propertysheet/ExPropertyEditor

      And it just keeps going. Has ANYONE used Java Studio Creator with JBoss-4.0.3? The Wiki is old, and doesn't help with this issue.