Hi, I have tested my BMP EJB in JBoss. But how can I make it to support Chinese Charset?
1) I tried to set postgresql-services.xml, <!--config-property> <config-property-name>charset</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>GBK</config-property-value> </config-property--> but it could not recognize this property (in JDBC I can use it). 2) I also tried to transfer the returned String with new String(MyEjb.getName().toBytes(),"GBK") it still give back "????" thanks for any response. malix shanghai china _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user