Some discussion on [1],perhaps it may help you. [1] http://confluence.atlassian.com/pages/viewpage.action?pageId=104300830 Thanks, Feng Wang
On 2008-12-01 01:29:16,Jose Luis Alba <[EMAIL PROTECTED]> wrote: >Hi, > >Using JBoss 4.2.3GA and Tuscany SCA 1.3.2 > >I'm having problems deploying the calculator-webapp sample into the >JBoss server. On Tomcat it works fine but the JBoss AS throws this >exception: > >java.security.PrivilegedActionException: java.io.FileNotFoundException: >D:\JBoss\4.2.3\server\default\.\deploy\sample-calculator-webapp.war >(Acceso denied) > >I've debugged the code and I've seen that the problem comes in >ContributionServiceImpl at lines 360-369. There's a privileged block >that throws the exception. > >I've tried to run JBoss with a security manager and with a security >policy with all permissions but neither it worked, the same exception >was thrown. > >Any ideas of how to solve the problem? Many thanks in advance, > >Jose Luis > >
