Problem:
Product Name: AppServer
Product Version: 6.7
Platform/OS version: ALL
JDK: ALL
If you use "Cp1252" xml encoding type in the ejb deployment descriptor, the EJB jar file cannot be deployed in Borland AppServer 6.7. This is an example of the error message in the partition log.
- #### Fatal Error: [ejb-jar.xml] Invalid encoding name "Cp1252"
Resolution:
You need to use "UTF-8" encoding type in the ejb deployment descriptors. You can refer to our example in the "<INSTALLDIR>/examples/ejb/basic/cart/META-INF" folder. This is an example of ejb-jar.xml using the "UTF-8" encoding
#Security
#encoding
#utf-8
#VisiBroker