Re: [JBoss-user] error writing a document to a local file

2003-05-28 Thread kiuma
You can't write to a file from an ejb, you should instead use an MBean to do this. ciao, kiuma Gordon wrote: Hi. I have a problem writing a SVG document to a local directory My code works in a normal java class but when i use it in an ejb, i get an error. The svg file is created in the local driv

[JBoss-user] error writing a document to a local file

2003-05-27 Thread Gordon
Hi. I have a problem writing a SVG document to a local directory My code works in a normal java class but when i use it in an ejb, i get an error. The svg file is created in the local drive but the content is not written to it.My code and the error is below. (am using jdk 1.3.1 & jboss 2.4.1) Any