Started 1 week, 1 day ago (2009-11-26 04:39:00)
by Vijay.B
Hi Vivek,
Inorder to use JNDI name for deployment, you should create the connection factory entries first.
Then you can use it in the wsdl file by removing the mcf connection and pointing to JNDI.
Thanks,
Vijay
Started 1 week ago (2009-11-27 00:19:00)
by GauravFox
Problem Fixed!
Apparently, in the scope of the human task, there's an assign activity. the selection of the input initiator variable was not mentioned correctly in the XML
fragment.
Fixing the XML fragment solved the issue
Started 4 days, 2 hours ago (2009-11-30 20:54:00)
by rameshchandra85
Hi,
You can set "Database rows per Transaction" to 10 in the DB adapter settings
Thanks,
Ramesh
Started 4 days ago (2009-11-30 22:17:00)
by Eric Elzinga (I...
http://forums.oracle.com/forums/thread.jspa?thread ID=843272
does that one help?
last few replies
Started 2 months, 2 weeks ago (2009-09-17 05:34:00)
by JDT
It is no different to and
Oracle database the configuration is the same. the only difference in MSSQL you generally need to import a MSSQL jdbc driver.
11g
http://download.oracle.com/docs/cd/E12839_01/integ ration.1111/e10231/adptr_db.htm#TKADP1414
10g
http://download.oracle.com/docs/cd/B31017_01/integ rate.1013/b28994/adptr_db.htm#sthref578
...
Started 1 week, 1 day ago (2009-11-26 07:27:00)
by Eric Elzinga (I...
Why would you even want to use
bpel when you want to communicate directly to the webservice, then just skip the bpel service and invoke the webservice directly.
either your first pick or your first receive activity needs to have the createInstance attribute on Yes, otherwise the process wont run
Started 2 weeks, 1 day ago (2009-11-19 01:31:00)
by user11082822
after u attach the
invoke to the parrtner link it will create.still it doesnt mite be issue with the wsdl
Started 6 days, 7 hours ago (2009-11-28 15:47:00)
by clemens.utschig
first - which version are you using? in both (10.1.3. and 11g) it's possible to create the task def straight out of the bpel process (in 11g you'll get to pick / or create a new one).
Just curious - some spaces in your project path on the
filesystem?
Started 6 days, 17 hours ago (2009-11-28 05:58:00)
by user12258387
Hi ,
Please give me some idea...
Thanks,
User122
Started 2 days, 16 hours ago (2009-12-02 06:18:00)
by Eric Elzinga (I...
what is currently not working at this stage?
you use the file-adapter to read the file and transform it to some xml-fragment.
you use the db adapter to select the insert operation and select the table in which you want to insert
between those 2 you not to map the file-xml to the strucuture of the input of the db-adapter...thats all