Can application use the JBoss EAP org.jboss.util.Base64 built in class ?
Issue
-
Our application has been using org.jboss.util.Base64 with JBoss EAP 5.x. We are now moving to EAP 6.x
-
I was getting a classnotfound on org.jboss.util.Base64 class. It seems like package/class does not exist in EAP6.
We found that it had moved to org\picketbox\main\picketbox-commons-1.0.0.final-redhat-2.jar. -
For Login module we are using class called "orj,jboss.util.Base64" it exist in JBoss Eap 6.4 location "/modules/system/layers/base/org/jboss/common-core/main/jboss-common-core-2.2.17.GA-redhat-3.jar" but in JBoss EAP 7.0 this jar file is removed, pls advice.Using this Base64 class we are decoding param string like bellowbyte[] arrayOfByte = Base64.decode(paramString)
Environment
- JBoss Enterprise Application Platform (EAP)
- 7.x
- 6.x
- 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.