[jboss-dev-forums] [Design of JBoss ESB] - ESB FTP notifier - directory is relative to system root dir,

ldimaggi@redhat.com do-not-reply at jboss.com
Wed Jun 11 14:51:28 EDT 2008


The FTP notifier creates files in the path defined in the notifier relative to the system root, not the user's home dir. 

For example - as documented here: http://www.jboss.org/jbossesb/docs/4.3.GA/javadoc/esb/org/jboss/soa/esb/notification/NotifyFTP.html


  | <NotificationList type="OK" xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd">
  |         <target class="NotifyFTP">
  |                 <ftp URL="ftp://username:pwd@server.com/remote/dir" filename="{jbossesb.message.id}.txt"/>
  |         </target>
  | </NotificationList>
  | 

The resulting file will be created in:   /remote/dir

Not in /home/username/remote/dir

Is this intentional? Or a bug? Thx!


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157479#4157479

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157479



More information about the jboss-dev-forums mailing list