[JBoss-user] [JCA/JBoss] - Re: Can I monitor available connections in 2.4.8?

2005-04-29 Thread wcleung9
Just want to share my experience and hope that would help others. Now I wrote my own class to do the monitoring job. I found that the Connection objects created by the datasource (org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl) are in fact org.jboss.pool.jdbc.xa.wrapper.XAConnectionImpl instan

[JBoss-user] [Installation & Configuration] - How to enforce JBoss run the latest application deployed?

2005-04-29 Thread wanted
Hi all, I hit this problem occasionally, when i deploy a new application into JBoss, JBoss didn't run the application being deployed but instead it will run the the copy of the application which is in tmp folder. After I remove everything in tmp folder then only the latest application will take

[JBoss-user] [Installation & Configuration] - Re: Changing Server Configuration Home

2005-04-29 Thread bsorkin
This page should help: http://www.jboss.org/wiki/Wiki.jsp?page=JBossProperties I was able to do what you're talking about by passing these properties on startup: -Djboss.home.dir=/home/brian/jboss -Djboss.home.url=file:/home/brian/jboss -Djboss.lib.url=file:/usr/local/jboss/lib View the origina

[JBoss-user] [Beginners Corner] - thanks

2005-04-29 Thread ilangocal
thank you so much. Actually i created a public static Arraylist variable called cart. But i guess the private 'cart' is more suitable though.. I found the text book too, and I am stepping through this sample application gradually thanks a lot View the original post : http://www.jboss.org/in

[JBoss-user] [JBossWS] - Re: Using wscompile for doc/lit

2005-04-29 Thread [EMAIL PROTECTED]
I don't think there is a way to get wscompile to generate your service like this. However, you can change the jaxrpc-mapping file to use a single object that can be named by whatever name you want. Sorry, but hopefully we can address this in the future with jbossws tools. -Jason View the orig

[JBoss-user] [HTTPD, Servlets & JSP] - I will get this right yet.

2005-04-29 Thread robr
I did end all of the | | tags with | | tags. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875996#3875996 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875996 -

[JBoss-user] [HTTPD, Servlets & JSP] -

2005-04-29 Thread robr
Sorry I don't know why they didn't show in the previous post. I have ended all of the tags with the closing tag. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875995#3875995 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [HTTPD, Servlets & JSP] - Correction to my question.

2005-04-29 Thread robr
I am writing a product that is using a tab menu for navigation. I am using some third party software that combines java script and cascading style sheets to create the tab menus with. Each tab can have one or more tabs. I am also using struts and strut tiles in the tool. I need to figure out

[JBoss-user] [Installation & Configuration] - JBOSS Auto Start in Solaris 10

2005-04-29 Thread jaykonkin
I am running JBOSS 3.2.1-Tomcat-4.1.24 on Solaris 10 x86. When I start JBOSS using the script below from command line everything runs fine. The problem is It will not start when I reboot solaris. Softlinks are setup as follows ln /etc/sfw/jboss /etc/rc3.d/S99jboss ln /etc/sfw/jboss /etc/rc0.d/K0

[JBoss-user] [Installation & Configuration] - Re: Is Virtual Directory mapping supported in JBoss?

2005-04-29 Thread tvenegas
Hi, I tried this case and it does very good, but it doesn't work when my server is Linux. In this case, in examples, I can't to use docBase="C:\Storage". I have to try with docBase="/deploy/tmp", but it doesn't work. In file jboss-service.xml of /server/all/conf I define attribute:

[JBoss-user] [HTTPD, Servlets & JSP] - JSP Java Script problem setting java script variables dynami

2005-04-29 Thread robr
I am writing a product that is using a tab menu for navigation. I am using some third party software that combines java script and cascading style sheets to create the tab menus with. Each tab can have one or more tabs. I am also using struts and strut tiles in the tool. I need to figure out

[JBoss-user] [EJB/JBoss] - INDEX hint in ejbql

2005-04-29 Thread kvreddy74
Does jboss support index hints in ejbql ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875985#3875985 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875985 --- Thi

[JBoss-user] [JBoss Portal] - Re: New Portal Install getting a 404 erorr

2005-04-29 Thread [EMAIL PROTECTED]
Read this, then try again. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62647 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875984#3875984 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875984 --

[JBoss-user] [JBoss Portal] - New Portal Install getting a 404 erorr

2005-04-29 Thread keynetx
We just followed the installation instructions for JBoss Portal, but when we go to the portal URL (e.g. http://:8080/portal) we get: HTTP Status 404 - /portal type Status report message /portal description The requested resource (/portal) is not available. Apache Tomcat/5.0.28 Can someone po

[JBoss-user] [Installation & Configuration] - Virtual Directory

2005-04-29 Thread tvenegas
Hi, I have configurated the jboss-service.xml (META_INF and conf) and server.xml files, for to create virtual directory in my pc with Windows server. But, now I need to configurate this files, for to create virtual directory in Linux. I replaced "C:\tmp" by "/usr/java/jboss/jboss-4.0.1sp1

[JBoss-user] [JBoss Getting Started Documentation] - newbie can't find cms-content.zip

2005-04-29 Thread fred1600
I'm tring to install jboss_portal_2.0-jboss_4.0.1sp1 on a w2k system. The instructions state to unzip cms-content.zip into the ../default/data directory. I cannot find cms-content.zip in any downloads. Although I've been using JBoss 3.2.x and have installed Nukes under both 3.2 and 4.0, I have

[JBoss-user] [Installation & Configuration] - Error on start up, could not open the jvm.config

2005-04-29 Thread garycraney
Hi all, I am trying to setup JBoss on my pc, having installed it with no problems, i decided to try and run the server using the run.bat file in the bin directory as instructed. When i did this, i recieved the following error: Error: could not open `C:\Program Files\Java\jdk\jre\lib\i386jvm.cf

[JBoss-user] [Installation & Configuration] - Re: Problems using tiles with JBoss 4.0

2005-04-29 Thread [EMAIL PROTECTED]
After a day of research and other workarounds, I was able to determine that this happens on Default instance and when running all it works perfectly. So the question remains ..?? Which JBoss module is missing in Default configuration that was responsible for all these problems resolution. Any on

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.1sp1 JBossDukesBank EJB spec violation

2005-04-29 Thread ju187
Have the same error when tried to deploy. Using j2ee-1_4-doc-tutorial_2 though. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875974#3875974 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875974 ---

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.0 is slow on Solaris 8 (64bit SunFire v120) 4

2005-04-29 Thread mikek753
And that is "standard" server without any my / user applications are deployed yet. There is result of prstat -Lm -p : PID USERNAME USR SYS TRP TFL DFL LCK SLP LAT VCX ICX SCL SIG PROCESS/LWPID 10124 root 21 0.6 0.1 0.0 0.0 0.1 0.0 78 2 321 185 0 java/11 10124 root 19 0.5 0.1

[JBoss-user] [Security & JAAS/JBoss] - JBoss 4.0.1 SP1 and JOSSO

2005-04-29 Thread TheNomad
Hey all, I'm trying desperately to get JOSSO to work with JBoss 4.0.1. In my travels (with a lot of tracing), I've come across what appears to be the big reason it's not working at this juncture. It boils down to a change in JaasSecurityManager between 3.x and 4.x of JBoss in the authenticate m

[JBoss-user] [Installation & Configuration] - JBoss 4.0.0 is slow on Solaris 8 (64bit SunFire v120) 4 min

2005-04-29 Thread mikek753
Hello, Would any one help me to resolve the problem? Please. The same version of JDK as 1.4.2_06 are installed on WindowsXP and Solaris 5.8 On Windows XP JBoss loads in 1 min, where on Solaris in 4 min! WinXP runs on Laptop with P-M 1.5Ghz and 768Mb ram only Solaris runs on SunFire V120 with 64b

[JBoss-user] [JBoss Portal] - Re: Access to url parameter from portlet API

2005-04-29 Thread mholzner
Portlets are isolated from the http request. You'll have to think a bit about it, but the idea is that someone needs to start the 'chain of events'. In this case, you'd want a portlet to be the one. It would pass whatever params to itself with a render or action request. In that request, the par

[JBoss-user] java.lang.NoClassDefFoundError

2005-04-29 Thread Giuliano Dessì
Hi all. I'm trynd to install jboss portal but i've got this problem: 18:11:26,236 WARN [ServiceController] Problem starting service portal:service=Hibernate java.lang.NoClassDefFoundError: org/jboss/cache/TransactionManagerLookup How can i fix the problem?? --

[JBoss-user] [JBossWS] - Re: Array element type mismatch error while accessing array

2005-04-29 Thread [EMAIL PROTECTED]
There was a bug with handling empty namespaces that was fixed in the latest branch (will be included in 4.0.2). -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875959#3875959 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [JBossWS] - Re: JBossWS web-service from a Stateless Session Bean

2005-04-29 Thread [EMAIL PROTECTED]
12:38:12,027 INFO [AxisServlet] java.lang.IllegalArgumentException: Namespace URI cannot be null This one is fixed in the current branch. It will be included in the 4.0.2 release. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875958#3875958 Reply

[JBoss-user] [JBossWS] - Re: DII call with literal & xsi in SOAP request

2005-04-29 Thread [EMAIL PROTECTED]
A generated proxy is configured from the WSDl, which contains the style/use of the WS. There should be no additional configuration needed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875951#3875951 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [The Lizzard's corner] - Re: JBoss 4.0 - The Official Guide

2005-04-29 Thread rational
Thank you for the advise. Unfortunately my local book store does not carry this title, I would either have to order it through them or Bookpool, etc. What I was looking for was some assistance in determining if there was a value other then saving a ream of paper and some toner? View the orig

[JBoss-user] [Beginners Corner] - Re: Can I use nested query in ejb finders?

2005-04-29 Thread fbiaggi
Hello, have you tried ? Ciao, Franco View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875949#3875949 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875949 --- This

[JBoss-user] [The Lizzard's corner] - Re: JBoss 4.0 - The Official Guide

2005-04-29 Thread [EMAIL PROTECTED]
It is a professionally published version of the JBoss 4 documentation. Take a look at it at your local bookstore and see what you think. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875947#3875947 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Persistence & CMP/JBoss] - cache-policy required for COMMIT C

2005-04-29 Thread [EMAIL PROTECTED]
Hi!, I am implementing a read-mostly pattern as described in the JBoss clustering doc that has a clustered entity bean w/ Commit option C (e.g., Instance Per Transaction CMP 2.x EntityBean) and the another entity-bean on the same table deployed as ReadOnly. I made the two changes to the Instan

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss 3.2 to jboss 4.0 migration problem: requests execu

2005-04-29 Thread ffaure
More information: I've printed my tstamp info at ejbPostCreate time (juste after the insert request) Then, I've printed it too at ejbStore time. It is called just before the update that generates the exception. What is surprising me is that the values are equals! I have to ideas (with really no

[JBoss-user] [The Lizzard's corner] - JBoss 4.0 - The Official Guide

2005-04-29 Thread rational
I was wondering if anyone could tell me if this is just a printed version of the documentation available online or if there is more information available in this printed book? JBoss 4.0 - The Official Guide http://www.amazon.com/exec/obidos/tg/detail/-/0672326485/qid=1114788991/sr=8-1/ref=pd_cs

[JBoss-user] [Persistence & CMP/JBoss] - Finder Problem with 3.2.6

2005-04-29 Thread Roger01
Hi, I am in the process of moving from 3.2.2 to 3.2.6. I have had my full application running successfully on 3.2.2 for a long time. I am now getting an error the first time I try to access the persistent data with a finder method on the home interface of an entity EJB. The finder method use

[JBoss-user] [Persistence & CMP/JBoss] - Re: Jboss 4.0.1 does not seem to read the jbosscmp-jdbc.xml

2005-04-29 Thread sharma_arun_se
Hi My suggestion , if you want to implement it . Make all necessary changes in standardXXX.xml instead of overidding them and find out if this trick works . If so then , there must be some error while creating these overridding files . SEnd me your answer soon. I am Arun Sharma from

[JBoss-user] [Performance Tuning] - Re: Good profiling tool for JBoss

2005-04-29 Thread [EMAIL PROTECTED]
anonymous wrote : I've tryed thid, but have some problems under Windows 2000. It wil be deployed, but the profiler can't find the logs. Well, I've seen other people using it without any problems. Probably you are having some understanding problem. If you want to use it, post me a question in t

[JBoss-user] [Installation & Configuration] - Re: Jboss 4 shutdown of non-default server in background

2005-04-29 Thread PeterJ
Is the admin console you mentioned the one provided by Unisys? If so, and if you used the admin console to create the 'devl' configuration, you should have a JBOSS_HOME/bin/JBossConsole/devl-stop.sh script. Just run that to stop the 'devl' server. If not, try the following when running shutdo

[JBoss-user] [Persistence & CMP/JBoss] - Re: Jboss 4.0.1 does not seem to read the jbosscmp-jdbc.xml

2005-04-29 Thread preprabha
mysql-ds.xml is (Someone the node is being striped off when I paste the file here but its there rt after the user-name) : MySqlDS jdbc:mysql://localhost:3306/test com.mysql.jdbc.Driver root mySQL JBOSSCMP-JDBC.xml is (

[JBoss-user] [Installation & Configuration] - Problem with Shutdown

2005-04-29 Thread ashoknair
Hi All I really appreciate any help on this When I use the ./bin/shutdown.sh -S I get the following Exception in thread "main" javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: error

[JBoss-user] [Beginners Corner] - Re: SSL and JBoss/Tomcat

2005-04-29 Thread janbols
"romm" wrote : Hello all, | I have attempted numerous times without success. I receive a "Page Cannot Be Displayed" in IE when attempting to access https://host:8443/jmx-console/index.jsp . I had no problems with that. I did 4 things: 1. copy the chap8.keystore to default/conf 2. Comment out

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss 3.2 to jboss 4.0 migration problem: requests execu

2005-04-29 Thread ffaure
Hi Alex, Thanks a lot for your response, even if it means bad news for me... We have to change our optimistic locking management for all our applications (the problem is more for other applications that don't run under jboss...) However, I'm worrying because I just tried to remove the triggers o

[JBoss-user] [Messaging, JMS & JBossMQ] - seting MDB destination on the fly

2005-04-29 Thread efreed
Is it possible to set the destination of a MDB programmatically? Perhaps with jmx? I have a single configuration file (the queues are created at startup using jmx), and will have a number of queues setup. I would like to reduce duplication of the queue name (one in the config file for the sour

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems getting JMS to authenicate using the LDAPLoginM

2005-04-29 Thread osganian
Seems like I'm picking this apart. Ok, got it to start up without any errors. Had a misprint in a jboss-service.xml file. However still there is a problem. Since I'm using the JDBCStateManager when i try to actually use the topic, I get the following error: | Cannot get a client ID; - ne

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is IT A BUG ? Error deploying only last Entity bean of e

2005-04-29 Thread sharma_arun_se
Yes we are creating one primary key cmp field for that entity.I think then it is necessary to make change corresponding entity also . Then test with our client appalication. I will let u know the response what pls stay in touch well thanx for everthing View the original post

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is IT A BUG ? Error deploying only last Entity bean of e

2005-04-29 Thread [EMAIL PROTECTED]
Yes, that's wrong. You should define at least a primey key field. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875921#3875921 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875921 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: 3.2 to 4.0 problem: Optimistic locking whith tstamp

2005-04-29 Thread [EMAIL PROTECTED]
"ffaure" wrote : In jboss3.2, the where clause doesn't include the TSTAMP column condition and it works Then optimistic locking didn't work? "ffaure" wrote : Could it be possible that the entity bean does not load the tstamp value updated by the trigger? Of course. "ffaure" wrote : In that ca

[JBoss-user] [Installation & Configuration] - Dependence on jboss deploy

2005-04-29 Thread rmcosta
Can you tell me how to construct a depends tag in scheduler-service.xml to wait for an ear to be deployed? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875919#3875919 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is IT A BUG ? Error deploying only last Entity bean of e

2005-04-29 Thread sharma_arun_se
Yes , We have one entity which have no field , I am sending you the tag entry of that in ejb-jar.xml file. NextIDBaseEntityEJB au.com.chimo.nextidserver.base.LocalNextIDBaseEntityHome au.com.chimo.nextidserver.base.LocalNextIDBaseEntity au.com.chimo.ne

[JBoss-user] [Persistence & CMP/JBoss] - Re: UNABLE TO FIND SOLTION OF MY PROBLEM FROM LAST 10 DAYS R

2005-04-29 Thread [EMAIL PROTECTED]
@ejb.bean is an xdoclet thing... Check out xdoclet.sf.net. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875918#3875918 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875918 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP compile problem on 4.0.2 RC1

2005-04-29 Thread rknj79
"abuayyub" wrote : Copy the javax.servlet.jar from the jboss lib to the WEB-INF/lib dir of the application and rename it servlet.jar. remove any servlet-api.jar or other servlet jar. This did the trick when i got this particular error. I did exactly what you said, but still get the problem.

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is IT A BUG ? Error deploying only last Entity bean of e

2005-04-29 Thread [EMAIL PROTECTED]
Interesting... Looks like an entity has no fields? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875916#3875916 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875916 --

[JBoss-user] [Installation & Configuration] - Re: configure jBoss to use static document hierarchy

2005-04-29 Thread pjw
seems like the tags disappeared... Add the following to server.xml in the Tomcat sar-directory. < DefaultContext allowLinking="true" / > View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875914#3875914 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [JBossWS] - Re: DII call with literal & xsi in SOAP request

2005-04-29 Thread sidazad
I don't have to use a DII Client. A Dynamic Proxy client would be fine for me. But I did follow the tutorial and ended up getting errors in the dynamic proxy. I posted those on : http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63230 I also posted the soap message that is being generated

[JBoss-user] [Installation & Configuration] - Re: configure jBoss to use static document hierarchy

2005-04-29 Thread pjw
to answer my own question: this is possible by using the allowLinking-attribute of Tomcat. Add the following to server.xml in the Tomcat sar-directory. Then it will be possible to add symbolic links to anywhere you like /pj View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems getting JMS to authenicate using the LDAPLoginM

2005-04-29 Thread osganian
Ok, I've gotten further but not quite far enough. I was populating users in an LDIF and I didn't have the format correct for specifying encrypted & base64 encoded passwords. Changed it to: | userPassword: blahblahblah | Where "blahblahblah" is an encrypted & base64 encoded password. Al

[JBoss-user] [Beginners Corner] - Re: Reading/Writing files with JSP

2005-04-29 Thread wimana
thank you for posting. i've already found an other solution. the extra dificuly was that i didn't read the files in the JSP itself, but in plain JAVA classes. So i solved the problem by saving the path with : Predefinition.getInstance().setUrl(this.getClass().getClassLoader().getResource("files

[JBoss-user] [JBoss Getting Started Documentation] - JBoss 4.0.1sp1 JBossDukesBank EJB spec violation

2005-04-29 Thread uselen
Hi, I'm using JBoss 4.0.1sp1 J2SDK 1.4.2_05 ant-1.6.2 j2ee-1_4-doc-tutorial_4 When I try to deploy "JBossDukesBank.ear", I get following error messages. Any help will be appreciated. Thanks. 13:54:38,281 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.1sp1/ server/default/deploy

[JBoss-user] [Performance Tuning] - Re: Probelm with the default instance of JBoss 4

2005-04-29 Thread MrRCave
Am getting similar problems with code which has been well bedded in running under 3.2.5 and below. No solution as yet I'm afraid. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875905#3875905 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Beginners Corner] - Re: Reading/Writing files with JSP

2005-04-29 Thread milowe
File f = new File(this.getClass().getResource("/yourfileinarchive").getFile()) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875902#3875902 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875902 --

[JBoss-user] [Security & JAAS/JBoss] - Problem with logout with FORM based authentication and sessi

2005-04-29 Thread jjmargon
Hi to all. I've read in the forum that when any web application has FORM based security, the way you can implement logout is making session.invalidate() I don't have problems when I request a resource under security protection. The form is showed to me and I validate correctly. The issue is that

[JBoss-user] [Beginners Corner] - Re: Budi Kurniawan's sample application on Adder EJB

2005-04-29 Thread milowe
I guess you need to own a copy of that book to have some useful inputs. However, our friend google found a solution for you though. http://www.quepublishing.com/isapi/product_id~%7BF81C009C-BBD3-4E29-AEC1-CF51732034EF%7D/selectDescTypeId~%7B3E2086CC-D924-4834-9600-A29694F5A455%7D/st~%7B47C00B67-3

[JBoss-user] [Installation & Configuration] - Re: jboss stopping on logout solaris

2005-04-29 Thread vibe.axb
in the run.sh script, replace the command "$JAVA" $JAVA_OPTS \ -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ -classpath "$JBOSS_CLASSPATH" \ org.jboss.Main "$@" NB I think with the default run.sh, the nohup run.sh & fails because the run.sh is locked in an endless loop, so the nohup is not tak

[JBoss-user] [Security & JAAS/JBoss] - Re: How to logout a user?

2005-04-29 Thread jjmargon
Hi. I have the same problem. I'm trying to code a logout function for my web application. That is, I have a FORM authentication and when I have a user validated, I want to code a logout function. But if I try to make a Session.invalidate() after a user has been validated, it doesn't work, because

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic File Size

2005-04-29 Thread wikey
i'm trying with the mysql but it's 3-4 times slower, anyway to fine tune it...index oredi set to the TXID and TXOP field from JMS_Messages table View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875893#3875893 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Beginners Corner] - MailService open for remote clients

2005-04-29 Thread elmizmo
Hi, is it possible for remote clients to use the mailservice as configured in Jboss ? I don't find a way to make the mailservice available via jndi. It only works for clients inside JBoss. Is it maybe a security issue ? Thanks, Henk View the original post : http://www.jboss.org/index.html?

[JBoss-user] [JNDI/Naming/Network] - Re: java.rmi.ConnectException

2005-04-29 Thread dboeckli
forgot to say that when server and client are on different machines but in the same domain it works as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875891#3875891 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JNDI/Naming/Network] - java.rmi.ConnectException

2005-04-29 Thread dboeckli
Following Failes when Client and Server are different Domains: | public IPmonHistorySupplier( String host, int port ) throws ServiceNotAvailableException { | try { | ServiceLocator serviceLocator = ServiceLocator.getInstance(host, port); | |

[JBoss-user] [HTTPD, Servlets & JSP] - ClassNotFoundException for contents of WEB-INF/classes in JB

2005-04-29 Thread Colin McFarlane
I have an EAR file containing just a war file. The war file contains one JSP page and one servlet class. The servlet class is in the WEB-INF/classes/com/xxx/yyy.class file inside the war file. Attempting to run the servlet in JBoss-4.0.1sp1 results in a ClassNotFoundException. View the orig

[JBoss-user] [Performance Tuning] - Re: Good profiling tool for JBoss

2005-04-29 Thread rafcio
"[EMAIL PROTECTED]" wrote : It's a very subjective question. It really depends. | | It depends on what you are doing, what kind of features you are looking for and what kind of user you are. | Performance, memory (leaks) ... "[EMAIL PROTECTED]" wrote : | I have developed JBossProfiler

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic File Size

2005-04-29 Thread darranl
You should look at using a different database other than Hypersonic. http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875886#3875886 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Management, JMX/JBoss] - NamingException in MBean

2005-04-29 Thread bha
Hi, MBean Short desc : Main goal is to produce JMS messages on a specified Queue as files are uploaded in specified directories. It works fine when deployed on a running jboss but I still experience troubles when JBoss is restarted. Troubles: 1 - ConnectionFactory (JMS) is not yet bound at st

[JBoss-user] [Performance Tuning] - Re: Good profiling tool for JBoss

2005-04-29 Thread kirillp
I am using YourKit, which is very good except it's quite expensive. regards Kirill. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875883#3875883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875883

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic File Size

2005-04-29 Thread wikey
Hi, Still the same after the upgrade...the file size still growing till i restart my JBOSS Anything else i can do? below is the properties file created once i start tomcat. #HSQL Database Engine #Fri Apr 29 18:15:43 SGT 2005 hsqldb.cache_file_scale=1 runtime.gc_interval=0 hsqldb.first_identity=0

[JBoss-user] [Installation & Configuration] - Jboss 4 shutdown of non-default server in background

2005-04-29 Thread rajeshchande
Hello, I have created an identical server as "default". I named it as "devl". I am able to successfully start the "devl" server and work on it. If i start the "devl" server in foreground , I can shutdown by "ctrl-c". But How to shutdown the server that is started in background from the commandl

[JBoss-user] [Installation & Configuration] - Jboss 4 shutdown of non-default server in background

2005-04-29 Thread rajeshchande
Hello, I have created an identical server as "default". I named it as "devl". I am able to successfully start the "devl" server and work on it. If i start the "devl" server in foreground , I can shutdown by "ctrl-c". But How to shutdown the server that is started in background from the commandl

[JBoss-user] [JBossWS] - Re: DII call with literal & xsi in SOAP request

2005-04-29 Thread [EMAIL PROTECTED]
Yes, the DII as well as dynamic proxy is supported with JBossWS. If you follow the WS4EE client programming model as described in the wiki you should not have a problem. What is your motivation to use DII? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38758

[JBoss-user] [Installation & Configuration] - iPlanet 6.x Integration with jboss-4 and tomcat

2005-04-29 Thread rajeshchande
Hello, I am looking forward to configure the following : User --> iPlanet --> tomcat --> jboss Can anybody give me a step by step guide? Thanks in advance. Regards, Rajesh. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875878#3875878 Reply to the post :

[JBoss-user] [JBossWS] - Re: Problems by deploying the WS-Wiki-Example

2005-04-29 Thread [EMAIL PROTECTED]
The web.xml is mixing a DTD for web-app_2_3.dtd and a schema for web-app_2_4.xsd It is probably not dom4j that is confused here. | http://java.sun.com/dtd/web-app_2_3.dtd";> | | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schema

[JBoss-user] [EJB/JBoss] - Re: NPE when deploying EJBs

2005-04-29 Thread darranl
How many EJBs are you deploying at once? This problem will be much easier to solve if you just look at deploying one EJB. If you have got it down to just one EJB that is causing the error can you provide the generated deployment descriptors, looking at previous posts it is probably a missing e

[JBoss-user] [EJB/JBoss] - IIOP nameservice deadlock

2005-04-29 Thread maf
Hi all, I am using JBoss 3.2.5 and access session beans from C++ CORBA clients. In certain situations many clients at a time try to lookup new references for a certain bean in the name service. Sometimes in this case a deadlock occurs. All RequestProcessor threads become blocked while waiting fo

[JBoss-user] [EJB/JBoss] - Re: NPE when deploying EJBs

2005-04-29 Thread tufanocak
i have the same problem on a basic EJB sample that i created with Eclipse and Xdoclet . Have anybody a suggestions to this situation. Jboss :3.2.5 EJB : 2.0 java.lang.NullPointerException at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.loadLoadGroups(JDBCEntityBridge.java:1024)

[JBoss-user] [Persistence & CMP/JBoss] - Re: 3.2 to 4.0 problem: Optimistic locking whith tstamp

2005-04-29 Thread ffaure
I've realized my problem is perharps not linked to the commit time execution of request but with the optimistic locking management: In xdoclet, I've declared this stuff for the entity bean concerned: * @jboss.optimistic-locking * timestamp-column="TSTAMP" * field-name="tstamp" * column

[JBoss-user] [Installation & Configuration] - Two NICs for redundancy,but JBoss only bind to one of them?

2005-04-29 Thread gfzhang
How to configure JBoss so that at any time if one NIC can not be accessible, I can accecss JBoss by using the IP address bound to by anotherr NIC? If only one NIC installed on the machine with two IPs configured, how to configure JBoss so that only one IP address can be used to access JBoss? t

[JBoss-user] [Management, JMX/JBoss] - Re: Problems after MBean deployment and start

2005-04-29 Thread gardon
Yes, it's bound before and also after the service deployment... In jmx-console it's under jboss node as "service=TransactionManager" Meanwhile I found, that the problem is caused by CasinoClient (what I hadn't expected). If I don't use it, everything is ok. It's a third party application, but

[JBoss-user] [Beginners Corner] - Re: Can I use nested query in ejb finders?

2005-04-29 Thread amit10may
Hi, Actually I had tried with JBoss-QL also. But its giving same problem. Do you know how to use subqueries as mentioned in my original post ? Regards Amit View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875868#3875868 Reply to the post : http://www.jboss.or

[JBoss-user] [JNDI/Naming/Network] - Access JNDI over HTTP

2005-04-29 Thread yoge_babu
Hi, I am able to connect JNDI over HTTP. I follow the steps given in http://docs.jboss.org/jbossas/admindevel326/html/ch3.chapter.html#ch3.accessingjndi Everything works fine. But when JBoss is behind the firewall it is not working. Please let me know if Iam missing anything. Thanks in Advan

[JBoss-user] [Installation & Configuration] - Re: Scheduler in JBoss 4.0.0

2005-04-29 Thread barunkdas
Is any body alive out there??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875866#3875866 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875866 --- SF.Net email i