soa - Formatting archive file names in JCA File adapter -


when select "archive file" option in file adapter configuration wizard, archive created has name "filename_token_timestamp" or "filename_timestamp".

how can format file name archived file name same original filename.

current format : "filename_timestamp" required format : "filename"

please try this:

a-configure file adapter normally, specify file name pattern @ design time.

b-in invoke activity (bpel process), wire file adapter partner link, edit invoke dialogue.

c-go properties , configure "jca.file.filename" value set variable populated @ runtime in assign activity before invoke activity. overrides name mentioned @ design time.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -