I have an EJB returning a list of my own ValidationMessage objects:
@Remote
public interface Intf {
List<ValidationMessage> validateFile();
}
I'm generating EJB client JAR with weblogic's appc utility. The problem is that it does not include ValidationMessage class into the client JAR. Perhaps it does not see the dependency to thi...
We are using Oracle Weblogic 10.3 as our application server. We have multiple modules that need to access an Object (contains some HashMaps) that is common for the managed server. This object will be populated via some other process on a daily basis. We do not want to have copies of this in each application, due to the large number of...
Simply, what's the best (quickest) way to deploy an application (EAR), in a development environment, to two Weblogic 10 managed servers that are part of a cluster? I've tried the autodeploy directory, but as I understand it that only deploys to the admin server.
...
Weblogic packages rhino classes inside weblogic.jar.
I need newer version of rhino js.jar.
If I just distribute the newer rhino js jar like any other third party jar, it does not get loaded, because the older classes inside weblogic.jar are loaded first.
How can I load classes from my custom js.jar in weblogic 10?
...
Hi all,
I've been looking through the WebLogic API and can't seem to find what I'm looking for... Is there a way to determine at run-time the URL being used by an application to access a web service? I have a requirement to log the URL/protocol that was used on every incoming request to the server.
Any insight is much appreciated. Th...
I have installed Eclipse Helios on my linux workstation and would like to manage a Weblogic 9.2 application server install. I search the server runtime enviroments and there is no option for Weblogic only Oracle. Is there a way to do this?
Thanks,
Tom
...
My eclipse workshop keep terminating on me while in the middle of test run or just navigation. Below is the error property i keep getting. Can anyone help stop this nightmare. Thanks
=====
JVM terminated. Exit code=1
C:/bea/jdk150_11/jre/bin/javaw.exe
-Xms384m
-Xmx768m
-XX:MaxPermSize=256m
-Dweblogic.home=C:/bea/wlserver_10.0
-Dosgi.ins...
hi all
i have written a JSF project. in my project i am using some java timers in my backbean
private static List<PollerTimerTask> tasksList;
every things work fine, but when i am changing my project and redeploy it by ANT
the active timers continue to work but my static field is become null.
what is wrong? how can i fix this?
i a...
We encountered a problem under WebLogic 8.1 that we lived with but could never fix. We often queue up a hundred or more JMS messages, each of which represents a unit of work. Despite the fact that each message is of the same size and looks the same, one may take only seconds to complete while the next one represents 20 minutes of solid c...
Hello, I am having issues deploying my Jersey RESTful web service to weblogic 9.2
I followed a tutorial at http://www.vogella.de/articles/REST/article.html.
The tutorial is for java 6 and tomcat 6 which it works fine for. However, I need to convert this to java 5 and tomcat 5.5 so that I can successfully deploy it on weblogic which use...
Hi,
I am upgrading Oracle middleware suite from 11.1.2 to 11.1.3. When creating my weblogic domain, come to the step of testing database schema connections, it works fine (I have upgraded DEV_SOAINFRA to 11.1.3).
However, when I start my weblogic admin server, I have this error : Received exception while creating connection for pool: ...
I'm trying to set a bean property like this:
<bean id="threadImport" class="com.foo.bat.util.ThreadImport" singleton="false">
<property name="mailSender" ref="mailSender"/>
<property name="parseConfFile" value="classpath:parse/import.xml" />
<property name="logFilename" value="/tmp/import.log" />
but none of files are found. Wha...
Hi All,
I am new to WebLogic. In JBoss whenever we wanted to access the webapps hosted on JBoss over network we started up the server with -b 0.0.0.0 option.
Now I have installed WebLogic 9.2 in my workstation and I am able to access the webapps hosted on it only through http://localhost:<port>/ <context_name> but I am unable acc...
Is there a way to only allow POST requests to j_security_check? I want to reject GETs.
...
I'm currently trying to deploy some RSS feeds on a WebLogic Application Server. The feeds' views are .jspx files, like the one below:
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:georss="http://www.georss.org/georss"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:c="http://java.sun....
can i create multiple connections during one transaction and perform commit on them provided the connection are taken from data source in weblogic. ??? please help
...
I have written a wlst script to change the log file rotation strategy from BySize to ByTime which works correctly but the names of the rotated files are still fileName.log000n where n is a number.
I would like to have a datestamp in the rotated filenames instead. I didn't find any way to do this. Neither from the admin console nor with ...
Hi all,
I have a cluster in weblogic 9.2 with 2 nodes(172.20.1.68:7101, 172.20.1.23:7102), 1 adminserver (172.20.1.23:7001) and 1 balancer (apache proxy plugin) 172.20.1.49:7103.
What I see in the balancer's access.log is that every request is marked as 404 not found. But in the node's log I can see those very same request distribuited...
We could modify this file to change the log generation way. For example, We
could change the log rolling way, by hour or by day; and show different log types: info,error and etc.
Thanks.
...
I have maximo running with web logic to a sql database it will be running along and all of a sudden the maximo users loose their connection to the database and maximo stops functioning. I restart the web logic service to this database and everything works again.
Im getting no errors in the Maximo Log or the Web logic log file.
Anyone go...