宝兰德部署war包的问题

有大佬用过宝兰德部署war包吗,为什么tomcat部署成功,宝兰德部署失败呢

##|SEVERE|deployment|_ThreadID=803;_ThreadName=bes-deployment-thread-15|No provider available for resource-ref ‘null’ of type ‘com.xxx.xxxService’ for ‘app-web’.
com.bes.enterprise.appserv.deployment.exception.DeploymentException: No provider available for resource-ref ‘null’ of type ‘com.xxx.xxxService’ for ‘app-web’.
at com.bes.enterprise.appserv.deployment.AppDeployer.deployApp(AppDeployer.java:135)
at com.bes.enterprise.appserv.deployment.AppDeployer.deployApp(AppDeployer.java:100)
at com.bes.enterprise.appserv.deployment.handler.DeployApplicationHandler.deploy(DeployApplicationHandler.java:147)
at com.bes.enterprise.appserv.deployment.handler.DeployApplicationHandler.doApplicationProcess(DeployApplicationHandler.java:110)
at com.bes.enterprise.appserv.deployment.handler.AbstractApplicationHandler$1.call(AbstractApplicationHandler.java:69)
at com.bes.enterprise.appserv.deployment.handler.AbstractApplicationHandler$1.call(AbstractApplicationHandler.java:66)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
at com.bes.enterprise.appserv.deployment.handler.AbstractApplicationHandler$TerminableThread.run(AbstractApplicationHandler.java:177)
Caused by: com.bes.enterprise.ejb.BESException: ‘com.xxx.xxxService’ for ‘app-web’.
at com.bes.enterprise.ejb.config.AutoConfig.autoCreateResource(AutoConfig.java:2261)
at com.bes.enterprise.ejb.config.AutoConfig.getResourceId(AutoConfig.java:2254)
at com.bes.enterprise.ejb.config.AutoConfig.getResourceId(AutoConfig.java:2184)
at com.bes.enterprise.ejb.config.AutoConfig.processJndiRefs(AutoConfig.java:880)
at com.bes.enterprise.ejb.config.AutoConfig.deploy(AutoConfig.java:854)
at com.bes.enterprise.ejb.config.AutoConfig.deploy(AutoConfig.java:238)
at com.bes.enterprise.ejb.config.ConfigurationFactory$Chain.deploy(ConfigurationFactory.java:449)
at com.bes.enterprise.ejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:1088)
at com.bes.enterprise.appserv.deployment.manager.AppDeployManager$1.run(AppDeployManager.java:207)
at com.bes.enterprise.appserv.deployment.manager.AppDeployManager.applyDeploymentContext(AppDeployManager.java:300)
at com.bes.enterprise.appserv.deployment.manager.AppDeployManager.doInit(AppDeployManager.java:181)
at com.bes.enterprise.appserv.deployment.manager.ApplicationLifecycle.init(ApplicationLifecycle.java:58)
at com.bes.enterprise.appserv.deployment.AppDeployer.deployApp(AppDeployer.java:133)
… 10 more
|##

他们两个不是完全等价的,问问他们的技术支持吧