To upload users for Human Task flows in bpm ( Windows Platform ):
1- Download ant from:
https://ant.apache.org/bindownload.cgi
2- At Environment Variables:
add System Variable: "ANT_HOME" = D:\bpm\apache-ant-1.9.6-bin\apache-ant-1.9.6
at path variable add the value : %ANT_HOME%\bin
3- open cmd and write 'ant' ,if the command gives error in java can't found:
move the JAVA_HOME variable from user variable to system variable.
4- Download an application from:
http://blogs.oracle.com/ajaysharma/resource/workflow-001-DemoCommunitySeedApp.zip
Unzip the file
and modify the:
a-
"build.properties" file to your weblogic location and the SOA domain location and.the target server and admin user name and password as follows:
bea.home=C:\\Oracle\\Middleware\\Oracle_Home3
oracle.home=${bea.home}\\Oracle_Home3
domain.home=${bea.home}\\user_projects\\domains\\base_domain
target=soa_server1
admin.name=weblogic
admin.pwd=weblogic1
b-
"build.xml" file , change the property "wls.home" to follow your wlserver name as follows:
<property name="wls.home" value="${bea.home}/wlserver"/>
5- Now deploy the application using the ant tool with the command line:
ant seedDemoUsers
6- Open that application by the following link with port of your SOA domain
http://localhost:7004/integration/SOADemoCommunity/DemoCommunitySeedServlet
and click the submit button:
The result is that users are uploaded to the weblogic SOA domain.
Problem: if you got the error while submit the previous url button:
( Exception: ORABPEL-10555 Identity Service Configuration error. Identity Service Configuration has error. Please refer to the identity service configuration guidelines and correct the Identity Service configurations. Contact Oracle Support Services if error is not fixable) ,
Solution: You have to use your managed server port at the URL that is different than the admin server(7001),
Following picture show my port of the SOA server( 7003 ):
1- Download ant from:
https://ant.apache.org/bindownload.cgi
2- At Environment Variables:
add System Variable: "ANT_HOME" = D:\bpm\apache-ant-1.9.6-bin\apache-ant-1.9.6
at path variable add the value : %ANT_HOME%\bin
3- open cmd and write 'ant' ,if the command gives error in java can't found:
move the JAVA_HOME variable from user variable to system variable.
4- Download an application from:
http://blogs.oracle.com/ajaysharma/resource/workflow-001-DemoCommunitySeedApp.zip
Unzip the file
and modify the:
a-
"build.properties" file to your weblogic location and the SOA domain location and.the target server and admin user name and password as follows:
bea.home=C:\\Oracle\\Middleware\\Oracle_Home3
oracle.home=${bea.home}\\Oracle_Home3
domain.home=${bea.home}\\user_projects\\domains\\base_domain
target=soa_server1
admin.name=weblogic
admin.pwd=weblogic1
b-
"build.xml" file , change the property "wls.home" to follow your wlserver name as follows:
<property name="wls.home" value="${bea.home}/wlserver"/>
5- Now deploy the application using the ant tool with the command line:
ant seedDemoUsers
6- Open that application by the following link with port of your SOA domain
http://localhost:7004/integration/SOADemoCommunity/DemoCommunitySeedServlet
and click the submit button:
The result is that users are uploaded to the weblogic SOA domain.
Problem: if you got the error while submit the previous url button:
( Exception: ORABPEL-10555 Identity Service Configuration error. Identity Service Configuration has error. Please refer to the identity service configuration guidelines and correct the Identity Service configurations. Contact Oracle Support Services if error is not fixable) ,
Solution: You have to use your managed server port at the URL that is different than the admin server(7001),
Following picture show my port of the SOA server( 7003 ):