RE: [JBoss-user] LOCKING-WAITING

2001-03-20 Thread Juha Lindfors
Hi, will do (once the cvs is back online again) -- Juha At 00:26 21.3.2001 +0100, you wrote: >I have the problem too. (having a log file of 400mb) > >will this fix be checked into cvs? > >thx markus > > >-Original Message- >From: Bill Burke [mailto:[EMAIL PROTECTED]] >Sent: Dienstag,

Re: [JBoss-user] trouble with cvs

2001-03-20 Thread Jim Archer
Peter, the developers are in the process of moving CVS from working dogs to Sourceforge. This will probably take several more days. For now, there is no CVS access. Jim --On Wednesday, March 21, 2001 4:38 PM +1000 Peter Routtier-Wone <[EMAIL PROTECTED]> wrote: > Is anyone else having trouble

Re: [JBoss-user] trouble with cvs

2001-03-20 Thread Juha Lindfors
Hi, The CVS is moving to SourceForge. For now, you'll have to do without. -- Juha At 16:38 21.3.2001 +1000, you wrote: >Is anyone else having trouble with this or is it just me? > >I have been trying to authenticate as the anonymous user as per the website >instructions, and I keep getting rej

Re: [JBoss-user] Re: ejbjar Ant task for JBoss

2001-03-20 Thread Juha Lindfors
Hi, At 07:31 21.3.2001 +0100, you wrote: >I am using the following ant-taget to verify my EJBs: > > > fork="true" > dir="${jboss.home}/deploy"> > > > > > > > > > This is what I do as well. Seemed to work, so I haven

[JBoss-user] Re: ejbjar Ant task for JBoss

2001-03-20 Thread Ralf Purnhagen
I am using the following ant-taget to verify my EJBs: I have not managed to reuse the result of the verifier in ant with ant's failonerror switch. Maybe the verifier does not set returncodes? Ralf "Mills, Maurice" wrote:

[JBoss-user] trouble with cvs

2001-03-20 Thread Peter Routtier-Wone
Is anyone else having trouble with this or is it just me? I have been trying to authenticate as the anonymous user as per the website instructions, and I keep getting rejected - cvs login: authorization failed: server cvs.working-dogs.com rejected access to /products/cvs/ejboss for user anon Pe

[JBoss-user] Connection pooling with getConnection(userid, password)

2001-03-20 Thread Guy Rouillier
If I use a userid and password in my bean code to get a pooled connection like so Connection connection = ((DataSource)new InitialContext().lookup("java:comp/env/jdbc/OracleDB")).getConnection(userid , password); how are such connections shared? Say I execute the above the first time with us

Re: [JBoss-user] Datasource woes

2001-03-20 Thread Guy Rouillier
> Also your should map to the JNDI name for your Datasource. > You will see this info displayed when you start up JBoss and it initialises > the pool. In your case I think it should be "java:/jdbc/pfiProduction". This is peculiar. I've used just "jdbc/OracleDB" for the res-jndi-name in jboss.xm

Re: [JBoss-user] XADataSource configuration

2001-03-20 Thread Guy Rouillier
Please see samples posted to this mailing list just yesterday. - Original Message - From: Kirill Averianov <[EMAIL PROTECTED]> To: JBOSS (E-mail) <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 3:37 PM Subject: [JBoss-user] XADataSource configuration > > I am new to JBOSS. > > Plea

Re: [JBoss-user] Oracle database pool hangs on 2.1

2001-03-20 Thread Guy Rouillier
Haven't tried the scrollable results sets. When I tried the Oracle XA implementation, I got all sorts of errors (sorry, don't remember at the moment.) I gave up at the moment and just went with minerva. Did you check the Oracle techweb site? Perhaps there is an update to the Oracle implementat

[JBoss-user] Tomcat + Jboss Integration

2001-03-20 Thread Nguyen Thanh Phong
Hi, I'm currently using tomcat 3.2.1 + apache for static pages and JSP/Servlet. Now I want to integrate JBoss to provide EJB functionality. Do I have to use the embeddedTomcat provided with JBoss or I can use a external version of tomcat for this? Another point about the license. I read several

Re: [JBoss-user] New User

2001-03-20 Thread Guy Rouillier
There is documentation included in your download - check docs subdirectory and on the jboss web site. - Original Message - From: Bankwalla, Viraf <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 1:17 PM Subject: [JBoss-user] New User > Hi, > > I am new to JBoss

Re: [JBoss-user] Does java:comp/env/jdbc work or not

2001-03-20 Thread Guy Rouillier
The java:comp entry in your code is a logical database reference. I'm not 100% clear on why all these entries are needed, but the ejb-jar.xml file included with your bean jar should have A jdbc connection for the DbTester bean jdbc/OracleDB javax.sql.DataS

RE: [JBoss-user] Datasource woes

2001-03-20 Thread Michael Crump
Yes to get to the comp environment you need to be using the Context supplied by calling new InitialContext() within the bean. There was another post concerning this a while back. If you are creating a Context in some other fashion then this is probably the problem. -Original Message- Fr

RE: [JBoss-user] Datasource woes

2001-03-20 Thread Michael Crump
I have a configuration for a session bean that works. I assume the jdbc stuff will work for entity beans as well. Below is the important information: ejb-jar.xml ?xml version="1.0" encoding="Cp1252"?> Daves Test Bean number One DAVE-TEST-1 MichaelTest1 com.

RE: [JBoss-user] JBoss website

2001-03-20 Thread marc fleury
Can someone with LINUX problems contact Andrew directly (in copy) thanks for your help, I know it is sucky... marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Tom Cook |Sent: Tuesday, March 20, 2001 5:40 PM |To: [EMAIL PROTECTED] |Subject: RE:

RE: [JBoss-user] Datasource woes

2001-03-20 Thread Jonathan Ackerman
Very strange... The error message means that it cannot find the "comp" level in the JNDI path you specified. Since this should always exist it makes me suspect the look up code. In the code I'm working with I just use the default context supplied by the container for doing JNDI lookups with. Som

RE: [JBoss-user] Datasource woes

2001-03-20 Thread Jeff Markham
I dunno. I changed my jboss.xml to: jdbc/pfiProduction java:/jdbc/pfiProduction SystemCodeTypeManager SystemCodeTypeManager jdbc/pfiProduction jdbc/pfiProduction and I'm gettin' the ide

[JBoss-user] Problems Integrating with MySQL

2001-03-20 Thread Suresh Avadhanula
Hi, I am trying to integreat MySQL as datasource with JBoss. I did go through the procedure explained in the documentation. I am getting the following error. [mySQL] Starting [mySQL] Stopped [mySQL] java.lang.IllegalStateException: Cannot start XA Connection Pool; there is no TransactionManager

Re: [JBoss-user] Unsubscribe

2001-03-20 Thread willy
me too, i can't unsubscribe this mail address from the list//faint - Original Message - From: "Colin Payne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 4:07 AM Subject: [JBoss-user] Unsubscribe > Please unsubscribe me from this list, thanks!

[JBoss-user] How to unsubscribe!

2001-03-20 Thread chenxiang
 

Re: [JBoss-user] MDB deploy

2001-03-20 Thread Alexander Kogan
Hi, I've been using MDB for a couple of months already. Here is my setup (works for jboss-2.1) ejb-jar.xml: [...] DesignStudier com.ptc.bmx.ejb.DesignStudyBean Bean AUTO_ACKNOWLEDGE

RE: [JBoss-user] Datasource woes

2001-03-20 Thread Jonathan Ackerman
You are missing the bit in your jboss.xml file that maps your bean's resource ref to your resource manager. This should look a bit like this: . jdbc/pfiProduction jdbc/pfiProduction .. Also your should map to the JNDI

SV: [JBoss-user] Datasource woes

2001-03-20 Thread Lennart Petersson
See below: - Original Message - From: Jeff Markham <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 1:05 AM Subject: [JBoss-user] Datasource woes > I don't think I know the black magic necessary to get a simple datasource. > (Judging by the list, I don't thin

Re: [JBoss-user] jbosstest: many failures

2001-03-20 Thread Stewart Evans
On Mon, 19 Mar 01 20:05 Guy Rouillier wrote: > Did you get the latest jbosstest out of cvs? I found the test code to be > version-specific. I have run a couple of them successfully against 2.1. I got the jbosstest source from CVS last week. I can't get at the sourceforge CVS tree yet to updat

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Thanks. -Original Message- From: Jonathan Ackerman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 6:56 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT Hi Patrick, Name of the JAR file does not matter. Check that your .java files an

[JBoss-user] Unable to load a ResultSet column into a variable of type 'int'

2001-03-20 Thread Ernest Chen
Title: Unable to load a ResultSet column into a variable of type 'int' Not sure why I get this exception, below is my table definition, jaws mapping and exception I received from my CMP entityBean, thanks for helping out.  E SQL> desc star.articles;  Name    Null?    T

[JBoss-user] Datasource woes

2001-03-20 Thread Jeff Markham
I don't think I know the black magic necessary to get a simple datasource. (Judging by the list, I don't think I'm alone). Can somebody tell me what the incantation is please? Here's my stuff: jBoss 2.1 (CVS 3/13/01) PostgreSQL 7.0.3 My jboss.jcml: . . . org.postgresql.Driver

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Jonathan Ackerman
Hi Patrick, Name of the JAR file does not matter. Check that your .java files and .class files have the same case. Also check that the names of your .class files match those of your class declarations in your source code. I'll send you a deployable jar directly (just got to find one that does

[JBoss-user] Search for a BMP example handling BLOB's

2001-03-20 Thread Cor Hofman
Just wondering, does anybody have an example, or any pointers to an example of a BMP handling BLOB's? Your input is much appreciated. Cor Hofman. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

SV: [JBoss-user] accessing datasource

2001-03-20 Thread Lennart Petersson
You should have seen a mail on this list for not more than an hour ago that talked about this. Search for 'Does java:comp/env/jdbc work or not' Lennart Petersson www.benefit.se/english - Original Message - From: Kirill Averianov <[EMAIL PROTECTED]> To: JBOSS (E-mail) <[EMAIL PROTECTED]>

Re: [JBoss-user] JBoss website

2001-03-20 Thread Oleg Nitz
RedHat 6.2: Konqueror from KDE 2.1 - OK Netscape Communicator 4.72 - OK Opera 5.0b6 - some links don't open, e.g. links to project pages from http://www.jboss.org/business/jboss-third.html, other links (in particular the menu on the left side) work fine. Oleg On Wednesday 21 March 2001 00:39,

RE: [JBoss-user] Zoap

2001-03-20 Thread Mit.freundlichen.Gruessen.Markus.Cozowicz
i am wondering that nobody else got this problem, because if you have an ejb, you dont only want to connect to it via only one method (many different clients...). so in my mind is a CORBA client as well and there will come some more in future as i guess. so I think this is general issue. and th

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Hi, Jonathan I took all of the .java files and recompiled them on Solaris 2.6. Then I JARred the classes and deployed them. I still got a javax.management.RuntimeErrorException. No explanation as to why. Does the name of the JAR file have to be the same name as the bean? I don't think so because

[JBoss-user] MDB deploy

2001-03-20 Thread QuKN
Hi all, We are evaluating jboss, esp. its Message Driven Bean. I downloaded the binary jboss and got the "interest bean" work (in the "first steps" in the manual), however, can not get the "MDB bean" work in chapter 7 (deploy error ). Then, I take the suggestion in the chapter, use the test cod

RE: [JBoss-user] LOCKING-WAITING

2001-03-20 Thread Mit.freundlichen.Gruessen.Markus.Cozowicz
I have the problem too. (having a log file of 400mb) will this fix be checked into cvs? thx markus -Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 20. März 2001 21:14 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] LOCKING-WAITING You're may be getting

[JBoss-user] accessing datasource

2001-03-20 Thread Kirill Averianov
Hi , Does anybody have any code samples how to access datasource pointer from JNDI. Something like this : xads = ( javax.sql.DataSource )jndiCtx.lookup ( "java:/OracleDB" ); I created "OracleDB" datasource and the server output tells me that it's

Re: [JBoss-user] Overridden hashCode() in BMP PK class not found

2001-03-20 Thread Alexander Kogan
David, public class ResourcePK implements Serializable { // assign 0 !!! public long id = 0; [...] // or overwrite default constructor public ResourcePK() { id = 0; } [...] } will fix your problem. Wondering why? Search the list archives. It has been explained at least 2 or 3 times.

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Jonathan Ackerman
Have you double checked the case of your file names & class names ? I've come across a similar problem before with moving code from NT to Solaris (code was not J2EE based however). Jonathan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 21 March 2

[JBoss-user] javax.naming.CommunicationException

2001-03-20 Thread Ejbdougcs5
Hi - I am using jboss 2.0 and jdk1.2. I am trying to deploy a simple session bean. I put the jar that contains the classes and the ejb-jar.xml into the deploy directory and exectute run.bat from the bin directory. I am using Win98. Heres my jar: -- 0 Tue Mar 20 14:35:

RE: [JBoss-user] JBoss website

2001-03-20 Thread Tom Cook
On Tue, 20 Mar 2001, marc fleury wrote: > anyone else with this problem? It works for me (netscape 4.76/SunOS 5.8, lynx). Tom > |-Original Message- > |From: [EMAIL PROTECTED] > |[mailto:[EMAIL PROTECTED]]On Behalf Of John > |Sidney-Woollett > |Sent: Tuesday, March 20, 2001 12:00 PM

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
I just took all of the classes I compliled and JARred on Solaris and deployed them on 2.0 FINAL on NT. No problems. The problem arises when I try to deploy the JAR file on Solaris 2.6 2.0 FINAL. I get a javax.management.RuntimeErrorException. Running JDK 1.3. Any ideas? Thanks. -Original

SV: [JBoss-user] Does java:comp/env/jdbc work or not

2001-03-20 Thread Lennart Petersson
No it doesn't dummer!!! (feels good to spank myself :-) jboss.xml should ofcourse like like this (forgot entry): UniqueKey ejb/UniqueKey jdbc/ECS jdbc/ECS jdbc/ECS java:/jdbc/ECS

RE: [JBoss-user] ejbjar Ant task for JBoss

2001-03-20 Thread marc fleury
talk to juha... I think that is a very good idea!!! The verifier code can be farmed out in an ant task marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Mills, |Maurice |Sent: Tuesday, March 20, 2001 4:02 PM |To: Jboss (E-mail) |Subject: [JBoss-u

Re: [JBoss-user] javax.sql.CreateException , unable to create table,Cloudscape

2001-03-20 Thread Dan Christopherson
Did you get the stacktrace below from a bean on a JSP (or in a servlet) or from a standalone client? If from a JSP or servlet, there should have been one or two stacktraces above it in the window JBoss was running in. Also, look in /logs/server.log. These might give us more information. On Tue

RE: [JBoss-user] Overridden hashCode() in BMP PK class not found

2001-03-20 Thread David Wade
Thanks for that, HOWEVER, I changed my PK class inline with your points but still get the same warning message. The v.simple PK code is as follows. One might ask why am I using a PK class when my PK is actually just a long; Cos I want to... (future maintainability) package com.mentumgroup.ja

RE: [JBoss-user] XADataSource configuration

2001-03-20 Thread Reynir Hübner
I have the following in my jboss.jcml: oracle.jdbc.driver.OracleDriver AnyName org.opentools.minerva.jdbc.xa.wrapper.XADataSourc eImpl jdbc:oracle:thin:@computername.domain.is:1521:isorcl dbusername dbpassword

[JBoss-user] ejbjar Ant task for JBoss

2001-03-20 Thread Mills, Maurice
I am working on an ejbjar task that will build EJB jars for JBoss. Is it possible to use the verifier to verify the EJBs at compile time instead of waiting until runtime? If so, how would I go about using it? Any help would be appreciated. Thanks, Maury ___

RE: [JBoss-user] ejbjar Ant task for JBoss

2001-03-20 Thread Mills, Maurice
I am using the pre2.1 version and have the source from several weeks ago. I'll take a look at it and see what is there. Any help would be appreciated. Thanks, Maury -Original Message- From: Juha-P Lindfors [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 4:37 PM To: Jboss (E-mai

[JBoss-user] javax.sql.CreateException , unable to create table, Cloudscape

2001-03-20 Thread joel cordonnier
Hi! I try to configure JBOSS-embedded Tomcat to use a Cloudscape database. For my CMP beans, i use in jaws.xml the tags: true When i deploy thw beans in InstantDB, no problem i have the message: [JAWS] Created table 'myTableName' successfully But when i try with Coudscape that is running on lo

[JBoss-user] (no subject)

2001-03-20 Thread Joe
where is the error log for jsp/servlet errors ? i running jboss 2.1 on NT and when jboss starts embedded tomcat it says check tomcat.log for errors. I can't find such a file ? i have looked for *.log files and still can't find it.

[JBoss-user] JNDI context binding issue

2001-03-20 Thread Kirill Averianov
Please help me to configure JBOSS configuration files for javax.transaction.UserTransaction interface to be bound to JNDI context. Thanks , Kirill. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sour

Re: [jBoss-User] Row locking

2001-03-20 Thread Bill Burke
Tim Yates wrote: > We have a website (with live content editing) running on jBoss, which is > used by approx 1000 people a day... > > Now, we are starting to frequently get the following things appearing in the > server.log file: > > [Template] LOCKING-WAITING (CTX) for id TNSTemplate0015

RE: [JBoss-user] JBoss website

2001-03-20 Thread marc fleury
I am swamped with work (hey I got to make a living) and didnt' really keep them... we need to find these... I will try to apply pressure on the designer... marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Archer |Sent: Tuesday, March 20, 200

RE: [JBoss-user] JBoss website

2001-03-20 Thread Jim Archer
Marc, last week (before the lists moved, I believe) there were quite a few reports about problems with the new site... They are probably in the archive, but most centered on links and colors that made the text unreadable under certian conditions. Jim --On Tuesday, March 20, 2001 12:24 PM -05

Re: [JBoss-user] XADataSource configuration

2001-03-20 Thread Tobias Frech
Hi Kirill! Please got to the website http://www.jboss.org/ and click on "Documentation" in the menu. Then go to the (new) JBoss manual and read the section titled "JDBC/Database configuration". At the end of the section there is an example for Oracle configuration. If you are using JBoss 2.1 th

RE: [JBoss-user] Which Jar file contains the javax.rmi.PortableRemoteObject class in Jdk1.2.2

2001-03-20 Thread Mike Jau
Since I failed to compile the Interest sample program in jdk1.2.2 and could you tell me which *jar files is additional to jdk1.2.2 runtime environment? While I switch to jdk1.3 and set the JAVA_HOME=/jdk1.3, but compiled with the jdk1.2.2/bin/javac and it will fail while the compiler just look i

Re: [JBoss-user] ejbjar Ant task for JBoss

2001-03-20 Thread Juha-P Lindfors
Hi, there's an example of this in the CVS, in the admin module, will show you once we're back online. You can build the standalone verifier from 2.1 distro via 'build verifier'. You should get a metadata.jar and verifier.jar packages. -- Juha On Tue, 20 Mar 2001, Mills, Maurice wrote: > I a

Re: [JBoss-user] Unsubscribe

2001-03-20 Thread Mathieu Viau
To be removed from the list, send the following command to [EMAIL PROTECTED]: unsubscribe jboss-user Will Knoblauch wrote: > > Please unsubscribe everyone at telecomse.com from this list. > > Thanks. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]O

[JBoss-user] XADataSource configuration

2001-03-20 Thread Kirill Averianov
I am new to JBOSS. Please help me with configuring XADataSource to be used with Oracle 8i ( driver :classes12.zip ). Thanks , Kirill. ___ JBoss-user mailing list [EMAIL PROTECTE

[JBoss-user] Unsubscribe

2001-03-20 Thread Ruan Berg
___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Unsubscribe

2001-03-20 Thread Will Knoblauch
Please unsubscribe everyone at telecomse.com from this list. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Colin Payne Sent: Tuesday, March 20, 2001 1:07 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Unsubscribe Please unsubscribe me from th

Re: [JBoss-user] LOCKING-WAITING

2001-03-20 Thread Bill Burke
You're may be getting such a performance hit because of all the LOCKING-WAITING messages being sent to jboss/logs/server.log. Check out that file, my guess it will be very, very large. BTW, please don't remove that message. It is very useful for debugging purposes. Here's a fix for that ver

Re: [JBoss-user] Which Jar file contains the javax.rmi.PortableRemoteObject class

2001-03-20 Thread JbossKnut
Check the rt.jar under jdk1.3. :-) - Original Message - From: "Mike Jau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 7:27 PM Subject: [JBoss-user] Which Jar file contains the javax.rmi.PortableRemoteObject class > Hi, > > I am trying to compile the "Int

Re: [JBoss-user] Configure Postgres with JBoss 2.1

2001-03-20 Thread JbossKnut
- Original Message - From: "Dave Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 2:04 PM Subject: Re: [JBoss-user] Configure Postgres with JBoss 2.1 > Cameron Tabor wrote: > > > Hello, > > Can someone please post the configuration for Postgres and jbos

Re: [JBoss-user] table not found

2001-03-20 Thread Dan Christopherson
On Fri, 2 Mar 2001, fractals wrote: > Thank you for answering Dan ! > > I don't have a jboss.xml file. Maybe that's because I use JBoss 2.1. > When starting JBoss, I noticed the following line: > > [infoKioskStore] XA Connection pool infoKioskStore bound to > java:/infoKioskStore > > I read in

[JBoss-user] Unsubscribe

2001-03-20 Thread Colin Payne
Please unsubscribe me from this list, thanks! [EMAIL PROTECTED] wrote: >thanks keep sending this I am talking to the designers > >I like what they do but we need to really iron out this navigation bar >that >has been causing some troubles. > >marc > > >|-Original Message- >|From: [EMAIL P

Re: [JBoss-user] RE: jboss website

2001-03-20 Thread Juha-P Lindfors
On Tue, 20 Mar 2001, Scot Bellamy wrote: > From the few messages I've seen about this, it appears it might be an > issue with older browsers (IE4, Netscape 4.x) and not an OS issue. nah, works just fine on my old NS 4.61 on win nt -- Juha ___ JBo

[JBoss-user] Problems setting up connection pool

2001-03-20 Thread Daryl Coutinho
Title: Problems setting up connection pool hi, well i've been trying to set up the connection pool in jboss. I'm using weblogic's driver for MS SqlServer. I have no problem setting up the driver but the sever does not respond at the point when it is trying to start the connection pool.It just

RE: [JBoss-user] RE: jboss website

2001-03-20 Thread Stephen Turner
At 02:26 PM 3/20/01 , you wrote: >thanks keep sending this I am talking to the designers > >I like what they do but we need to really iron out this navigation bar that >has been causing some troubles. > >marc > > I have a slightly different problem using Netscape Communicator 4.75 on Solaris 2.7

Re: [JBoss-user] RE: jboss website

2001-03-20 Thread Scot Bellamy
I'm running Netscape 6.01 on Redhat 7 with no problem. From the few messages I've seen about this, it appears it might be an issue with older browsers (IE4, Netscape 4.x) and not an OS issue. Scot. joel boehland wrote: > Hi-- > I'm also having problems with the new website. I'm on > Linux an

Re: [JBoss-user] javax.naming.CommunicationException. Root exception is java...

2001-03-20 Thread Ejbdougcs5
Hi - my jar contains: 0 Tue Mar 20 14:35:46 EST 2001 META-INF/ 66 Tue Mar 20 14:35:46 EST 2001 META-INF/MANIFEST.MF 3905 Tue Mar 20 14:16:36 EST 2001 com/web_tomorrow/interest/Interest.class 877 Mon Mar 19 17:39:28 EST 2001 com/web_tomorrow/interest/InterestBean.class 325

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Nope. I also recompiled all the classes on Solaris. Same problem. -Original Message- From: Alexander Kogan To: [EMAIL PROTECTED] Sent: 3/20/01 1:59 PM Subject: Re: [JBoss-user] Deploy problem on Solaris. Fine on NT Just a wild guess: is it possible that your jar-file has been convert

RE: [JBoss-user] RE: jboss website

2001-03-20 Thread Craig Doremus
Marc: I get this exact same problem with Netscape 4.74 and Redhat 6.1 --Craig "marc fleury" <[EMAIL PROTECTED]> on 03/20/2001 02:26:39 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Craig Doremus/Portland/ViA) Subject: RE: [JBoss-user] RE: jboss website

RE: [JBoss-user] JBoss website

2001-03-20 Thread gregor . giebel
I see it fine with Netscape 6.0, IE5.5 and Mozilla 0.8 on WinNT 4, SP6 (English). Same on win98, original edition (though I didn't check with Mozilla here). Even though that wasn't exactly the question... Gregor > -Original Message- > From: marc fleury [mailto:[EMAIL PROTECTED]] > Sen

Re: [JBoss-user] table not found

2001-03-20 Thread fractals
Thank you for answering Dan ! I don't have a jboss.xml file. Maybe that's because I use JBoss 2.1. When starting JBoss, I noticed the following line: [infoKioskStore] XA Connection pool infoKioskStore bound to java:/infoKioskStore I read in the docs that objects should be bound to java:/env and

RE: [JBoss-user] RE: jboss website

2001-03-20 Thread marc fleury
thanks keep sending this I am talking to the designers I like what they do but we need to really iron out this navigation bar that has been causing some troubles. marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of joel |boehland |Sent: Tuesday, Ma

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Out of curiosity, I installed the jboss-2.1.zip file on the web site on Solaris 2.6 (JDK 1.3). When I tried to deploy my bean, I get a java.lang.NoSuchMethodError. Again, there is no explanation as to why. Can someone tell me what I'm doing wrong? Thanks. [Auto deploy] Auto deploy of file:/loc

[JBoss-user] RE: jboss website

2001-03-20 Thread joel boehland
Hi-- I'm also having problems with the new website. I'm on Linux and Netscape 4.7. Its a weird problem-- the page will actually load ok, but then right at the end of loading I get this weird orange layer that covers up the navbar on the left. Anyone else have this problem? --Joel ___

RE: [JBoss-user] JBoss website

2001-03-20 Thread marc fleury
it seems these problems are seen on nt4 only??? anyone else on the other platforms seeing it? I am ok on win2k... marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Dan |Christopherson |Sent: Tuesday, March 20, 2001 1:32 PM |To: [EMAIL PROTECTED]

Re: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Alexander Kogan
Just a wild guess: is it possible that your jar-file has been converted as an ascii-file when you transfer it from NT to Solaris? [EMAIL PROTECTED] wrote: > > Hello, > > I'm having a problem deploying an application on jBOSS 2.0 FINAL on Solaris > 2.6. I created an EJB application that deploy

[JBoss-user] test the mailing list

2001-03-20 Thread First Name Last Name
seems no mail here. so, make a test. Kai _ Get your FREE download of MSN Explorer at http://explorer.msn.com ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lis

RE: [JBoss-user] LOCKING-WAITING

2001-03-20 Thread marc fleury
it is not a deadlock it is normal synchronization... we must change that message marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Dragan Milic |Sent: Tuesday, March 20, 2001 1:05 PM |To: [EMAIL PROTECTED] |Subject: [JBoss-user] LOCKING-WAITING |

RE: [JBoss-user] JBoss website

2001-03-20 Thread Dan Christopherson
Sorry, Internet Explorer 4 on Windows NT 4 On Tue, 20 Mar 2001, marc fleury wrote: > Dan I need > > Browser version and OS > > marc > > > |-Original Message- > |From: [EMAIL PROTECTED] > |[mailto:[EMAIL PROTECTED]]On Behalf Of Dan > |Christopherson > |Sent: Tuesday, March 20, 2001 12

[JBoss-user] Which Jar file contains the javax.rmi.PortableRemoteObject class

2001-03-20 Thread Mike Jau
Hi, I am trying to compile the "Interest" sample from the shipped Makfile and has the following error output javac -classpath "/jboss/dist/lib/ext/ejb2.0.jar;." InterestClient.java InterestClient.java:4: Class javax.rmi.PortableRemoteObject not found in import Then I try to find this "javax.rm

[JBoss-user] New User

2001-03-20 Thread Bankwalla, Viraf
Hi, I am new to JBoss and this mailing list. Where can I get documentation on JBoss and the various ongoing projects. I am specifically interested in JBossSOAP (JBoss/ZOAP). I am new to SOAP and was looking for an environment to play with. Are there any docs available on ZOAP ? What is the d

[JBoss-user] LOCKING-WAITING

2001-03-20 Thread Dragan Milic
Hello, i'm experiencing performance problems with jboss 2.1 under solaris: when i'm using one BMP EJB cuncurrently from multiple threads it seems to deadlock for a couple of seconds with following line reapeating in server.log: [Category] LOCKING-WAITING (CTX) for id CategoryPK(MUIKAQJkw34AAADf

Re: [JBoss-user] table not found

2001-03-20 Thread Dan Christopherson
If you haven't overridden the mapping of infoKioskStore in jboss.xml, it'll be pointed at the datasource named 'DefaultDS', not at the one you've named infoKioskStore. On Fri, 2 Mar 2001, fractals wrote: > I could fix the last problem: message TRANSACTION ROLLBACK EXCEPTION. > I added: >

RE: [JBoss-user] JBoss website

2001-03-20 Thread marc fleury
Dan I need Browser version and OS marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Dan |Christopherson |Sent: Tuesday, March 20, 2001 12:43 PM |To: [EMAIL PROTECTED] |Subject: RE: [JBoss-user] JBoss website | | |Yes IE4 has problems with some of

RE: [JBoss-user] JBoss website

2001-03-20 Thread Dan Christopherson
Yes IE4 has problems with some of the links (one's using a class='') attribute. On Tue, 20 Mar 2001, marc fleury wrote: > anyone else with this problem? > > marc > > > > |-Original Message- > |From: [EMAIL PROTECTED] > |[mailto:[EMAIL PROTECTED]]On Behalf Of John > |Sidney-Woolle

[jBoss-User] Row locking

2001-03-20 Thread Tim Yates
A simple one this... But before I go into it, I will give you my vital statistics ;-) JBoss pre 2.1 Embedded Tomcat Oracle 8.1.7 Minerva XA client JDK 1.3 Solaris 8 Sun E450 Ok, now my problem: We have a website (with live content editing) running on jBoss, which is used by approx 1000 people

Re: [JBoss-user] JBOSS-Tomcat-2.1 beta, Error 500.

2001-03-20 Thread Fumiko Kutch
Title: RE: [JBoss-user] JBOSS-Tomcat-2.1 beta, Error 500. Scott,   It worked.    Another question: Have you tried to integrate them with  apache? Do you know if it would work? Thanks,   Fumiko. - Original Message - From: Scott Warren To: [EMAIL PROTECTED] Sent: Monday

[JBoss-user] table not found

2001-03-20 Thread fractals
I could fix the last problem: message TRANSACTION ROLLBACK EXCEPTION. I added: infoKioskStore javax.sql.DataSource Container to ejb-jar But maybe something's to be added to jboss.xml too... But the saga continues: now I have to face the follo

[JBoss-user] unscribe

2001-03-20 Thread Volker Graf
unscribe ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] JBoss website

2001-03-20 Thread marc fleury
anyone else with this problem? marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of John |Sidney-Woollett |Sent: Tuesday, March 20, 2001 12:00 PM |To: '[EMAIL PROTECTED]' |Subject: [JBoss-user] JBoss website | | |Is anyone else having problems w

[JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Hello, I'm having a problem deploying an application on jBOSS 2.0 FINAL on Solaris 2.6. I created an EJB application that deploys and runs perfectly on jBOSS 2.0 FINAL on Windows NT 4.0. When I take the same JAR file and try to deploy it on Solaris 2.6, I get a javax.management.RuntimeErrorExcept

[JBoss-user] JBoss website

2001-03-20 Thread John Sidney-Woollett
Is anyone else having problems with the new JBoss website? I cannot access links using either IE4.72 nor Opera 5.02 on Win NT 4 Could whoever updated the site fix the problem? Thanks. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourc

[JBoss-user] TRANSACTION ROLLBACK EXCEPTION

2001-03-20 Thread fractals
Hi, I'm new to JBoss, and this is my first exception. Until now, well, I'm very convinced that JBoss is a working product ! I have a CMP bean for which I want to implement a custom finder. The CMP mechanism performs perfectly well, so I know at least a good deal of what I did is not wrong. I dec

[JBoss-user] jboss mysql

2001-03-20 Thread Alok Matta
1 add the mysql driver in the classpath 2 in jboss.jcml add org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,org. gjt.mm.mysql.Driver and Kanak org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l jdbc:mysql://127.0.0.1/KSabha 120 root 10

RE: [JBoss-user] Oracle database pool hangs on 2.1

2001-03-20 Thread Bolt, Dave
Title: RE: [JBoss-user] Oracle database pool hangs on 2.1 I fixed the problems that I was having. User error on my part. Thanks for the help. Dave -Original Message- From: Guy Rouillier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 12:56 AM To: [EMAIL PROTECTED] Subject:

  1   2   >