Page Tester Cannot Be Created
-----------------------------

                 Key: TAPESTRY-2203
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2203
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.11
         Environment: OS X 10.5, Maven 2.0.8
            Reporter: Mark Shead


                String appPackage = "net.myapp.app";
                String appName = "Test";
                tester = new PageTester(appPackage, appName);

The code above worked with 5.0.10.  It was in a test class.

In the snapshot of 5.0.11 it gives an error of:

java.lang.NoClassDefFoundError: 
org/apache/tapestry/internal/services/ClassNameLocator
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
        at java.lang.Class.privateGetPublicMethods(Class.java:2519)

If I downgrade to 5.0.10 everything works fine again.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to