[JBoss-user] [Performance Tuning] - Re: JBoss Connection Pool is holding large PreparedStatement

2005-03-15 Thread alchemista
I switched back to my own implementation of connection pooling, and the same error is happening, so this doesn't seem to be a JBoss problem. I'm now trying to diagnose whether this is a bug with the Oracle driver. View the original post :

[JBoss-user] [EJB/JBoss] - Long-running Session beans

2005-03-15 Thread zurchman
Is there any way for a stateless session bean to periodically relinquish it's processing time? I'm using JMX in an application to periodically invoke a stateless session bean that polls a number of resources for availability. The problem is that the polling may require 3 to 4 minutes to

[JBoss-user] [Messaging, JMS JBossMQ] - JBossMQ under other application servers

2005-03-15 Thread ben.lindahl
Is JBossMQ able to function under other application servers? Our product ships with JBoss, but we want to give clients the option to switch out the application server without providing their own JMS implementations. Thanks in advance. View the original post :

[JBoss-user] [Performance Tuning] - Heap Size increase on Server Idle

2005-03-15 Thread kalyan120
Hi All, We are running a JBoss server with sun.rmi.dgc.client.gcInterval and sun.rmi.dgc.server.gcInterval values each set to 10 minutes. The following are the Full GCs that are captured when the server is idle for about 110 minutes. We have noticed that there is a constant rise of around 70MB

[JBoss-user] [EJB/JBoss] - Re: Why Can't I Use Two MySQL Databases?

2005-03-15 Thread gberish
Just in case anyone else refers to this topic, all it took was to repeate the section in the jbosscmp-jdbc.xml in my ejb.jar META-INF directory. |defaults | datasourcejava:/GoDS/datasource | datasource-mappingmySQL/datasource-mapping | ... |/defaultsThe

[JBoss-user] [Beginners Corner] - Re: How can I access my CSS file?

2005-03-15 Thread mrobin21
Have you tried referencing the static content directly by putting the full URL in the Browser address, i.e.; http://www.site.com:8080/myApp/static/default.css. (This example presumes JBOSS is listening on port 8080 and your war file is deployed correctly and is called myApp.war) Are you

[JBoss-user] [Nukes User] - About Chinese support

2005-03-15 Thread yxyang
Hello, Due to business requirement, i would like to translate the JBoss Nukes into Chinese and then contribute the resouce files. Who can give me some idea about how to start? Regards Yang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870293#3870293

[JBoss-user] [Management, JMX/JBoss] - Re: Can't lookup

2005-03-15 Thread lynnchi
In fact, I use ip to lookup. I use jmx/rmi/RMIAdaptor to lookup,but the result is Can't bound it.-_-P View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870294#3870294 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870294

[JBoss-user] [Beginners Corner] - Re: Oracle 10g / JBoss 4.0 /

2005-03-15 Thread mrobin21
oracle.jdbc.xa.OracleXAException is a vendor-specific class found the in Oracle JDBC Driver JAR file. This file is called ojdbc14.jar and may be downloaded from the Oracle site. Once you have it, put it in the lib directory of your JBOSS server instance. View the original post :

[JBoss-user] [Beginners Corner] - Re: jboss 4.0.1 and xdoclet

2005-03-15 Thread mrobin21
I presume you are talking about a problem along the lines of: anonymous wrote : | When building local references, XDoclet 1.2.1 erroneously uses the ejb-ref tag instead of the ejb-local-ref tagset, and puts the ejb/ path in the wrong place within these tags. | If you are, I resolved it

[JBoss-user] [Beginners Corner] - Re: JBoss class load order/application class dependancy ques

2005-03-15 Thread mrobin21
Try inserting paths to your web application libraries into JBOSS_CLASSPATH variable in the bin/run.bat file (on Windows) or bin/run.sh (on *NIX). This will probably require you to deploy your WAR file in expanded form in JBOSS, or to separate out the libraries into a folder of their own

[JBoss-user] [Clustering/JBoss] - JBoss(Cluster) shutdown on HPUX

2005-03-15 Thread tuzi_ws
Jboss 3.23, HPUX 11, JRE 1.41-06 I am using the shutdown -S command or Ctrl+C to shutdown the jboss (all)in HP Unix. But the jboss is not stopping properly after sometime in shutdown process,it hangs . and when i list the processes using ps comman i can still see the jboss process running.

[JBoss-user] [Clustering/JBoss] - How can know EJB cluster is success from console?

2005-03-15 Thread litflyhorse
with the info of console we can know node cluster whether is ok, just as [ 10:30:41,000 INFO [DefaultPartition] Number of cluster members: 3 10:30:41,000 INFO [DefaultPartition] Other members: 2 10:30:41,000 INFO [DefaultPartition] Fetching state (will wait for 3 millis econds): ] Now,if

[JBoss-user] [Beginners Corner] - Re: lomboz xdoclet jboss

2005-03-15 Thread mrobin21
I resolved it by hacking the JBOSS XDoclet definition (in the jboss_xml.xdt file in the plugins\sf.net.xdoclet_1.2.1\xdoclet-jboss-module-1.2.1.jar JAR) The steps to make these changes: 1. Unpack the jar file into a temporary directory (e.g., c:\data\temp). 2. Edit the file jboss_xml.xdt as

[JBoss-user] [Beginners Corner] - JBoss-Net

2005-03-15 Thread seeta
I tried to compile the Duke's bank tutorial using ant, but I get an error message saying that jboss-net.sar is not found. How would I install jboss-net? thank you, seeta View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870302#3870302 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: How can I access my CSS file?

2005-03-15 Thread jimijon
That's weird... I can reference it directly! But still my app can't.. I don't even get any errors in my log. Any more ideas? Simple things like this drive me crazy, especially when I am such the newbie. Also, I am not using Apache currently for any of my development and test deployments.

[JBoss-user] [JBossWS] - Re: Deploy Problem ArrayOf_xsd_string

2005-03-15 Thread y_zl
Thanks Jason. I didn't try wscompile. I used option -uliteral in java2WSDL and deployed to JBoss 4.0.1 again, the problem remains same. the signature of the service has the following format: String [] method1( arg1, arg2); I think the type of ArrayOf_xsd_string is generated to reflect

[JBoss-user] [Management, JMX/JBoss] - Monitoring an MBean (with reference to earlier mail)

2005-03-15 Thread sridhar.v
The earlier code snippet i had sent had some of the naming conventions wrong. (i know it was silly). The code started to work properly but i have a new problem... I changed the CPUgauge monitor to a counter monitor and made the CPUUsage Mbean return sone phony int values, the monitor notified

[JBoss-user] [Installation Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-15 Thread [EMAIL PROTECTED]
The existing log4j.war example from the wiki works fine for me under jboss-4.0.1. I have updated the snoop.jsp to display the log4j Logger codesource and the log4j.xml. Both are seen to come from the war: h1Log4j Information/h1 Logger CodeSource:

[JBoss-user] [Management, JMX/JBoss] - Re: Monitoring an MBean (with reference to earlier mail)

2005-03-15 Thread sridhar.v
just made both thresholdHigh and ThresholdLow to 0.0 and i startted getting notifications. Strangely enough the CPU usage was of the order of 0.0001 even though my JMX console is showing the cpu usage to be greater than 2 any pointers?? Sridhar View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Organizational Role to Application Role mapping using LD

2005-03-15 Thread [EMAIL PROTECTED]
Its easy to statically configure the role in jboss using the UserRolesLoginModule. We only support static assocation of roles from the deployment descriptors for the run-as identity. For all other usecases the role are associated via JAAS, or JACC. View the original post :

[JBoss-user] [Beginners Corner] - Error when trying to deploy an application

2005-03-15 Thread seeta
I got this error when I tried to deploy my example application 00:48:04,296 WARN [verifier] EJB spec violation: Bean : Fibo Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the ejb-class

[JBoss-user] [Beginners Corner] - Re: Error when trying to deploy an application

2005-03-15 Thread raja05
Info : Class not found on 'tutorial.ejb.FiboBean': No ClassLoaders found for: tutorial.ejb.FiboBean Classnotfound.. thats the error. see if your jar file assembly contains the class in the correct package. View the original post :

[JBoss-user] [Installation Configuration] - Re: relative path's

2005-03-15 Thread paulvl
are there any problems I may get from keeping the path relative in stead of absolute? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870320#3870320 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870320

[JBoss-user] [Beginners Corner] - Re: Error when trying to deploy an application

2005-03-15 Thread vashistvishal
To see if the class is there in yr jar ..use this ..command. jar -tvf name.jar Vishal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870321#3870321 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870321

<    1   2