Hello!
    Sorry por my previous post: the mail was incomplete.

    I need to develop one web service which must manage file uploads/downloads. If I use axis under JBoss, I can export SessionBean methods as web service methods. Although, under the EJB spec, Enterprise Beans must not access files:
   
    "An enterprise bean must not use the java.io package to attempt to access files and directories in the file system."
 
    I know I will use JBoss and I will not migrate to another container.
 
    How should I do this?
    Can I do the File accesses under a session bean method (it is working), although I am violating the spec?
 
    Any help would be welcome!
 
    Thanks in advance,
        Victor Batista
 
  

Reply via email to