2012-02-03 299 views
0

我正在试图调用时出现以下异常:异常类名称:org.springframework.context.NoSuchMessageException

ManagementServiceV1X0 managementService = (ManagementServiceV1X0)factory.getPort(ManagementServiceV1X0.class, ManagementServiceV1.class); 

Exception Class Name: org.springframework.context.NoSuchMessageException 
Error Code: null - Screen Code: null - Description: ID - Teknical Error - Detail: org.springframework.context.NoSuchMessageException: No message found under code 'com.test.product.management.v1x0.ManagementServiceV1X0.endpoint' for locale 'en_US'. 

回答

1
org.springframework.context.NoSuchMessageException: No message found under code 'com.test.product.management.v1x0.ManagementServiceV1X0.endpoint' for locale 'en_US'. 

貌似消息属性文件丢失,或者关键com.test.product.management.v1x0.ManagementServiceV1X0.endpoint不在消息文件中定义。

+0

我没有写'IndexedProductManagementServiceV1X0' – Ralph 2012-02-03 16:12:19