RE: [JBoss-user] ant tutorial for jboss

2001-06-26 Thread marc fleury
|Can someone please tell me where the best resoucres are for using ant |with jboss. wow that's a tough one... marcf ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Re: freeloading

2001-06-26 Thread Richard Bottoms
At 07:01 PM 6/25/01 -0700, you wrote: To the aptly named Richard Bottoms, Don't know exactly what that means, but my family name goes back to the slave a owning family in Virginia. My father, a musician and soldier was proud of his name as am I. While after two years of existence we're

Re: [JBoss-user] installing the JDBC driver

2001-06-26 Thread Michael Bilow
The PostgreSQL driver is not a legitimate part of the EAR. In theory, an EAR should be deployable on any EJB platform regardless of the back-end database. One of the main goals of EJB is to hide stuff like that from your application. I am not sure why the error would be no such file, but I

Re: [JBoss-user] downloadable manual...where?

2001-06-26 Thread Roman Kunert
under linux I am using the program pavuk (comes with my SuSE7.1) to fetch the updated docs automatically, it stores the whole documentation tree on your drive and remaps all links so you can use it locally. but you are right, a zipped documentation snapshot would make sense... For those

Re: [JBoss-user] Having problems with HotSpot server on RedHat 7.1?

2001-06-26 Thread Michael Bilow
We are running on Debian 2.3 (Woody) using a 2.2.19 kernel and Sun JDK 1.3.1 on a dual processor system. We certainly do not see your problems. First of all, the JVM should be hard-limited to consume a maximum of 64MB unless you use the quasi-documented '-Xmxsize' switch when invoking Java. In

Re: [JBoss-user] ant tutorial for jboss

2001-06-26 Thread Nicolai P Guba
AS == Antony Stace [EMAIL PROTECTED] writes: AS Hi Folks Can someone please tell me where the best resoucres are AS for using ant with jboss. cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss login cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jbosstest/src/build Should do the trick.

Re: [JBoss-user] downloadable manual...where?

2001-06-26 Thread Nicolai P Guba
RK == Roman Kunert [EMAIL PROTECTED] writes: RK under linux I am using the program pavuk (comes with my SuSE7.1) RK to fetch the updated docs automatically, it stores the whole RK documentation tree on your drive and remaps all links so you can RK use it locally. but you are right, a zipped

[JBoss-user] stucked with JMS JBOSSMQ

2001-06-26 Thread Benoit Rolland
I am currently having problems trying to setting up a (queue) request-reply with JMS. I have a system that works to send or to receive messages either with a topic or a queue, but I can't manadge to have a correct request reply working. First, after creating a temporaryQueue, i have to bind it

Re: [JBoss-user] downloadable manual...where?

2001-06-26 Thread Michael Bilow
Most Linux distributions offer a large choice of tools which can do this. Here is a selection from Debian: http://packages.debian.org/wget http://packages.debian.org/pavuk http://packages.debian.org/w3mir http://packages.debian.org/omt Both 'w3mir' and 'omt'

RE: [JBoss-user] SwiftMQ and JBOSS

2001-06-26 Thread Rajkumar Seth
We tried this but the jBOSS seems to look for Queues in it own place. I know that Swift has a JMS 1.0.2 bridge so you could bridge it to jBossMQ? Seth. -Original Message- From: Tejaswi Redkar [mailto:[EMAIL PROTECTED]] Sent: 2001 June 21 00:35 To: '[EMAIL PROTECTED]' Subject:

[JBoss-user] Free TDS Driver --- SQL Server Problems

2001-06-26 Thread Rama Rao
Hai all, I am trying to create database pool for sql server using freetds driver.I downloaded freetds_jdbc.jar from freetds.org site and I put this jar in $JBOSSHOME/lib/ext directory. I also added freetds driver i,e com.internetcds.jdbc.tds.Driver to Drivers list in Jboss.jcml file. My

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread ralph
I think the JMS functionality needs to be implemented using jboss.jcml, or not? I first want to get the beans deployed and connect to the database. Then I'll look for more trouble with JMS. Ralph - Original Message - From: Benoit Rolland [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: [JBoss-user] computerplanet.com

2001-06-26 Thread Matthew . GREEN
Marc, If you don't like the fact that the open source licence (LGPL) for jBoss allows this, then don't release it as open source. If you don't release jBoss as open source then jBoss would not look like jBoss at all, maybe more like Microsoft Windows ;-) Matt yes so we put up a website and

Re: [JBoss-user] Problems with JavaMail in JBoss

2001-06-26 Thread Burkhard Vogel
Yup, You need to add a resource-manager in jboss.xml mapping the java:/Mail to mail/Mail: resource-managers resource-manager res-namemail/Mail/res-name res-jndi-namejava:/Mail/res-jndi-name /resource-manager /resource-managers Hope this helps,

Re: [JBoss-user] Using Provided JavaMail

2001-06-26 Thread Burkhard Vogel
- Original Message - From: Hunter Hillegas [EMAIL PROTECTED] To: JBoss 2 [EMAIL PROTECTED] Sent: Monday, June 25, 2001 5:27 PM Subject: Re: [JBoss-user] Using Provided JavaMail My question was more if JBoss overrode it with the value from mail properties... I think that was answered

RE: [JBoss-user] JBoss + Catalina JNDI Probs

2001-06-26 Thread Vincent Harcq
Hi, AFAIK, you will still get the error when you pass a non-primitive parameter between Catalina and JBoss. I do not think there is a solution for that. The last trick that Simone post was to marshal the parameters in a java.rmi.MarshalledObject, which is a primitive (triple double quotes) for

Re: [JBoss-user] Free TDS Driver --- SQL Server Problems

2001-06-26 Thread Burkhard Vogel
Hi, are you sure the user bank/bank has access to EChequeBank or EChequeBank exists? (Sorry if asking the obvious, but sometimes...) Burkhard - Original Message - From: Rama Rao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 11:26 AM Subject: [JBoss-user] Free TDS

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread Burkhard Vogel
- Original Message - From: Ralph Jensen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 7:41 AM Subject: [JBoss-user] Sun J2EE to jBoss I am going to deploy some EJBs which I developed using Sun's J2EE reference platform (v1.3) on jBoss. The beans use BMP only

[JBoss-user] ejb-jar.xml DTD?

2001-06-26 Thread Germano Rizzo
Hi! I'm writing the ejb-jar.xml file for an application of mine; I'm trying to guess the sintax, but it's not the best thing in the world... ;) I'd need a guide, or at least a list of the fields! The manual says only (isn't it quite a shame for it?) that the DTD is downloadable from the Sun,

Re: [JBoss-user] ejb-jar.xml DTD?

2001-06-26 Thread Devraj Mukherjee
http://java.sun.com/j2ee/dtds/ Devraj At 12:22 PM 6/26/2001 +0200, you wrote: Hi! I'm writing the ejb-jar.xml file for an application of mine; I'm trying to guess the sintax, but it's not the best thing in the world... ;) I'd need a guide, or at least a list of the fields! The manual says

[JBoss-user] Problematic deploy of an entity bean

2001-06-26 Thread Germano Rizzo
Hi all! :) I've realized a jar with this directory structure: Fantacalcio.jar --- [...] fantacalcio/CalciatoriBean.class fantacalcio/CalciatoriHome.class fantacalcio/Calciatori.class [...] All of them belong to the package "fantacalcio". The ejb-jar.xml I wrote is: ?xml

Re: [JBoss-user] ejb-jar.xml DTD?

2001-06-26 Thread Remus Jivcu
Germano Rizzo wrote: Hi! I'm writing the ejb-jar.xml file for an application of mine; I'm trying to guess the sintax, but it's not the best thing in the world... ;) I'd need a guide, or at least a list of the fields! The manual says only (isn't it quite a shame for it?) that the DTD is

[JBoss-user] problem with Jaas configuration

2001-06-26 Thread naseem siddiqui
Hello, I am trying to run a sample JAAS program downloaded from the sun site.But Iam having problems with the setting of one of the file specified in the code named foo.txt. There was sample.jar,sample_modules.jar,sample_action.jar ,sample_jaas.config ,sample_jaas.policy and sample_java2.policy

[JBoss-user] ClassNotFoundException

2001-06-26 Thread Jim Downing
Hi all, I'm having problems hunting down the source of a ClassNotFoundException thrown while running a web app that uses EJBs. First off the client code (edited for the sake of brevity): - package com.paribus.hemlatta.clients.people; ... import com.paribus.hemlatta.interfaces.data.*; public

Re: [JBoss-user] computerplanet.com

2001-06-26 Thread bcd
On Mon, Jun 25, 2001 at 04:18:14PM -0400, marc fleury wrote: |I really think JBoss as a serious technology about to fly. For the sake of |my own business, and for my interest as a journalist I'm up for documenting yes so we put up a website and the technology so free loaders like you can

Re: [JBoss-user] E-mail vs. web vs news support

2001-06-26 Thread bcd
On Mon, Jun 25, 2001 at 06:02:35PM -0400, Michael Bilow wrote: I think a web-based system would be a disaster. It is far easier to take If web is the _base_ of the system, then I couldn't agree more. I assumed it was along the lines of mail-based but with a web interface? Cheers Bent

Re: [JBoss-user] Problematic deploy of an entity bean

2001-06-26 Thread Devraj Mukherjee
Check if your XML descriptor is correct. Do Entity beans have a session-type, I could be wrong here. I am not very experienced here as well. Other than that, I think you have to put the XML file in a directory called, META-INF and then make the jar file. Devraj At 12:35 PM 6/26/2001 +0200, you

Re: [JBoss-user] GUI tools for deployment

2001-06-26 Thread Devraj Mukherjee
JBoss, uses auto deployment, if you copy the file across then it does deploy the files. I create the XML editor using a normal text editor and copy the jar file with the contents across to the deploy directory. Devraj At 01:58 PM 6/26/2001 +0200, you wrote: I notice that Sun has a Deployment

SV: [JBoss-user] ClassNotFoundException

2001-06-26 Thread Andreas Joseph Krogh
-Ursprungligt meddelande- Från: Jim Downing [EMAIL PROTECTED] Till: [EMAIL PROTECTED] [EMAIL PROTECTED] Datum: 26. juni 2001 14:04 Ämne: [JBoss-user] ClassNotFoundException Hi all, [snip] This is packaged in a WAR file that includes WEB-INF/lib/interfaces.jar containing

[JBoss-user] Bug in CDCollection tutorial (and the fix)

2001-06-26 Thread bcd
After some headscratching, I have found a bug in the CDCollection tutorial. Basically, what happens is that when the tutorial inserts new CDs, it has logic for detecting whether they already exist. It tries to throw a CDExistsException to the client in this case. What actually happened was that a

[JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread Kemp Randy-W18971
I think Hypersonic is included with Jboss. I will defer question two to others. From: Ralph Jensen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Tue, 26 Jun 2001 13:41:06 +0800 Subject: [JBoss-user] Sun J2EE to jBoss Reply-To: [EMAIL PROTECTED] I am going to deploy some EJBs which I developed

RE: [JBoss-user] JBoss + Catalina JNDI Probs

2001-06-26 Thread VASQUEZ_JASON
Hmm...well, I hope that's not the case. So far, everything has been working great with Catalina 4.0b5, since I received help from this list on how to get it working. I am calling a remote method which returns a Serializable Value Object -- seems to come back with no problem. (It in turn contains

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread David Ward
1) Yes, Hypersonic (inc. the driver) comes with JBoss. 2) Yes, you can re-use the ejb-jar.xml from Sun's deploytool (I've done it). A couple differences, though: a) deploytool creates a Sun RI xml file that defines the J2EE RI container-specific glue. You will not need this, but you

[JBoss-user] RE: freeloading

2001-06-26 Thread Nathalie Mason
To the aptly named Richard Bottoms, Don't know exactly what that means, but my family name goes back to the slave a owning family in Virginia. My father, a musician and soldier was proud of his name as am I. Pride in descending from slave owners is not an attitude toward human integrity and

Re: [JBoss-user] Suggested way of calling Session Beans from JSP

2001-06-26 Thread Tim Yates
I use an intermediate javabean... it seems to keep the jsp (which natuarlly tends towards chaos) cleaner... Tim. - Original Message - From: Devraj Mukherjee [EMAIL PROTECTED] To: JBoss List Serve [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 2:17 PM Subject:

RE: [JBoss-user] GUI tools for deployment

2001-06-26 Thread Kovács Péter
The source code for Forte is on www.netbeans.org. BTW, you'll be better off, if you use Netbeans (which is the open source version of Forte), because new releases come out earlier and bug fixes are more readily available as well (than with Forte). Forte is actually a repackaged version of

Re: [JBoss-user] does JBoss include a JMS provider

2001-06-26 Thread David Jencks
Hi, Ok, as I understand it the easiest best way to send messages from a bean is using the recently contributed jca resource adapter for jbossmq. There are quite a few messages about it with some examples in the mail archives. I'm not sure if it is included in 2.2.2 or if you need to get it

RE: [JBoss-user] GUI tools for deployment

2001-06-26 Thread Richard Bottoms
At 04:13 PM 6/26/01 +0200, you wrote: The source code for Forte is on www.netbeans.org. BTW, you'll be better off, if you use Netbeans (which is the open source version of Forte), because new releases come out earlier and bug fixes are more readily available as well Great product I'm using

RE: [JBoss-user] GUI tools for deployment

2001-06-26 Thread Alan McDade
I use netbeans for development work and have done for about 6 months. The only real criticism of the system is that it is a resource hog. Serious development will require 512mb and a 600+mhz processor. I am new to jBoss so I cannot really comment on how suitable it is for this environment.

[JBoss-user] JAAS Security

2001-06-26 Thread awc
Hi, Is there anyway to set up a anonymous user with JAAS login and change the principal to some other user like shipper. thank you. anil ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] jBOSS Message driven bean driven from a SwiftMQ Queue?

2001-06-26 Thread Rajkumar Seth
Does anyone know how to get a Message driven bean in jBOSS to run from a SwiftMQ Queue? Has anyone done this? What are the issues? The contents of this message and any attachments are confidential and are intended solely

Re: [JBoss-user] Key generation by random numbers

2001-06-26 Thread Richard Kasperowski
[EMAIL PROTECTED] wrote: As a follow-up to the debate on how to get auto-increment primary keys: Is it feasible to use a random number generator to generate primary keys? I don't really need my records to have steadily increasing keys and my number of records will presumably be much

RE: [JBoss-user] computerplanet.com

2001-06-26 Thread RobertWright
|I really think JBoss as a serious technology about to fly. For the sake of |my own business, and for my interest as a journalist I'm up for documenting yes so we put up a website and the technology so free loaders like you can come along and for the sake of their business not contribute a

Re: [JBoss-user] Problems with JavaMail in JBoss

2001-06-26 Thread Hunter Hillegas
H... This is what I have in my jboss.xml: resource-managers res-nameMail/res-name res-jndi-namejava:/Mail/res-jndi-name /resource-managers and this in ejb-jar.xml: resource-ref res-ref-nameMail/res-ref-name res-typejavax.mail.Session/res-type

RE: [JBoss-user] JBoss + Catalina JNDI Probs

2001-06-26 Thread Vincent Harcq
Thanks for responding. I was not clear Are you calling a method like that SerialObject getSomething() ? Or Like that SerialObject getSomething(SerialObjectB param) ? The problem I have only happens in the second case. Vincent. -Message d'origine- De : [EMAIL

RE: [JBoss-user] JBoss + Catalina JNDI Probs

2001-06-26 Thread VASQUEZ_JASON
In effect, it is like your 2nd case, since Strings are also Serialized objects (The object graph of my SerialObjectA contains Strings which in turn must be serialized and de-serialized). i.e., I return an Object like this: public class SerialObjectA implements Serializable { private String

RE: [JBoss-user] SwiftMQ and JBOSS

2001-06-26 Thread Jason Dillon
It is possible to configure JBoss to work with a SwiftMQ provider, but NOT for MDB. You can install a SwiftMQJMSProvider, which can return the SwiftMQ defined queue/topic/connection references, but since they do not support XA or ASF you will have a world of pain trying to get MDB working with

[JBoss-user] load II

2001-06-26 Thread Richard Bottoms
Any one putting JBoss+Tomcat through serious load on one or more servers. Just had a nibble of interest for what could be a very high traffic site. I'm already looking at increasing threads through the kernel recompile, but I'm interested in knowing just how hard can this product get hit. r.b.

[JBoss-user] 2.4 Beta changes in transaction management ?

2001-06-26 Thread François Charoy
I'm still trying my application on Jboss2.4-tomcat2.3 Problems with security seems to be solved, but now I have a problem with transactions that did not occur before. I'm running some tests with servlets, using only one user and calling business method one after the other. All business methods

RE: [JBoss-user] JBoss + Catalina JNDI Probs

2001-06-26 Thread Vincent Harcq
Hi, In effect, it is like your 2nd case, since Strings are also Serialized objects (The object graph of my SerialObjectA contains Strings which in turn must be serialized and de- serialized). You mean your parameter is a String ? i.e., I return an Object like this: public class SerialObjectA

RE: [JBoss-user] Key generation by random numbers

2001-06-26 Thread Marek Sedliak
I would agrre with the objection to the uniqueness if the random generation. I prefer the own generator, which is database based and allows to build the PK from different parts - e.g. installation number is included in PK. The disadvantage is that the generator must be transaction safe - but it

RE: [JBoss-user] GUI tools for deployment

2001-06-26 Thread Marek Sedliak
I've been working with NB for 8 months and I think it's a great IDE. The objection to the memory requirements is right, but there is a big effort to improve this feature too. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alan McDade Sent: 26.

[JBoss-user] How to install and run Jboss!

2001-06-26 Thread Ravi Remella
Hai folks, I am new to JBOSS and just down loaded JBoss 2.2 version. Can any one help me out, how to install and run JBoss on Windows. regards rsrk

Re: [JBoss-user] RE: freeloading

2001-06-26 Thread Ole Husgaard
Hi, Nathalie Mason wrote: Don't know exactly what that means, but my family name goes back to the slave a owning family in Virginia. My father, a musician and soldier was proud of his name as am I. Pride in descending from slave owners is not an attitude toward human integrity and labor

Re: [JBoss-user] computerplanet.com

2001-06-26 Thread Ole Husgaard
Hi, [EMAIL PROTECTED] wrote: Marc, If you don't like the fact that the open source licence (LGPL) for jBoss allows this, then don't release it as open source. If you don't release jBoss as open source then jBoss would not look like jBoss at all, maybe more like Microsoft Windows ;-) I

Re: [JBoss-user] mysql driver

2001-06-26 Thread Michael Bilow
While you are perfectly correct about this, I think it is advantageous to remove any of the databases which you are not using. That is, if you are talking only to MySQL, then you probably would be better off excising all of the Enhydra stuff from the jboss.jcml file. Hypersonic especially eats

[JBoss-user] Using java beans in finder methods

2001-06-26 Thread Eduardo Bastos Leite
Does jboss suport the use of javabeans as parameters for cmp finder methods, like what happens with Inprise's App Server?? If it does, how it works?? Thanks in Advance, Eduardo B. Leite [EMAIL PROTECTED] _ Oi! Você quer

Re: [JBoss-user] mysql driver

2001-06-26 Thread Mike Thompson
Yikes! (Note: feel free to laugh if this is a stupid question). Doesn't the JBoss JMS service use one of these DBs to persist messages? --m - Original Message - From: Michael Bilow [EMAIL PROTECTED] To: List: jBoss users [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 1:16 PM

[JBoss-user] Hai all!

2001-06-26 Thread Kemp Randy-W18971
Actually, it is very simple. Just follow the directions in the Jboss documentation at www.jboss.org. It basically consists of having a JDK (like Sun at java.sun.com), and just unzipping jboss into a directory. To: [EMAIL PROTECTED] Date: Tue, 26 Jun 2001 12:12:03 -0500 Subject: [JBoss-user]

Re: [JBoss-user] Key generation by random numbers

2001-06-26 Thread bcd
On Tue, Jun 26, 2001 at 11:06:42AM -0400, Richard Kasperowski wrote: [EMAIL PROTECTED] wrote: As a follow-up to the debate on how to get auto-increment primary keys: Is it feasible to use a random number generator to generate primary keys? I don't really need my records to have

[JBoss-user] Can custom finder methods return java.util.Vector

2001-06-26 Thread Anoop
Hi, Can ejb finder methods return java.util.Vector As for the ejb specification it has to return either the primary key class or a collection of primary keys. Can Vector be its return type, as Vector implements java.util.List which in turn extends java.util.Collection, can

Re: [JBoss-user] Key generation by random numbers

2001-06-26 Thread Allen fogleson
A similar technique is to do something like concat your content, then use the string.hashCode function to get a hashcode. fairly well distributed, easily repeatable... etc etc. :) Al - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 9:28 AM

Re: [JBoss-user] How to install and run Jboss!

2001-06-26 Thread bcd
On Tue, Jun 26, 2001 at 11:44:04AM -0500, Ravi Remella wrote: Hai folks, I am new to JBOSS and just down loaded JBoss 2.2 version. Can any one help me out, how to install and run JBoss on Windows. 3 easy steps; 1) download and unzip the JBoss distrib ZIP file 2) download and install a JDK1.3

Re: [JBoss-user] Key generation by random numbers

2001-06-26 Thread danch (Dan Christopherson)
[EMAIL PROTECTED] wrote: Yes, but that isn't really a problem because you'll just try again and it happens sufficiently rarely that the extra time used is insignificant. At least, that would be the theory. Hmm. Another theory might be that if you run your head into a brick wall often

[JBoss-user] Duplicates in console log

2001-06-26 Thread Bill Kaufman
How do you stop dups in the console log when using log4j? I'm using jboss2.2.2 I've searched the list and done the things suggested there: 1) Commented out MLETs for ConsoleLogging and FileLogging in jboss.conf, and uncommented the MLET for Log4jService in same, 2) Deleted the

Re: [JBoss-user] Key generation by random numbers

2001-06-26 Thread Jim Archer
Or, you could use the facility provided by java. Check out java.rmi.server.UID. This class makes an ID guaranteed unique for the current VM. To use it in a clustered environmant, just prepend an IP address (as explained int he javadoc). Jim --On Tuesday, June 26, 2001 3:43 PM -0400 Allen

Re: [JBoss-user] What do finders find?

2001-06-26 Thread danch (Dan Christopherson)
[EMAIL PROTECTED] wrote: I'm new to EJB, so my understanding of what's happening in finders is limited. The finders look like they only find stuff that has been saved to the database. Is it possible to have created beans that are unfindable? Finders only find stuff that has been saved to

Re: [JBoss-user] Hai all!

2001-06-26 Thread Jim Archer
Hi Ravi... Its really pretty straightfoward. On Windows, unzip it and in the jboss/bin directory run the BAT file that you'll find there. Have a look at the docs. Starting wita a big system like this can seem intimidating, but once you get started with jBoss you'll probably find its not bad

Re: [JBoss-user] Can custom finder methods return java.util.Vector

2001-06-26 Thread Allen fogleson
You can return a Vector, in practice we have found it easier to return a Collection, but since it subclasses (indirectly) Collection a Vector can be returned. Al - Original Message - From: Anoop [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 3:43 PM Subject:

[JBoss-user] FREE LOADERS

2001-06-26 Thread marc fleury
ALL RIGHT THAT IS ENOUGH... Whatever you guys are looking for, what saddens me is that you want to hop on the boat with the first desconocido who comes along rather than invest that energy in the JBoss website and book. You don't understand that we will compete with efforts like this one. WE

RE: [JBoss-user] Key generation by random numbers

2001-06-26 Thread Michael Bilow
Keep a couple of points in mind. First of all, since you are using MD5 as what amounts to a random number generator rather than for a cryptographic purpose, you may be undertaking more processing than would be required to do this in a more straightforward manner. This is because crypto hashes

Re: [JBoss-user] Duplicates in console log

2001-06-26 Thread Scott M Stark
Try removing the ConsoleLogging mbean as you probably did not comment it out correctly. jboss.conf is not an xml file. - Original Message - From: Bill Kaufman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 12:47 PM Subject: [JBoss-user] Duplicates in console log

[JBoss-user] RE: freeloading computerplanet.com

2001-06-26 Thread David Jones
As an open source developer I like to see issues like this come up. It is important that we all understand what we are giving and what we might expect to get in return. I've been involved with open source projects for a couple of years now, mostly with Linux working for a company that

Re: [JBoss-user] computerplanet.com

2001-06-26 Thread Jim Archer
--On Tuesday, June 26, 2001 2:14 PM -0500 danch (Dan Christopherson) [EMAIL PROTECTED] wrote: I, for one, was happy with the idea that Richard had: the web site he proposed may have allowed me to never again have to explain why you can't use autoincremented key fields with CMP EJBs (among

RE: [JBoss-user] Key generation by random numbers

2001-06-26 Thread Jim Archer
Hi Jim... I'm sorry, but I don't follow. Whats the advantage of this? --On Tuesday, June 26, 2001 3:57 PM -0400 Jim Kimball [EMAIL PROTECTED] wrote: If you are looking for a simple unique ID generator that is also (somewhat) evenly distributed, use a reverse timestamp. Use

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread Allen fogleson
You can reuse the ejb-jar.xml deployment descriptor if that is what you are asking. However, if you are asking about the specific j2eeRI.xml files, then no. Using BMP you shouldn't have too many problems or need to create extra files, other than potentially a jboss.xml to handle security. Al

Re: [JBoss-user] Using java beans in finder methods

2001-06-26 Thread Allen fogleson
sure... why not. lol. Do you mean does it automatically create the finders for you? No, but finders can be overridden (even in CMP beans) in the implementation class. Al - Original Message - From: Eduardo Bastos Leite [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001

RE: [JBoss-user] Key generation by random numbers

2001-06-26 Thread Michael Bilow
Note that Java represents time with millisecond _resolution_ which is not at all the same thing as millisecond _accuracy_ in the real world. Relying upon this sort of thing has the effect of introducing a platform dependency which could make the whole design fall over. For example, on the IBM

[JBoss-user] Oracle SQLJ and JBoss-2.2.2

2001-06-26 Thread Rick H Wesson
I've been reading the list and the 6 posts that describe how to use Oracle 8i SQLJ with JBoss, however these methods result in the exception below. What I understand is that minerva hads back a wrapper class that Oracle just doesn't understand what to do with. a) has anyone elese experenced

Re: [JBoss-user] Key generation by random numbers

2001-06-26 Thread danch (Dan Christopherson)
Michael Bilow wrote: Note that Java represents time with millisecond _resolution_ which is not at all the same thing as millisecond _accuracy_ in the real world. Relying upon this sort of thing has the effect of introducing a platform dependency which could make the whole design fall over.

Re: [JBoss-user] FREE LOADERS

2001-06-26 Thread Allen fogleson
I agree. There is still plenty of work that can be done on the documentation. Tobias is heading up a great effort to bring it up to compliance with 2.2 but we will soon be into 2.4 and 3.0 and will need more work there again. There could be more tutorials on how to actually use JBoss (im working

Re: [JBoss-user] mysql driver

2001-06-26 Thread Michael Bilow
I really hope not, since we took everything but PostgreSQL support out of the jboss.jcml file and made that the DefaultDS. It may be that there is a requirement that DefaultDS exist, but I don't know. We are not using JMS for anything special, but so far things seem to work. Probably one of

Re: [JBoss-user] Key generation by random numbers

2001-06-26 Thread Richard Kasperowski
[EMAIL PROTECTED] wrote: On Tue, Jun 26, 2001 at 11:06:42AM -0400, Richard Kasperowski wrote: [EMAIL PROTECTED] wrote: As a follow-up to the debate on how to get auto-increment primary keys: Is it feasible to use a random number generator to generate primary keys? I don't really need my

Re: [JBoss-user] Key generation by random numbers

2001-06-26 Thread bcd
On Tue, Jun 26, 2001 at 05:19:18PM -0400, Richard Kasperowski wrote: Yes, but that isn't really a problem because you'll just try again and it happens sufficiently rarely that the extra time used is insignificant. At least, that would be the theory. But what if it's not sufficiently

Re: [JBoss-user] Re: random keys

2001-06-26 Thread danch
[EMAIL PROTECTED] wrote: On Tue, Jun 26, 2001 at 05:32:43PM -0400, Michael Bilow wrote: On 2001-06-26 at 21:45 +0200, [EMAIL PROTECTED] wrote: Why would this matter? Do databases assume that records with primary keys near one another will often be used together? Yes, this is why

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread Allen fogleson
dang i missed that... thanks Dan. Sometimes what you do out of habbit you just forget heh Al - Original Message - From: danch (Dan Christopherson) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 4:40 PM Subject: Re: [JBoss-user] Sun J2EE to jBoss Allen fogleson

Re: [JBoss-user] How to set the classpath to run the InterestClient sample

2001-06-26 Thread Christine
Hi, I don't what is going on. The InterestClient worked the other day. But I am getting error again. C:\Interestjava -classpath .;c:\jboss_dist\client\jboss-client.jar;c:\jboss_dist\client\jbosssx-client.jar;c:\jboss_dist\client\jnp-client.jar InterestClient Got context Got reference Exception

Re: [JBoss-user] Re: random keys

2001-06-26 Thread Michael Bilow
On 2001-06-27 at 00:24 +0200, [EMAIL PROTECTED] wrote: On Tue, Jun 26, 2001 at 05:32:43PM -0400, Michael Bilow wrote: On 2001-06-26 at 21:45 +0200, [EMAIL PROTECTED] wrote: Why would this matter? Do databases assume that records with primary keys near one another will often be used

Re: [JBoss-user] Suggested way of calling Session Beans from JSP

2001-06-26 Thread Devraj Mukherjee
Tell me more ... can I find some documentation about Velocity somewhere ?? Devraj At 23:01 26/06/01 +0200, you wrote: Why not using Velocity... ? I have been trying it with Jboss. You just have to write simple servlet that select beans and give references to your pages. With a good session bean

Re: [JBoss-user] Suggested way of calling Session Beans from JSP

2001-06-26 Thread Michael Bilow
http://jakarta.apache.org/velocity/index.html -- Mike On 2001-06-27 at 09:18 +1000, Devraj Mukherjee wrote: Tell me more ... can I find some documentation about Velocity somewhere ?? Devraj At 23:01 26/06/01 +0200, you wrote: Why not using Velocity... ? I have been trying it with

Re: [JBoss-user] EJB 2.0 Features

2001-06-26 Thread Alex . Devine
One of the nicest 2.0 features you get from JBoss is support for message beans. Right now I'm using this feature by setting up a bunch of message beans that basically act as asynchronous event handlers. The major changes to the persistence model in 2.0 (container managed relationships and local

RE: [JBoss-user] FREE LOADERS and computerplanet.com

2001-06-26 Thread Paul McLachlan
Title: RE: [JBoss-user] FREE LOADERS and computerplanet.com Marc, Most people who want to disseminate technology quickly write a book. What better VIABLE COMMERCIAL PERIPHERAL could there be. Why don't you be the first to write a book on JBoss and J2EE, make lots of money, help the newbies

[JBoss-user] NullPointerException

2001-06-26 Thread David Green
More or less fresh install of JBoss v2.4 BETA(Rel_2_4_0_6)... I created a .war containing only an index.jsp and a web.xml containing security restraints and deployed it. Upon visiting my index.jsp (which is nothing but a static page with an i++ counter on the bottom) in my web browser, I get

[JBoss-user] bean Not Bound

2001-06-26 Thread Jason McKerr
I have seen many posts about this but no satisfactory answers. I am attempting to deploy some EJB's (BMP Entity Beans) to Standalone JBoss and call them from Standalone Tomcat Instance. These beens all ran fine on IntraVM system (as did the entire application in fact). However, whenever I

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread ralph
- Original Message - From: Burkhard Vogel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 6:04 PM Subject: Re: [JBoss-user] Sun J2EE to jBoss - Original Message - From: Ralph Jensen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001

Re: [JBoss-user] NullPointerException

2001-06-26 Thread Scott M Stark
This has been fixed in the 2.4 branch of cvs. You need to use the Branch_2_4 cvs tag to access the correct source. - Original Message - From: David Green [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 5:08 PM Subject: [JBoss-user] NullPointerException More or

[JBoss-user] startup

2001-06-26 Thread Richard Bottoms
Anybody running JBoss at startup on their Linux server? I've tried getting it to go from an /etc/rc.d/rc3.d link to an init.d file. I can start the server if I do it manually, but it doesn't work during the startup process. r.b. ___ JBoss-user

Re: [JBoss-user] logo

2001-06-26 Thread Devraj Mukherjee
I found that this web site uses a logo http://wwwswt.informatik.uni-rostock.de/deutsch/Lehre/Seminar/Vortraege/e-commerce0001/HandsOnTour/jboss-xml.html see if this helps At 17:45 26/06/01 -0700, you wrote: Is there a 'Powered By JBOSS' logo. We're running the site on it starting today.

[JBoss-user] Re: What do finders find?

2001-06-26 Thread Doug . Palmer
danch (Dan Christopherson) [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I'm new to EJB, so my understanding of what's happening in finders is limited. The finders look like they only find stuff that has been saved to the database. Is it possible to have created beans that

[JBoss-user] jndi performs unexpdectedly

2001-06-26 Thread Ferguson, Doug
Hi, I have a jndiName segmentation/list and when I do a lookup on segmentation a naming exception isn't thrown but I get unexpected results, like ClassCastException I don't believe this should work this way... Thanks, d. ___ JBoss-user mailing

  1   2   >