weblogic-10.x
How to use commonJ Timer Manager in MDB at Weblogic 10.3 environment
I am getting javax.naming.NameNotFoundException while trying to look up TimerManager. Here I am giving MDB components.[详细]
2023-01-10 18:03 分类:问答Weblogic 10.3 ClassCast exception for OracleConnection
I am trying开发者_开发技巧 to send the database Array by using the method below: OracleConnection oracleConnection = (OracleConnection) ((WLConnection)connection).getVendorConnection(); -- Exception[详细]
2023-01-09 01:38 分类:问答weblogic ejb ComplianceException
I try to deploy an application which uses EJB on weblogic 10.3. I use the framework seam 2.2.0 I created an EJB project and en EAR project with workshop.[详细]
2023-01-07 16:11 分类:问答Downloading application from weblogic server
I have requirement for testing a j2ee application which is deployed in a weblogic server. I have to get the ear add my testclasses into that and depoly it back.[详细]
2023-01-05 18:11 分类:问答ClassCastException jboss-seam on weblogic 10.3
I have many problem to installed jboss-seam 2.2.0 on weblogic 10.3. I want to deploy the exemple furnish by jboss but I get the following error:[详细]
2023-01-05 18:00 分类:问答Weblogic 10.3 MDB throwing javax.sql.DataSource exception
Here are the applications that I\'m using: Weblogic 10.3.3 Websphere MQ 7.0 Oracle 11g Express Edition (DB)[详细]
2023-01-05 12:38 分类:问答Help with ejb 3, weblogic and spring
I\'ve created a simple EJB3 test project, the code is simple: @Stateless @Remote( { ISumaSimple.class })[详细]
2022-12-31 12:02 分类:问答Is it possible to run Weblogic with 8gb heap size in a 64bit java/linux environment
Setup: 64bit Linux 64bit SUN Jvm 1.6.0_20 Weblogic 10.3 Is it possible to run Weblogic 10.3 in this setup with a maximum heap size of 8gb? We have recived answers from oracle support that states t[详细]
2022-12-28 19:14 分类:问答WebLogic stuck thread protection
By default WebLogic kills stuck threads after 15 min (600 s), this is controlled by StuckThreadMaxTime parameter.However, I cannot find more details on how exactly \"stuckness\" is defined.Specificall[详细]
2022-12-28 16:07 分类:问答How to force Weblogic to start deployments in active state (i.e. not just prepared)
When I start a Weblogic instance with a deployed application, the deployment is sometimes left in prepared state, not in active state.I have to go to Weblogic Console and start the deployment manually[详细]
2022-12-28 01:40 分类:问答