问题标签 [wsrr]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
websphere - Websphere registry and repository (WSRR)
I'm trying to install WSRR on Linux (Ubuntu 11.04), but without success. I think I'm lacking some important information about installation. I've read that it's a prerequisite to have WebSphere Application Server (WAS) and DB2 installed, but when I downloaded WSRR package it has its own version of WAS and during installation it offers me Derby DB. In order to install it I had to change bash for dash (or vice versa). In the end I tried create profile of standalone WSRR in Profile Management Tool but with no success. Did anybody success in installation of standalone WSRR? Please help me, I need it for my thesis.
Thank you.
web-services - 在 Web 应用程序之外使用 WSRR Web 服务
我有一个 Web 应用程序,主要由其他人基于 JSF 2、Mybatis、Spring 3 和数十个其他库编写,在 Weblogic 上运行,它可以工作,现在我必须创建一个不同的命令行应用程序来安排一些已经存在的任务的运行在网络应用程序中。
我添加了一个带有main
方法的类,以便仅维护一个具有不同构建过程的代码库,以生成可执行文件JAR
而不是WAR
. 使用 Spring,ClassPathXmlApplicationContext
我设法重新创建 Web 应用程序上下文,访问数据库 bean 并使用它们,但我遇到了失败的 WSRR 调用。
命令:
长堆栈失败,有根异常
我发现一些类和配置是应用服务器在运行时提供的,不知道如何在应用服务器之外替换它们。
IBM 红皮书说(第120-121 页)可以使用 Java 客户端访问 Web 服务,但需要合适的EJB
运行时。
如何在应用程序服务器之外复制所需的 EJB 参数?我尝试使用 Eclipse 调试器跟踪应用程序的执行并提取它们,但它失败了,可能是因为类是由 Weblogic 类加载器加载的。
message - IBM Message Broker (MB) 和 WSRR 之间的连接错误
我尝试了所有可能的方法来从 IBM Message Broker (MB) 连接 WSRR。但我每次都遇到这个例外。
代码:
websphere - 正确安装后无法启动 WAS 部署管理器
我已经使用以下脚本成功安装了 WAS 部署管理器:
但是当我尝试启动部署管理器时:
我得到的日志文件:
ibm-datapower - IIB、WSRR、Data Power 等后端系统是否支持 Restful Web 服务?
后端系统(WSRR、DP、ODM、MDM、IIB 等)是否支持 Restful Web 服务?我知道他们支持肥皂!
另外,如果我的应用程序是使用带有 SOAP Web 服务的 IIB、WSRR、Data Power 等开发的,它们可以转换为 Restful Web 服务吗?有这种可能吗?
谢谢!
websphere - 如何将 Websphere 节点移动到新的部署管理器
我有一个部署管理器,它位于比 wsrr 节点更旧的 WebSphere 版本上。由于这个原因,节点无法与部署管理器同步。由于复杂的原因,我不能只升级部署管理器并重新同步。
我在与节点相同的版本上构建了一个新的部署管理器,并希望将现有节点与新的部署管理器同步。我需要保留现有节点的所有应用程序、总线、数据源等。
有没有一种简单的方法可以将现有的托管节点移动到新的部署管理器?
编辑:这是在linux上
websphere - 是否可以集成 WAS 9 和 WSRR 8.5.6.2?
Websphere Service Registry and Repositority (WSRR) 8.5.6.2 是否与 Websphere Application Server 9 兼容?