Re: [JBoss-user] JBoss 3.0.x and 3.2.x

2003-12-06 Thread Bill Burke
3.0.x will only evolve if a paid JBoss Group customer asks for a new release. It is a retired branch for non-JBG customers. You can ask a developer with CVS to fix something for you, but they may be busy with 3.2 and 4.0 things. 3.2 is our production release now. FYI, 3.2 is now 9 months old

Re: [JBoss-user] JBoss 3.0.x and 3.2.x

2003-12-06 Thread gabriel
Bill, will 3.0.x continue to evolve? Or should everybody migrate to 3.2? Thanks a lot Gabriel Bill Burke <[EMAIL PROTECTED]> escreveu: > yes > > [EMAIL PROTECTED] wrote: > > > > > Is JBoss 3.2.x more stable than 3.0.x? > > > > Thanks > > > > -- > > > > Gabriel > > ___

Re: [JBoss-user] JBoss 3.0.x and 3.2.x

2003-12-06 Thread Bill Burke
yes [EMAIL PROTECTED] wrote: Is JBoss 3.2.x more stable than 3.0.x? Thanks -- Gabriel Enviado usando webmail v2.3 --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX

RE: [JBoss-user] JBoss 3.0.x and 3.2.x

2003-12-06 Thread Rod Macpherson
bject: [JBoss-user] JBoss 3.0.x and 3.2.x Is JBoss 3.2.x more stable than 3.0.x? Thanks -- Gabriel Enviado usando webmail

[JBoss-user] JBoss 3.0.x and 3.2.x

2003-12-06 Thread gabriel
Is JBoss 3.2.x more stable than 3.0.x? Thanks -- Gabriel Enviado usando webmail v2.3 --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skill

Re: [JBoss-user] JBoss 3.0.x through firewall (port issues)

2003-04-05 Thread Bela Ban
Interesting question Lance asks here. I think he refers to a non-clustered setup. However, we should also list the additional ports used by the clustering subsystem (both UDP and TCP)... Johnson, Lance wrote: Hello everyone out there in JBoss land... We are trying to put some firewall document

Re: [JBoss-user] JBoss 3.0.x through firewall (port issues)

2003-04-04 Thread David Jencks
In 3.2 (cvs) the webservice mbean is optional. If you leave it out and remve the reference from EJBDeployer the port won't be opened. I'm not terribly interested in porting this back to 3.0. I don't know about the random ports, they might possibly be from jboss mq. You could try removing the v

[JBoss-user] JBoss 3.0.x through firewall (port issues)

2003-04-04 Thread Johnson, Lance
Hello everyone out there in JBoss land... We are trying to put some firewall documentation together for our customers so they understand the requirements of our system. When we started putting this together we noticed some unfortunate behavior in JBoss with random port selection. This type of po

[JBoss-user] JBoss 3.0.x: Exceptions during shutdown

2003-01-13 Thread Vladyslav Kosulin
I see these exceptions during shutown of JBoss 3.0.4 and 3.0.5: 11:50:58,276 ERROR [AxisService] Stopping failed java.lang.NullPointerException at org.jboss.deployment.SubDeployerSupport.stopService(SubDeployerSupport.java:110) at org.jboss.net.axis.server.AxisService.stopService(A

[JBoss-user] JBoss 3.0.* with Resin 2.1.*

2002-11-05 Thread otisg
Hello, I have not been able to find any documents/emails/posts that describe how to set up JBoss 3.0.* with Resin 2.1.*. I have set up Resin 2.1.1 and JBoss 2.4.4 before, but since JBoss 3 directory layout is so different I thought I'd ask here first before spending a day figuring this out. If a

[JBoss-user] JBoss-3.0.x: log4j configuration on a per-app basis ?

2002-10-15 Thread Julia Johnson
Is there currently any mechanism for e.g. adding a Log4J Appender as my app is deployed and removing it as it is undeployed ? As far as I can make out, all configuration is done through conf/log4j.xml, which contains global configuration. This is problematic if different groups are deploying/unde

[JBoss-user] JBoss 3.0.x init script for debian

2002-09-10 Thread Jon Brisbin
Since I'm running debian, the included init script with JBoss 3.0.x didn't work on my (woody) box. Didn't have time to figure out why, excatly, so I just wrote my own that works a little differently. It's pretty straightforward. Basic init features like start, stop, and status are supported (no

Re: [JBoss-user] jboss 3.0.x authentication with active directory

2002-09-06 Thread John Hogan
. - Original Message - From: "Eric Cifreo" <[EMAIL PROTECTED]> Date: Fri, 06 Sep 2002 14:18:46 -0500 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] jboss 3.0.x authentication with active directory > >has anyone worked with a login module that connects to active di

Re: [JBoss-user] jboss 3.0.x authentication with active directory

2002-09-06 Thread Eric Cifreo
>has anyone worked with a login module that connects to active directory >using jboss 3.0? > >Ryan J. Sonnek No, but from what I understand, Active Directory is simply LDAP with a few proprietary extensions thrown in. Go figure. :) You could try the default LDAP authentication module, or write

Re: [JBoss-user] jboss 3.0.x authentication with active directory

2002-09-06 Thread Holger Baxmann
CTED]> Sent: Friday, September 06, 2002 7:44 PM Subject: [JBoss-user] jboss 3.0.x authentication with active directory > has anyone worked with a login module that connects to active directory > using jboss 3.0? > > Ryan J. Sonnek > Brown Printing Company > IT Programmer/A

[JBoss-user] jboss 3.0.x authentication with active directory

2002-09-06 Thread Sonnek, Ryan
has anyone worked with a login module that connects to active directory using jboss 3.0? Ryan J. Sonnek Brown Printing Company IT Programmer/Analyst (507) 835-0803 --- This sf.net email is sponsored by: OSDN - Ti

[JBoss-user] JBoss 3.0 instance pool configuration

2002-09-04 Thread Diego Castillo
Hello, I am running jboss-3.0.0_tomcat-4.0.3 on Win2K. I have a simple test application that consists in one single MDB. I want this MDB to be initialized at JBoss start-up. I figured out that JBoss would pre-create the bean if I set up a pool with minimum size of 1. I did so via jboss.xml: jbos

[JBoss-user] JBoss 3.0 & Microsoft Internet Information Services 5.0

2002-09-03 Thread Lutz Beckmann
Hi, is there anyone who has successfully configured Microsoft's Internet Information Services 5.0 (IIs) with JBoss3.0 & Tomcat ApplicationServer ? regards, Lutz Beckmann --- This sf.net email is sponsored by: OSDN - Tired of that same ol

Re: [JBoss-user] JBoss 3.0 - ClientLoginModule problem

2002-08-20 Thread Scott M Stark
- Original Message - From: "Artur Jonak" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 9:55 AM Subject: [JBoss-user] JBoss 3.0 - ClientLoginModule problem > > Hi all, > > I'm using JBoss 3.

[JBoss-user] JBoss 3.0 - ClientLoginModule problem

2002-08-20 Thread Artur Jonak
Hi all, I'm using JBoss 3.0.1 + Tomcat 4.0.4. I have an ejb application named delta deployed on JBoss server. Generally, all beans in my application require authentication. But I have also servlet called 'guest' deployed inside the app as war module. The servlet doesn't require neither authenti

RE: [JBoss-user] JBoss 3.0.x and PostgresDS solved thank you

2002-08-13 Thread Allan Kamau
java:/OracleDS > > Oracle8 > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > Behalf Of Allan Kamau > Sent: Monday, August 12, 2002 1:11 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] JBoss 3.0.x and Postgres

RE: [JBoss-user] JBoss 3.0.x and PostgresDS

2002-08-12 Thread Saroj Kumar
In file , Do it like (For ORACLE): java:/OracleDS Oracle8 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Allan Kamau Sent: Monday, August 12, 2002 1:11 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss 3.0.x and PostgresDS I

[JBoss-user] JBoss 3.0.x and PostgresDS

2002-08-12 Thread Allan Kamau
I have successfully configured and deployed the PostgresDS on JBoss-3.0.0 now I seem to be stuck in getting JBoss use PostgresDS as CMP of my EJBs in place of the DefaultDS. What additional configurations are required (is jboss.xml used in JBoss-3.0.x for the same?) Allan. _

Re: [JBoss-user] JBoss 3.0 Documentation

2002-07-19 Thread Binil Thomas
But to use this workbook effectively you need to have a copy of Richard Monson-Haefel's "Enterprise JavaBeans 3r edition" (ORielly), right? On 19 Jul 2002, Andreas Kuckartz wrote: > > Is JBoss 3.0 Documentation available anywhere? > > In addition to the current draft of the Quick Start guide al

Re: [JBoss-user] JBoss 3.0 Documentation

2002-07-18 Thread Andreas Kuckartz
> Is JBoss 3.0 Documentation available anywhere? In addition to the current draft of the Quick Start guide already mentioned several times I would like to recommend the beta version of the book "The JBoss 3.0 Workbook For Enterprise Java Beans, 3rd Edition" which you can download at: http://www.t

Re: [JBoss-user] JBoss 3.0 Documentation

2002-07-18 Thread Binil Thomas
A quick start guide, which is in draft stage right now, can be downloaded from the sourceforge project page. - Binil On Fri, 19 Jul 2002, Rahul wrote: > Is JBoss 3.0 Documentation available anywhere? > > > --- > This sf.net email is sponsored

RE: [JBoss-user] JBoss 3.0 Documentation

2002-07-18 Thread Saroj Kumar
You can get the quick start from Sourceforge. -Saroj -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Rahul Sent: Friday, July 19, 2002 12:12 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss 3.0 Documentation Is JBoss 3.0 Documentation available

[JBoss-user] JBoss 3.0 Documentation

2002-07-18 Thread Rahul
Is JBoss 3.0 Documentation available anywhere? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lis

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-11 Thread Emerson Cargnin - SICREDI Serviços
just to add : it could have a web configuration that just use the jbosssx infra-structure to authenticate and authorize web users against a remote jboss EJB instance. In this way i would have a lightweight jboss configuration to use as a web-container with transparent JAAS. Emerson Greg Turn

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-10 Thread Simon Stewart
On Wed, Jul 10, 2002 at 11:04:44AM -0400, David Jencks wrote: > That's what "b" is for. What do you find to be missing? It's worked for > me. Tried it a while ago and seem to recall having a problem deploying. Will have another bash at it when I next do a build of my app (today's been soaked up

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-10 Thread David Jencks
That's what "b" is for. What do you find to be missing? It's worked for me. david jencks On 2002.07.10 10:19:35 -0400 Simon Stewart wrote: > You know, it would be really useful to have a bare system somewhere > between b and c. Most people just want to deploy some EJBs, some > servlets that use

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-10 Thread Greg Turner
I think a better approach would be to leave the 3 configurations the way they are and include in docs a procedure that tells how to go about constructing your own configuration. I've done it but don't know how to put it into words. Simon Stewart wrote: > You know, it would be really useful to

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-10 Thread conrad
Hi Is it somehow possible to debug EJB in JBoss? Regard Conrad --- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAI

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-10 Thread Simon Stewart
You know, it would be really useful to have a bare system somewhere between b and c. Most people just want to deploy some EJBs, some servlets that use them and a datasource, all on one machine. It can be hard for a newbie to figure out what's necessary. "c" is overkill for this and "b" is not enou

Re: [JBoss-user] JBoss 3.0 Quick Guide

2002-07-10 Thread Marcus Ahnve
These are a few things that we had to find out by searching the archives, some easier than others. Please ignore if this is already added. 1. The JMS-chapter hardly mentions durable subscriptions. It took us a while to locate jbossmq-state.xml (grep:ing the src):-)

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-10 Thread Scott M Stark
al Message - From: "Mary Roderick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 12:01 AM Subject: Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure > > Hi David, > Thanks for your 2 c

RE: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-10 Thread Alan Yost
PROTECTED] Subject: Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure Hi David, Thanks for your 2 cents :-) ...my actual question is WHY are there three servers in the new distribution? There had to be a reason but

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-09 Thread Mary Roderick
Hi David, Thanks for your 2 cents :-) ...my actual question is WHY are there three servers in the new distribution? There had to be a reason but I haven't found any explanation. I imagine that they are each optimized for something specific (thus my reference to server/all for clustering)...but wh

Re: [JBoss-user] JBoss 3.0 Quick Guide

2002-07-09 Thread David Ward
To add clustering to the other two pre-config'd servers, you will need to have jbossha.jar in it's lib subdir and cluster-service.xml in it's deploy subdir. You put your ear file in the deploy dir of whatever server you want to start up (via run.sh/bat -c ). To your question, the new structur

Re: [JBoss-user] JBoss 3.0 Quick Guide

2002-07-09 Thread Mary Roderick
Hi, A very basic but I believe helpful request: A section on deploying applications, specifically the purpose of the 3 'servers' now delivered with JBoss. I understand from the Quick Guide that server/all should be used when clustering but what about server/default and server/minimum? As an exper

Re: [JBoss-user] JBoss 3.0 Quick Guide

2002-07-09 Thread Bruno
Quoting Andreas Schaefer <[EMAIL PROTECTED]>: > Hi Geeks > > I am going to finish the JBoss 3.0 Quick Guide that > can be found under > http://sourceforge.net/project/showfiles.php?group_id=22866&release_id=97289 > > So if you have feedback for it please send it directly > to me. Note that the

[JBoss-user] JBoss 3.0 Quick Guide

2002-07-08 Thread Andreas Schaefer
Hi Geeks I am going to finish the JBoss 3.0 Quick Guide that can be found under http://sourceforge.net/project/showfiles.php?group_id=22866&release_id=97289 So if you have feedback for it please send it directly to me. Note that the template project is a separate download just underneath the Qui

[JBoss-user] JBoss 3.0 ClassLoader Architecture whitepaper

2002-07-08 Thread Ian . Sleigh
I'm having problems locating this document that is referred to in the forums (http://jboss.org/forums/thread.jsp?forum=67&thread=15974) Does anyone know where I can get a copy? Many thanks Ian This E-mail transmission may contain confidential or legally privileged information that is inten

Re: [JBoss-user] JBoss 3.0 VM Crash -- Help!

2002-07-03 Thread David Jencks
Ive been getting similar errors recently (with a proprietary resource adapter). The only thing I've tried that's worked is to switch to JRockit, which crashes on shutdown, but less frequently. david jencks On 2002.07.03 10:24:10 -0400 Javier A. Soltero wrote: > Hi, > > I've been having a stran

[JBoss-user] JBoss 3.0 VM Crash -- Help!

2002-07-03 Thread Javier A. Soltero
Hi, I've been having a strange problem with 3.0 recently where as its deploying my EJB's the VM crashes and puts JBoss in a state where even a restart/redeploy doesnt solve the problem. I have attached the stack trace below. The beans are all entity beans which are pointed at a Postgres 7.2 d

Re: [JBoss-user] Jboss 3.0 and DataSources

2002-07-02 Thread David Jencks
There have been several slight changes in the configuration, so if you are not running from cvs Branch_3_0 or HEAD you may need to be careful about which version you start with. The only difference to 3.0.1 I spotted was jboss.security:name=JaasSecurityManager should be jboss.security:service=

[JBoss-user] Jboss 3.0 and DataSources

2002-07-02 Thread Graeme Rocher
Hi, I'm having trouble setting up a DataSource with JBoss 3.0, it seems to have changed from previous versions of JBoss and I have tried several things including the examples provided in the docs directory. I'm trying to establish the DataSource connection to Microsoft SQL Server 2000 with t

[JBoss-user] jboss 3.0 start warns

2002-06-27 Thread j neto
Hello I just instaled JBOSS 3.0 on RedHat 7.2 with j2sdk1.4.1_01 This is my first contact with j2ee, so... The start of JBOSS gives several warns one of them looks bad to me: 02:04:27,770 WARN [Jetty] JSP compilation requires $JAVA_HOME/lib/tools.jar on your JBOSS_CLASSPATH Can you help with

Re: [JBoss-user] JBoss 3.0 CMP 2.0 docs ?

2002-06-20 Thread Dain Sundstrom
> - Original Message - > From: "Burkhard Vogel" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 20, 2002 6:05 PM > Subject: Re: [JBoss-user] JBoss 3.0 CMP 2.0 docs ? > > > >>Hi, >>this has been on the list zilli

Re: [JBoss-user] JBoss 3.0 CMP 2.0 docs ?

2002-06-20 Thread Aleksander Grzebyta
holly shit, is the problem to put the right file into directory ? What are alternative sites ? sincerely Olek - Original Message - From: "Burkhard Vogel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 20, 2002 6:05 PM Subject: Re: [JBoss-user]

Re: [JBoss-user] JBoss 3.0 CMP 2.0 docs ?

2002-06-20 Thread Burkhard Vogel
;[EMAIL PROTECTED]> Cc: "Dain Sundstrom" <[EMAIL PROTECTED]> Sent: Thursday, June 20, 2002 10:31 AM Subject: [JBoss-user] JBoss 3.0 CMP 2.0 docs ? > Hello ! I ordered and downlaoded today a JBoss docs and they are dated : > > JBossCMP Workbook > Dain Sundstrom > Copyr

RE: [JBoss-user] jboss 3.0 + tomcat 4.0.3 context error

2002-06-14 Thread Georg Schmid
orioSent: Friday, June 14, 2002 11:50To: [EMAIL PROTECTED]Subject: [JBoss-user] jboss 3.0 + tomcat 4.0.3 context error Hi,   After installing jboss 3.0 + tomcat 4.0.3 and starting it, I'm trying to open the http://localhost:8080 url to see if tomcat is running as usual. Instea

Re: [JBoss-user] jboss 3.0 + tomcat 4.0.3 context error

2002-06-14 Thread Bruce Scharlau
At 11:49 AM 6/14/2002 +0200, you wrote: >Hi, > >After installing jboss 3.0 + tomcat 4.0.3 and starting it, I'm trying to >open the http://localhost:8080 url to see if tomcat >is running as usual. Instead of having the typical tomcat documentation >page, I've this error pa

[JBoss-user] JBoss 3.0 Acrtivation Failure

2002-06-14 Thread Kris Allsop
I am having a problem with JBoss 3.0 (i have tried the Jetty and Tomcat 4.0.3 bundles). The full stack trace is below: I think it is falling over trying to activate a container managed stateful session bean. I am pretty sure this might be a configuration problem as the beans deploy and work on

[JBoss-user] jboss 3.0 + tomcat 4.0.3 context error

2002-06-14 Thread Gaetano Di Gregorio
Title: Message Hi,   After installing jboss 3.0 + tomcat 4.0.3 and starting it, I'm trying to open the http://localhost:8080 url to see if tomcat is running as usual. Instead of having the typical tomcat documentation page, I've this error page:   Apache Tomcat/4.0.3 - HTTP Status 500 - No

Re: [JBoss-user] jboss 3.0 oracle clob

2002-06-10 Thread Dain Sundstrom
No. I remember there were some examples on the dev list a while back. O'Reilly has a book "Java Programming with Oracle JDBC" (http://www.oreilly.com/catalog/jorajdbc/). -dain Damon Torgerson wrote: > Thank you so much for clearing that up. I don't suppose you could point > me to a BMP/CLO

Re: [JBoss-user] jboss 3.0 oracle clob

2002-06-10 Thread Damon Torgerson
Thank you so much for clearing that up. I don't suppose you could point me to a BMP/CLOB example? Thanks, Damon On Monday, June 10, 2002, at 10:39 AM, Dain Sundstrom wrote: > Not currently with CMP. The Oracle drivers are total crap (how did > they ever get certified). You have to use thei

Re: [JBoss-user] jboss 3.0 oracle clob

2002-06-10 Thread Dain Sundstrom
Not currently with CMP. The Oracle drivers are total crap (how did they ever get certified). You have to use their custom CLOB wrappers, and I dislike the idea of requiring the Oracle drivers to compile JBoss. I'll be fixing the LOB code soon, I think I will use reflection for Oracle (it s

Re: [JBoss-user] jboss 3.0 and BMP/sybase problems

2002-06-10 Thread Marc Zampetti
; >>Maybe the issue is that the connection should be put in AutoCommit mode >>at the beginning, when it is first provided to the app. I'm confused how >>jBoss starts the transaction in cases like Web Apps, etc. >> >>Marc Zampetti >> >>FROM: eniro.com &

[JBoss-user] jboss 3.0 oracle clob

2002-06-10 Thread Damon Torgerson
Hello, Does anyone happen to have an example of dealing with Oracle CLOBs and JBoss? Is it possible to use CMP or do I have to use BMP? If anyone has an example or can point to a resource of an example I would really appreciate it. Thanks, Damon Torgerson Ranksix Solutions Inc 250.514.6616

RE: [JBoss-user] Jboss 3.0 Server Config Question

2002-06-07 Thread JD Brennan
Title: RE: [JBoss-user] Jboss 3.0 Server Config Question You might want to point to /lib/jboss-system.jar for compiling... -Original Message- From: Greg Turner [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 6:45 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Jboss 3.0 Server

[JBoss-user] Jboss 3.0 Server Config Question

2002-06-07 Thread Greg Turner
I started to create an MBean and I pointed my class path to the jars in minimal/lib and it would not compile because org.jboss.util.ServiceMBeanSupport was not there. This means minimal is really minimal. So what I would like to do is create MyConfig = minimal + just enough to run my simple MBea

Re: [JBoss-user] jboss 3.0 and BMP/sybase problems

2002-06-06 Thread David Jencks
gt; also work, but that is the wrong thing in my opinion. > > Maybe the issue is that the connection should be put in AutoCommit mode > at the beginning, when it is first provided to the app. I'm confused how > jBoss starts the transaction in cases like Web Apps, etc

Re: [JBoss-user] jboss 3.0 and BMP/sybase problems

2002-06-06 Thread Marc Zampetti
when it is first provided to the app. I'm confused how jBoss starts the transaction in cases like Web Apps, etc. Marc Zampetti FROM: eniro.com DATE: 06/06/2002 00:23:44 SUBJECT: [JBoss-user] jboss 3.0 and BMP/sybase problems Finally, I did manage to get BMP entity beans working so

Re: [JBoss-user] JBoss 3.0 directory structure

2002-06-06 Thread Burkhard Vogel
, 2002 5:02 PM Subject: [JBoss-user] JBoss 3.0 directory structure > Where can I find an explanation of the 3.0 directory structure? > Specficically which of the directories under $jboss_home/server I should > be putting my config

Re: [JBoss-user] JBoss 3.0 Problems using CMP-Beans and an OracleDS

2002-06-06 Thread David Jencks
On 2002.06.06 09:14:25 -0400 [EMAIL PROTECTED] wrote: > JBoss 3.0 Problems using CMP-Beans and an OracleDS > > I use the oracle-service.xml from the example directory and have > configured > the login-config.xml. The console print out looks all right, the > DataSource > is deployed and bound to t

Re: [JBoss-user] jboss 3.0 and remoteEjb's

2002-06-06 Thread Marius Kotsbak
No, you also need to set up another port also, by adding a attribute "RmiPort" in jboss-service.xml like this (you can select the port number you want.) If you don't do this, you get the default port 0, which means any available, and that is hard for the firewall to allow :-) Example:

[JBoss-user] jboss 3.0 and remoteEjb's

2002-06-06 Thread Karri Niemelä
Now, to run remote ejbclient thru firewall, atleast ports 1099 and need to be opened.. Is that enough, or? ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpc

[JBoss-user] JBoss 3.0 Problems using CMP-Beans and an OracleDS

2002-06-06 Thread Schneid_Chris
JBoss 3.0 Problems using CMP-Beans and an OracleDS I use the oracle-service.xml from the example directory and have configured the login-config.xml. The console print out looks all right, the DataSource is deployed and bound to the right JNDI-Name. But every time i want to get a cmp-entitybean v

RE: [JBoss-user] JBoss 3.0 directory structure

2002-06-06 Thread Sacha Labourey
g/ Cheers, Sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Ryan Marsh > Envoye : jeudi, 6 juin 2002 00:03 > A : [EMAIL PROTECTED] > Objet : [JBoss-user] JBoss 3.0 directory structure > > > Where can

[JBoss-user] jboss 3.0 and BMP/sybase problems

2002-06-06 Thread Karri Niemelä
Finally, I did manage to get BMP entity beans working somehow... Now there is this new "sybase" specific problem. After you get the connection, run your query/stored procedure and then you close the connection, you endup having -> --clipclip-- 2002-06-05 16:54:24,247 INFO [org.jboss.resource.c

[JBoss-user] JBoss 3.0 directory structure

2002-06-05 Thread Ryan Marsh
Where can I find an explanation of the 3.0 directory structure? Specficically which of the directories under $jboss_home/server I should be putting my configuration and ear's in. -ryan ___ Don't miss the 2002 Sprint PCS Application

RE: [JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Bill Burke
e > Subject: RE: [JBoss-user] JBoss 3.0 - How do I set up datasources? > > > What steps are removed in order to accomplish this? Thanks for > the input, and > thanks in advance for the explanation. I do love alternatives! :) > > > -- > -bk > > > Quoting Bill B

RE: [JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Brandon Knitter
e- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Brandon > > Knitter > > Sent: Wednesday, June 05, 2002 3:00 PM > > To: [EMAIL PROTECTED]; Neal Sanche > > Subject: Re: [JBoss-user] JBoss 3.0 - How do I set up datasources? > > &

RE: [JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Bill Burke
FYI, you don't have to use the JAAS stuff. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Brandon > Knitter > Sent: Wednesday, June 05, 2002 3:00 PM > To: [EMAIL PROTECTED]; Neal Sanche > Subject: Re: [JBoss-user] J

Re: [JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Brandon Knitter
First off, thanks a bunch! :) This seems to get me closer...and I need the CMP 2.0 stuff! What is the principal? Is that like the security requested (another user)? I'm assuming I should just set this to my username as per your description below? Next, how do I reference this in my deployment

Re: [JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Neal Sanche
On June 5, 2002 02:18 pm, you wrote: > I've been poking around the conf hierarchy in JBoss 3.0 (very different > from 2.4.6) and have not been able to locate the datasource definitions. I > see that a lot of the documentation lists java:/DefaultDS as the datasource > being used, but I don't see t

[JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Brandon Knitter
I've been poking around the conf hierarchy in JBoss 3.0 (very different from 2.4.6) and have not been able to locate the datasource definitions. I see that a lot of the documentation lists java:/DefaultDS as the datasource being used, but I don't see that defined anywhere (server, port, user, pas

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-05 Thread Radu Mateescu
      What's even more curious is the response in time   First Execution: ... 13:36:19,013 INFO  [STDOUT] equals()13:36:19,013 INFO  [STDOUT] equals()13:36:19,013 INFO  [STDOUT] equals()13:36:19,014 INFO  [STDOUT] equals()13:36:19,014 INFO 

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-05 Thread Radu Mateescu
Sorry for the unformatted prev email     > Are you now getting a different exception from your> original post where you> said NPE??   Well, the exception I get is still NPE, and it is reported in my EJB, as a result of the getLogger failure:   2002-06-05 11:22:14,472 INFO  [STDOUT] equals() co

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-05 Thread guest dontcare
> Are you now getting a different exception from your > original post where you > said NPE?? Well, the exception I get is still NPE, and it is reported in my EJB, as a result of the getLogger failure: 2002-06-05 11:22:14,472 INFO [STDOUT] equals() com.ra.Log.LoggerManagedConnectionFactory@dfd9

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-05 Thread David Jencks
Are you now getting a different exception from your original post where you said NPE?? What are the implementations of hashcode and equals in your mcf? The ConnectinManager was changed recently to use equals on every allocateConnection call as required by the spec. What is producing the log ou

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-05 Thread guest dontcare
Hello David, something curious happens here: the client looks like this: - LoggerFactoryImpl loggerFactory = (LoggerFactoryImpl)initialContext.lookup("java:/Log"); logger = (Logger)loggerFactory.getLogger(logFileName, level); logger.log(CLASS_NAME, Log.TRACE4, m

RE: [JBoss-user] JBoss 3.0 farming

2002-06-05 Thread Bill Burke
Sorry, we need to update the for-pay docs. I think Sacha is doing this now? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Martin > Solaas > Sent: Wednesday, June 05, 2002 9:34 AM > To: [EMAIL PROTECTED] > Subject: Re: [

RE: [JBoss-user] JBoss 3.0 farming

2002-06-05 Thread Bill Burke
Sorry, we need to update the for-pay docs. I think Sacha is doing this now? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Martin > Solaas > Sent: Wednesday, June 05, 2002 9:34 AM > To: [EMAIL PROTECTED] > Subject: Re: [

Re: [JBoss-user] JBoss 3.0 farming

2002-06-05 Thread Jon Martin Solaas
/java/jboss-3.0.0_tomcat-4.0.3/server/all/deploy/cluster-service.xml 8<--8<--8<--8<--8<--8<--8<--8<--8<-- -- best regards, [EMAIL PROTECTED] -----Opprinnelig melding- Fra: Sacha Labourey [mailt

RE: [JBoss-user] JBoss 3.0 farming

2002-06-05 Thread Sacha Labourey
Sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Jon Martin > Solaas > Envoyé : mercredi, 5 juin 2002 13:27 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] JBoss 3.0 farming > > > > >> ... which also seems to

RE: [JBoss-user] JBoss 3.0 farming

2002-06-05 Thread Jon Martin Solaas
>> ... which also seems to deploy flawlessly, on both machines (in >> the default/deploy directory) > I guess it is wrong here. a new folder JBOSS_HOME/server/default/farm has > most probably been created: use this one. I figured out that one ... but still no go ... (I now also use the `run --

RE: [JBoss-user] JBoss 3.0 farming

2002-06-05 Thread Sacha Labourey
Hello, > I have three CMP 2.0 entity beans. They default to use the > DefaultDS, tables and all are created when deploying, so they seem ok. I guess it is just for testing: having clustered EB running each on their own DB is certainly not what you want to do most of the time. > I renamed the "al

[JBoss-user] JBoss 3.0 farming

2002-06-05 Thread Jon Martin Solaas
Hi, I'm trying to get basic farming to work, as described in the QuickStart guide. I have three CMP 2.0 entity beans. They default to use the DefaultDS, tables and all are created when deploying, so they seem ok. Further, I have an jboss.xml that containt the follownig: Autho

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-04 Thread David Jencks
Whats the stack trace. On 2002.06.04 17:59:06 -0400 guest dontcare wrote: > Hi, > In 3.0 I've got NullPointerException trying to create > a connection to one of my JCA resources, called Log > This was working fine in 3.0 RC3 > Here is the client (running as an EJB): > . > LoggerFa

[JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-04 Thread guest dontcare
Hi, In 3.0 I've got NullPointerException trying to create a connection to one of my JCA resources, called Log This was working fine in 3.0 RC3 Here is the client (running as an EJB): . LoggerFactoryImpl loggerFactory = (LoggerFactoryImpl)initialContext.lookup("java:/Log"); logger =

[JBoss-user] JBoss 3.0 can't find javax/ejb/SessionBean?

2002-06-04 Thread R . Price
Trying to port my stuff into the JBoss 3.0 release build and get an exception that it can't find javax/ejb/SessionBean. I've got JBoss configured using the URLDirectoryScanner to see my exploded jar directory, ie:                                                 So, when it attempts to deploy

Re: [JBoss-user] jboss 3.0 ConnectionManager

2002-06-04 Thread David Jencks
On 2002.06.04 11:24:08 -0400 "Sonnek, Ryan" wrote: > If a ConnectionManager is set to ByContainer, does that mean that each > connection to a datasource will attempt to use the JAAS stored principal > and > credentials to make that connection? > > So, if they access a restricted web resource, aut

RE: [JBoss-user] jboss 3.0 and bmp

2002-06-04 Thread Sacha Labourey
;origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Karri > Niemelä > Envoyé : mardi, 4 juin 2002 17:49 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] jboss 3.0 and bmp > > > >Gave us the exceptions trace at least! > > Her

RE: [JBoss-user] jboss 3.0 and bmp

2002-06-04 Thread Karri Niemelä
>Gave us the exceptions trace at least! Here we go.. That line 149 in UMAMemberBean fires up that CallableStatement (CallableStatement cstmt = con.prepareCall( ...) Of course one of the problems might be that I'm trying to use this with sybase.. (there wasnt any sybase-service.xml available

[JBoss-user] jboss 3.0 ConnectionManager

2002-06-04 Thread Sonnek, Ryan
If a ConnectionManager is set to ByContainer, does that mean that each connection to a datasource will attempt to use the JAAS stored principal and credentials to make that connection? So, if they access a restricted web resource, authenticate successfully, and that .jsp page uses a datsource, wi

RE: [JBoss-user] jboss 3.0 and bmp

2002-06-04 Thread Sacha Labourey
2 15:05 > À : [EMAIL PROTECTED] > Objet : [JBoss-user] jboss 3.0 and bmp > > > I've got problems when trying to use BMP entity beans with jboss 3.0. > I endup having exceptions when making CallableStatement, and these > exceptions really dont

[JBoss-user] jboss 3.0 and bmp

2002-06-04 Thread Karri Niemelä
I've got problems when trying to use BMP entity beans with jboss 3.0. I endup having exceptions when making CallableStatement, and these exceptions really dont tell anything... Any ideas what might be wrong? ___ Don't miss the 2002

[JBoss-user] jboss 3.0 build on win2k

2002-06-03 Thread Stefan Groschupf
Title: RE: [JBoss-user] jndi question Hi, sorry I’m new to jboss 3. I had tried  to build the jboss 3 final source package on my win2k machine. I get 6 build errors. Is that interesting for someone, may be for something like a bug tracking tool? Or is it normal and some set-up is requ

  1   2   >