Hi,
I have two esb files have file structure like below
project1
|_
gateway.war (soap service to call esb process)
|_
esb config files and esb process files
|_
src
|_ com.src.rule.RuleService
etc
project2
|_
Projectgateway.war (soap service to call esb process)
|_
esb config files and esb process files
|_
src
|_ com.src.rule.RuleService
etc
here in two esb file i was define different queue names and different process names and calling from different service but when i am trying to hit the project2.esb service which is checking in project1.esb service and asking for project1 queue names and checking class file in project1.esb only (both esb project have same package name). If i change the package name it is working fine. How can i differentiate with out changing the package name. is there any configuration is there to avoid this conflict.?
Thanks,
Lokesh Malla.
Message was edited by: LOKESH MALLA
You could alway store any necessary queue names and/or service names which need to be referenced in your actions or other Java code in a properties file which you read in.