Re: [JBoss-user] JBoss/Jetty/JBuilder

2002-12-05 Thread Matthew Van Horn
On Friday, December 6, 2002, at 02:11 PM, cai margiex wrote: http://sourceforge.net/projects/jboss-opentool/ Maybe this will help. I believe that is the same tool referred to in the instructions in my earlier response to you. It sets up JBoss, but not the JSP/Servlet engine. I got the EJB st

RE: [JBoss-user] ClassCastException after redeploying

2002-12-05 Thread Oliver George
Same problem happens under two different enviroments... WinNT: - jboss-3.0.4_tomcat-4.1.12.zip - j2sdk-1_4_0_03-windows-i586.exe Linux (Debian/testing): - jboss-3.0.4_tomcat-4.1.12 - j2sdk-1.4.1-beta-linux-i586.bin what else can I try? thanks and please keep helping :) Oliver. On Fri, 2002-

Re: [JBoss-user] JBoss/Jetty/JBuilder

2002-12-05 Thread cai margiex
http://sourceforge.net/projects/jboss-opentool/ Maybe this will help. From: Matthew Van Horn <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss/Jetty/JBuilder Date: Fri, 6 Dec 2002 13:58:35 +0900 Is anyone using JBoss/Jetty with JBuilder? If s

[JBoss-user] JBoss/Jetty/JBuilder

2002-12-05 Thread Matthew Van Horn
Is anyone using JBoss/Jetty with JBuilder? If so, how can I set up JBuilder7 to use Jetty for JSP/Servlets? Do I have to write my own OpenTool? Thanks, Matt Van Horn --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http:

[JBoss-user] ClassCastException after redeploying

2002-12-05 Thread Oliver George
Hi all, I have a much reported problem but I'm unable to find the solution. The problem: I have to reboot the server after each EJB change, if I don't by webapp throws ClassCastExceptions when accessing my EJBs. A description is below, the problem happens on every project I've tried including

Re: [JBoss-user] how to not blow away work dir on undeploy?

2002-12-05 Thread Scott M Stark
Set the DeleteWorkDirs attribute to false. The bug report that prompted its addition is: https://sourceforge.net/tracker/?group_id=22866&atid=376685&func=detail&aid=568605 Scott Stark Chief Technology Officer JBoss Group, LLC - Original Messag

[JBoss-user] authenticate user

2002-12-05 Thread Gabriel Esteves Marques Pinto
How can I authenticate a user in JBOSS, using postgre database? How can I get the user rule? thanks Gabriel ___ Busca Yahoo! O melhor lugar para encontrar tudo o que você procura na Internet http://br.busca.yahoo.com/ --

Re: [JBoss-user] Fwd: [JBoss-dev] jboss-head compilation failure?

2002-12-05 Thread David Jencks
Did you check out cvs ... co jboss-head if not you will have the wrong stuff in thirdparty and nothing will work. david jencks On 2002.12.05 18:49:56 -0500 wonder sonic wrote: > Maybe I posted this message to the wrong mailing list > :-( > > --- wonder sonic <[EMAIL PROTECTED]> a écrit : > >

Re: [JBoss-user] Change Jetty Deployment Dir

2002-12-05 Thread Todd M Benge
It looks like I may have my problem solved for the short term. I created a directory in the deploy directory named the same as the war file and then expanded the war file into that directory. I'm now able to write files to that directory and they do not get removed on shutdown. Thanks for t

[JBoss-user] Fwd: [JBoss-dev] jboss-head compilation failure?

2002-12-05 Thread wonder sonic
Maybe I posted this message to the wrong mailing list :-( --- wonder sonic <[EMAIL PROTECTED]> a écrit : > De: wonder sonic <[EMAIL PROTECTED]> > À: [EMAIL PROTECTED] > Objet: [JBoss-dev] jboss-head compilation failure > Date: Thu, 5 Dec 2002 20:28:01 +0100 (CET) > > Hello, > Can someone help me

[JBoss-user] JBoss classloading

2002-12-05 Thread olivier monroux
Hi all, I would like to deploy 2 ears on the same JBoss 3.0 server, each of them containing a different version of the same package. The issue is that once the first ear is deployed, the second ear can not retrieve its own version the package : it retrieves the version of the first ear. I thoug

[JBoss-user] how to not blow away work dir on undeploy?

2002-12-05 Thread David Ward
Hello, all. My env: jboss-3.0.3_tomcat-4.1.12 Sun JDK 1.4.1_01 Linux 2.4.19-16mdk, Mandrake 9.0, i686 Apache 2.0.43 w/JK2.0.2->Coyote When I was using jboss-3.0.3_tomcat-4.1.12, undeployment of my app caused a stack trace in the jboss server console. That seems to be fixed in jboss-3.0.4_tomca

[JBoss-user] Change Jetty Deployment Dir

2002-12-05 Thread Todd M Benge
Hi, We have a web application that requires custom files to be written to the deployed webapp directory. Ideally, the information that is needed would be persisted in a database and read from there but for now files are written to the webapp direcotory. I'm wondering if there's a method to s

RE: [JBoss-user] regression tester is dying after 3 hours

2002-12-05 Thread manish sharan
Actually, I did mean Thread.sleep(100) inside MDB as my MDB was doing a lot of iterations without any blocking operations(only generating test strings). Before I dicovered the -x options for JVM , in one of my tests, when I did not have Thread.sleep(100) ,I got an out of memory exception relativ

Re: [JBoss-user] Eclipse project file for 3.2

2002-12-05 Thread Emerson Cargnin - SICREDI Serviços
i made up a classpath.xml eclpse file to use with 3.2 and 4.0 (head). there some differences between then regards to the paths of libs (e.g. sun-jmx in head and sun/jmx in 3.0 and 3.2) the only think i couldn't fix is the lack of javax.xml.soap.SOAPMessage in the head configuration , it lacks t

RE: [JBoss-user] regression tester is dying after 3 hours

2002-12-05 Thread Demyanovich, Craig - Apogent
> Its finally working . Thanks to Boris for pointing me to jvm options. I'm glad to hear that you've solved your problems. > 4) use Thread.sleep(100) -- if the MDB is iterating over long > collections Please elaborate: explicit thread control is not allowed/highly discouraged in EJBs. Perhaps

RE: [Jboss-user] Serializable Transactions?

2002-12-05 Thread Rod Cope
In JBoss 3.0+, it's a named "TransactionIsolation" you need to add to your data source deployment. Here's an example from our mysql-service.xml: MySqlDS jdbc:mysql://localhost:3306/jbossdb com.mysql.jdbc.Driver

Re: [Jboss-user] Serializable Transactions?

2002-12-05 Thread David Jencks
It's always a good idea to tell us what jboss version you are using. I think you can set transacction isolation for all jboss 3++ versions in the datasource configuration file. As I recall you can use a string == the constant name. If it's not in an example file look in the ra.xml for one of the

Re: [JBoss-user] compacting data in interceptors/invokers

2002-12-05 Thread Marius Kotsbak
Is it possible to combine this with HTTP tunneling? How? On tor, 2002-12-05 at 18:55, Scott M Stark wrote: > This is a customization of the transport interceptor and is done via customization > of the associated invoker. See the > testsuite/src/main/org/jboss/test/jrmp/test/CustomSocketsUnitTestCa

Re: [JBoss-user] compacting data in interceptors/invokers

2002-12-05 Thread Scott M Stark
This is a customization of the transport interceptor and is done via customization of the associated invoker. See the testsuite/src/main/org/jboss/test/jrmp/test/CustomSocketsUnitTestCase.java which uses the following invoker config to perform compression: 4445 org.jboss.test.jrmp.ejb.

Re: [JBoss-user] regression tester is dying after 3 hours

2002-12-05 Thread manish sharan
Its finally working . Thanks to Boris for pointing me to jvm options. For those interested , here is my takeaway from this experience 1) jvm options : -server -xinc -Xms512m -Xmx512m 2) -xinc did cause a noticeable degradation in throughput but the JMSCI is no longer runing out of memory and

[JBoss-user] compacting data in interceptors/invokers

2002-12-05 Thread Emerson Cargnin - SICREDI Serviços
by the 3.0.4 dev book, it's not all clear how to use the interceptors/invokers to compact data before sending through the wire. a little more deep example and explanatioin could be fine... -- | Emerson Cargnin | | Analista de Sistemas Sr. | | Tel : (051) 3

Re: [JBoss-user] Startup Ordering problem with 4.0 Alpha

2002-12-05 Thread Peter Fagerlund
torsdagen den 5 december 2002 kl 14.00 skrev <[EMAIL PROTECTED]>: Any Ideas? - try code change: Start the hsqldb thread with a high priority ? and after startup fall back to normal. Config change: Use Persistent == false and se if the problem disappears. /peter_f -

Re: [JBoss-user] Eclipse project file for 3.2

2002-12-05 Thread Emerson Cargnin - SICREDI Serviços
the problem is that it takes one project per module. It's a big work to configure all the libraries for each project. it could be better to have a project for intire jboss-all (jboss-3.0 or jboss-3.2) module. A time ago i configured a classpath file to to this (this file keeps all the librarie

Re: [JBoss-user] HttpInvoker and ssl.

2002-12-05 Thread Vincent Wong
If I'm using jdk 1.4 is this method you describe still valid?  Is there sample code out there? Thanks in advance." >From: "Scott M Stark" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: [JBoss-user] HttpInvoker and ssl. >Date: Sat, 9 Nov 2002 08:32:58 -08

[Jboss-user] Serializable Transactions?

2002-12-05 Thread Jonas Engman
I'm having some troubles with deadlocks with a SessionBean and three Entity beans and an easy solution would be to run all transactions serialized. Is that somehow possible in JBoss? Thanks Jonas --- This sf.net email is sponsored by:ThinkGeek

AW: [JBoss-user] .wsr service inside ear cannot be redeployed?

2002-12-05 Thread Jung , Dr. Christoph
Title: Nachricht Alex,   IMHO this JBOss.net bug has been fixed in 3.2beta   CGJ   -Ursprüngliche Nachricht-Von: Alexey Yudichev [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 5. Dezember 2002 14:35An: [EMAIL PROTECTED]Betreff: [JBoss-user] .wsr service inside ear

Re: [JBoss-user] 2 different OracleDS

2002-12-05 Thread David Jencks
That is what you have to do. You need to make sure all (3 per datasource) mbeans have unique names. david jencks On 2002.12.05 07:36:51 -0500 Patrick Hubers wrote: > --Op 05-12-2002 12:56 +0200 schreef Mokas Vassilis > ([EMAIL PROTECTED]): > > ... > > However, I cannot find how to declare the

RE: [JBoss-user] 2 different OracleDS

2002-12-05 Thread Geer, Benjamin
You can make as many xxx-service.xml files as you like, for different datasources, e.g. oracle-foo-service.xml, oracle-bar-service.xml, etc. Just make sure the JNDI and JMX names in those files don't conflict. Benjamin > -Original Message- > From: Patrick Hubers [mailto:[EMAIL PROTECTED]]

[JBoss-user] Complicated Issue - may require more experience

2002-12-05 Thread Will Senn
Hi all, Go back a couple of days and see if any of you can answer the Tomcat/Jetty question. Or is it of such overwhelming complexity as to befuddle all Jboss-User readers? Thanks, Will --- This sf.net email is sponsored by:ThinkGeek Welco

[JBoss-user] .wsr service inside ear cannot be redeployed?

2002-12-05 Thread Alexey Yudichev
Title: .wsr service inside ear cannot be redeployed? In Jboss 3.0.4 I have an ear application deployed. application.xml is http://java.sun.com/j2ee/dtds/application_1_2.dtd">   MMS       MMSEjb.jar           mms.war   mms             MMSEjb.wsr   It is deployed without

RE: [JBoss-user] Anyone succesfully using session clusters?

2002-12-05 Thread Sacha Labourey
checkout module "jboss-3.0" from branch "Branch_3_0" then go in sub-directory "build" and type "build". You will then find JBoss build in the build/output/ directory > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Joao Pedro > Clemente > Envoye : je

[JBoss-user] Startup Ordering problem with 4.0 Alpha

2002-12-05 Thread rickmacc
Hi, I'm having trouble setting up JMS queues backed by Hypersonic with JBoss 4.0 alpha. The trouble is that the Hypersonic service appears to be up (at least as far as the dependency check is concerned) so the rest of the services try to start. The problem occurs when the Queue manager tries to

Re: [JBoss-user] 2 different OracleDS

2002-12-05 Thread Patrick Hubers
--Op 05-12-2002 12:56 +0200 schreef Mokas Vassilis ([EMAIL PROTECTED]): ... However, I cannot find how to declare the second Oracle datatsource. In the same oracle-service.xml file with the First Datasource (in the Same MBean ?) or in a different xml file. I don't know if it's the most elegant

Re: [JBoss-user] Anyone succesfully using session clusters?

2002-12-05 Thread Jules Gosnell
Jetty (JBossWeb) or Tomcat ? Jules Joao Pedro Clemente wrote: Yes, I'm talkinga about httpsession. I've browsed over jboss's cvs and found nothing calle "Branch_3_0" (http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/) maybe I'm looking on the wrong place? maybe its what is under "jboss"

Re: [JBoss-user] ms sql and jboss

2002-12-05 Thread cai margiex
when I run the findByPrimaryKey in test client codes, there will be the following errors: Using findByPrimaryKey: Caught an unexpected exception! javax.ejb.ObjectNotFoundException: No such entity! at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245) .

RE: [JBoss-user] Anyone succesfully using session clusters?

2002-12-05 Thread Joao Pedro Clemente
Yes, I'm talkinga about httpsession. I've browsed over jboss's cvs and found nothing calle "Branch_3_0" (http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/) maybe I'm looking on the wrong place? maybe its what is under "jboss" ? I'm a bit confused with the proper cvs command: usually is "check

[JBoss-user] ms sql and jboss

2002-12-05 Thread cai margiex
Hi, I can run with jboss+mysql, but when I moved the table to ms sql2000, no records found. I used ms's jdbc driver. All settings of mssql are the same with mysql, and i can deploy the entity bean successfully, when i created a test client(nearly the same with the mysql test client), no re

RE: [JBoss-user] Anyone succesfully using session clusters?

2002-12-05 Thread Sacha Labourey
Sorry to pop-up lately. Are you speaking about SFSB or HttpSession? If HttpSession, can you try a very fresh Branch_3_0 checkout: a JavaGroups bug has been fixed very recently (2 days ago in JBoss source code) > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la

[JBoss-user] 2 different OracleDS

2002-12-05 Thread Mokas Vassilis ([EMAIL PROTECTED])
Hi all. I want to deploy two jars. Each jar has some entity beans that are binded to two different Oracle databases. However, I cannot find how to declare the second Oracle datatsource. In the same oracle-service.xml file with the First Datasource (in the Same MBean ?) or in a different xml file

Re: [JBoss-user] EJB Caching Option A

2002-12-05 Thread Lennart Petersson
torsdagen den 5 december 2002 kl 07.33 skrev Rahul Raj: Option A caches an EJB instance and does not synchronize ejb state with the db between transactions. So the changed data in the EJB may not be reflected in db. You don't have changed data in the EJB if you are 'between transactions'.