[JBoss-user] simple question

2002-06-05 Thread Eric Kaplan
I'd like all my System.out messages from my beans (yes, i know, they should be logging via log4j but i'm still unable to get things to work properly under 2.4.4) to go to the server log file. What's the easiest way to do this without turning DEBUG on, which is a lot of output. Thanks Eric Kapla

Re: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Dain Sundstrom
Ricardo Argüello wrote: >>I don't recommend JDO. >> >>-dain >> > > Could you elaborate more on that, please? JDO is a cool idea. I think of JDO like ADO; it is easy to program against but is not a great persistence framework. One of the coolest things about ADO is the ability to program aga

Re: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Ricardo Argüello
> I don't recommend JDO. > > -dain Could you elaborate more on that, please? Thanks in advance! Ricardo Argüello -- Standard consultant disclaimer: "Or not." ___ Don't miss the 2002 Sprint PCS Application Developer's Conference

Re[2]: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Alex Loubyansky
Hello wonder, Look at xdoclet's samples. There is inheritence examples too. So the answer is yes. Tuesday, June 04, 2002, 6:03:47 PM, you wrote: ws> Thank you, one more question :) ws> Do you know if XDoclet works as your answers? :) ws> Wonder Sonic ws> --- Alex Loubyansky <[EMAIL PROTECTED

RE: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Sacha Labourey
t; À : [EMAIL PROTECTED] > Objet : [JBoss-user] [Simple question] CMP bean inheritance > > > Hi, > Can someone tell me how are managed the inheritance of > the CMP fields? > > > Details: > If I create a CMP A and then a CMP B which extends > A, will CMP A and B have the s

Re: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Dain Sundstrom
wonder sonic wrote: > Hi, > Can someone tell me how are managed the inheritance of > the CMP fields? > > > Details: > If I create a CMP A and then a CMP B which extends > A, will CMP A and B have the same SQL table, will the > CMP-B SQL table have SQL CMP-B fields plus SQL CMP-A > fields? It

Re: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread wonder sonic
Thank you, one more question :) Do you know if XDoclet works as your answers? :) Wonder Sonic --- Alex Loubyansky <[EMAIL PROTECTED]> a écrit : > Hello wonder, > > Tuesday, June 04, 2002, 5:44:43 PM, you wrote: > > ws> Hi, > ws> Can someone tell me how are managed the > inheritance of > ws> t

Re: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Alex Loubyansky
Hello wonder, Tuesday, June 04, 2002, 5:44:43 PM, you wrote: ws> Hi, ws> Can someone tell me how are managed the inheritance of ws> the CMP fields? Depends on ejb-jar.xml configurations. ws> Details: ws> If I create a CMP A and then a CMP B which extends ws> A, will CMP A and B have the same S

[JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread wonder sonic
Hi, Can someone tell me how are managed the inheritance of the CMP fields? Details: If I create a CMP A and then a CMP B which extends A, will CMP A and B have the same SQL table, will the CMP-B SQL table have SQL CMP-B fields plus SQL CMP-A fields? Thanks in advance, Wonder Sonic

Re: [JBoss-user] Simple Question - Please Assist

2001-06-24 Thread Vinay Menon
Please make sure that you have the jars under JBOSS_HOME/client in your client's classpath. The class you mentioned is in jbosssx-client.jar I believe. Vinay > Ray Grieselhuber wrote: > > Hi, > I asked a question the other day, and I have not received any > response. I really think it will be

[JBoss-user] Simple Question - Please Assist

2001-06-24 Thread Ray Grieselhuber
Hi, I asked a question the other day, and I have not received any response. I really think it will be an easy question for someone to answer if they have successfully set up a new install of JBoss. I will repeat my question below. If something is not clear, please indicate.   I am trying

Re: [JBoss-user] simple question

2001-06-15 Thread danch (Dan Christopherson)
On that machine, point a browser at 'http://localhost:8080/jboss' This will let you try out some simple tests. majid nakit wrote: > Hi, I have just installed JBoss-2.2.2_Tomcat-3.2.2 in windows2000, I > am new to EJB, please could you show me : > 1)How do I know that JBoss_Tomcat is working fin

[JBoss-user] simple question

2001-06-15 Thread majid nakit
Hi, I have just installed JBoss-2.2.2_Tomcat-3.2.2 in windows2000, I am new to EJB, please could you show me : 1)How do I know that JBoss_Tomcat is working fine ? 2) is there any example that I can test. Thanks __ FREE voicemail, email, and fax..

Re: [JBoss-user] simple question on configuring access todatasource

2001-03-27 Thread Victor Lan
ct: Re: [JBoss-user] simple question on configuring access to datasource > On Mon, 26 Mar 2001, Victor Lan wrote: > > > Assuming you've setup a pool called PostgresqlTest in your > jboss.jcml> file, you need something like this in your jboss.xml: > > &g

Re: [JBoss-user] simple question on configuring access to datasource

2001-03-26 Thread Donald Ball
On Mon, 26 Mar 2001, Victor Lan wrote: > Assuming you've setup a pool called PostgresqlTest in your jboss.jcml > file, you need something like this in your jboss.xml: > > > > IDGenerator > > jdbc/PostgresqlTest > PostgresqlTest > > > > > >

Re: [JBoss-user] simple question on configuring access todatasource

2001-03-26 Thread Victor Lan
lTest - Original Message - From: Donald Ball <[EMAIL PROTECTED]> Date: Monday, March 26, 2001 3:56 pm Subject: [JBoss-user] simple question on configuring access to datasource > hiya. i'm writing a session bean which i'd like to have access to > the same > datasource/co

[JBoss-user] simple question on configuring access to datasource

2001-03-26 Thread Donald Ball
hiya. i'm writing a session bean which i'd like to have access to the same datasource/connection pool that controls my entity beans. i've got this section in my ejb-jar.xml file: Generates IDs for the entity beans IDGenerator com.webslingerZ.news.beans.IDGen