[jboss-user] [EJB/JBoss] - Re: How to read/write to local file system

2008-08-16 Thread kenclark
I mean, from within EJB session bean code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170925#4170925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170925 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: How to read/write to local file system

2008-08-16 Thread skajotde
Plain java ;) File() with absolutes filesystem paths. You may be supported by system properties new File(System.getProperty(system.booking.drirectory + File.sep + xxx); Remember put all in finally block to ensure close resources. It is server environment. I know is JCA, nut there is no

[jboss-user] [EJB/JBoss] - Re: How to read/write to local file system

2008-08-16 Thread skajotde
Property system.booking.drirectory should be set in JBoss start script (-Dsystem.booking.directory=/home/booking) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170928#4170928 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: How to read/write to local file system

2008-08-16 Thread skajotde
And there is JCR, example implementation: jackrabbit.apache.org View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170930#4170930 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170930

[jboss-user] [EJB/JBoss] - Re: How to read/write to local file system

2008-08-16 Thread skajotde
Correct url is http://jackrabbit.apache.org View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170931#4170931 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170931 ___ jboss-user