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

[JBJCA-1295] fix MergerTestCase#shouldMergeXaDsAndConnector on java 8 #397

Closed
wants to merge 1 commit into from
Closed

[JBJCA-1295] fix MergerTestCase#shouldMergeXaDsAndConnector on java 8 #397

wants to merge 1 commit into from

Conversation

simkam
Copy link
Contributor

@simkam simkam commented Oct 8, 2015

https://issues.jboss.org/browse/JBJCA-1295

recreate config-property-value from xa-datasource properties, do not hardcode it

expected value was hardcoded:
DatabaseName=database_name;User=user;ServerName=server_name;PortNumber=5432;Password=password;

but real value generated from xa datasource properties was:
DatabaseName=database_name;User=user;PortNumber=5432;ServerName=server_name;Password=password;

recreate config-property-value from xa-datasource properties, do not hardcode it

expected value was hardcoded:
DatabaseName=database_name;User=user;ServerName=server_name;PortNumber=5432;Password=password;

but real value generated from xa datasource properties was:
DatabaseName=database_name;User=user;PortNumber=5432;ServerName=server_name;Password=password;
@jesperpedersen
Copy link
Member

Merged. Thanks for your contribution !

@simkam simkam deleted the jdk8_mergertestfix branch October 21, 2015 12:34
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

Successfully merging this pull request may close these issues.

None yet

2 participants