Hi all, I’m having problems with the File-Serializer.
I managed to get it working locally because I know the directory structure and
on our UNIX development server, again because I know and have access to the
directory. The problem is when I move it to our other servers, I don’t
have access to these apart from web-based, although I could find out the directory
structure, I can’t change it! Is there any way to make the
file-serializer run off oxf: or be in relation to the XPL calling it? Thanks Ryan Puddephatt Software Engineer TFX Group - IT UK Scotand EH54 7DP (
01506 407 110 7 01506 407 108 -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Ryan,
Currently, this is not possible. If you use a relative path, it is going to be relative to the Java VM's current working directory, which is likely to make no sense at all. You can try the URL serializer, and see if the oxf: protocol works. It should work, but we haven't used this in a long time! Also, the URL serializer doesn't have the new functionality of the File serializer, which allows it to write binary and text documents. Currently, the URL serializer only works like the old File serializer did, which means you can only write XML documents. We have been thinking for a while about merging File serializer and URL serializer. That wouldn't be too difficult. In the end, we wouldn't even need the File serializer, really, as the URL serializer would address writing to oxf: as well as file:. -Erik Ryan Puddephatt wrote: > Hi all, > > I’m having problems with the File-Serializer. I managed to > get it working locally because I know the directory structure and on our > UNIX development server, again because I know and have access to the > directory. The problem is when I move it to our other servers, I don’t > have access to these apart from web-based, although I could find out the > directory structure, I can’t change it! Is there any way to make the > file-serializer run off oxf: or be in relation to the XPL calling it? > > > > Thanks > > > > *Ryan Puddephatt* > > Software Engineer > > TFX Group - IT UK > > 1 Michaelson Square > > Livingston > > West Lothian > > Scotand > > EH54 7DP > > > > * [hidden email] > > ( 01506 407 110 > > 7 01506 407 108 > > > > > > > ------------------------------------------------------------------------ > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |