Re[2]: [JBoss-user] How to deploy

2001-07-03 Thread daljeetsingh
Hi Yes that's one way to get started. Thanks. But our app is not being staged as of now. Its under pure development environemnt. Sounds painful to create a war file eachtime a developer modifies a class / JSP file. Thanks Daljeet Singh ___ JBoss-user

Re: [JBoss-user] Help! - Can EJB inherit from normal classes? Packaging with normal classes?

2001-07-03 Thread ZHU Jia
Many thanks for the detailed information! But I've some questions here: 1. I thought reflection is forbidden by the EJB spec, have you used it successfully in your code? 2. As far as I see, the way you do it is delegation and not inheritence, and you don't make this for conversion of individual Ja

RE: [JBoss-user] Object with primary key not found in storage. PLEASE HELP!

2001-07-03 Thread Chris Tragas
dude, you've only got a one column primary key; you don't need the TeamPK.java class; get rid of it; it's only used if you have a composite PK in your er model; when you get rid of the PK class, then change the ejb-jar.xml file to the following: don't have anything set for Try this an

RE: [JBoss-user] Interest example does not work for me, please help!

2001-07-03 Thread Dennis Huang
Thanks, Scott: I downloaded JBoss2.2.2 (with Tomcat) today. Although I can not start JBoss properly (I got exception when startup tried to deploy tomcat_test), I can run the Interest example successfully. But this is very strange to me. Why this EJB works on version 2.2.2 but not on version 2.2?

[JBoss-user] Security with JBoss 2.4-Tomcat

2001-07-03 Thread tom
Hi all, I've had some difficulties using the integrated security with JBoss2.4. The two problems that I've noticed are, a. A server configuration other than 'tomcat' ( even if the contents are identical ) causes Tomcat to break. Security works but Tomcat cannot find 'javac' to compile JSP fil

[JBoss-user] (no subject)

2001-07-03 Thread Eugene Igumnov
Dear jboss-user, Could You help me? We have 2 computers. We install JBoss on both computers. We install PostgreSQL on 3rd computer. We deploy Test1Bean working with table test1 (first JBoss). We deploy Test2Bean working with table test2 (second JBoss). We make client with UserTransaction. --work

[JBoss-user] JBOSS Connection MYSQL.

2001-07-03 Thread Rakesh Shankar Shringi
hi, I am using my sql with JBOSS. the problem is that i am connecting to hypersonic database instead of connecting to the mysql database. i am using the session bean. This is what i have in my jboss.jcml file org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

[JBoss-user] Secure Gateway Notification

2001-07-03 Thread SGW Emasgn01
This message was sent with an attachment which Rabobank International does not allow because the filetype is not considered to be business related or it contains "executable" code which could be destructive if run. An error occured in stripping the attachment, please note this message has now been

[JBoss-user] Object with primary key not found in storage. PLEASE HELP!

2001-07-03 Thread Shamis, Leonid
> Hello, > > Please help me to find the problem, as I really reached a deadlock. > > I have TEAM CMP EntityBean. After I deploy the ejb-jar file and want to > test > finding the entities in the TEAM table in the database by primary key I > get the error: > > javax.ejb.ObjectNotFoun

[JBoss-user] Object with primary key not found in storage. PLEASE HELP!

2001-07-03 Thread Shamis, Leonid
Hello, Please help me to find the problem, as I really reached a deadlock. I have TEAM CMP EntityBean. After I deploy the ejb-jar file and want to test finding the entities in the TEAM table in the database by primary key I get the error: javax.ejb.ObjectNotFoundException: Obje

[JBoss-user] How to map to cloudscape database

2001-07-03 Thread ralph
I copied the cloudscape driver files to [jboss-home] \ lib \ ext. Edited jboss.conf Started jBoss. Deployed a few beans in a jar-file. Everything appears to be okay according to server.log and standard output. :-) Now: What do I need to do in order to map my datasource name correctly, meaning:

[JBoss-user] Boot Script

2001-07-03 Thread Hastings
Thanks for the script Dave... no problems getting jboss running using this script, however I am still not able to get jboss running at boot time. I have tried including a startup script in etc/rc.local to no avail. The system just hangs at startup. H... will keep trying. Any ideas anyone?

Re: [JBoss-user] Re: JBoss 2.2.2 - Linux kernel 2.4

2001-07-03 Thread awc
I am running sun JDK-1.3.0 and 1.3.1-rc1-b21 on RedHat 6.2/libc-.2.1.3 with Jboss-2.2.2-Tomcat-3.2.2. I ran Jboss-2.4 too. anil Devraj Mukherjee wrote: > I use the same, under Solaris and Windows. I have not tried Linux as yet. > > I will today and let you know. > > Devraj > > At 11:59 3/07/01

Re: [JBoss-user] connection pooling JBOSS-mySQL

2001-07-03 Thread Rakesh Shankar Shringi
hi, First thanks for the reply Dan, This is what i have in my jboss.jcml file org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl mySQLFlirtDS jdbc:mysql://baba9.websoft.com/flirtshow2 w3server my Jb

Re: [JBoss-user] Could not create the finder (in jaws.xml)

2001-07-03 Thread nathan frund
Dan, Thanks for the clarification. I did what you said to do, put findByIdAndName in the Home interface and in jaws.xml and I still get: [JAWS] Could not create the finder findByIdAndName, because no matching CMP field was found. I'm pretty sure I don't have another jaws.xml in the classpath b

Re: [JBoss-user] Re: JBoss 2.2.2 - Linux kernel 2.4

2001-07-03 Thread Devraj Mukherjee
I use the same, under Solaris and Windows. I have not tried Linux as yet. I will today and let you know. Devraj At 11:59 3/07/01 -0700, you wrote: >Devraj, >I'm using JDK 1.3.1 - Is that one not supported? I understand this is sort >of an official question, where would be the place to address

[JBoss-user] Re: NoClassDefFoundError in custom JSP tag

2001-07-03 Thread Andy Bryant
If anyone is interested, I figured out my own problem with the class reference problems with custom tags and JBoss/Tomcat. I had my classes in the conventional place in the war file, in /WEB-INF/classes Tomcat also accepts classes in the /classes directory and it seems this is where custom JSP t

[JBoss-user] Cannot Start JBoss-2.2.2_Tomcat-3.2.2

2001-07-03 Thread John Bruce
Hi, I'm having trouble starting JBoss. When I do >sh run.sh I get this... JBOSS_CLASSPATH=:run.jar:../lib/crimson.jar java.lang.NullPointerException at org.jboss.Main.main(Compiled Code) I believe it may be more to do with my setup of the j2sdk which is version 1.1.3. But I have check

[JBoss-user] Cannot start JBoss-2.2.2_Tomcat-3.2.2 properly

2001-07-03 Thread Dennis Huang
Hi, all: Today I download JBoss-2.2.2_Tomcat-3.2.2, but I can not start it properly. I got following exceptions, please tell me how to fix this problem. Thanks, Dennis huang === . [J2EE Deployer Default] Started [Auto

Re: [JBoss-user] JBoss-2.2.2 vs Cloudscape

2001-07-03 Thread Tom Coleman
> > JBoss-2.2.2 hangs when starting Cloudscape. > Oops. Forgot to load the driver. The documentation is pretty good, if you take the time to read it. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jbo

[JBoss-user] JBoss-2.2.2 vs Cloudscape

2001-07-03 Thread Tom Coleman
JBoss-2.2.2 hangs when starting Cloudscape. With logging for the pool enabled, I get: [EstoreDB] Starting [EstoreDB] XA Connection pool EstoreDB bound to java:/EstoreDB [EstoreDB] java.sql.SQLException: No suitable driver [EstoreDB] Pool EstoreDB factory org.opentools.minerva.jdbc.xa.XAConnect

Re: [JBoss-user] How to deploy

2001-07-03 Thread Devraj Mukherjee
Hi Daljeet, For deployment of web components I usually package up all the file in a WAR file with the deployment descriptor and put it in the deploy directory. The JBoss server detects the XML file and does the deployment file. I have created a batch file for myself which does the process of p

Re: [JBoss-user] Problems deploying EARs with JSPs under JBoss/Jetty

2001-07-03 Thread bcd
On Tue, Jul 03, 2001 at 12:47:09AM +0100, Julian Gosnell wrote: > OK, Bent, > > How big is the EAR ? > > if it is less than a couple of meg, mail it to me and I will have a look. It's more like 3k :-) I have put it at http://www.pvv.org/~bcd/account.ear Its contents is LengthDateTim

Re: [JBoss-user] ....Jetty.... IllegalStateException when doingjsp:include on a servlet

2001-07-03 Thread Brett Sealey
On Tue, 3 Jul 2001, Jonas Tehler wrote: > Hi, > > I am trying to use to include a servlet into a jsp-page > resulting in: > > java.lang.IllegalStateException: Request is committed > > According to the changelog for Jetty this have been fixed: > > Jetty-3.0.2 - 13 Jan 2001 > + Ignore inclu

[JBoss-user] Jboss or hypersonic memory problems

2001-07-03 Thread Nordahl, David C
I have garbage collection turned on and my datasource is set to read-only but the memory used by jboss/hypersonic keeps growing without anything being released. I've had this problem with hypersonic outside of jboss in the past. Is there some setting that I'm overlooking or is this a problem wit

Re: [JBoss-user] ....Jetty.... IllegalStateException when doing jsp:include on a servlet

2001-07-03 Thread Julian Gosnell
Thanks for pointig this out, Jonas - I will forward it to Jetty-discuss. Jules Jonas Tehler wrote: > Hi, > > I am trying to use to include a servlet into a jsp-page > resulting in: > > java.lang.IllegalStateException: Request is committed > > According to the changelog for Jetty this have be

Re: [JBoss-user] Problems deploying EARs with JSPs under JBoss/Jetty

2001-07-03 Thread Julian Gosnell
OK - I'll try to have a look at it tomorrow, guys. thanks for letting me know, Jules Jonas Tehler wrote: > Julian Gosnell wrote: > > > OK, Bent, > > > > How big is the EAR ? > > > > if it is less than a couple of meg, mail it to me and I will have a look. > > > > That's the best I can do ! >

RE: [JBoss-user] Entity bean with special objects attributes?

2001-07-03 Thread Vincent Harcq
It should work. Vector is Serializable, Parameter is Serializable. What about internal object of Parameter ? > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Jm Seigneur > Envoyé : mardi 3 juillet 2001 23:43 > À : [EMAIL PROTECTED] > Objet : [JBoss-

Re: [JBoss-user] JBoss-2.2.2/Tomcat-3.2.2 configuration

2001-07-03 Thread Tom Coleman
I wrote: > > Are there any tricks to configuring the integrated JBoss-2.2.2/Tomcat > distribution? > > My RH Linux 6.2/jdk 1.3 box worked fine with pre-2.1. > I retrieved JBoss-2.2.2 from CVS, compiled it, installed the Tomcat-3.2.2 binary distribution and I'm back in business. With all d

[JBoss-user] Entity bean with special objects attributes?

2001-07-03 Thread Jm Seigneur
Hello, I'd like to have a bean which can store persistently a vector of Parameter objects: import javax.ejb.EntityBean; public class BlackBoxBean implements EntityBean { String id; //primary key Vector parameters; //vector of Parameter objects public String getId{ ... To m

Re: [JBoss-user] wits end with mysql!!

2001-07-03 Thread Richard Bottoms
At 03:07 PM 7/3/01 -0500, you wrote: >Richard, >Did you change the original JdbcProvider mbean, or did you add one? You >should only have one of them - you can add driver classes by comma >delimiting them. > >-danch I added one and removed the others. Here's the complete jboss.jcml:

[JBoss-user] How to delete a table?

2001-07-03 Thread Jm Seigneur
Hello, Could you tell me how to delete a table which was previously deployed? In fact, I missed to put a entity bean in a previous deployment and now there is a problem because the table has been created with less columns than expected. I would like to reset this one. Thanks, Jm __

RE: [JBoss-user] How to delete a table?

2001-07-03 Thread Daniel Cardin
how about (in any form of interactive SQL session) : DROP TABLE ; COMMIT; Your dialect may vary :) Dan -Message d'origine- De : Jm Seigneur [mailto:[EMAIL PROTECTED]] Envoyé : 3 juillet, 2001 17:31 À : [EMAIL PROTECTED] Objet : [JBoss-user] How to delete a table? Hello, Could you t

Re: [JBoss-user] Postgres commit problem

2001-07-03 Thread Alex . Devine
Thank you danch! I was having the exact same problem (caching the Connection), and from the emails I've seen on this topic, I wasn't the only one. Don't know who to recommend this to, but I know that the manual is undergoing a big update - I think that having a BMP example, and showing how to get

Re: [JBoss-user] Re: multiple concurent DB connections

2001-07-03 Thread Michael Jara
You have a very good point. If your business methods need to be in a transaction, my solution may not work for you. In my case, I had one or two read-only business methods which were accessed most often. My problems occurred during authentication/authorization to execute these methods (because

RE: [JBoss-user] jboss-2.2.2_tomcat3.2.2 local dtd

2001-07-03 Thread Alex Radka
"http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"; would be "file:///some/directory/structure/web-app_2_2.dtd" Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 3:06 PM To: [EMAIL PROTECTED] Subject: RE

RE: [JBoss-user] Re: JBoss 2.2.2 - Linux kernel 2.4

2001-07-03 Thread Daniel Ferrante
me too on Windows 2000 with jdk1.3.1. I haven't tried it with jdk1.3. Thanks -- Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 4:15 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Re: JBoss 2.2.2 - Linux kernel 2.4 I've been ex

[JBoss-user] referencing an internal dtd

2001-07-03 Thread Graham . Forte
I need to reference an internal dtd, I modified my /tomcat/conf/web.xml with this( btw Solaris 5.8 apache JBoss2.2.2_Tomcat 3.2.2) I searched all archives for info ! does this look right ? Is this the only .xml file to edit?This is initial install so only tomcat-test is attempting to deploy. Em

RE: [JBoss-user] Opta2000 for MS SQLServer2000 - com.inet.tds.XDataSource

2001-07-03 Thread Vincent Harcq
Hi, Thank you for your response. I tried what you say (and other things) but I still get the error. For info, the problem happens on XA_CONNECTION_FREE just after creating the table. When My table exists, I do not have the problem. I could see if I can use my pool afterwards but I am now working w

Re: [JBoss-user] Re: JBoss 2.2.2 - Linux kernel 2.4

2001-07-03 Thread VASQUEZ_JASON
I've been experiencing frequent Segmentation Faults with jdk1.3.1 -- everything works fine with jdk1.3 (running on a stock Redhat 7.0 kernel -- 2.2.16) -Jason "danch (Dan Christopherson)" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 07/03/2001 02:33 PM Please respond to jboss-user

Re: [JBoss-user] wits end with mysql!!

2001-07-03 Thread danch (Dan Christopherson)
Richard, Did you change the original JdbcProvider mbean, or did you add one? You should only have one of them - you can add driver classes by comma delimiting them. -danch Richard Bottoms wrote: > I am at my wits end trying to get MySQl to work. Everything is in the right > place as far as I

Re: [JBoss-user] Postgres commit problem

2001-07-03 Thread danch (Dan Christopherson)
Jure Lodrant wrote: > When closing the connection in a session bean's remove method, I get this > > -- > TRANSACTION ROLLBACK EXCEPTION:null; nested exception is: > javax.ejb.EJBException > [BankBean] java.lang.RuntimeException: Unable

Re: [JBoss-user] wits end with mysql!!

2001-07-03 Thread Dan Hinojosa
Richard. Here is what I have in BOTH jboss.jcml. I got rid of all the other jdbc stuff. I hope this helps. Make sure that mm_mysql-2_0_2-bin.jar is in your lib/ext folder. Again make sure you do this to BOTH of the jboss.jcml. One is for a single jboss, and the other is for the combo-jboss-to

Re: [JBoss-user] Re: JBoss 2.2.2 - Linux kernel 2.4

2001-07-03 Thread danch (Dan Christopherson)
People have reported problems with that JDK on some RedHat versions. Axel Muench wrote: > Devraj, > I'm using JDK 1.3.1 - Is that one not supported? I understand this is sort > of an official question, where would be the place to address this? > > Thanks, Axel. > > > >>Hi, >>I'm new to JBoss

[JBoss-user] How to deploy

2001-07-03 Thread daljeetsingh
Hello, A real starter's question? Here it goes? Where do I start? I am using JBoss/Tomcat bundle. If I deploy my JSP/servlets under tomcat/webapps, than my jboss-web.xml file is being ignored and to deploy it under jboss/deploy I have to create a ear/war/jar each time I make a change to a JSP

Re: [JBoss-user] Postgres commit problem

2001-07-03 Thread Jure Lodrant
When closing the connection in a session bean's remove method, I get this -- TRANSACTION ROLLBACK EXCEPTION:null; nested exception is: javax.ejb.EJBException [BankBean] java.lang.RuntimeException: Unable to deregister with Transaction

RE: [JBoss-user] jboss-2.2.2_tomcat3.2.2 local dtd

2001-07-03 Thread Graham . Forte
Cecile, you are right my web.xml file wont load into IE, I need to figure out how to reference it properly, I was using /web-app_2_2.dtd since I had it locally just off root. That doesnt work! Thanks, Any tips on how to properly reference it would be appreciated!!! Graham -Original Message--

[JBoss-user] wits end with mysql!!

2001-07-03 Thread Richard Bottoms
I am at my wits end trying to get MySQl to work. Everything is in the right place as far as I can tell but still NADA. Here's an excerpt from my log file, directory lisitng and a look at the minerva jar file. Help! Log === [JDBC provider] Starting [JDBC provider] Started [mySQLDS] Starting [m

[JBoss-user] Re: JBoss 2.2.2 - Linux kernel 2.4

2001-07-03 Thread Axel Muench
Devraj, I'm using JDK 1.3.1 - Is that one not supported? I understand this is sort of an official question, where would be the place to address this? Thanks, Axel. > Hi, > I'm new to JBoss and try to start JBoss by executing run.sh > > > > > This is the error message: > > JBOSS_CLASSPATH=:run

[JBoss-user] Re: multiple concurent DB connections

2001-07-03 Thread vcp
Mike, first of all thanks for your response. I read your message and I would have some questions concerning it: - how did you turn off transactions for the method responsible for DB connection? - have you used transaction attributes in this case or maybe some different solution? I see here foll

[JBoss-user] Re: JBoss 2.2.2 - Linux kernel 2.4

2001-07-03 Thread Axel Muench
Dragos, Yes I tried /bin/sh run.sh with the same result. I heard on the list that my JDK 1.3.1 could be the problem? Thanks, Axel. >Have you tried usingsh run.sh? >Axel Muench wrote: > Hi, > I'm new to JBoss and try to start JBoss by executing run.sh > > > > > This is the error message:

[JBoss-user] How to deploy

2001-07-03 Thread daljeetsingh
Hello, A real starter's question? Here it goes? Where do I start? I am using JBoss/Tomcat bundle. If I deploy my JSP/servlets under tomcat/webapps, than my jboss-web.xml file is being ignored and to deploy it under jboss/deploy I have to create a ear/war/jar each time I make a change to a JSP

Re: [JBoss-user] duplicate config files

2001-07-03 Thread danch (Dan Christopherson)
The config files in $JBOSS_HOME/conf/default are used when JBoss is run via 'run.sh' The config files in $JBOSS_HOME/conf/tomcat are used when JBoss is run via 'run_with_tomcat.sh' If you're only using the tomcat config, that's the only place you need to make changes. Richard Bottoms wrote:

Re: [JBoss-user] connection pooling JBOSS-mySQL

2001-07-03 Thread danch (Dan Christopherson)
Given that the SQL that was echoed had the table name in lowercase and the error message was uppercase (and nobody complained about case sensitive breakage with mySQL in 2.4 beta when I squashed case!) I don't think that it's a case problem. (for the record, you're right, relational databases

[JBoss-user] duplicate config files

2001-07-03 Thread Richard Bottoms
JBoss & Tomcat both have jboss.jcml files. Are one or both need? Do changes in areas like MySQl need to be reflected in both? Thanks, r.b. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] PortableRemoteObject.narrow

2001-07-03 Thread Christine
Yes, it does have import javax.rmi.PortableRemoteObject in the InterestClient class. I know the PortableRemoteObject class is in the jdk1.3\jre\lib\rt.jar, however i don't know in which way to add all the related classes in jdk1.3 to my classpath. If I run the client class in the following way:

[JBoss-user] run level

2001-07-03 Thread Richard Bottoms
Anyone find a run level that works for the JBoss startup scripts. I'm on Linux 6.1. Thanks, r.b. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] jboss-2.2.2_tomcat3.2.2 initial install erors

2001-07-03 Thread Saint-Martin Cecile
I think the reference you have set in web.xml are wrong. Check it. For example, try to open your xml file with Internet Explorer 5.0, if your reference is wrong, you'll have an error. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL P

[JBoss-user] How is the perfomance of MDBs in Jboss

2001-07-03 Thread kevin1
I have to deploy a MDB application -- my MDB's subscribe to a remote topic and perform some operations on the ojbects received. What kind of performance does jboss have with this? -- No one may be called "good" if they have had no chance to be bad... _

RE: [JBoss-user] jboss-2.2.2_tomcat3.2.2 initial install erors

2001-07-03 Thread Graham . Forte
Thanks,I did a search for these files but didnt find any of them, could it be because I am atempting to do an initial run of jboss/tomcat? -Original Message- From: Saint-Martin Cecile [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 8:59 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss

Re: [JBoss-user] Strange Behavior When DataSource goes down.

2001-07-03 Thread danch (Dan Christopherson)
Guy Rouillier wrote: > I see one problem here and one issue. > > Problem: There is no standard, cross-vendor approach that I'm aware of to > test to see if a database connection is still alive. Yep! In the past I've just made a connection pool execute arbitrary (defined as one of the pool par

Re: [JBoss-user] Strange Behavior When DataSource goes down.

2001-07-03 Thread danch (Dan Christopherson)
OK, time to learn the JCA pools! Scott M Stark wrote: > The JCA architecture provides a standard mechanism for managing connections. > It uses a callback mechanism to notify the connection user of changes in its > state: > > public interface javax.resource.spi.ConnectionEventListener { > > pub

Re: [JBoss-user] Could not create the finder (in jaws.xml)

2001-07-03 Thread danch (Dan Christopherson)
I don't know if you and Fred are looking at the same problem. Your home and the jaws.xml should both be findByIdAndName, you shouldn't have an ejbFindByIdAndName, since you're declaring it in the descriptor. Fred's issue is that JBoss currently _requires_ the 'By'. I believe this is only true

[JBoss-user] Beta usable?

2001-07-03 Thread kevin1
-- No one may be called "good" if they have had no chance to be bad... ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Form Based authentication not working

2001-07-03 Thread daljeetsingh
Hello I am using the form based authentication example provided in the examples sub directory of the JBoss-Tomcat installation. The authentication works correctly in tomcat alone but with JBoss I get the following error (stack trace below points to org.jboss.tomcat.security.JBossSecurityMgrRea

RE: [JBoss-user] jboss-2.2.2_tomcat3.2.2 initial install erors

2001-07-03 Thread Saint-Martin Cecile
Do you a doctype line in your xml files? SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > [EMAIL PROTECTED] > Envoyé : mardi 3 juillet 2001 14:58 > À : [EMAIL PROTECTED] > Objet : [JBoss-user] jboss-2.2.2_tom

RE: [JBoss-user] jboss-2.2.2_tomcat3.2.2 initial install erors

2001-07-03 Thread Saint-Martin Cecile
Sorry I didn' read completly your mail, I think your problem is in ejb-jar.xml or jaws.xml or jboss.xml not in web.xml SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > [EMAIL PROTECTED] > Envoyé : mardi 3 jui

admin Mbean tag's (was: Re: [JBoss-user] Everlasting sessionbean,now a MBean)

2001-07-03 Thread Peter Fagerlund
on 1-06-07 14.25, Juha Lindfors at [EMAIL PROTECTED] wrote: > you can check the code in: > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/admin/src/org/jboss/adm > in/mbean/SystemMonitor.java?rev=1.3&content-type=text/vnd.viewcvs-markup what is the Mbean tags for the AdminServerMBean and S

[JBoss-user] connection pooling JBOSS-mySQL

2001-07-03 Thread Rakesh Shankar Shringi
hi, I am using the connection pool for that I have made the following changes in jboss.jcml : org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl mySQLFlirtDS jdbc:mysql://baba9.websoft.com/flirtshow2 w3server I a

[JBoss-user] jboss-2.2.2_tomcat3.2.2 initial install erors

2001-07-03 Thread Graham . Forte
I am reinstalling jboss/tomcat for the 3 rd time, I get two errors when I use run_with_tomcat.sh: First I get the ever popular UnknownHost then I fix all the references to sun.com dtd and copy a local vesion of this then point to local. I have read a bunch of posts pertaining to this error, and no

[JBoss-user] jBoss-Jetty RC5 Still Getting NULL NULL NULL

2001-07-03 Thread Kemp Randy-W18971
Jules: You won't be the first to eat your hat. I believe Stan Laurel did the very same thing in "Way out West". Randy Date: Mon, 2 Jul 2001 19:19:38 -0400 (EDT) From: Brett Sealey <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] jBoss-Jetty RC5 Still Getting NULL NULL NULL

Re: [JBoss-user] Could not create the finder (in jaws.xml)

2001-07-03 Thread nathan frund
Fred, thanks for the reply. I just want to make sure I have everything correct so that I can give you accurate information back for a potential patch. In my Home interface I put: public Collection ejbFindByIdAndName(Integer id, String name) throws RemoteException, FinderException In jaw

[JBoss-user] ....Jetty.... IllegalStateException when doing jsp:include on a servlet

2001-07-03 Thread Jonas Tehler
Hi, I am trying to use to include a servlet into a jsp-page resulting in: java.lang.IllegalStateException: Request is committed According to the changelog for Jetty this have been fixed: Jetty-3.0.2 - 13 Jan 2001 + Ignore included response updates rather than IllegalStateException Is thi

[JBoss-user] Form Based authentication not working

2001-07-03 Thread daljeetsingh
Hello I am using the form based authentication example provided in the examples sub directory of the JBoss-Tomcat installation. The authentication works correctly in tomcat alone but with JBoss I get the following error (stack trace below points to org.jboss.tomcat.security.JBossSecurityMgrRea

Re: [JBoss-user] J2EE CAS

2001-07-03 Thread Peter Fagerlund
on 1-07-03 12.22, Anderson L at [EMAIL PROTECTED] wrote: > Has anyone looked at creating a 'service' for JBoss? There are four > supported servers...it's a shame that JBoss is not amongst them! A perfect example of a add on Service/Module created by third party to not infect JBoss with any OS sp

[JBoss-user] J2EE CAS

2001-07-03 Thread Anderson L
Has anyone looked at creating a 'service' for JBoss? There are four supported servers...it's a shame that JBoss is not amongst them! Lewis *** This email and any files transmitted with it are confidential and in

Re: [JBoss-user] Problems deploying EARs with JSPs under JBoss/Jetty

2001-07-03 Thread Jonas Tehler
Julian Gosnell wrote: > OK, Bent, > > How big is the EAR ? > > if it is less than a couple of meg, mail it to me and I will have a look. > > That's the best I can do ! I think I have the same problem. I switched from JBoss-2.2.1_Jetty3.1.RC4 to JBoss-2.2.2_Jetty-3.1.RC5-6 and suddenly the

RE: [JBoss-user] Help! - Can EJB inherit from normal classes? Packaging with normal classes?

2001-07-03 Thread Schouten, Andreas
Hello Jia! We migated the folowd situation to ejb Class ImplBasic implements InterfaceA Class Impl1 extendes ImplBasic Class Impl2 extendes ImplBasic Class Impl3 extendes ImplBasic ... InterfaceA obj = (Inter...)new Implx(...) as MyRemote extends InterfaceA, EJBObject MyBean extends

[JBoss-user] Startup error in Linux (pwd problem?)

2001-07-03 Thread Richard Taylor
Hello, I wonder if anyone else has seen this simple problem, on Linux. /usr/local/home/jdk1.3/bin/i386/native_threads/java -server -Djavax.xml.parsers. DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl -Djava x.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXPars

Re: [JBoss-user] RMI/IIOP warning

2001-07-03 Thread François Charoy
If think it is not sufficient. These two home methods produce the same result [Verifier] Bean : Project Method : public abstract Project create(String, String) throws RemoteException, CreateException Section: 9.2.8 Warning: The method return values in the home interface must be of valid types f

Re: [JBoss-user] Help! - Can EJB inherit from normal classes? Packaging with normal classes?

2001-07-03 Thread Allen fogleson
i would refactor honestly. its probably too much of a pain to try and keep these classes in the inheritance structure of an ejb. you can read some examples of how to inherit things in the RMH book. But its mostly aimed at new development. Since the bean instantiation class implements entityBean y

[JBoss-user] How Datasurce will be created without restarting JBoss ?

2001-07-03 Thread Amrit Bongale
Dear All, Following are details about my problem Application Scenario - My application requires a new database after addition/registration of new user of the application. I am using Linux-Jboss-Apache-tomcat configuration. In case of JBoss I am creating a datasource by making entry in JBoss.jc

RE: [JBoss-user] Help! - Can EJB inherit from normal classes? Packaging with normal classes?

2001-07-03 Thread Sternagel Annegret (PN-SYS/DAS)
We do use inheritance of the BeanClass from a normal class but we don't use constructors of the baseclass, just calling methods. And we put the normal baseclass (and other normal classes used from the beans) and the BeanClass in the same package and one jar. It works very well for us. Ciao Anneg

[JBoss-user] Free TDS Driver -- getResultSet is hanging

2001-07-03 Thread Rama Rao
Hi all, I am using freetds driver for sql server.I am testing this driver using some standalone java file. But I am getting the problem with prepare statement. When we call "getResultSet()" method on prepare statement, the system is just hangs up. It is not excuting

Re: [JBoss-user] JBoss 2.2.2 - Linux kernel 2.4

2001-07-03 Thread Dragos Haiduc
Have you tried usingsh run.sh? Axel Muench wrote: > Hi, > I'm new to JBoss and try to start JBoss by executing run.sh > > > > > This is the error message: > > JBOSS_CLASSPATH=:run.jar:../lib/crimson.jar > Exception in thread "main" java.lang.NoclassDefFoundError: org/jboss/Main > > Any ma

Re: [JBoss-user] PortableRemoteObject.narrow

2001-07-03 Thread Dragos Haiduc
Sorry for assuming this, but do you have an import statement like: import javax.rmi.PortableRemoteObject; in the class in which you want to use narrow()? This class exists for sure in JDK1.3. Christine wrote: > hi, Danch > > I set the environment variable PATH = c:\jdk1.3\bin and JAVA_HOM

RE: [JBoss-user] Problem while starting JBossMQ

2001-07-03 Thread Saint-Martin Cecile
Check that you have a directory db\jbossmq. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Benoit > Rolland > Envoye : lundi 2 juillet 2001 17:53 > A : [EMAIL PROTECTED] > Objet : Re: [JBoss-user] Problem whi