Oracle « weblogic « Java Enterprise Q&A





1. Difference between WebLogic Integration and Oracle Service Bus?    stackoverflow.com

I have limited knowledge of Java-based technologies, and for business enforced reasons, I may need to decide whether WebLogic Integration (WLI) or Oracle Service Bus (OSB) is the better choice for ...

2. 64 bit weblogic 32 bit oracle DB    stackoverflow.com

I have 64 bit Weblogic 11g installed on 64 bit Linux and trying to connect to a DB by creating a JDBC data source for Oracle 10g on 32 bit. I ...

3. WebLogic: WLI vs BPEL?    stackoverflow.com

folks. I would really appreciate to have your help on the following question: In the last days I've been reading about Oracle's WebLogic, as I'm currently working on a project that uses ...

4. Error while shutting down 'Admin Server' from weblogic enterprise management console    stackoverflow.com

I am using Weblogic Server em console to restart a webserver, URL looks like this: http://localhost:7001/em/ AdminServer is named 'AdminServer', I wish to restart this server instance, I click on server in ...

5. Interoperability between Weblogic 10.3.1 and Oracle BPM 10.3.1    stackoverflow.com

Im migrating an ALBPM 6.5 running on a WLS 10.0 to an Oracle BPM 10.3.1 running on WLS 10.3.1 I got some problems with the Oracle driver because the old driver (weblogic.jdbcx.oracle.OracleDataSource) ...

6. javax.naming.InvalidNameException using Oracle BPM and weblogic when accessing directory    stackoverflow.com

We are getting this exception when we start our cluster (2 managed servers, 1 admin), we have deployed only the ears corresponding to the OBPM 10.3.1 SP1 in a weblogic 10.3. ...

7. Weblogic 10.3 ClassCast exception for OracleConnection    stackoverflow.com

I am trying to send the database Array by using the method below:

OracleConnection oracleConnection = (OracleConnection) ((WLConnection)connection).getVendorConnection(); -- Exception in this LINE
ArrayDescriptor arrayDesc = ArrayDescriptor.createDescriptor( "MY_ARRAY", oracleConnection);
String vals = {"1", "2"}
ARRAY ...

8. Weblogic 11g URL Rewrite    stackoverflow.com

I have a client running a WebLogic 11g install on a Windows Server machine who wishes to implement Apache-style mod_rewrite-like functionality to translate requests for http://easyurl.com to

9. Weblogic capacity sizing    stackoverflow.com

Please can anyone suggest.We are trying to estimate how manay managed server instances are required in a weblogic domain and how many servers would we need as well. Our estimate is that ...





10. WebLogic / SOA suite install - Oracle HOME confusion    stackoverflow.com

I am reading Oracle SOA Suite 11gR1 and try to follow the tutorial: http://www.packtpub.com/article/installation-configuration-oracle-soa-suite-11g-1 This is all on a Win 7 machine btw. When I create the domain (Middle of page) and ...

11. Oracle Fusion Middleware Datasource getting suspended frequently    stackoverflow.com

We are using Oracle SOA Suite 11g and the Datasource that is used by the BPEL server goes to suspended mode frequently. As the SOA datasource goes suspended, all the managed ...

12. Password Encription (SHA1) by Oracle Weblogic 10.3.2    stackoverflow.com

Weblogic 10.3.2 uses SHA-1 (and others) for pass encryption. For example the following password:

abcdefg
with SHA-1 encryption results:
teshjSf9GOUIvRHljjMafld8YsWTlQ4=
I have tried various websites that do SHA-! encryption, but ...

13. Java controls(jcx file) in weblogic workshop 8.1 and weblogic 10.3.4(Jdeveloper)    stackoverflow.com

We have "Java controls(.jcx file)" features in weblogic workshop 8.1, now I want to use same "Java controls" in weblogic 10.3.4 with jdeveloper, SOA 11g(in BPEL process). Can anyone suggest how we ...

14. Oracle 10G driver with Weblogic 10.3    stackoverflow.com

Which JDBC driver should I use to connect Oracle 10G from Weblogic 10.3. I am presently using Weblogic's oracle driver in development . Can I use it in production environment ? ...

15. Oracle WebLogic Server 11gR1    stackoverflow.com

I am trying to download Oracle WebLogic Server 11gR1 PatchSet 1 JRE but could not find it in oracle.com web site. Could you please let me know the url from which I ...

16. How to add for format=json in oracle weblogic server    stackoverflow.com

I have installed oracle weblogic server 11g.Implemented RESTFul but as per document when I place there format=json. It should works but it is not working. Can you please let me know, how ...





17. Where is weblogic.management.internal.EncrypedData located in weblogic?    stackoverflow.com

Hey I am trying to get a program compiled that requires the weblogic.management.internal.EncrypedData does anyone what jar file in weblogic has this function?

18. Error while deploying my project from jDeveloper to Weblogic Server 10.3    stackoverflow.com

I am trying to deploy my project from Oracle jDeveloper to remote Weblogic Server. I am getting an SQL Exception. See below log:

[11:09:55 PM] ---- Deployment started. ----
[11:09:55 PM] Target platform is ...

19. How to view help instructions in Oracle Weblogic 11g console    stackoverflow.com

I just installed Oracle Weblogic 11g with the zip developper package on Linux. I managed to create a domain, servers declare a machine, start the nodemanager however, I cannot access the help ...

20. On creating trigger,set the information in java code loaded in weblogic application server    stackoverflow.com

I have a oracle database table. When a row is inserted then I want to create a trigger. Till now the problem is ok,but after creating trigger I want to call ...

21. Oracle BPM Application - Issue while deploying to Weblogic    stackoverflow.com

I am trying to deploy a reasonably complex Oracle BPM application (BPMN) to Weblogic 10.3.4 server installed on RHLinux 5. The issue is I am getting a connection timeout exception in ...

22. Multiple repositories hosted on a single server OBI 11g    stackoverflow.com

I'm facing problem with this 11g OBI I want my 3 .rpd(repository files) to be uploaded at the same time with only one presentation layer I find many solution on google but they ...

23. EJB 3.0 webservice in weblogic 10.3.3.4    stackoverflow.com

I am trying to create a EJB 3.0 session bean with methods exposed as webservice.I am using Eclipse and my weblogic server is integreated and is there a tutorial of sorts ...

24. Oracle WebLogic, start server with windows    stackoverflow.com

I want to start the WebLogic AdminServer and a few Managed servers when windows starts but when I run the .cmd to create the Windows Services I get java.lang.ClassNotFoundException's in my ...

25. IntegratedWebLogicServer in jDeveloper giving error    stackoverflow.com

jDeveloper's integrated weblogic server giving

java.lang.IllegalArgumentException, msg=No Configuration was registered that can handle the configuration named xellerate
when an application is run in it. The application works fine when ...

26. WebLogic WS-AT change isolation level    stackoverflow.com

By default WebLogic initiates distributed transaction with isolation level Serialisible. Is it possible to change it?

27. J2EE Application porting - Oracle 10g AS to Oracle 11g Weblogic server    stackoverflow.com

I am porting a J2EE application from Oracle 10g Application Server to Oracle 11g Weblogic Server. I have a common.jar which contains Connection related classes and present inside war/web-inf/lib. The application is ...

28. Oracle 11g Weblogic server unable to locate .class inside web-inf/classes from APP-INF/lib    stackoverflow.com

I ported couple of modules from Oracle 10g AS to Weblogic and during this process I have realized there are cyclic dependency between EJB projects to Web projects. The common code ...

29. What's the best mobile platform to use with Oracle Weblogic Portal/Oracle Products?    stackoverflow.com

Just to set the scene: We built a self-care portal for a telecommunications company using Oracle Weblogic Portal 10.3.2. Our portlets are JSR-286 compliant using our own home grown MVC state pattern ...

30. Oracle Service Bus: service configuration in flux    stackoverflow.com

I got into troubles when working with Oracle Service Bus. Any message sent to OSB pipelines causes exception like that:

Exception in JmsInboundMDB.onMessage: com.bea.wli.sb.transports.TransportException: Failure while processing an ...

31. Oracle coherence with weblogic server?    stackoverflow.com

Hi i am new to oracle coherence, Question 1 : my scenario is, i have to implement the oracle coherence replicated cache in my webapplication.(with weblogic server).the coherence should be ...

32. WebLogic and Top Link confusion    stackoverflow.com

I'm trying to install Oracle WebLogic Server, then when I look for the generic version, TopLink comes up! What is the deal ? I dont need to integrate my server with TopLink, but ...

33. cannot find EJB reference while deploying ADF Fusion Webapp into oracle weblogic server    stackoverflow.com

I created a Fusion Webapplication project with Oracle jdeveloper 11g (11.1.5 but the same problem occours with the 11.2.1 version). Then I created a jsf page and I deployed the project ...

34. Oracle Weblogic Server 10.3.2.0    forums.netbeans.org

I have installed OWS on my PC. It is installed on Eclipse and now I would like to try it on NetBeans but I forgot the user and password, so I cannot get in the Admin Console. Is there any config file in the Middleware tree folders where I can read the user at least? Thanks in advance, Jose

35. Re: Oracle Weblogic Server 10.3.2.0    forums.netbeans.org

I have installed OWS on my PC. It is installed on Eclipse and now I would like to try it on NetBeans but I forgot the user and password, so I cannot get in the Admin Console. Is there any config file in the Middleware tree folders where I can read the user at least? Thanks in advance, Jose

36. Oracle Weblogic Server 10.3.2 on NB 6.9    forums.netbeans.org

Hi, Did anybody try the web app WeblogicCustomer. I am having problems on deploying on 10.3.2 release. This is the message I get from NB console, 08-oct-2010 5:43:08 com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/WebLogicCustomer' 08-oct-2010 5:43:18 com.sun.faces.lifecycle.LifecycleImpl phase ADVERTENCIA: executePhase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl@1945f3a) threw exception javax.faces.FacesException: Software caused connection abort: socket write error at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:135) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) ...

37. Re: Oracle Weblogic Server 10.3.2 on NB 6.9    forums.netbeans.org

Hi, it seems to me that you are hitting this problem: http://netbeans.org/bugzilla/show_bug.cgi?id=182282. The workarounds is - please do not use the JSF implementation that comes with NetBeans (remove that from your project's libraries) and use the implementation that comes with WebLogic, according to this tutorial: http://download-llnw.oracle.com/docs/cd/E12840_01/wls/docs103/webapp/configurejsfandjtsl.html I would be interested to know if you make it work. Thanks, Petr On Oct ...

38. Oracle WebLogic not deploying .class files    forums.netbeans.org

Hello there, im new to the forums, so i don't know if I'm posting in the wrong section but i have a really strange problem. I have a project which was originally developed for apache tomcat using JSP services. I need to migrate it to web logic 10.3, but wenever i deploy it using the war file to the web logic ...

39. NetBeans 7.0 "Deploy on save" feature does not work with Oracle WebLogic 10.3.5 on Mac OS 10.6    forums.netbeans.org

Hi, I'm developing an enterprise application using NetBeans 7.0 (EAR + EJB + WEB) and encountering a very annoying issue with Oracle WebLogic 10.3.5 runtime. The problem is that the "Deploy on save" feature does not work, so I have to redeploy manually so see code changes. Looking into the IDE logs, i see the following error everytime i save a ...