You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org> on 2005/08/16 19:00:54 UTC

[jira] Created: (TAPESTRY-566) Annotations jar on classpath breaks Tapestry if not running on JDK 1.5

Annotations jar on classpath breaks Tapestry if not running on JDK 1.5
----------------------------------------------------------------------

         Key: TAPESTRY-566
         URL: http://issues.apache.org/jira/browse/TAPESTRY-566
     Project: Tapestry
        Type: Bug
  Components: Annotations  
    Versions: 4.0    
    Reporter: Howard M. Lewis Ship
    Priority: Minor


If the annotations JAR is on the classpath, but JDK 1.5 is not available, an exception occurs:

javax.servlet.ServletException:
Unable to construct service
tapestry.annotation.AnnotationEnhancementWorker:
Error building service tapestry.annotation.AnnotationEnhancementWorker:
Could not load class
org.apache.tapestry.annotations.AnnotationEnhancementWorker from
WebappClassLoader

This is pretty easy to avoid, using a conditional contribution.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Closed: (TAPESTRY-566) Annotations jar on classpath breaks Tapestry if not running on JDK 1.5

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-566?page=all ]
     
Howard M. Lewis Ship closed TAPESTRY-566:
-----------------------------------------

    Fix Version: 4.0
     Resolution: Fixed
      Assign To: Howard M. Lewis Ship

> Annotations jar on classpath breaks Tapestry if not running on JDK 1.5
> ----------------------------------------------------------------------
>
>          Key: TAPESTRY-566
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-566
>      Project: Tapestry
>         Type: Bug
>   Components: Annotations
>     Versions: 4.0
>     Reporter: Howard M. Lewis Ship
>     Assignee: Howard M. Lewis Ship
>     Priority: Minor
>      Fix For: 4.0

>
> If the annotations JAR is on the classpath, but JDK 1.5 is not available, an exception occurs:
> javax.servlet.ServletException:
> Unable to construct service
> tapestry.annotation.AnnotationEnhancementWorker:
> Error building service tapestry.annotation.AnnotationEnhancementWorker:
> Could not load class
> org.apache.tapestry.annotations.AnnotationEnhancementWorker from
> WebappClassLoader
> This is pretty easy to avoid, using a conditional contribution.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org