weblogic

Eclipse validation error deploying EAR to WebLogic: cvc-complex-type.2.4c: Expected element 'module@http://java.sun.com/xml/ns/javaee'

与世无争的帅哥 提交于 2020-01-13 16:30:17
问题 Out of the box, it is not possible to deploy an EAR to Oracle WebLogic using Eclipse. Environment details: Eclipse version: Indigo (includes Oracle Enterprise Pack for Eclipse 12.1.1.0.0) Weblogic version: 10.3.5 (11gR1) Oracle guide: http://www.oracle.com/technetwork/articles/javaee/marx-oepe-spring-095718.html The error I receive when trying to start the server is: java.lang.Exception: Exception received from deployment driver. See Error Log view for more detail. at oracle.eclipse.tools

Load balancing requests to a Weblogic 10gR3 RMI server on Amazon EC2

﹥>﹥吖頭↗ 提交于 2020-01-13 13:10:27
问题 I am participating in the development of a distributed solution, based on RMI, and deployed on multiple Weblogic 10gR3 (10.3.0.0) nodes. One of the nodes hosts a RMI server, and other nodes access it through a foreign JNDI provider. While trying to improve our infrastructure by adding additional RMI servers, we faced some issues. Details of our infrastructure: -RMI server is running on a managed server, on port 7005. -RMI clients access it through a remote JNDI provider which points to

Load balancing requests to a Weblogic 10gR3 RMI server on Amazon EC2

只谈情不闲聊 提交于 2020-01-13 13:09:05
问题 I am participating in the development of a distributed solution, based on RMI, and deployed on multiple Weblogic 10gR3 (10.3.0.0) nodes. One of the nodes hosts a RMI server, and other nodes access it through a foreign JNDI provider. While trying to improve our infrastructure by adding additional RMI servers, we faced some issues. Details of our infrastructure: -RMI server is running on a managed server, on port 7005. -RMI clients access it through a remote JNDI provider which points to

WCF and WebLogic SAML interop

妖精的绣舞 提交于 2020-01-13 07:07:49
问题 I have WebLogic Server Version: 10.3.5.0 as web service provider and .Net 4 client. I have access to server and client sources. I need to make service requests using SAML tokens to pass credentials and some metadata. I don't need STS provider, client can sign SAML token with his private cert. Has anybody done that? Right now I don't care if it is SAML1 or SAML2. 回答1: I guess the good starting point for you would be to get familiar with Windows Identity Foundation (WIF), then you can download

Publishing EJB's local interface in weblogic

只谈情不闲聊 提交于 2020-01-13 06:11:29
问题 is there a way to lookup an EJB in weblogic if it implements only local interface? If I use this @Remote public interface TestSessionRemote { public void businessMethod(); } @Stateless(mappedName = "A") public class TestSessionBean implements TestSessionRemote { public void businessMethod() { } } the EJB can be looked up using this name: "A#" + TestSessionRemote.class.getName() If I change the annotation for TestSessionRemote from @Remote to @Local the EJB disappears from JNDI. Is there a way

Publishing EJB's local interface in weblogic

旧城冷巷雨未停 提交于 2020-01-13 06:11:29
问题 is there a way to lookup an EJB in weblogic if it implements only local interface? If I use this @Remote public interface TestSessionRemote { public void businessMethod(); } @Stateless(mappedName = "A") public class TestSessionBean implements TestSessionRemote { public void businessMethod() { } } the EJB can be looked up using this name: "A#" + TestSessionRemote.class.getName() If I change the annotation for TestSessionRemote from @Remote to @Local the EJB disappears from JNDI. Is there a way

How to retrieve Weblogic's Deployment test points through Weblogic Java API

限于喜欢 提交于 2020-01-12 13:57:24
问题 I'm working on a Weblogic health monitoring code base, which is based on JMX. I am trying to get the list of all deployment test points (the http addresses, as shown in the following snapshot), and see if that web address is reachable or not. Is there a way to access the list of these test points in Weblogic's Java API? They are under [server_name] --> deployment (left menu) --> [app name] --> Testing pane, under " Deployment Tests " table. 回答1: There is no direct method call to generate test

Weblogic Deployment Exception : PaddingException: Could not perform unpadding: invalid pad byte

落花浮王杯 提交于 2020-01-12 03:26:00
问题 This question is asked (and answered) just to share some knowledge with the SO Community. I have recently came up with a deployment Exception of my web application (after receiving some changes from the SVN Repository) that said: < Error > < Deployer > with ID '1350377960779' for task '1'. Error is: 'com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.' com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte. at com.rsa.jsafe.c.a

ibatis spring java.lang.NoSuchMethodError com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser.parse

天大地大妈咪最大 提交于 2020-01-11 12:58:07
问题 i am using spring 3.2.0 with ibatis 2.3.4 in weblogic 10.3.6 while deploying in weblogic. I am getting this NoSuchMethodError as below: User defined listener org.springframework.web.context.ContextLoaderListener failed: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gatewayService' defined in ServletContext resource [/WEB-INF/applicationContext-granite-webservice.xml]: Cannot resolve reference to bean 'daoIPInventory' while setting bean property 'dao';

Are Guava-11.0.2.jar conflicting with com.google.common_1.0.0.0_0-6.jar?

烈酒焚心 提交于 2020-01-11 10:04:07
问题 I have a problem to deploy an application on weblogic server, after a discussion here on stackoverflow i realized that the problem is that weblogic 12c is using a lib file com.google.common_1.0.0.0_0-6.jar , and my application is using Guava-11.0.2.jar, and it sound for me like they are conflicting, tried to search on google but i have no idea what to do, whats the proper solution to solve it? 回答1: I came across the same problem, what I did was, I replaced the com.google.common_1.0.0.0_0-6