The AssemblerResult looks like this, and I can not see where it is wrong:
GeneratedDocument.pdf
3
false
false
127.0.0.1/172.16.10.125
IOR:000000000000002849444C3A636F6D2F61646F62652F6964702F49446F63756D656E7443616C6C6261636B3A312E30000000000200000000000000D4000102000000000E3137322E31362E31302E313235000DC8000000104A426F73732F001540361F00072E242E000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000005000000000000000010000000000000024000000200000007E00000000000000010000000E3137322E31362E31302E313235000DC9000000000000000000000000000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003
42
application/pdf
adobe/idp/DocumentPullServant/adobejb_server1
-1
3
true
false
127.0.0.1/172.16.10.125
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48bG9nPjx0b3RhbEVsYXBzZWRU
aW1lIHdhbGxDbG9ja1RpbWU9IjAuNDUzIiBjcHVUaW1lPSIwLjI5Njg3NSIvPjwvbG9nPg==
0
text/xml
adobe/idp/DocumentPullServant/adobejb_server1
-1
1
GeneratedDocument.pdf
GeneratedDocument.pdf
-1
I try to get the result document in the following manner:
/process_data/outDoc = /process_data/AssResult/object/documents[@id="result"]
However this gives me the following output in the server.log:
2008-10-26 19:35:03,583 INFO [com.adobe.livecycle.assembler.AssemblerServiceImpl] ALC-ASM-N00-001: Execute: invokeDDX() begin on thread JMS SessionPool Worker-34 32009
2008-10-26 19:35:03,598 INFO [com.adobe.internal.ddxm.Executive] DDXM_N00000: Started processing result named GeneratedDocument.pdf
2008-10-26 19:35:04,020 INFO [com.adobe.internal.ddxm.Executive] DDXM_N00001: Successful assembly of result named GeneratedDocument.pdf
2008-10-26 19:35:04,067 INFO [com.adobe.livecycle.assembler.AssemblerServiceImpl] ALC-ASM-N00-001: Execute: invokeDDX() end on thread JMS SessionPool Worker-34 32009
2008-10-26 19:35:04,192 INFO [com.adobe.livecycle.fileutils.FileUtilsService] Null document. 'writeDocument' operation not completed
The writeDocument fails because the document that I try to save in a doc varioble seems to be null.
Can anyone help me understand why this is the case? I must have over looked something...
Sincerely
Kim