Skip to content
Snippets Groups Projects
Commit 6847ade0 authored by Carlos Eduardo da Silva's avatar Carlos Eduardo da Silva
Browse files

Fixing bean name in the description file

parent 5cc1811a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ public class EncryptionBean implements EncryptionLocal, EncryptionRemote {
* Name we'll assign to this EJB, will be referenced in the corresponding
* META-INF/ejb-jar.xml file
*/
static final String EJB_NAME = "EncryptionEJB";
static final String EJB_NAME = "EncryptionBean";
/**
* Name of the environment entry representing the ciphers' passphrase supplied
......
......@@ -7,7 +7,7 @@
<enterprise-beans>
<session>
<ejb-name>EncryptionEJB</ejb-name>
<ejb-name>EncryptionBean</ejb-name>
<env-entry>
<env-entry-name>ciphersPassphrase</env-entry-name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment