Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOA Suite - Cannot add multiple dbAdapter EIS entries #35

Closed
jasonp18 opened this issue Jun 19, 2014 · 2 comments
Closed

SOA Suite - Cannot add multiple dbAdapter EIS entries #35

jasonp18 opened this issue Jun 19, 2014 · 2 comments

Comments

@jasonp18
Copy link

Hi Edwin,

I would like to create multiple EIS entries (DB ResourceAdapter - add to dbAdapter) in SOA Suite 11g and Weblogic 10.3.6 clustered. I need to use a common deployment plan e.g. Plan_DB.xml, however, Puppet complains about "duplicated" entry for the common deployment plan.

Manual configuration using the above approach works fine so I would expect the same support in this module. Please advise. Many thanks, Jason

resource_adapter_instances:
'DbAdapter_hr':
adapter_name: 'DbAdapter'
adapter_path: "/opt/oracle/middleware11g/Oracle_SOA1/soa/connectors/DbAdapter.rar"
adapter_plan_dir: "/opt/oracle/wlsdomains"
adapter_plan: 'Plan_DB.xml'
adapter_entry: 'eis/DB/hr'
adapter_entry_property: 'xADataSourceName'
adapter_entry_value: 'jdbc/hrDS'
'DbAdapter_ac':
adapter_name: 'DbAdapter'
adapter_path: "/opt/oracle/middleware11g/Oracle_SOA1/soa/connectors/DbAdapter.rar"
adapter_plan_dir: "/opt/oracle/wlsdomains"
adapter_plan: 'Plan_DB.xml'
adapter_entry: 'eis/DB/ac'
adapter_entry_property: 'xADataSourceName'
adapter_entry_value: 'jdbc/acDS'

@biemond
Copy link
Owner

biemond commented Jun 19, 2014

I will try it out, it should work

thanks

@biemond
Copy link
Owner

biemond commented Jun 19, 2014

Done,

just get the latest version of the orawls and the easy_type modules.

@biemond biemond closed this as completed Jun 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants