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

WFLY-10612 Include EJB's IIOP Binding when EJB is deployed logging #13238

Merged
merged 1 commit into from May 8, 2020
Merged

WFLY-10612 Include EJB's IIOP Binding when EJB is deployed logging #13238

merged 1 commit into from May 8, 2020

Conversation

RanabirChakraborty
Copy link
Contributor

@wildfly-ci wildfly-ci added the deps-ok Dependencies have been checked, and there are no significant changes label Apr 23, 2020
* A logger with the category {@code org.jboss.as.ejb3.iiop} used for deployment
* log messages
*/
EjbLogger IIOP_DEPLOYMENT_LOGGER = Logger.getMessageLogger(EjbLogger.class, "org.jboss.as.ejb3.iiop");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should just use DEPLOYMENT_LOGGER.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Brian. I have changed accordingly.

@bstansberry
Copy link
Contributor

@chengfang or @tadamski Please review.


@LogMessage(level = INFO)
@Message(id = 516, value = "IIOP bindings for session bean named '%s' in deployment unit '%s' are as follows: %s")
void iiopBindings(final String ComponentName, final String ModuleName, String Name);
Copy link
Contributor

@chengfang chengfang Apr 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some minor style issues: either use final for all 3 params or no final.
ComponentName -> componentName, the same for other 2 params.

@bstansberry bstansberry added the ready-for-merge Only for use by those with merge permissions! label May 6, 2020
@bstansberry bstansberry mentioned this pull request May 8, 2020
@bstansberry bstansberry merged commit 52aa205 into wildfly:master May 8, 2020
@bstansberry
Copy link
Contributor

Thanks @RanabirChakraborty !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-ok Dependencies have been checked, and there are no significant changes ready-for-merge Only for use by those with merge permissions!
Projects
None yet
4 participants