RE: [JBoss-user] Problem making Apache1.3.22 work with Jboss2.4.4-with-tomcat4.0.1

2002-01-19 Thread ·ûÖ¾´Ï
>I just did this using the same configuration you described and it worked for >me. The question I have is: why are you deploying the .html file as part of >your .war package? If you are using Apache, then wouldn't you want to create >an alias in your httpd.conf file for it? Did you use the mod_j

RE: [JBoss-user] Logging

2002-01-19 Thread Adrian Brock
Hi Eric, We have not hacked log4j. The Log4jService extends log4j using mechansims exposed in its api. But for these to work, log4j must be able to see classes in jboss.jar. It cannot do this if you put log4j in the system classloader, the parent of the jboss classloader. A parent classloader ca

RE: [JBoss-user] Logging

2002-01-19 Thread Eric Kaplan
is the implication that jboss depends upon a "hacked" version of log4j that references jboss code?... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adrian Brock Sent: Saturday, January 19, 2002 7:20 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject

RE: [JBoss-user] Logging

2002-01-19 Thread Adrian Brock
Hi, Don't add it to the classpath in run.bat/run.sh, it is already in lib/ext If you put it in the classpath org.jboss.logging can "see" org.apache.log4j but the reverse is not true, hence your error. Your bean should be able to see the log4j.jar in lib/ext Regards, Adrian >From: "Eric Kaplan

Re: [JBoss-user] Logging

2002-01-19 Thread Steve Knight
Scott, Becareful where you put log4j.jar...I accidently put it in my JAVA_HOME/lib/ext and was getting the same Exception as you. I took it out, and no more problems. Steve Knight - Original Message - From: "Eric Kaplan" <[EMAIL PROTECTED]> To: "Scott M Stark" <[EMAIL PROTECTED]>; <[EM

RE: [JBoss-user] Logging

2002-01-19 Thread Eric Kaplan
although i've had some trouble adding log4j to my jboss classpath. when i do, something nasty happens and i get the following stack... should i just build against this log4j lib, but then not put in my jboss classpath when running? log4j:ERROR Could not instantiate class [org.jboss.logging.log4

RE: [JBoss-user] in jboss-3.0

2002-01-19 Thread Dain Sundstrom
This is covered in the JBossCMP docs.  If you don't want to buy the docs, you can look at the dtd or the cmp2 testsuite.   -dain -Original Message-From: Rama Rao [mailto:[EMAIL PROTECTED]]Sent: Saturday, January 19, 2002 12:37 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] i

Re: [JBoss-user] JMS and Dynamic Topics/Qs

2002-01-19 Thread Scott M Stark
Programmatic creation of topics and queues is supported through the JBossMQ service MBean. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Ian Hunter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Satu

RE: [JBoss-user] Table Creation .. JBoss 3.0

2002-01-19 Thread Dain Sundstrom
Directionality of a relationship had nothing to do with the database mapping.  The default database mapping for a one-to-many relationship is to add a foreign key to the many side.   -dain -Original Message-From: Rama Rao [mailto:[EMAIL PROTECTED]]Sent: Saturday, January 19, 2002

RE: [JBoss-user] CMP 2.0 Foreign Key ...

2002-01-19 Thread Dain Sundstrom
Ok. Think for a second.  You told the system that you have related entities and then gave it no where to store the relation information.  If you don't want to use foreign keys then you must use a relation-table.   -dain -Original Message-From: Rama Rao [mailto:[EMAIL PROTECTED]]

[JBoss-user] JMS and Dynamic Topics/Qs

2002-01-19 Thread Ian Hunter
Hi Folks, I'm having difficulty finding out what the situation is regarding programmatic creation of T/Q's in versions later than 2.4.1. Is it supported? New interface? The current free docs doesn't indicate what happens beyond 2.4.1 [BTW : I'm trying to purchase documentation which I think/h

Re: [JBoss-user] Shared caching among different EJBs

2002-01-19 Thread Guy Rouillier
This sounds like a good fit for an MBean. - Original Message - From: "Robert Herzig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 4:45 AM Subject: [JBoss-user] Shared caching among different EJBs > I am in need of something like a local context, into which

Re: [JBoss-user] Logging

2002-01-19 Thread Guy Rouillier
log4j is the standard logging mechanism. - Original Message - From: "Jozsa Kristof" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 19, 2002 2:14 PM Subject: [JBoss-user] Logging > Hi, > > got quickshot question here - what's the most preferred way to use logging > f

Re: [JBoss-user] Logging

2002-01-19 Thread Scott M Stark
Use log4j. The Logger is just a wrapper on top of log4j that adds support for a custom TRACE priority used to allow for high frequency messages inside of the server. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message

[JBoss-user] Logging

2002-01-19 Thread Jozsa Kristof
Hi, got quickshot question here - what's the most preferred way to use logging from my own beans? I don't need anything funky, just something smarter then System.out.println.. I've did a lil' search, and found org.jboss.logging.Logger. Shall I use it's log() or debug() function, or is that anyth

[JBoss-user] in jboss-3.0

2002-01-19 Thread Rama Rao
Hi All, How do i specify the exisiting CMP field in a table as a foreign key field in the relationships tag in jbosscmp-jdbc.xml?   For example i have a table Employee: EID DID and Deparment: DID Name I want to set fields as CMP fields and in the foreign key mapping set DID as foreign key fi

[JBoss-user] CMP 2.0 Foreign Key ...

2002-01-19 Thread Rama Rao
Hi All, Can i have a uni directional one to many relation ship defined between two tables, who does not have any foreign key relation ship between them? When i try to do such a thing JBoss is giving NullPointerException while creating the tables. Here is my deployment descriptors ejb-jar.xml -

[JBoss-user] RE: Error 500 from http://localhost:8080

2002-01-19 Thread Michael Schulz
After being on this list only a short while and reading how many people are confused by the Error 500 when attempting to open the http://localhost:8080 URL, I created a jboss-root.ear which can be deployed in JBoss to serve up the root context. The default page simply contains a link to the /jbo

AW: [JBoss-user] Jboss on a big iron: s390/Linux

2002-01-19 Thread Holger Baxmann \(priv.\)
hi josza, just send me a ssh1 public key and you will be up'n running. i have installed unpacked jboss 2: bax@l012038:~ > ls /JBoss/2 JBoss-2.4.4_Jetty-3.1.3-1 and jboss 3: bax@l012038:~ > ls /JBoss/3 jboss-3.0.0alpha there are some small restrictions on this machine: bax@l012038:~ > mount

[JBoss-user] Table Creation .. JBoss 3.0

2002-01-19 Thread Rama Rao
Hi All,   In EJB 2.0 (CMP 2.0) if i set true. How the container creates table? Based on which criteria it idenfies the columns of the table? It is clear that all the CMP fields are treated as columns? Are CMR fields are also treated as columns? I have  the following deployment descriptor.  

Re: [JBoss-user] Someone PLEASE advise re: Client UserTransactions nevercommiting

2002-01-19 Thread MSedliak
I have met the similar problem. The reason - Connection.closed() was not called, i.e. commit was not realized. Try to review your code from this point of view. Mark

AW: [JBoss-user] Jboss on a big iron: s390/Linux

2002-01-19 Thread Holger Baxmann \(priv.\)
> > S390 Linux Community Development System > > > > http://www-1.ibm.com/servers/eserver/zseries/os/linux/lcds/ > > > > @ http://l012038.zseriespenguins.ihost.com:8082 > > You might want to disallow people reaching that page dude, > they just go > there and click on the big red button titled

[JBoss-user] RE: Possible bug in JBOSS propogating a transaction?

2002-01-19 Thread Eric Kaplan
It's possible this may not have made it out the first time. > -Original Message- > From: Eric Kaplan [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 18, 2002 2:59 PM > To: [EMAIL PROTECTED] > Cc: Peter Chirlian > Subject: Possible bug in JBOSS propogating a transacti

Re: [JBoss-user] (no subject)

2002-01-19 Thread Adrian Brock
Looks like you need log4j.jar. Regards, Adrian >From: TAN KOK CHIN <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [JBoss-user] (no subject) >Date: Sat, 19 Jan 2002 08:47:28 + (GMT) > >Hi all, > >I am trying to carry out the 'verifier' task using ant >during compilation. Below is my bu

Re: [JBoss-user] Someone PLEASE advise re: Client UserTransactions never commiting

2002-01-19 Thread Kris Kristensen
Hi Bryan,   This problem of yours looks very much like a problem we once had with BAS app-server from Borland. The problem was that BAS expected "exclusive" rights to its underlying datasource, but didn't have it. (other apps. used the DB as well). Changing comiit option from "exclusive" to

Re: [JBoss-user] JBoss 3.0.0alpha problem

2002-01-19 Thread Jozsa Kristof
Make sure you include the bean in jbosscmp-jdbc.xml as well. Christopher On Thu, Jan 17, 2002 at 08:38:55PM -, Niall Keane wrote: > Hi, > > When trying out my first CMP.20 bean on JBoss3.0.0 I get the error below - > is the "TopicConnectionFactory" related to JMS & > why is this error occur

Re: [JBoss-user] Jboss on a big iron: s390/Linux

2002-01-19 Thread Jozsa Kristof
On Wed, Jan 16, 2002 at 11:17:31PM +0100, Holger Baxmann (priv.) wrote: > Hi all, > > If sombody is interested in working/testing jboss on s390/linux: > > I have managed a setup of an JBoss installation on a > > S390 Linux Community Development System > > http://www-1.ibm.com/servers/eserver

[JBoss-user] (no subject)

2002-01-19 Thread TAN KOK CHIN
Hi all, I am trying to carry out the 'verifier' task using ant during compilation. Below is my build content : I receive the following error: java.lang.NoClassDefFoundError: org/apache/log4j/Priority at org.jboss.metadata.XmlFileLoader.(XmlFileLoa