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-14305 Some mistakes in Developer Guide #13898

Merged
merged 1 commit into from
Jan 19, 2021
Merged

WFLY-14305 Some mistakes in Developer Guide #13898

merged 1 commit into from
Jan 19, 2021

Conversation

RanabirChakraborty
Copy link
Contributor

Issue: https://issues.redhat.com/browse/WFLY-14305
Resolving Some mistakes in Developer Guide

@RanabirChakraborty
Copy link
Contributor Author

@bstansberry if you can review this :)

@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label Jan 18, 2021
Copy link
Contributor

@bstansberry bstansberry left a comment

Choose a reason for hiding this comment

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

libraries, it is perfectly possible to write client application that do
not use the application client, but instead use the jboss-ejb-client
Note that the application client is different from the EJB client
libraries, it is perfectly possible to write client application that does
Copy link
Contributor

Choose a reason for hiding this comment

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

s/write client/write a client/g

not use the application client, but instead use the jboss-ejb-client
Note that the application client is different from the EJB client
libraries, it is perfectly possible to write client application that does
not uses the application client, but instead use the jboss-ejb-client
Copy link
Contributor

Choose a reason for hiding this comment

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

s/uses the/use the/g
s/instead use/instead uses/g

@@ -16,7 +16,7 @@ Consider an application deployment which contains EJBs. EJBs typically
need access to classes from the javax.ejb.* package and other Java EE
API packages. The jars containing these packages are already shipped in
WildFly and are available as "modules". The module which contains the
javax.ejb.* classes has a specific name and so does the module which
javax.ejb.* classes have a specific name and so does the module which
Copy link
Contributor

Choose a reason for hiding this comment

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

"has" was correct as the subject is 'module' not 'classes'

@@ -1,7 +1,7 @@
[[JTA_Reference]]
= JTA Reference

WildFly uses http://narayana.io[Narayana] as the implementation on of the JTA specification.
WildFly uses http://narayana.io[Narayana] as the implementation on the JTA specification.
Copy link
Contributor

Choose a reason for hiding this comment

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

'on' should be removed, and 'of' kept.

@@ -169,7 +169,7 @@ NOTE: you can define the same behaviour when you use the `ejb-jar.xml`
descriptor instead of the annotations

The WildFly provides specific annotation `org.jboss.ejb3.annotation.TransactionTimeout`
which gives you chance to change transaction timeout for particular bean/method.
which gives you the chance to change transaction timeout for particular bean/method.
Copy link
Contributor

Choose a reason for hiding this comment

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

"which gives you the chance to change the transaction timeout for a particular bean/method"

@@ -687,7 +687,7 @@ follow the new rules.
==== How to resolve it:

To debug this, look earlier in the server log trace to what JNDI binding
were used. Looking at the server log we see this:
wes used. Looking at the server log we see this:
Copy link
Contributor

Choose a reason for hiding this comment

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

s/wes/was

@@ -838,7 +838,7 @@ login with demo/demo. You should the Booking welcome page.

Although it would be much more efficient to determine dependencies in
advance and add the implicit dependencies in one step, this exercise
shows how problems appear in the log and provides some information on
shows how problems appear in the log and provide some information on
Copy link
Contributor

Choose a reason for hiding this comment

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

'provides' was correct

@RanabirChakraborty
Copy link
Contributor Author

@bstansberry Thanks for the review :) changed it accordingly.

@bstansberry bstansberry merged commit 0795578 into wildfly:master Jan 19, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants