[ http://issues.apache.org/jira/browse/TUSCANY-648?page=all ]

Rick Rineholt updated TUSCANY-648:
----------------------------------

    Priority: Blocker  (was: Minor)

I've raised this issue from minor to blocker.  I believe this is the same, or 
very closely related to if you have extensions in your webapp that need loading 
 extension directory is being searched and jar file names are being returned as 
the third parameter in WebappRuntimeImpl.deployExtension as an scdl URL.  The 
end result is the loadindg of the component SCDL is reading the jar file with 
the exception below.
This is currently blocking progress in getting bigbank scenario up and running. 

SEVERE: org.apache.tuscany.spi.loader.LoaderException: 
com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 start byte 0x9b (at char #12, 
byte #-1)
Context stack trace: 
[/META-INF/tuscany.extensions/axis2-1.0-incubator-M2-SNAPSHOT.jar]

org.apache.tuscany.runtime.webapp.ServletLauncherInitException: 
org.apache.tuscany.spi.loader.LoaderException: 
com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 start byte 0x9b (at char #12, 
byte #-1)
Context stack trace: 
[/META-INF/tuscany.extensions/axis2-1.0-incubator-M2-SNAPSHOT.jar]

        at 
org.apache.tuscany.runtime.webapp.WebappRuntimeImpl.initialize(WebappRuntimeImpl.java:169)



> Launcher only runs from jars on the file system
> -----------------------------------------------
>
>                 Key: TUSCANY-648
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-648
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core
>    Affects Versions: Java-M2
>            Reporter: ant elder
>         Assigned To: Jeremy Boynes
>            Priority: Blocker
>             Fix For: Java-M2
>
>
> The o.a.t.core.launcher.LauncherImpl method getInstallDirectory throws an 
> exception if the LauncherImpl class is not loaded from a jar on the file 
> system.  This isn't the case when running in a webapp using the new 
> TuscanyContextListener.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to