Java bean problem
Hi guyshoping someone can help us.
Forms 11gr2 on XP, linux weblogic 11g
Created a java bean to print pdf in specific tray (using third party tool)
Running this works.
- --forms generates a pdf
--- pdf is sent to he print bean
- prints
We have a batch process, that can print 100 applications (each having about 10 pdf)
Loop for all 100 apps
-- create pdf
-- send pdf to print bean
End loop
Nothing gets printed before all PDF are generated???
As soon as the last pdf is created, the print spooler start getting the bean calls to print.
Looks like by bean is being put side until native forms code as ended...or low priority..
0