Re: [JBoss-user] LIKE queries in cmp

2001-05-02 Thread Franco Biaggi
This works: findSdhadBySearchString11 had050 LIKE {0} had050 build your string parameter as %abc% On Wed, 2 May 2001 18:54:50 -0700 (PDT), Carles Pi-Sunyer wrote: >Is it possible to to create LIKE queries in a jboss >cmp bean? > >I would lik

RE: [JBoss-user] Nested Properties, dependant value objects, ...

2001-05-02 Thread Vincent Harcq
Jim, My comments below. > > Hi, > > I have made added some feature to the way "dependant value objects" are > > mapped to table fields. > > This is for example when I have a UserBean cmp entity bean that have a > > cmp-field address of non primitive type Address, and I want to > store each > > fi

Re: [JBoss-user] Informix connection

2001-05-02 Thread Steve Varghese
I just wanna say I love you dear! - Originalnachricht - Von: "Jennifer Labit" <[EMAIL PROTECTED]> Datum: Montag, April 30, 2001 5:43 pm Betreff: [JBoss-user] Informix connection > All, > > I have Informix set up and working with jBoss2.2. It would be > nice to see > the website update

RE: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Jim Brownfield
Ohhh, thanks, that might work! Jim > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew > Hixson > Sent: Wednesday, May 02, 2001 10:23 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] What happens at 6 hours and 35 minutes? > > > On Wed, 2

Re: [JBoss-user] Nested Properties, dependant value objects, ...

2001-05-02 Thread Jim Archer
Hello Vincent... --On Wednesday, May 02, 2001 12:15 PM +0200 Vincent Harcq <[EMAIL PROTECTED]> wrote: > Hi, > I have made added some feature to the way "dependant value objects" are > mapped to table fields. > This is for example when I have a UserBean cmp entity bean that have a > cmp-field ad

RE: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Matthew Hixson
On Wed, 2 May 2001, Jim Brownfield wrote: > Thanks for the suggestions, Robert. I'll give that a try on the next pass. > At 6 hours a shot, I don't get very many tries during a day! :( Currently, > I've turned off the JIT (I've got a couple more hours to see if that > worked). For what I want

Re: [JBoss-user] No valid deployment descriptor

2001-05-02 Thread Jim Archer
Another wild guess... Is the ISP blocking the RMI port? How is your routing set up? Jim --On Tuesday, May 01, 2001 6:25 PM -0400 Chris Wilson <[EMAIL PROTECTED]> wrote: > > here's a weird one... > > i have several ejb's that deploy and work fine when i am connected to my > local area network.

Re: [JBoss-user] entity bean relationships?

2001-05-02 Thread Jim Archer
Hi Steve... EJB 1.1 is very limiting in this department, at least for CMP. You can create a 1 <-> 1 relationship between two EBs by having a field in each for the others remote interface, which will be serialized into a data field for the EBs table. There is no support (at least in the 1.1 spe

[JBoss-user] subscribe psrao@cmcltd.com

2001-05-02 Thread P Sreenivasa Rao
subscribe [EMAIL PROTECTED] BEGIN:VCARD VERSION:2.1 N:Rao;P. Sreenivasa FN:P. Sreenivasa Rao ORG:CMC Ltd;VISIC TITLE:Engineer,R&D TEL;WORK;VOICE:3000401-2169 ADR;WORK;ENCODING=QUOTED-PRINTABLE:;CMCLtd;VISIC=0D=0AGachibowli;Hyderabad;A.P;500019;India LABEL;WORK;ENCODING=QUOTED-PRINTABLE:CMCLtd=

[JBoss-user] Problem on Linux with JBOSS2.1

2001-05-02 Thread Rama Rao
Hi all,   I've deployed my application on JBOSS2.1 on Windows NT with database Oracle8i.Then I deployed it on Linux6.2  with JBOSS2.1 and Oracle8i database.But when I tried to deploy the application on JBOSS2.1 with  Linux6.1  and Oracle V7.3 database,I'm not able to get the record in the da

RE: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Jim Brownfield
Thanks for the suggestions, Robert. I'll give that a try on the next pass. At 6 hours a shot, I don't get very many tries during a day! :( Currently, I've turned off the JIT (I've got a couple more hours to see if that worked). For what I want to do now, the loss in performance probably won't b

Re: [JBoss-user] tomcat JDBCRealm breaks on redeploy

2001-05-02 Thread Dewayne McNair
It would be logged to the JBoss logging system (it's either stderr or stdout) so, check your JBoss logs... - Original Message - From: Scott Hasse To: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 10:37 PM Subject: Re: [JBoss-user] tomcat JDBCRealm breaks on r

[JBoss-user] Tomcat JBoss security integration How-to

2001-05-02 Thread Dain Sundstrom
Recently, I have seen several posts asking how to integrate Tomcat and JBoss security. The current JBossRealm requires you to add users to both the tomcat and JBoss security systems or configure the tomcat JDBCRealm and JBoss DatabaseServerLoginModule to point to the same database table. This is

Re: [JBoss-user] tomcat JDBCRealm breaks on redeploy

2001-05-02 Thread Scott Hasse
  I have set debug="99", and still don't get any useful information traced.  The snippet in my server.xml file is:           className="org.apache.tomcat.request.JDBCRealm"    debug="99"    driverName="org.postgresql.Driver"    connectionURL="jdbc:postg

RE: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Robert Schulz
Not sure whether this will help, but here are a couple of suggestions ... Write a thread which dumps memory usage, calls System.gc() and dumps the time it takes into a file every 10 seconds or so. This might tell you whether the gc makes the JVM die. Next step is to implement a "state logging"

Re: [JBoss-user] LIKE queries in cmp

2001-05-02 Thread Russell
Hi Carles , change your finder as below : findByLikeProjectTitle projectitle like {0}||'%' companyid Thanks . Carles Pi-Sunyer wrote: > > Is it possible to to create LIKE queries in a jboss > cmp bean? > > I would like to do something that allows a query that > is

[JBoss-user] LIKE queries in cmp

2001-05-02 Thread Carles Pi-Sunyer
Is it possible to to create LIKE queries in a jboss cmp bean? I would like to do something that allows a query that is the same as: select * from users where last_name like %smith% I've looked through the archives and found a couple of examples. One has the jaws.xml configured:

Re: SV: [JBoss-user] Cannot start jBoss2.2.1 container

2001-05-02 Thread Russell
Sorry . Ok now . Thanks everybody. Russell wrote: > > Hi Fredrik Alund , > >I run the script run.sh it give me the info below after i commented > out the -server option: > > JBOSS_CLASSPATH=:run.jar:../lib/crimson.jar > > It did not stated that jboss is running . Anybody have any i

Re: [JBoss-user] Where to find org.apache.log4j.*

2001-05-02 Thread Vladimir Blagojevic
In JBoss dist? dist/lib/ext or jakarta.apache.org/logj4 On 2001.05.02 21:00 Sam wrote: > Where can I find the jar which contains these? > > Thanks! > > Sam > > ___ > JBoss-user mailing list > [EMAIL PROTECTED] > http://lists.sourceforge.net/lists/lis

Re: [JBoss-user] persistent bind to jnp possible?

2001-05-02 Thread Guy Rouillier
Not really sure what you are asking, but see my message from yesterday. You can put the jnp into the jndi-name in your jboss.xml deployment descriptor. Because it is in your jar file, it will persist. That will allow that one EJB to be referenced from that jar. - Original Message - From

Re: [JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-02 Thread Guy Rouillier
I provided an example of this just yesterday. - Original Message - From: "Sam" <[EMAIL PROTECTED]> To: "JBOSS" <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 6:04 PM Subject: [JBoss-user] Anyone know how to federate across multiple jnp ... > Has anyone tried creating a URL reference

[JBoss-user] Where to find org.apache.log4j.*

2001-05-02 Thread Sam
Where can I find the jar which contains these? Thanks! Sam ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] MBeans - dependencies - How to?

2001-05-02 Thread Vladimir Blagojevic
Hey, MBeans never "talk" to other MBean per se but they rather save reference to MBeanServer through on of the MBeanServer callbacks. I think it is org.jboss.util.JBossServiceMBean.getObjectName() but doublecheck it. Then having a reference to MBeanServer MBean invokes operations on another MBean

Re: SV: [JBoss-user] Cannot start jBoss2.2.1 container

2001-05-02 Thread Russell
Hi Fredrik Alund , I run the script run.sh it give me the info below after i commented out the -server option: JBOSS_CLASSPATH=:run.jar:../lib/crimson.jar It did not stated that jboss is running . Anybody have any idea ?? Thanks Fredrik Alund wrote: > > With the -server optio

[JBoss-user] opta2000 jdbc driver

2001-05-02 Thread Myers.David.N
Hi, I'm using JBoss 2.2.1 and having a problem with inet's Opta2000 JDBC driver for SQL Server 7 on NT. It appears that from within methods marked with the 'Required' or 'RequiresNew' transaction attribute (in the deployment descriptor), any EJB creation, whether its a home.create() or a finder,

[JBoss-user] MBeans - dependencies - How to?

2001-05-02 Thread Kadir Wijaya
Hi all, in http://www.jboss.org.documentation/HTML/ch10s40.html mentioned that: JBoss manages dependencies between MBeans via the org.jboss.util.ServiceControl custom MBean. I did search deep in this doc but couldn't find any clue how two MBeans communicate between them! For example: Mbean-A star

Re: [JBoss-user] tomcat JDBCRealm breaks on redeploy

2001-05-02 Thread Dewayne McNair
set debug="99" in the JDBC Inteceptor, and you should see what's going on. The same thing happens to me... after redeploying, I have to hit login 3 times, then everything is back to normal. -- Dewayne - Original Message - From: "Scott Hasse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

Re: [JBoss-user] "env not bound" when running petstore demo

2001-05-02 Thread Richard Feit
Hi Vinay, Thanks for your reply. I ended up rebulding the patched petstore.ear from scratch, and this time it seemed to work. I just don't understand why it was saying "env" wasn't bound, rather than "EstoreDataSource" or something to that effect, unless it was an inaccurate error. Anyway, tha

Re: [JBoss-user] "env not bound" when running petstore demo

2001-05-02 Thread Richard Feit
OK, I ended up rebuilding and repatching petstore 1.1.1, and this time when I deployed it everything worked. I haven't figured out what went wrong the first time, but if you're getting the same behavior you might try this. Rich On Wed, 2 May 2001, Richard Feit wrote: > There does appear to be

Re: [JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-02 Thread Vinay Menon
Yesterday we had a post on the list which was about specifying a jnp reference to an external bean ... the reference looked like   jnp://192.168.1.102:1099/guyr/DbSource   Any help?   Vinay - Original Message - From: Sam Sent: Wednesday, May 02, 2001 11:39 PM To: JBOSS Subject: [JBoss-use

Re: [JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-02 Thread Scott M Stark
This works in the latest cvs branch. - Original Message - From: "Sam" <[EMAIL PROTECTED]> To: "JBOSS" <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 3:04 PM Subject: [JBoss-user] Anyone know how to federate across multiple jnp ... > Has anyone tried creating a URL reference to bind

[JBoss-user] tomcat JDBCRealm breaks on redeploy

2001-05-02 Thread Scott Hasse
I am currently seeing a problem with the 2.21 integrated Tomcat distribution. I have correctly configured Tomcat to use a JDBCRealm for authenticating users. However, if I redeploy the web application (war file), the JDBCRealm seems to stop working. No errors are logged in either the Tomcat log

Re: [JBoss-user] "env not bound" when running petstore demo

2001-05-02 Thread Vinay Menon
Well, If the environment variable it is bound to EstoreDB and not EstoreDataSource then I'd assume you'd have a small issue at hand. I have not deployed the petstore app myself but feel that if it looking up for a datasource that is bound under a different name [effectively not bound] it woul

RE: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Jim Brownfield
Thanks, Toby. There's no backtrace on the threads, just the typical "Memory fault: core dumped" message. I will try the kill -SIGQUIT, and see if that gives any insight. The java profiling didn't provide anything useful. Thanks again! Jim > -Original Message- > From: [EMAIL PROTECTED]

[JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-02 Thread Sam
Has anyone tried creating a URL reference to bind in jnp such that it references another jnp on another instances of JBoss? I get confused when looking for a URL scheme name on a name space based on jnp (i.e. ldap would look like ldap:/machine/dc=root). All examples while using jnp don't require

Re: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Toby Allsopp
On Wed, May 02, 2001 at 02:42:43PM -0700, Jim Brownfield wrote: > Thanks for the suggestion, but it's not 6:35A.M, it's 6 hours and 35 minutes > running time, and it doesn't matter when I start JBoss, but you can set your > clock by when the JVM will fail after you've started it. I'm sure there's

RE: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Jim Brownfield
Thanks for the suggestion, but it's not 6:35A.M, it's 6 hours and 35 minutes running time, and it doesn't matter when I start JBoss, but you can set your clock by when the JVM will fail after you've started it. I'm sure there's a JVM problem with SCO's implementation, but unfortunately, there's n

Re: [JBoss-user] "env not bound" when running petstore demo

2001-05-02 Thread Richard Feit
There does appear to be setup code for the datasource ("DefaultDomain:service=XADataSource,name=EstoreDB") in jboss.jcml (I'm using the file that came with the petstore patch). During startup, I do see the message "XA Connection pool EstoreDB bound to java:/EstoreDB", and I wondered if the name w

RE: [JBoss-user] ZIP Manual

2001-05-02 Thread Filip Hanik
you can check out the "manual" cvs module from jboss cvs Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Edilmar > Alves > Sent: Wednes

[JBoss-user] persistent bind to jnp possible?

2001-05-02 Thread QuKN
Hi, Is it possible to bind something to jnp and then shut down/restart jboss, and can still lookup the bounded info? e.g., bind some app configuration info into jnp and get it later, even after restart jboss. If it not possible, any work around? Do I need to use "External JNDI Configuration and

Re: [JBoss-user] "env not bound" when running petstore demo

2001-05-02 Thread Vinay Menon
In the server start up console do you see message that say the EstoreDataSource has been bound? Has the datasource been set up in the jboss.jcml file? - Original Message - From: Richard Feit Sent: Wednesday, May 02, 2001 9:30 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] "env not bound"

Re: [JBoss-user] /conf/default vs. /conf/tomcat

2001-05-02 Thread danch
Which configuration to run is a parameter to JBoss. The idea behind the separation in the tomcat distribution is that the tomcat config runs embedded tomcat and default runs JBoss only. "Shriver, Ryan" wrote: > > I got petstore built and deployed and ran into some JNDI lookup exceptions > when t

SV: [JBoss-user] Java Classes Can they be Bottleneck for performance

2001-05-02 Thread Lennart Petersson
Yes, i would also like to know more about this helper classes. Are you using static methods in it? Cause we are in some cases uses a couple of helper classes with static methods but have not yet made any heavier tests. /Lennart - Original Message - From: Vinay Menon <[EMAIL PROTECTED]

[JBoss-user] Integrating with JBuilder and Interbase

2001-05-02 Thread Edilmar Alves
Hi, I have started a new project and I think JBoss is a great solution for Application Servers. I'd like to integrate the EJB generated from JBuilder with JBoss, and, if possible, to debug the EJB into JBuilder. Is this possible? JBoss has full integration with Interbase 6.0 free database and In

[JBoss-user] ZIP Manual

2001-05-02 Thread Edilmar Alves
Hi, I'm new into JBoss and I'd like to download the complete manual, that is in HTML pages. Is there some FTP to download a zip file with all pages??? ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] "env not bound" when running petstore demo

2001-05-02 Thread Richard Feit
Hi all, I'm trying to run the PetStore demo, and after applying the JBoss patch and following the deployment instructions on the site, I'm getting an exception when I access the demo and click "Enter the Store". The error message says "NamingException while looking up DB context : env not bound"

[JBoss-user] /conf/default vs. /conf/tomcat

2001-05-02 Thread Shriver, Ryan
I got petstore built and deployed and ran into some JNDI lookup exceptions when trying to run it. I spent a while trying to figure them out and then by chance copied my jboss.jcml (which comes with the petstore patch) from /conf/default to /conf/tomcat. Started JBoss up again and Petstore works pe

Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe

2001-05-02 Thread Vinay Menon
No, don't add j2ee.jar to classpath! That's taboo for jboss!   Can you see the examples at 8080? And can you execute the servlets in there?   If you are using the tomcat start up option would it even use the conf files under default? No I persume.   Can you confirm that the "/usr/local/jakarta-to

Re: [JBoss-user] java.lang.IllegalAccessError with version 2.2.1 of

2001-05-02 Thread Vinay Menon
Do you have any other versions of ant installed and in classpath by any chance? That is caused by an incompatible class definition being found. - Original Message - From: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 6:54 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] java.lang.Ille

[JBoss-user] Invalid column type using Oracle

2001-05-02 Thread Tim McCune
Title: Invalid column type using Oracle -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to setup JBoss to use Oracle.  Every time JBoss tries to insert a new record into a table that contains a BLOB, I get the following exception:   ... [JAWS] Set parameter: idx=3, jdbcType=JAVA_OBJ

Re: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Tom Coleman
> > Consistently, JBoss causes the JVM 1.2.2_001 on SCO Openserver to crash with > a "Memory Fault" at 6 hours and 35 minutes (395 minutes, 23,700 seconds). > > Anybody have any ideas? > Does your system run any cron jobs at 06:35? If it does, that would be the place to start. __

Re: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Toby Allsopp
On Wed, May 02, 2001 at 10:49:00AM -0700, Jim Brownfield wrote: > > Consistently, JBoss causes the JVM 1.2.2_001 on SCO Openserver to crash with > a "Memory Fault" at 6 hours and 35 minutes (395 minutes, 23,700 seconds). > I've looked at numerous parameters in the config files, and I've been > lo

[JBoss-user] How does classpath work in JBoss/Tomcat?

2001-05-02 Thread Sheng Zou
Hi, I am running JBoss-2.2.1 + Tomcat-3.2.1 (single bundle from JBoss) on WinNT. After I try to deploy a war file (i.e. struts-example.war) into $JBOSS_TOMCAT_HOME/tomcat/webapps, the classes and jar files in *WEB-INF/classes* directory and *WEB-INF/lib* cannot be located by tomcat (I

RE: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe

2001-05-02 Thread Norton Lam
I'm not using the system classpath to add jars.  I uncommented the section about Tomcat in the JBOSS_HOME/conf/default/jboss.conf file:     "../../lib/ext/">            Upon startup, the log shows that all the jars in this dir are being added to the classpath (see the log snippet in my ori

Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-02 Thread Scott M Stark
You specify the properties that are used to create a type of InitialContext for the external server. If the naming providers InitialContextFactory supports accessing subcontexts via the provider url then you can bind an arbitrary context in the external namespace. > Obviously, the correct way to

Re: [JBoss-user] Why are n't there any docs in the jboss distrubutions

2001-05-02 Thread Tbone
My problem is that my test case box is n't always attached to the internet so if If i simply could download the the stuf. I had always a copy on my offline machine. - Original Message - From: "Tobias Frech" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 5:31 PM

Re: [JBoss-user] Integrating Tomcat and jBoss security logon

2001-05-02 Thread Scott M Stark
This should be true for any tomcat setup. All that is required is the propagation of the servlet container auth info to JBoss. - Original Message - From: "Guy Rouillier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 9:23 AM Subject: Re: [JBoss-user] Integratin

[JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Jim Brownfield
Consistently, JBoss causes the JVM 1.2.2_001 on SCO Openserver to crash with a "Memory Fault" at 6 hours and 35 minutes (395 minutes, 23,700 seconds). I've looked at numerous parameters in the config files, and I've been looking at the source code, but I've been unable to find a correlation that

Re: [JBoss-user] [JBossMQ] Cannot start the JMS server ! Invalid con

2001-05-02 Thread Vinay Menon
Check   1. You have jbossmq.xml in the conf 2. The DataDirectory in jbossmq.xml has a valid directory and you can write to it. 3. You can clear all the files in the DataDirectory and try   If this still does not settle it mail me.   Vinay - Original Message - From: Kjell Nilsen Sent: We

Re: [JBoss-user] No valid deployment descriptor

2001-05-02 Thread Vinay Menon
Hmm,     Very strange! I am sure that the ejb-jar.xml etc are loaded by the classloader and that would just work of the local file system. Hmm, any mapped drives? Or do you have dtd references in the ejb-jar that point to an external reource or what?   Vinay - Original Message - From: Chr

[JBoss-user] java.lang.IllegalAccessError with version 2.2.1 of jboss

2001-05-02 Thread tburlingame
I was just wondering if anyone else has had this problem after upgrading from 2.1? I have j2sdkee1.2.1 and jdk1.3 installed on my machine. Version 2.1 worked flawlessly, but when I installed 2.2.1 and tried to execute the run.bat I got the following error: java.lang.IllegalAccessError: try to

Re: [JBoss-user] Java Classes Can they be Bottleneck for performance

2001-05-02 Thread Vinay Menon
Rama Rao,     That is very strange! How heavy are these java classes?! I mean, for most decent sized object, that should not be the case. I am not sure whether anyone else has hit the wall with this but I am sure that I have not had any issues with this os far. Would really like to know details of

Re: [JBoss-user] message queues and their persistence.

2001-05-02 Thread Vinay Menon
I think this would involve writing a new Persistance Manager? Please correct me if I am wrong. I took a look at the code for jbossmq - Persistance Manager at it seems to be just creating a flat .dat file for the queues.   Vinay - Original Message - From: Rama Rao Sent: Wednesday, May 02,

Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe

2001-05-02 Thread Vinay Menon
Yes, Since they are both in the same VM you typically needn't add the servlet.jar to the jboss lib. But first of all, it would be best if you didn't use the system classpath while jboss start up! Just too many errors could happen with that! Make sure that your java installation is good and it

[JBoss-user] org.xml.sax.SAXParseException: Document root element is missing

2001-05-02 Thread Jason Durst
I hope I am replying to this message correctly. Thanks to Filip and Vinay for replying to my message. To answer your questions Vinay I do not have anything extra in my run.bat besides crimson.jar and run.jar. I re-wrote my deployment descriptor and I am pretty sure the error is with it. I no long

Re: [JBoss-user] jbosstest\mdb (when/what to close?)

2001-05-02 Thread Alexander Kogan
Hello, BTW, is it necessary also to close QueueSession and QueueSender? How expensive open/create methods are? Are they polled or cached in server? What is the best practice for a client to send messages: one which is similar to jdbc (get connections -> create statements -> execute -> close eve

Re: [JBoss-user] Server hang when creating datasource to sql server or oracle

2001-05-02 Thread Fousseni Keita
The server can't server with tomcat when I try to use a datasource to connect to oracle or Ms sql server. --- Guy Rouillier <[EMAIL PROTECTED]> wrote: > The server can't ** what ** with Tomcat? > > - Original Message - > From: "Fousseni Keita" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>

Re: [JBoss-user] Integrating Tomcat and jBoss security logon

2001-05-02 Thread Guy Rouillier
Is this true only for embedded Tomcat, or can the same be made to happen with Tomcat running independently in a separate JVM? - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 11:44 AM Subject: Re: [JBoss-user] Integrating

Re: [JBoss-user] Server hang when creating datasource to sql server or oracle

2001-05-02 Thread Guy Rouillier
The server can't ** what ** with Tomcat? - Original Message - From: "Fousseni Keita" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 11:08 AM Subject: [JBoss-user] Server hang when creating datasource to sql server or oracle > The server can't with tomcat when

RE: [JBoss-user] Hot undeployment problem.

2001-05-02 Thread Steve Zhang
U can try to remove the whole things under jboss\tmp Best Wishes Steve Zhang Software Developer http://www.ensemble-systems.com -Original Message- From: Jonas Bergström [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 12:14 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Hot und

Re: [JBoss-user] Integrating Tomcat and jBoss security logon

2001-05-02 Thread Scott M Stark
The 2.1 bundle doesn't tell me much because there were a few releases and I can't say all should work correctly. Try the 2.2.1 bundle to be sure because what your describing should be the normal beahvior for a properly configured tomcat since any credentials the current user has in the WebRealm wi

[JBoss-user] Server hang when creating datasource to sql server or oracle

2001-05-02 Thread Fousseni Keita
The server can't with tomcat when using datasource to connect to oracle or sql server. Any one can help me Thanks. __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ __

RE: [JBoss-user] jbosstest\mdb

2001-05-02 Thread WMckean
Never mind. I see that one must close one's QueueConnection, or the main thread won't die. Perhaps the test case should be updated by someone with permissions. Wes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 4:27 PM To: [EMAIL PROTE

RE: [JBoss-user] Java Classes Can they be Bottleneck for performance?

2001-05-02 Thread Schouten, Andreas
Just instantating a Hashtable or a simple class can't slow down the performance (My app would take days for one request ;-). Please post the essential snip of Your code. > -Original Message- > From: Rama Rao [SMTP:[EMAIL PROTECTED]] > Sent: 02 May 2001 16:27 > To: [EMAIL PROTECTED] > Su

Re: [JBoss-user] JMX access control

2001-05-02 Thread Vladimir Blagojevic
Hey, Yes there is. HTMLAdaptor has build in basic security protocol (forgot exact RFC), username + password but it is turned ON only after you add at least one username/password pairs through HTMLAdaptorServer.addUserAuthenticationInfo(). You can either subclass HTMLAdaptorServer and in some of

[JBoss-user] FindByXXX

2001-05-02 Thread awc
Hi, I have BMP that has find methods as shown below. This is unique number and it is not my primary key. Say I made search on 'Trade', 'AWCL', 'MAC'. Ok, I get the right results. I wait till bean overage period. No matter what I try to search on, I get last search bean first and one before last

[JBoss-user] Unable to create PreparedStatement

2001-05-02 Thread Leonard Kierstead
My application is working fine when going against the InstantDB, but when I switch to SQLServer I get "Unable to create PreparedStatement" This error occurs when I either do a find or create on my beans. I have tried both the INet and Merant JDBC drivers. I get the same error with both. An

[JBoss-user] Java Classes Can they be Bottleneck for performance?

2001-05-02 Thread Rama Rao
Hi All, I have small doubt regarding using java helper classes in a session bean. We have a session bean in which a new java class(a helper class) is instantiated. It takes 2 secs to execute the method. If we do not use that java class, the session is able to handle 1000 req per minute. But if we

Re: [JBoss-user] message queues and their persistence.

2001-05-02 Thread Rama Rao
Hi, I think right now it is using flat files given in db/jbossmq directory. I am also looking for the same thing. Weblogic allows you to specify the Pool to use for JMS connections. Is similar kind of setting available JBoss? Any help is greatly appreciated. TIA Rama Rao - Original Message ---

RE: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpServle

2001-05-02 Thread Norton Lam
Vinay,   Thank you for your quick reply.   I tried adding servlet.jar to JBOSS_HOME/lib/ext and restarted, but it didn't work.  As I understand it, JBoss and Tomcat are running under the same VM (1.2.2-RC2 in this case) so any servlet.jar being added in the classpath extension should aff

[JBoss-user] message queues and their persistence.

2001-05-02 Thread Ron Pfeifle
Right now, jbossmq use their own database for storing subscribed messages, right? Is there any way to make it use a "real" database (via jdbc or something) to do persistence? Thanks Ron ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sou

[JBoss-user] JMX access control

2001-05-02 Thread Thomas Hagedorn
Hello, is there any possibility to protect the 8082 management page with a password ? I found nothing appropriate in the documentation (only a hint that the 8082 should be restricted to administrators, but nothing about how to do this). Any help would be appreciated regards tom -- THETA - Con

RE: [JBoss-user] ZOAP doc dead link

2001-05-02 Thread WMckean
If you download SOAP 2.1 from the apache site, there is a sample, ejb, which shows how to access a Stateless Session Bean. I think we will have to figure out how to access Stateful and Entity beans on our own... Wes BTW: The sample deploys incorrectly. I can send you the bean and the sample c

RE: [JBoss-user] No valid deployment descriptor

2001-05-02 Thread Chris Wilson
yes,  i can ping localhost.  in fact, web traffic works just fine.  we're running on windows 2000 pro.  it seems as if it knows the jar file is there because it attempts to deploy it, but then it says there is no valid deployment descriptor.  does jboss try to open the file over the network?

[JBoss-user] [JBossMQ] Cannot start the JMS server ! Invalid configuration.

2001-05-02 Thread Kjell Nilsen
Hi, I'am running JBoss on Windows2000 ( installed "straight out of the box" with java-path added and classpath removed). The server starts, but I get the above error message and I'am not able to open the administrative interface. Any idea anyone ? Tia, Kjell. server.log : [Info] Java versio

Re: [JBoss-user] STRUTS-Examples problems under integrated Tomcat3.2.1

2001-05-02 Thread Jim Downing
If you had the same problem as me it's because your classpath doesn't include JAVA_HOME/lib/tools.jar; javac is needed to compile the jsps in the example. The startup script for stand-alone tomcat probably sets this classpath for you. jim - Original Message - From: "Chris Seldon" <[EMAIL

[JBoss-user] jbossMQ and persistence

2001-05-02 Thread Jorg Schorr
Hi,   can any one tell me please it is correct that currently the jbossMQ only supports persistence on the file system? If not, are there any examples?   Thanks a lot, jorgGet Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. ___ JBo

[JBoss-user] Nested Properties, dependant value objects, ...

2001-05-02 Thread Vincent Harcq
Hi, I have made added some feature to the way "dependant value objects" are mapped to table fields. This is for example when I have a UserBean cmp entity bean that have a cmp-field address of non primitive type Address, and I want to store each fields of Address into the database using a specific

[JBoss-user] SOAP help needed !

2001-05-02 Thread fractals
I've downloaded and installed ZOAP. Now I didn't made the tests, because they seem tedious to run (I at least tried), and alse because I don't know exactly what tests they perform. I'd better assume the thing is working and have a feel of how it works before going through extensive tests. I'm just

Re: [JBoss-user] Cannot start jBoss2.2.1 container

2001-05-02 Thread Vinay Menon
The -server switch Hotspot specific. Linux versions of the JDK are supposed to ship with the Hotspot VM by default! Try running it without the -server switch. It should start up fine. Then try running java -server at the command line and see what error message it gives.   Vinay - Original Mes

RE: [JBoss-user] Integrating Tomcat and jBoss security logon

2001-05-02 Thread Bennett, Peter
Thanks for your reply, I should clarify my situation ... - I am using the integrated environment (although the version is jBoss 2.1/Tomcat 3.2.1, will an upgrade to 2.2.1 help me ?) - I can get security enabled on my entity beans via JAAS login - I can get security enabled on my JSP pages via Web

SV: [JBoss-user] Cannot start jBoss2.2.1 container

2001-05-02 Thread Fredrik Alund
With the -server option to the jvm you try to start it with the HotSpot compiler. If you don't have that installed, remove the -server. I think that the HotSpot compiler is part of SUNs jdk1.3 on Linux. Regards, Fredrik -Ursprungligt meddelande- Fran: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: [JBoss-user] Cannot start jBoss2.2.1 container

2001-05-02 Thread Russell
Hi all , I am using RedHat6.1 , jdk1.3 and jboss2.2.1 . When i tried to execute ./run.sh script , it give me the error message below : Unrecoginzed option: -server Could not create the Java virtual machine. Below is my run.sh script. I have no problem running jboss2.1 using java

Re: [JBoss-user] Hot undeployment problem.

2001-05-02 Thread Guy Rouillier
The most frequent cause of this is that your bean class files are somewhere in your system classpath. Check your classpath, and make sure none of your classes are anywhere in the classpath. - Original Message - From: "Jonas Bergström" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wed

Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-02 Thread Guy Rouillier
Thanks for all the responses. You all gave me the encouragement I needed to pursue this through to the end (I really do need to get some sleep one of these days.) Indeed, no source code changes are required, as I had hoped. Here is the line that needs to change in jboss.xml in order to send the

Re: [JBoss-user] Adding jboss test environment to VisualAge for Java

2001-05-02 Thread jK.MkIII
Anthony Dickinson wrote: > > Which version of the tomcat test environment are you using ? I'm > using the Apache Tomcat Test Environment version 3.1 as distributed by > IBM. This seems to work ok once you've deleted the servlet API > supplied with the 3.5.3 upgrade. As I went the upgrade route