[JBoss-user] Use of "removeNotification" in Timer MBean

2002-03-14 Thread Chai . Ang
Hi there all, Following the Timer MBean example in chapter 13 of the online manuals, I have a working example of the Timer MBean. However, I'm having difficulty in getting the "removeNotification" part to work. I'd placed the removeNotification bit in the stopService function ie. public void

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread danch
We're talking about the volunteer maintained doco. Look at the site, http://www.jboss.org/online-manual/HTML/index.html The title is JBoss 3.0 documentation. The disclaimer says that it was developed early in the project and is out of date, but the date on it is Jan 15, 2002. danch marc fleu

Re: [JBoss-user] Could not load oracle driver, please help?

2002-03-14 Thread David Jencks
If you are starting with jboss, you might consider using a more recent, supported, version such as 2.4.4 You have the wrong (nonexistent in 2.2.2) class for XADataSourceImpl. Check the other two examples, and don't copy configuration from one version of jboss to another without checking it very

[JBoss-user] Could not load oracle driver, please help?

2002-03-14 Thread leon
Hi     I am a newer using jboss. I have some problem that cann't load the oracle jdbc driver. after I copy the classes12.zip to the path of jboss/lib/ext , then run the jboss, some problem happened: the output is below. I guess jboss could find the classes12.zip file.[JDBC provide

[JBoss-user] Fix for ntservice contrib module

2002-03-14 Thread Guy Rouillier
I found and fixed a bug in the ntservice contrib module that was preventing it from working with more than value in application.parameters. See bug 530166. I have a sourceforge userid, but I was unable to put this fix into cvs. Two questions: (1) How do I get added to the JBoss project on sour

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread marc fleury
danch, get wit the program, the 10 bucks doco is 2.4 only and the book as well marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Dan |Christopherson |Sent: Thursday, March 14, 2002 2:16 PM |To: David Ward |Cc: Mac Rinehart; Jboss-Development

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread marc fleury
mr trawick james, suck my dick marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of |Trawick, James |Sent: Thursday, March 14, 2002 12:33 PM |To: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists. |Sourceforge. Net |Subject: RE: [JBoss-de

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread marc fleury
|real, because we've already sold at least a 100 copies of the clustering 468 marcf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Can't find SerialContextProvider

2002-03-14 Thread G.L. Grobe
I've seen other posts about this topic, but they all suggest adding the proper jar to the classpath. I've got a client which runs fine locally to jboss, but now that I'm testing it over on a separate machine, I get the following. I've followed as best I can to the section on 'coding and compiling

Re: [JBoss-user] JBoss CMP with MySQL?

2002-03-14 Thread David Jencks
This error usually means your url is wrong or something similar config-wise. You may need to supply a user/pw even if apparently not required. XADataSourceLoader was in jbosspool in 2.4.4 I think--, you need to look in the attic in cvs view since this is no longer in jboss 3 at all. david jenck

[JBoss-user] JBoss CMP with MySQL?

2002-03-14 Thread JD Brennan
Title: JBoss CMP with MySQL? I'm trying to get JBoss 2.4.4 working with MySQL 3.23 with the mm.mysql-2.0.11 driver:       org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl     MySQLPool     jdb:mysql://mysql1/test     foo     bar   I get this error: [ERROR,MySQLPool] Stopped java.lang.Nu

Re: [JBoss-user] JSPs can't find EJB Home/Remote Interfaces???

2002-03-14 Thread Dmitri Colebatch
> > 1. put all "interface" classes in a client jar and place that in WEB-INF/lib - >this allows the JSP compiler access to the required > > class definitions. > > I did not need to do that for the other Appservers, and I now have 150+ EJBs in 13 >different EJB jar files. I will if I have to, bu

Re: [JBoss-user] JSPs can't find EJB Home/Remote Interfaces???

2002-03-14 Thread Stephen Davidson
Hi Dmitri. Response Inlined Dmitri Colebatch wrote: >>Greetings. >> > > Hi (o: > > >>I have the following setup; >> >>EAR >> | >> -- WAR >> | | >> | - JSPs >> | | >> | - Servlets >> | | >> | - etc. >> | >> - EJB jars >> >>The servlets are having no problems finding

RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?

2002-03-14 Thread Anthony Servito
Title: Configuring JBoss 2.4 with MS SQL Server? Oh correction,   com.inet.tds.TdsDriver          db_source_name    org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl    jdbc:inetdae7:localhost:1433:?database=database_name_here    username_here    password_here        120    1

Re: [JBoss-user] JSPs can't find EJB Home/Remote Interfaces???

2002-03-14 Thread Dmitri Colebatch
> Greetings. Hi (o: > I have the following setup; > > EAR > | > -- WAR > | | > | - JSPs > | | > | - Servlets > | | > | - etc. > | > - EJB jars > > The servlets are having no problems finding the Home/Remote interface classes for >the EJB's, > but the JSP all app

Re: [JBoss-user] Documentation: Sams Book

2002-03-14 Thread David Jencks
On 2002.03.14 17:18:37 -0500 Frank Morton wrote: > Regarding the various threads on documentation, isn't > the SAMS book coming up the definitive guide with > the other special "for sale" docs as supplements for > more detail in a specific area, such as CMP? > > And, is the SAMS book for jboss 3.

[JBoss-user] JSPs can't find EJB Home/Remote Interfaces???

2002-03-14 Thread Stephen Davidson
Greetings. I have the following setup; EAR | -- WAR | | | - JSPs | | | - Servlets | | | - etc. | - EJB jars The servlets are having no problems finding the Home/Remote interface classes for the EJB's, but the JSP all appear to be failing. Suggestions? -Steve

RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?

2002-03-14 Thread Anthony Servito
Title: Configuring JBoss 2.4 with MS SQL Server? Try this Jboss 2.4 with Tomcat   Note :  I am using Sprint  driver here.   Place these line on jboss.jcml.   Cheers   AntS   com.inet.tds.TdsDriver          EstoreDB    org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl    jdbc:inetdae7

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dan Christopherson
Trawick, James wrote: > I asked to be pointed in the right direction to do so, and got zero takers. > Something like "JBoss clustering is based on the Bar Theory Of Distributed > Design being researched at Foo University" or "take a look at > KickAssCluster.java and BulletProofFailover.java and wo

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Hunter Hillegas
I don't know jack about the clustering but if you do a CVS check-out, all the clustering code is under "cluster". Also, search the dev mailing list on sourceforge for messages from Bill Burke and Sascha Labourey and you'll see some of the discussion regarding the implementation of clustering (I r

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Mac Rinehart
Another reason for different versions of the documentation for different releases. The fact is that some people - particularly risk conscious corporate users - will continue to use 2.4 and not jump to 3.0 until another rev or two are out the door. Regarding Open source friendly tech writers - I t

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James
I asked to be pointed in the right direction to do so, and got zero takers. Something like "JBoss clustering is based on the Bar Theory Of Distributed Design being researched at Foo University" or "take a look at KickAssCluster.java and BulletProofFailover.java and work your way outward." I try to

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dan Christopherson
Another proud graduate of the Marc Fleury school of tact. I think that your earlier "Cry me a river." was probably more annoying. -danch Dain Sundstrom wrote: > Let me get this. You are mad because you didn't get some congratulatory > email within three hours of your offer? So here you go: >

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dan Christopherson
Trawick, James wrote: > (taking the developers off this discussion... they don't need to hear about > stupid human tricks) > > THANK you! > > If I believed these people I'd think I was going crazy. Notice how they > never even paid attention to my offers to help out in documentation. I've > w

[JBoss-user] Documentation: Sams Book

2002-03-14 Thread Frank Morton
Regarding the various threads on documentation, isn't the SAMS book coming up the definitive guide with the other special "for sale" docs as supplements for more detail in a specific area, such as CMP? And, is the SAMS book for jboss 3.0? FYI: Amazon link to the book: http://www.amazon.com/exec

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dan Christopherson
Very true - the online doc right now says it's for 3.0, but hasn't been completely updated yet. Meanwhile it isn't right for 2.4.x anymore either. Core team members have said that 2.4.x is going to be around for a long time, I think it would behoove us to keep the documentation available, at l

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dain Sundstrom
Let me get this. You are mad because you didn't get some congratulatory email within three hours of your offer? So here you go: To quote Nike "Just do it". If you want help, I suggest you use the Marines saying "Follow Me". And from me. "Enough talk, go do it" When you eventually get suck

Re: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?

2002-03-14 Thread Dmitri Colebatch
Title: Configuring JBoss 2.4 with MS SQL Server? I've had it working (not with JBoss) with SQL server 6.5 and 7 as well.   cheers dim - Original Message - From: Michael Schulz To: JD Brennan ; JBoss Users (E-mail) Sent: Friday, March 15, 2002 5:05 AM Subject: RE: [J

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread David Ward
It doesn't always lag - sometimes it's too eager! Example: I had a gripe that 2.4 documentation started disappering off the web site, being replaced with 3.0 documentation when 3.0 was only alpha. I think that the 2.4 docs should stay available online - at least until 3.x goes final. Mac Rin

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James
(taking the developers off this discussion... they don't need to hear about stupid human tricks) THANK you! If I believed these people I'd think I was going crazy. Notice how they never even paid attention to my offers to help out in documentation. I've worked with several open projects in my

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Murphy, Patrick
Flashline has problems dealing with some credit card companies. I also personally tried several time to purchase the documentation. I did finally get ahold of a Flashline tech who could only tell me that the credit card company rejected the transaction. This was with a GM MasterCard. I finally

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Mac Rinehart
I'm in agreement with James on the issue of documentation. Whether for sale or for free, the documentation process seems to be pretty informal with JBoss software. The free user documentation is only moderately useful, and lags behind development on a number of issues. I've seen a lot of complaint

Re: [JBoss-user] Using relations

2002-03-14 Thread Dain Sundstrom
This is a bug. Can you post a bug report with the inner stacktrace, if you got one (this is the outer trace)? The application tx data map contains application level data associated with the current transaction. It is used for the read-ahead cache, among other things. -dain Dave Smith wrot

Re: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dan Christopherson
I think that documentation for corportate types will always be of the for-pay variety. It just takes too much time to produce that level of documentation, and it also isn't the sort of thing that developers tend to enjoy well enough to donate the required time. Now if anybody knows an open-source

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Scott M Stark
We have sold thousands of docs and very few have problems with flashline. Usually it is international credit card problems. Contact [EMAIL PROTECTED] if your having a problem with ordering through flashline with the details and we'll get flashline to solve the problem. Sc

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James
Not unfounded, personally proven. In any case there needs to be some sort of kickstart and executive summary for the new JBoss features. If it means that I'll finally get the answers I'm looking for without holding for three hours and/or putting up with the hellfire here, I'll be more than happy

[JBoss-user] Using relations

2002-03-14 Thread Dave Smith
I have a simple 1 to many uni-directional relationship that is being updated in a method in a stateless session bean with requires atransaction set. I get the following exception .. There are no database errors when it tries to update the object. What is the application tx data map? 15:18:03

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Bill Burke
Clustering docs are available for purchase. http://www.flashline.com/components/productsbyvendor.jsp?&vendorid=1376&affi liateid=260343 I've also written an article on "clustering" JBoss 2.4.x http://www.onjava.com/pub/a/onjava/2001/09/18/jboss.html Clustering features in JBoss beta: HA-JNDI,

Re: FW: [JBoss-user] jboss3.0 docs

2002-03-14 Thread David Ward
http://sourceforge.net/project/showfiles.php?group_id=22866 -- Herve Tchepannou wrote: > BTW, I see a lot of post talking about Jboss3.0 Beta1/2. > Where are those beta version??? I havent seen that anywhere in the > download page ___ JBoss-user mai

RE: [JBoss-user] jboss3.0 docs

2002-03-14 Thread James Ward
Title: FW: [JBoss-user] jboss3.0 docs They are on sourceforge: http://sourceforge.net/project/showfiles.php?group_id=22866   -James     -Original Message-From: Herve Tchepannou [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 14, 2002 12:38 PMTo: jbossSubject: FW: [JBoss-user] j

FW: [JBoss-user] jboss3.0 docs

2002-03-14 Thread Herve Tchepannou
Title: FW: [JBoss-user] jboss3.0 docs in which forum list? BTW, I see a lot of post talking about Jboss3.0 Beta1/2. Where are those beta version??? I havent seen that anywhere in the download page -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Thursday, Marc

RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?

2002-03-14 Thread JD Brennan
Title: RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server? Thanks for the replies! I got it working with the XADataSourceImpl and I also had to set SelectMethod=cursor to avoid the Can't start a cloned connection while in manual transaction mode error.  For the record here's my wor

RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James
What I'm really interested in is the more corporate questions (we're still battling for JBoss over Weblogic, and clustering is a real sore point). How does JBoss 3 clustering interact with web container clustering? If they're completely separate (which I'm pretty sure is the case, as it was last

[JBoss-user] Local interfaces on JBoss 2.4.3

2002-03-14 Thread Màris Orbidàns
Does anyone have some example of subj. ? Please, send it to me ( jar file ) or give me a link where to get it. Or maybe someone could tell me how to get subj. ? thanx in advance Maris Orbidans ___ JBoss-user mailing list [EMAIL PROTECTED] https://l

Re: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread David Ward
A combination of these has served well enough for me: Online docs: http://www.jboss.org/online-manual/HTML/index.html Forums: http://main.jboss.org/ User List Archive: http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/ David -- Trawick, James wrote: > Will the final release act

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James
> > Will the final release actually include documentation? > > JBossCMP will and already does. Thank you JBossCMP. I'm asking about the all new stuff, like clustering and distributed containers and all the other stuff I read about on the site in Marc's interview. Until there's some sort of avai

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Dain Sundstrom
Trawick, James wrote: > Will the final release actually include documentation? JBossCMP will and already does. > (btw, whoever you went with to sell your JBoss 3 docs should be shot. i > went through their process several times, they said they had problems and > would get back to me. they

RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread Trawick, James
Will the final release actually include documentation? (btw, whoever you went with to sell your JBoss 3 docs should be shot. i went through their process several times, they said they had problems and would get back to me. they never did. just saying that unless JBoss 3 has some form of access

[JBoss-user] Re: [JBoss-dev] CMR postCreate

2002-03-14 Thread Dain Sundstrom
No. My focus is on getting spec compliant features in first. Specifically support for unknown pks and a fix for dependent value classes. After that, I haven't decided what I will do first. My choices are insert/delete timing configuration, optimistic locking/caching, and using database meta

RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL Server?

2002-03-14 Thread Michael Schulz
Title: Configuring JBoss 2.4 with MS SQL Server? You should check on the Microsoft web site, but I'm pretty sure that the Microsoft JDBC Driver only supports SQL Server 2000.   -Mike -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of JD Brenna

[JBoss-user] CMR postCreate

2002-03-14 Thread Dobridge, Thomas A
Will the 3.x final release fix the problem of handling non-null constrained foreign key fields that are mapped as CMR fields and setup in postCreate()? I've been waiting for a fix that would delay sql execution until after postCreate() and it's hard to tell from the forums whether this has made i

RE: [JBoss-user] Very newbie question

2002-03-14 Thread Loïc Lefèvre
Many thanks to those who have take the time to answer my question, but here is an other one: What do you mean by "automatic classloading from the server"? And how can I do this? Is it a solution to "centralize" the code? Sort of "any client can update their code from a unique point: the server"?

Re: [JBoss-user] jboss3.0 docs

2002-03-14 Thread David Jencks
There are cluster and cmp2 docs for $$. The db config is covered to some extent in the free online manual The configuration/deployment stuff is unfortunately still changing enough to make documenting it somewhat difficult. If you look around on the forums I've given a couple of basic explanatio

[JBoss-user] jboss3.0 docs

2002-03-14 Thread Herve Tchepannou
Title: jboss3.0 docs is there any place where  I can find jboss3.0 documentation. There r a lot of changes since 2.4.4 on:   - configuration   - deployment   etc Herve Tchepannou Software Engineer Objexis Coorporation Phone: (514) 932 3295 Ext. 231 mailto:[EMAIL PROTECTED] Objexis Coorpora

[JBoss-user] Java Service Wrapper.

2002-03-14 Thread Anthony Servito
Has anyone tried Java Service Wrapper in particular using it on JBoss? Tnx AntS ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Very newbie question

2002-03-14 Thread Burkhard Vogel
AFAIK only serializable Burkhard - Original Message - From: "Loïc Lefèvre" <[EMAIL PROTECTED]> To: "JBoss User Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 9:35 AM Subject: [JBoss-user] Very newbie question Hi everybody, I just would like to know what are the conditio

RE: [JBoss-user] Very newbie question

2002-03-14 Thread Herve Tchepannou
Title: RE: [JBoss-user] Very newbie question Position should be serializable, since it's going to be return back to the caller via the network (RMI) -Original Message- From: Loïc Lefèvre [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 9:35 AM To: JBoss User Mailing List Su

Re: [JBoss-user] Very newbie question

2002-03-14 Thread Lennart Petersson
It has to implement java.io.Serializable class. And the client have to have it in it's classpath, or you use automatic classloading from the server. /Lennart On 02-03-14 15:35, "Loïc Lefèvre" <[EMAIL PROTECTED]> wrote: > Hi everybody, > I just would like to know > what are the conditions for a H

[JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread marc fleury
jboss one is end of march, and we will shoot for mid april for the final release. this gives us 4 weeks gentlemen put your final touches, 4-3-2... marcf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jbos

[JBoss-user] Very newbie question

2002-03-14 Thread Loïc Lefèvre
Hi everybody, I just would like to know what are the conditions for a Home interface to return a Class type reference? (serialization...) for example: ... public interface Character extends EJBObject { public Position getPosition() throws RemoteException; ... } What does the "Position"

[JBoss-user] JBossMX 1.0 Beta Release

2002-03-14 Thread Juha-P Lindfors
You can download it from sourceforge http://prdownloads.sourceforge.net/jboss/JBossMX-1_0_Beta.tgz http://prdownloads.sourceforge.net/jboss/JBossMX-1_0_Beta.zip This beta release includes the JMX 1.0 specified functionality -- all standard services: MLet, Monitoring, Relation and Timer services,

[JBoss-user] entity synchronization interceptor

2002-03-14 Thread Eric Kaplan
I sporadically get an EntitySynchronizationInterceptor (i think) exception message. I'm sure this is not good. What is it indicative of so I can chase it down. Again, it's VERY sporadic. Thanks Eric Kaplan Armanta, Inc. 55 Madison Ave. Morristown, NJ 07960 Phone: (973) 326-9600 winmail.da

RE: [JBoss-user] Development Mailing List

2002-03-14 Thread Eric Kaplan
along a similar subject, how do i simply run a jboss client from within jbuilder? i've loaded all the appropriate jar files, but something's wrong with the environment, or the class loader is different, and it can't find the various ejb files like ejb.properties, etc... thanks -Original Mess

Re: [JBoss-user] JBossMQ broken?

2002-03-14 Thread Peter Antman
On 14 Mar, Stephen Davidson wrote: > Hi Peter. > > Ok, I have figured this part of it out. Btw, the queue connection did not like the >qcon.start() call in the snippet (see stack trace). I guess > that is an Orion specific thing. I now have the Message Queue working, finally >{{{;-). > > W

Re: [JBoss-user] JBossMQ broken?

2002-03-14 Thread Stephen Davidson
Hi Peter. Me again. Are you tired of hearing from me yet? Are there supposed to be TWO jbossmq-state.xml files? There is one in the deploy directory as well as the one in the conf directory. -Steve Peter Antman wrote: > Hi, if you have done no other changes to the JBoss setup this would > r

Re: [JBoss-user] JBossMQ broken?

2002-03-14 Thread Stephen Davidson
Hi Peter. Ok, I have figured this part of it out. Btw, the queue connection did not like the qcon.start() call in the snippet (see stack trace). I guess that is an Orion specific thing. I now have the Message Queue working, finally {{{;-). What I currently have an issue with is the queue na

[JBoss-user] Re: UTF-16 not converted to UTF-8 in HTML output

2002-03-14 Thread Achilleus Mantzios
The problem is well known in tomcat community. There is no standard way to know the enconding of the request. For the response however there are quick solutions. You could html escape the international characters you want to display. (E.g. 水 (the chinese water character) or Υ Φ the Greek character