Questions tagged [weblogic11g]

The 11.x (July 2009) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

The 11.x (July 2009) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

This tag covers specifics around version 11.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

627 questions
2
votes
0 answers

Serializable error Spring+Weblogic Cluster

I have an application with Weblogic 11g in cluster, Spring 3 and JSF Mojarra. There are: JavaBean (Serializable), ManagedBeans (Serializable for view/session), Service, DAO. I got the error: **All session objects should be serializable to replicate.…
Rick
  • 121
  • 8
2
votes
3 answers

How to make J2EE weblogic application resilient to database problems

I have a Web application running on Oracle Weblogic Server 11g. It uses a datasource defined in the application server to connect to the Oracle Database (11g too), its class is oracle.jdbc.xa.client.OracleXADataSource If for some reason the…
Denis R.
  • 818
  • 1
  • 9
  • 15
2
votes
1 answer

Auto generated WebLogic Web Service from WSDL causing errors

I'm using Eclipse to automatically create a WebLogic web service (not client) from a pre-existing WSDL. It receives 3 request parameters (String, String, byte[]) and responds with 1 parameter (byte[]). However the auto-generated class contains code…
Timothy Kim
  • 408
  • 7
  • 14
2
votes
1 answer

What SAAJ package is used by WebLogic

I have had many problems because there are different SAAJ packages with SOAP classes: com/sun/xml/internal/messaging/saaj/soap/ in rt.jar com/sun/xml/messaging/saaj/soap/ in saaj-impl.jar When WebLogic uses classes from…
1
vote
1 answer

Receive Multiple JMS Messages in a single transaction using MDP

I need to process messages in batches, lets say of 10. After 10 transactions (or some timeout has passed), there will be a single commit for all 10 transactions and if any exceptions have occurred all ten messages will be rolled back and…
matt.early
  • 225
  • 2
  • 10
1
vote
1 answer

Configuring Web Logic JMS Module with Oracle AQ Queues

I testing setting up a web logic server which can use an Oracle AQ JMS implementation, but for some reason my WLS connection pool cannot see the queue I have created, the only way I can see the find the queue in web logic is to make the web logic…
Craig Warren
  • 1,655
  • 4
  • 23
  • 38
1
vote
1 answer

Eclipse plugin for weblogic standalone

Are there any standalone plugin available for Oracle Weblogic 11g for eclipse? Something very similar to Jdeveloper web applications using embedded OC4J? Thanks
Jacob
  • 14,463
  • 65
  • 207
  • 320
1
vote
0 answers

Weblogic : Even After supplying Custom HostName Verifier---- Still Same SSL Issue

Experts ! I had been struggling to make my Webservice Client (using https URL) work within Weblogic Server 10.3.2, which had been causing an issue as below: Feb 3, 2012 10:50:28 AM EST Warning Security BEA-090504 Certificate chain received from…
Raj
  • 141
  • 1
  • 4
  • 6
1
vote
1 answer

deploy already installed application on WebLogic 10.3.4 using wlfullclient.jar

I have an application named HelloWorld installed, yet not deployed. Its state is Installed, like such: When I'm trying to deploy it on target server, say AdminServer, it results in creating a new application named helloworld.war which is deployed…
yair
  • 8,945
  • 4
  • 31
  • 50
1
vote
3 answers

JDeveloper IntegratedWebLogicServer not able to build default domain

I am trying to run the JDeveloper Integrated Weblogic server (11.1.1.5) on Windows 7 x64 and keep running into this error from within JDeveloper: [Starting Server Instance IntegratedWebLogicServer] #### Server Instance IntegratedWebLogicServer could…
Morrislgn
  • 3,717
  • 4
  • 24
  • 26
1
vote
1 answer

Adding TransactionSynchronizationRegistry in weblogic-ejb-jar.xml

I'm trying to use 'TransactionSynchronizationRegistry' via EJB injection in a session bean. However during deployment on a weblogic App Server i got the error that 'TransactionSynchronizationRegistry' is not properly defined in weblogic-ejb-jar.xml.…
Brams
  • 61
  • 1
  • 5
1
vote
2 answers

web.xml property override by Weblogic deployment plan

Trying to override my web.xml file's BASIC I tried using the following deployment plan which seems like it should work ... but it does not seem to. I need to either remove the…
dbrin
  • 15,525
  • 4
  • 56
  • 83
1
vote
1 answer

wlstModule connection information lost

When using wlst with a WebLogic 10.3.5.0 release I am puzzled by the following situation and hoping for an answer. Given a standard wlst command to connect to a server connect('weblogic','welcome1','t3s://localhost:7002') it connects as expected to…
sweetfa
  • 5,457
  • 2
  • 48
  • 62
1
vote
1 answer

multiport Weblogic

I am using oracle 11g and web logic Application Server I want to create multiple port listener for example http://ip(192.168.10.11:8080)/applicationName/index.jsp http://ip(192.168.10.11:7878)/applicationName/index.jsp My Requirement is when i…
Dilip Godhani
  • 2,065
  • 3
  • 18
  • 33
1
vote
1 answer

custom cache reload in java on weblogic

I have a requirement to cache xml bean java objects by reading xml’s from database . I am using a HashMap in memory to maintain my java objects. I am using spring for DI and Weblogic 11g app server. Can you please suggest me a mechanism to reload…
Naresh M
  • 29
  • 4