Explanation | 无。 |
Action | 无。 |
Explanation | 发生内部错误。 |
Action | 无。 |
Explanation | 正在开始对模块 {0} 进行 JSR109 验证。 |
Action | 此消息仅供参考,您无需执行任何操作。 |
Explanation | 在此模块中找不到 Web 服务描述语言(WSDL)文件 {0} 所引用的 webservice.xml 或 webservicesclient.xml 文件。 |
Action | 请将 WSDL 文件 {0} 添加至模块 {1}。 |
Explanation | 在此模块中找不到 Web 服务描述语言(WSDL)文件 {0} 所引用的 webservice.xml 或 webservicesclient.xml 文件。 |
Action | 请将 JAX-RPC 映射文件 {0} 添加至模块 {1}。 |
Explanation | webservice.xml 或 webservicesclient.xml 引用了 {0} 类,但应用程序服务器在此模块中找不到该类。 |
Action | 请将 Service Endpoint Interface {0} 添加至模块 {1}。 |
Explanation | Service Endpoint Interface 必须遵循用于 Web 服务描述语言(WSDL)文件到 Java 映射的 JAX-RPC 规则。 |
Action | 更改接口 {0} 的声明,以扩展 java.rmi.Remote 接口。 |
Explanation | Service Endpoint Interface 必须遵循用于 Web 服务描述语言(WSDL)文件到 Java 映射的 JAX-RPC 规则。JAX-RPC 规则要求所有接口方法都创建 java.rmi.RemoteException 异常。 |
Action | 请更改 Service Endpoint Interface {1} 中方法 {0} 的声明,以创建 java.rmi.RemoteException 异常。 |
Explanation | Service Endpoint Interface 必须遵循用于 Web 服务描述语言(WSDL)文件到 Java 映射的 JAX-RPC 规则。JAX-RPC 规则指定,方法参数和返回类型必须是 JAX-RPC 支持的类型。 |
Action | 请更改 Service Endpoint Interface {1} 中方法 {0} 的声明,以使用 JAX-RPC 支持的类型。 |
Explanation | Service Endpoint Interface 必须遵循用于 Web 服务描述语言(WSDL)文件到 Java 映射的 JAX-RPC 规则。JAX-RPC 规则要求引用的所有类型都是 JAX-RPC serializable 类型。 |
Action | 请更改 Service Endpoint Interface {1} 中方法 {0} 的声明,以使用 JAX-RPC 支持的类型。 |
Explanation | Service Endpoint Interface 必须遵循用于 Web 服务描述语言(WSDL)文件到 Java 映射的 JAX-RPC 规则。JAX-RPC 规则指定 Service Endpoint Interface 类不能包含常量声明作为 public final static 声明。 |
Action | 请删除接口 {1} 中的字段 {0}。 |
Explanation | 服务实现的类 {0} 必须包含缺省公用构造函数才能成为 Stateless Session Enterprise JavaBeans(EJB)文件。 |
Action | 请对类 {0} 添加缺省公用构造函数。 |
Explanation | 实现类必须实现 Service Endpoint Interface 的方法。 |
Action | 请在类 {0} 中实现 Service Endpoint Interface {2} 的所有方法特征符。 |
Explanation | 该类的业务方法必须是 public 方法。 |
Action | 请将类 {1} 中方法 {0} 的可视性更改为 public。 |
Explanation | 该类的业务方法不能是 final 方法。 |
Action | 请除去类 {1} 中方法 {0} 的 final 修饰符。 |
Explanation | 该类的业务方法不能是 static 方法。 |
Action | 请除去类 {1} 中方法 {0} 的 static 修饰符。 |
Explanation | 服务实现类的可视性必须是 public,而不能是 final 或 abstract。 |
Action | 请将服务实现类 {0} 的可视性更改为 public。 |
Explanation | 服务实现类的可视性必须是 public,而不能是 final 或 abstract。 |
Action | 请除去类 {0} 的 final 修饰符。 |
Explanation | 服务实现类的可视性必须是 public,而不能是 final 或 abstract。 |
Action | 请除去类 {0} 的 abstract 修饰符。 |
Explanation | 服务实现类不能定义 finalize 方法。 |
Action | 请从服务实现类 {0} 中除去 finalize 方法。 |
Explanation | 可以使用现有的 Enterprise JavaBeans(EJB)文件作为服务实现 Bean。但是,Service Endpoint Interface 方法的事务属性不能包括 Mandatory 属性。 |
Action | 请从类 {1} 中方法 {0} 的事务属性中除去 Mandatory 属性。 |
Explanation | 应用程序服务器在此模块中找不到服务实现类 {0}。 |
Action | 请将服务实现类 {0} 添加至模块 {1}。 |
Explanation | 在部署描述符文件 ejb-jar.xml 中,必须使用 session 元素来定义使用 session Bean 的服务实现类。不能声明具有 stateful session 类型的类。 |
Action | 请在 ejb-jar.xml 文件中将 Enterprise JavaBeans(EJB)文件 {0} 定义为具有 stateless session 类型。 |
Explanation | 在 ejb-jar.xml 部署描述符文件中,必须使用 session 元素来定义服务实现。 |
Action | 请在 ejb-jar.xml 文件中使用 enterprise-beans 的 session 元素来定义类 {0}。 |
Explanation | servlet-link 元素必须引用 web.xml 中的 Servlet。 |
Action | 请在 web.xml 文件中添加 Servlet {0} 或更改 Servlet 定义。 |
Explanation | 如果在 webservicesclient.xml 文件中未指定 wsdl-file 元素,那么请不要指定 jaxrpc-mapping-file 元素。 |
Action | 请在 webservicesclient.xml 中除去映射文件 {0} 或添加 wsdl-file 元素。 |
Explanation | 不能对生成的存根进行打包。 |
Action | 请从模块中除去所有生成的存根。 |
Explanation | ejb-link 元素的值必须是同一模块中 Enterprise Bean 的 ejb-name 元素:{1}。 |
Action | 请在 ejb-jar.xml 文件中添加 Enterprise Bean {0} 或更改 ejb-link 定义。 |
Explanation | 在模块部署描述符中,component-name 元素定义指向组件名称(例如 ejb-name 元素)的链接。它的值必须存在于模块级部署描述符中。 |
Action | 在 ejb-jar.xml 文件中,请将 component-name 元素 {0} 更改为引用 ejb-name 元素。 |
Explanation | port-component-link 元素的值必须是同一模块中或同一应用程序单元的另一个模块中的 port-component 元素的 port-component-name 元素。 |
Action | 添加 {0} port component,或者更改 webservicesclient.xml 文件的 service-ref 元素 {1} 中的引用。 |
Explanation | 一个 Servlet 只能由一个 port-component 元素引用。一个会话企业 Bean 文件只能由一个 port-component 元素引用。 |
Action | 更改 port component {1} 或 port component {2},以使它们不会都引用实现类 {0}。 |
Explanation | 对于 port-component 元素所引用的 Servlet,不能指定多个 servlet-mapping 元素。 |
Action | 请从 web.xml 文件中除去 Servlet {0} 的重复 Servlet 映射。 |
Explanation | servlet-mapping 元素的 url-pattern 必须是完全匹配模式。 |
Action | 请更改 Servlet {0} 的 Servlet mapping,以使其未包含星号。 |
Explanation | 在提供 port-component-ref 元素的绑定时,必须确保 port-component-ref 元素与它所绑定的 port 兼容。 |
Action | 请更改 port {0},以使其与 Service Endpoint Interface {1} 兼容。 |
Explanation | 只能使一个映射文件与 wsdl-file 元素相关联。 |
Action | 请在 webservicesclient.xml 文件中对 wsdl-file 元素指定唯一的映射文件。 |
Explanation | 如果指定了 wsdl-file 元素,那么必须指定 jaxrpc-mapping-file 元素。 |
Action | 请在 webservicesclient.xml 文件中添加 jaxrpc-mapping-file 元素。 |
Explanation | serviceRefLink 元素必须指定 webservicesclient.xml 文件中的 service-ref 元素。 |
Action | 请更正 serviceRefLink 元素,以使其指定 webservicesclient.xml 文件中的 service-ref 元素。 |
Explanation | deployedWSDLFile 元素必须是 Web 服务描述语言(WSDL)文件的模块中的相对路径。 |
Action | 请更正路径或者在所指定路径中添加 Web 服务描述语言(WSDL)文件。 |
Explanation | defaultMappings 元素必须引用与 service-ref 元素相关联的 wsdl-file 元素中的 port 和 portType。 |
Action | 请更正 defaultMappings 元素的属性,以引用 Web 服务描述语言(WSDL)文件 {3} 中的 port 和 portType。 |
Explanation | portQnameBindings 属性必须引用与 service-ref 元素相关联的 wsdl-file元素中的 port。 |
Action | 请更正 portQnameBindings 属性,以引用文件 {2} 中的 port。 |
Explanation | componentNameLink 属性必须引用 webservicesclient.xml 文件中的 component-name 元素。 |
Action | 请修改 componentNameLink 属性,以使其与 webservicesclient.xml 文件中的 component-name 元素匹配。 |
Explanation | scope 属性引用必须是 Request、Session 或 Application 引用。 |
Action | 请更正 scope 属性。 |
Explanation | pcNameLink 属性必须引用 webservices.xml 文件中的 port-component-name 元素。 |
Action | 请修改 pcNameLink 属性,以使其与 webservices.xml 文件中的 port-component-name 元素匹配。 |
Explanation | wsDescNameLink 属性必须引用 webservices.xml 文件中的 webservice-description 元素。 |
Action | 请修改 wsDescNameLink 属性,以使其与 webservices.xml 文件中的 webservice-description-name 元素匹配。 |
Explanation | routerModules 名称属性必须引用当前应用程序中的模块。 |
Action | 请更正 routerModules 名称或删除 routerModules 元素,并对该应用程序重新运行 endptEnabler 命令。 |
Explanation | webservicesclient.xml 文件未对必需的 service-interface 元素指定值。 |
Action | 请为 service-interface 元素添加有效值。 |
Explanation | webservicesclient.xml 文件未对必需的 service-endpoint-interface 元素指定值。 |
Action | 请为 service-endpoint-interface 元素添加有效值。 |
Explanation | service-endpoint-interface 元素中指定的类必须是接口。 |
Action | 请对 service-endpoint-interface 元素指定接口。 |
Explanation | servlet-link 元素只能存在于 Web 模块中的 webservices.xml 文件中。 |
Action | 请将 webservices.xml 文件中的 servlet-link 元素更改为 ejb-link 元素。 |
Explanation | ejb-link 元素只能存在于 Enterprise JavaBeans(EJB)模块中的 webservices.xml 文件中。 |
Action | 请将 webservices.xml 文件中的 ejb-link 元素更改为 servlet-link 元素。 |
Explanation | Web 模块中的 webservices.xml 文件必须包含 servlet-link 元素。 |
Action | 请在 webservices.xml 文件中添加 servlet-link 元素。 |
Explanation | Enterprise JavaBeans(EJB)模块中的 webservices.xml 文件必须包含 ejb-link 元素。 |
Action | 请在 webservices.xml 文件中添加 ejb-link 元素。 |
Explanation | 应用程序服务器在读取描述符 {0} 时发生 SAXParseException 异常。 |
Action | 请更正 {0} 文件中的问题。 |
Explanation | 应用程序服务器在读取描述符 {0} 时发生异常。 |
Action | 请更正 {0} 文件中的问题。 |
Explanation | webservices.xml 文件中的每个端口组件都必须包含 service-impl-bean 元素。 |
Action | 请在 webservices.xml 文件中添加 service-impl-bean 元素。 |
Explanation | webservices.xml 文件中的每个 webservice-description 元素都必须包含 webservice-description-name 属性。 |
Action | 请对 webservices.xml 文件中的每个 webservice-description 元素添加 webservice-description-name 属性。 |
Explanation | webservices.xml 文件必须包含 webservice-description 元素。 |
Action | 请在 webservices.xml 文件中添加 webservice-description 元素。 |
Explanation | webservices.xml 文件中的每个 webservice-description 元素都必须包含 wsdl-file 元素。 |
Action | 请对 webservices.xml 文件中的每个 webservice-description 元素添加 wsdl-file 元素。 |
Explanation | webservices.xml 文件中的每个 webservice-description 元素都必须包含 jaxrpc-mapping-file 元素。 |
Action | 请对 webservices.xml 文件中的每个 webservice-description 元素添加 jaxrpc-mapping-file 元素。 |
Explanation | ibm-webservices-bnd.xmi 文件中的每个 pcBindings 元素都必须包含 pcNameLink 属性。 |
Action | 请对 ibm-webservices-bnd.xmi 文件中的每个 pcBindings 元素添加 pcNameLink 属性。 |
Explanation | webservices.xml 文件中的每个 webservice-description 元素都必须包含 port-component-name 元素。 |
Action | 请对 webservices.xml 文件中的每个 webservice-description 元素添加 port-component-name 元素。 |
Explanation | ibm-webservices-bnd.xmi 文件中的每个 wsdescBindings 元素都必须包含 wsDescNameLink 属性。 |
Action | 请对 ibm-webservices.xmi 文件中的每个 wsdescBindings 元素添加 wsDescNameLink 属性。 |
Explanation | webservicesclient.xml 文件中的每个 component-scoped-ref 元素都必须包含 component-name 元素。 |
Action | 请添加 component-name 元素,以引用 ejb-jar.xml 文件中的 ejb-name 元素。 |
Explanation | webservicesclient.xml 文件中的每个 service-ref 元素都必须包含 service-ref-name 元素。 |
Action | 请对 webservicesclient.xml 文件中的每个 service-ref 元素添加 service-ref-name 元素。 |
Explanation | webservicesclient.xml 文件必须包含 service-ref 元素。 |
Action | 请在 webservicesclient.xml 文件中添加 service-ref 元素。 |
Explanation | ibm-webservicesclient-bnd.xmi 元素中的每个 componentScopedRefs 元素都必须包含 componentNameLink 属性。 |
Action | 请在 webservices.xml 文件中添加值为 component-name 元素的 componentNameLink 属性。 |
Explanation | 应用程序服务器在读取绑定文件 {0} 时发生 SAXParseException 异常。 |
Action | 请更正 {0} 文件中的问题。 |
Explanation | ibm-webservicesclient-bnd.xmi 文件中的每个 serviceRefs 元素都必须包含 serviceRefLink 属性。 |
Action | 请在 webservices.xml 文件中添加值为 service-ref-name 元素的 serviceRefLink 属性。 |
Explanation | webservices.xml 文件中的每个 port-component 元素都必须包含 service-endpoint-interface 元素。 |
Action | 请对 webservices.xml 文件中的 port-component 元素 {0} 添加 service-endpoint-interface 元素。 |
Explanation | webservicesclient.xml 文件必须包含 component-scoped-refs 或 service-ref 元素。 |
Action | 请在 webservicesclient.xml 文件中添加 service-ref 元素或 component-scoped-refs 元素。 |
Explanation | webservices.xml 文件中的每个 webservice-description 元素都必须包含 port-component 元素。 |
Action | 请对 webservices.xml 文件中的每个 webservice-description 元素添加 port-component 元素。 |
Explanation | 此实现支持所指示的类型。但是,该类型不是 JAX-RPC 规范的组成部分。 |
Action | 请查看该类型的使用,以验证是否不需要遵从标准。 |
Explanation | 此实现支持所指示的类型。但是,该类型不是 JAX-RPC 规范的组成部分。 |
Action | 请查看该类型的使用,以验证是否不需要遵从标准。 |
Explanation | JAX-RPC 规范不允许 JAX-RPC 类型实现 java.rmi.Remote 接口。 |
Action | 请修改该类型以确保不实现 java.rmi.Remote interface。 |
Explanation | JAX-RPC 规范不允许 JAX-RPC 类型实现 java.rmi.Remote 接口。 |
Action | 请修改该类型以确保不实现 java.rmi.Remote interface。 |
Explanation | 实现 javax.xml.rpc.holders.Holder 接口的类型必须有名为 value 的公用字段。 |
Action | 请确保 {0} 类型有名为 value 的公用字段。 |
Explanation | 请对类 {0} 添加缺省公用构造函数。 |
Action | 请对类 {0} 添加缺省公用构造函数。 |
Explanation | 请对类 {3} 添加缺省公用构造函数。 |
Action | 请对类 {3} 添加缺省公用构造函数。 |
Explanation | 在 Enterprise JavaBeans(EJB)模块中的 webservicesclient.xml 文件中,component-scoped-refs 元素是必需的。此元素指定正在将哪个 EJB 模块配置为 Web Service 客户机。 |
Action | 请对 webservicesclient.xml 文件添加 component-scoped-refs 元素,并添加指定客户机 Enterprise JavaBeans(EJB)模块的 ejb-name 引用的 component-name 元素。 |