[
https://issues.apache.org/jira/browse/MUSE-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Jemiolo closed MUSE-141.
----------------------------
Resolution: Incomplete
Haven't gotten CLA approved by James' employer, so this will have to wait
indefinitely. If CLA is ever approved and submitted, please reopen the issue
and we'll add the code to /trunk for the next release.
> Muse 2 dependant on file-system access of resources
> ---------------------------------------------------
>
> Key: MUSE-141
> URL: https://issues.apache.org/jira/browse/MUSE-141
> Project: Muse
> Issue Type: Bug
> Components: Deployment - Axis2
> Affects Versions: 2.0.0
> Environment: WLS 9.2
> Reporter: James Shiell
> Assigned To: Dan Jemiolo
> Priority: Minor
> Fix For: 2.1.0
>
> Attachments: IsolationLayer.zip, muse-platform-weblogic.zip,
> MUSE141.java
>
>
> Currently all file access in the AxisEnvironment is done via getRealPath().
> This could fail when an application server does not extract the code from the
> JAR file.
> To get around this the servlet context should be used:
> final ServletContext servletContext = (ServletContext)
> opContext.getConfigurationContext().getProperty(
> HTTPConstants.MC_HTTP_SERVLETCONTEXT);
> URL url = servletContext.getResource("/WEB-INF/services/muse/muse.xml");
> InputStream in =
> servletContext.getResourceAsStream("/WEB-INF/services/muse/muse.xml");
--
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]