当前位置: 技术问答>java相关
我在使用j2sdkee1.3.1使用deploytool部署EJB时发现这样的问题
来源: 互联网 发布时间:2015-07-26
本文导语: 我在使用j2sdkee1.3.1时发现这样的问题,按J2EE(tm) Developer's Guide ,使用deploytool部署EJB大概有三个步骤: Creating the J2EE Application Packaging the Enterprise Bean Deploying the J2EE Application 其中第二步是根据New Enterprise Bea...
我在使用j2sdkee1.3.1时发现这样的问题,按J2EE(tm) Developer's Guide ,使用deploytool部署EJB大概有三个步骤:
Creating the J2EE Application
Packaging the Enterprise Bean
Deploying the J2EE Application
其中第二步是根据New Enterprise Bean Wizard来完成一些工作:
Create the bean's deployment descriptor.
Package the deployment descriptor and the bean's classes in an EJB .jar file.
Insert the EJB .jar file into the application's ConverterApp.ear file.
在the New Enterprise Bean Wizard的第三个 dialog boxes: General Dialog Box,有以下选择:
local interface:
local home interface:
local interface:
remoter interface:
remoter home interface:
remoter interface:
那我知道每个企业bean有三个部分:Remote interface, Home interface, Enterprise bean class
那我应该把这两个接口赋给上面四个选择中的哪两个呢?
当我把这两个接口赋给上面四个选择中的后两个时,运行客户端出现以下错误提示:
Exception in thread "main" java.lang.Error: Converter malfunction :sun.io.ByteToCharGBK
按J2EE(tm) Developer's Guide 做了好多遍,始终没有运行成功一个BEAN,真是郁闷啊!!!!
Creating the J2EE Application
Packaging the Enterprise Bean
Deploying the J2EE Application
其中第二步是根据New Enterprise Bean Wizard来完成一些工作:
Create the bean's deployment descriptor.
Package the deployment descriptor and the bean's classes in an EJB .jar file.
Insert the EJB .jar file into the application's ConverterApp.ear file.
在the New Enterprise Bean Wizard的第三个 dialog boxes: General Dialog Box,有以下选择:
local interface:
local home interface:
local interface:
remoter interface:
remoter home interface:
remoter interface:
那我知道每个企业bean有三个部分:Remote interface, Home interface, Enterprise bean class
那我应该把这两个接口赋给上面四个选择中的哪两个呢?
当我把这两个接口赋给上面四个选择中的后两个时,运行客户端出现以下错误提示:
Exception in thread "main" java.lang.Error: Converter malfunction :sun.io.ByteToCharGBK
按J2EE(tm) Developer's Guide 做了好多遍,始终没有运行成功一个BEAN,真是郁闷啊!!!!
|
应该给 后面两个远程的 接口,ibm上有篇文章叫j2ee客户端,有详细的介绍,你可以看看,我发给你 也可以,把你的email给我
至于后面的异常,你 再检查一下,我也不明白
至于后面的异常,你 再检查一下,我也不明白