[jboss-jira] [JBoss JIRA] (WFLY-2750) Missing break for CommonIronJacamarParser.java
Rostislav Svoboda (JIRA)
issues at jboss.org
Mon Jan 13 11:15:33 EST 2014
Rostislav Svoboda created WFLY-2750:
---------------------------------------
Summary: Missing break for CommonIronJacamarParser.java
Key: WFLY-2750
URL: https://issues.jboss.org/browse/WFLY-2750
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JCA
Reporter: Rostislav Svoboda
Assignee: Rostislav Svoboda
https://github.com/wildfly/wildfly/blob/master/connector/src/main/java/org/jboss/as/connector/subsystems/resourceadapters/CommonIronJacamarParser.java#L178
unterminated case for SHARABLE:
{code}
case USE_CCM: {
USE_CCM.parseAndSetParameter(value, connectionDefinitionNode, reader);
break;
}
case SHARABLE: {
SHARABLE.parseAndSetParameter(value, connectionDefinitionNode, reader);
}
case ENLISTMENT: {
ENLISTMENT.parseAndSetParameter(value, connectionDefinitionNode, reader);
break;
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list