org.jboss.deployment.DeploymentException: Parameter class not found:String

配置文件所有数据类型String改为java.lang.String

         <query>

            <query-method>

               <method-name>findmethod-name>

               <method-params>

                  <method-param>java.lang.Stringmethod-param>

               method-params>

            query-method>

            <result-type-mapping>Localresult-type-mapping>

            <ejb-ql>select object(a) from customer a where a.customerId like ?1]]>ejb-ql>

         query >

你可能感兴趣的:(org.jboss.deployment.DeploymentException: Parameter class not found:String)