RE: [jBoss-User] Off Topic: COM Server

2001-03-02 Thread Mannering, J (Joe)
: Thursday, 01 March 2001 11:07 PM To: [EMAIL PROTECTED] Subject: [jBoss-User] Off Topic: COM Server I apologise for the off topic, but Has any one integrate JBoss with M$- COM. I need to iteract with legacy COM objects in Jboss. Has anyone any solutions please ? I have tried the OLEBridge from

RE: [jBoss-User] bean is not a jaws-managed cmp entity

2001-03-02 Thread Castro, David
for you. http://www.jboss.org/newsite/bin/jboss-tomcat-2.1-beta.zip -Original Message- From: Achim Derigs [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 3:31 AM To: Castro, David Cc: Roland Haag; 'JBoss-User' Subject: RE: [jBoss-User] bean is not a jaws-managed cmp entity

[jBoss-User] Service Dependencies

2001-03-02 Thread Rama Rao
Hi All, I have a service MBean which automatically starts up at the start of JBoss Server. But i require SpyderMQ and Naming Service to start before my service starts. So i have specified the dependencies in jboss.dependencies like this. service name="MailQ" dependency service="Naming"

RE: [jBoss-User] log4j jboss-embeddedTomcat

2001-03-02 Thread Vincent Harcq
A : JBoss-User Objet : Re: [jBoss-User] log4j jboss-embeddedTomcat Hi, well the direction in the contrib module and in http://geocities.com/phox_2/ are the same. But I believe these direction works with JBoss standalone, not with the Embedded Tomcat... So i am still without light on that topic

RE: [jBoss-User] Design question - Checking for an existingrecor d??

2001-03-02 Thread John Moore
Title: RE: [jBoss-User] Design question - Checking for an existing record?? you need a unique key generator. Check out theserverside.com (patterns section) for discussion on ways to handle it. JBoss used to come with one but I don't see it any more. -Original Message- From: Jim

Re: [jBoss-User] Castor JDO / jBoss integration error

2001-03-02 Thread Rick Horowitz
Got it! Thanks, Rick --- Oleg Nitz [EMAIL PROTECTED] wrote: Hi, Yes, sorry, this is a bug in Castor 0.9 (no such code in Castor 0.8.11 BTW). Either use a CVS version of Castor 0.9, or remove "|| ! _ctx.isOpen()" yourself and rebuild. Regards, Oleg On Thursday 01 March 2001

RE: [jBoss-User] Design question - Checking for an existing record??

2001-03-02 Thread Jim Archer
) for discussion on ways to handle it. JBoss used to come with one but I don't see it any more. -Original Message- From: Jim Archer [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 11:45 AM To: JBoss-User Subject: [jBoss-User] Design question - Checking for an existing record?? Hi All

[jBoss-User] New MBean

2001-03-02 Thread Rama Rao
Hi , I have gone through your answer about implementing new MBean. My MBean needs to start only after SpyderMQ and Naming services are started. So i have put in the jboss.depenecies file the dependencies like this service name="DepositMQ" dependency service="Naming" required="true"/

RE: [jBoss-User] Castor JDO / jBoss integration error

2001-03-02 Thread JP
$ConnectionHandler.run(TCPT ransport.java:643) [Interest] at java.lang.Thread.run(Thread.java:484) -Original Message- From: Oleg Nitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 2:03 PM To: JBoss-User Subject: Re: [jBoss-User] Castor JDO / jBoss integration error Hi, Yes, sorry

Re: [jBoss-User] CORBA-EJB interoperability

2001-03-02 Thread Peter Braswell
--- Davide Mora [EMAIL PROTECTED] wrote: Hi, i posted this question long time ago, i just want to check if the answer still be "not yet supported". Other ideas about how to wrap about 30 CORBA objects into EJB soons as possible? Thank you, Davide Hi Davide, Is it EJB's that need to

[jBoss-User] Is this a bug or a feature? Name service issue

2001-03-02 Thread Jim Archer
Hi All... I spent some time fighting something involving name service and I seriousely don't know if its a bug or a feature. I created a stateless session bean to provide a serice. I then wrote a class to wrap that SLSB with a has-a relationship. When the wrapper class is instansiated the

[jBoss-User] Accessing EJB bean created in IAS4.1

2001-03-02 Thread Ricky
Hi Jboss users , How to called the ejb bean deployed in IAS4.1.1 container ? I knew about JNDI technology but I did not know how to map name in the ejb-ref of jboss.xml for ejb bean in the ias container. What is the protocol for ias4.1.1 container ? Anyone have

RE: [jBoss-User] JBoss pre-2.1 and Opta2000 drivers?

2001-03-02 Thread Scott Warren
Title: RE: [jBoss-User] JBoss pre-2.1 and Opta2000 drivers? Sorry about the delay... What is the error you are getting ? May be my previous post about Jboss with MSSQL will help. If not please tell me that exception (if you are getting one) and the contents of your Jboss.conf, Jboss.jcml

RE: [jBoss-User] Design question - Checking for an existingrecor d??

2001-03-02 Thread Hansen, Richard
an. Rick Hansen -Original Message- From: Jim Archer [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 2:04 PM To: JBoss-User Subject: RE: [jBoss-User] Design question - Checking for an existing recor d?? John, thanks for the reply... Why do you feel I need a unique key ge

[jBoss-User] dynamically adding XADataSourceLoader MBean

2001-03-02 Thread Robert_Wright
i've dynmically added a XADataSourceLoader MBean during program execution, and i was testing the behavior if the connection failed. an exception is thrown inside jBoss, but it isnt' returned to my application. (the exception is shown below) unless i've missed something, i correctly handle a

RE: [jBoss-User] Design question - Checking for an existingrecor d??

2001-03-02 Thread John Moore
Title: RE: [jBoss-User] Design question - Checking for an existing record?? I agree with Rick regarding the session bean facade. We choose to attempt the insert and handle the exception rather than do a findByPrimaryKey() for every inserted record. Our belief is that there was no reason

[jBoss-User] Problem of setting up a JBoss_Tomcat to start as aNT service in Win2K

2001-03-02 Thread David Li
Hi, there. Can someone please help on setup a JBoss_Tomcat to start as a NT service in Win2K? We have setup a JBoss_Tomcat bundle to host our JAVA application. Everything works just so great that everyone here is loving it very much. But, when I tried to following the FAQ posted on

Re: [jBoss-User] Design question - Checking for an existingrecord??

2001-03-02 Thread Stan Ng
hours in the day... - Original Message - From: "Jim Archer" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED] Sent: Friday, March 02, 2001 11:45 AM Subject: [jBoss-User] Design question - Checking for an existing record?? The next option is to use the finder for

[jBoss-User] Design question - Checking for an existing record??

2001-03-02 Thread Jim Archer
Hi All... I have what must be a fairly common problem and I was wondering if someone could suggest what they think the preferred solution might be. I need to create an EB for a user and I have set the userid up as a primary jey. Of course, the user ID must be unique. I'm wondering what the

[jBoss-User] Setting Context when using WAR files

2001-03-02 Thread Kenneth Robinson
Hi everyone, I've been experimenting with JBoss for a couple of weeks now and am really excited about using it for some of our future projects. I do have two simple (I hope) questions: 1. When deploying a WAR file, is there some way of explicitly setting the Context? Obviously this can be

[jBoss-User] Quick questions about EJB in general

2001-03-02 Thread Hardy, Patrick, DDI - Garden City
Robinson [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 16:03 PM To: 'JBoss-User' Subject: [jBoss-User] Setting Context when using WAR files Hi everyone, I've been experimenting with JBoss for a couple of weeks now and am really excited about using it for some of our future projects. I do

Re: [jBoss-User] dynamically adding XADataSourceLoader MBean

2001-03-02 Thread Toby Allsopp
[EMAIL PROTECTED] wrote: i've dynmically added a XADataSourceLoader MBean during program execution, and i was testing the behavior if the connection failed. an exception is thrown inside jBoss, but it isnt' returned to my application. (the exception is shown below) unless i've missed

[jBoss-User] Garbage in new entity beans

2001-03-02 Thread Larry Kline
I have a test program that creates entity beans with just their primary key information, then sets each of their data fields, and finally deletes them. I run this and everything works just fine. But if I stop the test in a debugger after the creation step (and before I set the data fields), I

[jBoss-User] Documentation for InstantDb and Hypersonic

2001-03-02 Thread Guy Rouillier
Where do I find documentation on these two? I looked at the link given for Hypersonic in the javadocs (http://hsql.oron.ch/and it tells me I don't have permission to look there. Thanks.

[jBoss-User] unable to create new bean instance

2001-03-02 Thread Ernest Chen
Title: unable to create new bean instance Hi, I just got my CMP Bean working on jBoss 2.0 Final standalone, however my client is having problem creating new object, I'm getting the following exception, can anyone help? Thanks p.s. I'm using Oracle 8.1.7 client on NT oci8 JDBC driver.

[jBoss-User] Session bean cannot access entity bean home

2001-03-02 Thread Larry Kline
I deployed an entity bean, AllFieldsTest, and I am able to look up its home interface, create new ones, find the ones I created, remove them, etc. from a client program. That is, a program not running in the app server. I then wrote a session bean which I deployed. I can access this from a

RE: [jBoss-User] Garbage in new entity beans

2001-03-02 Thread Joe Barefoot
I don't have a definite answer for this odd behavior, but I've noticed the same thing. This seems to happen anytime you don't initialize the data fields of your entity bean in the ejbCreate() method. The same behavior will result if you do the following: Say you have an Entity bean called

Re: [jBoss-User] Documentation for InstantDb and Hypersonic

2001-03-02 Thread Raffael Herzog
"Guy Rouillier" [EMAIL PROTECTED] wrote: Where do I find documentation on these two? I looked at the link given for Hypersonic in the javadocs (http://hsql.oron.ch/and it tells me I don't have permission to look there. Thanks. Today, I found this (see latest news):

[jBoss-User] Getting principal/subject within helper classes

2001-03-02 Thread tim . taylor
The EJB spec says that you can use the name from Principal.getName() to filter database queries. This is fine for methods that are directly in the EJB because the principal is available from the session/entity context. However, I can't find a way for helper classes to get either their current

RE: [jBoss-User] Design question - Checking for an existingrecor d??

2001-03-02 Thread CHogan
Title: RE: [jBoss-User] Design question - Checking for an existing record?? In your ejbCreate, run a query on the table for the user's selected primary key. If you get any records back, throw an exception (DuplicateKeyException, whatever...you can throw an application-defined exception

Re: [jBoss-User] Garbage in new entity beans

2001-03-02 Thread Gerald Turner
"Joe" == Joe Barefoot [EMAIL PROTECTED] writes: Joe I don't have a definite answer for this odd behavior, but I've Joe noticed the same thing. This seems to happen anytime you don't Joe initialize the data fields of your entity bean in the ejbCreate() Joe method. It is my

RE: [jBoss-User] Castor JDO / jBoss integration error

2001-03-02 Thread JP
Well, it was pretty easy - I just had a second reference to castor-0.9.jar sitting on my CLASSPATH... oops. Thanks for all your help. -Original Message- From: Oleg Nitz [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 2:29 PM To: JBoss-User Subject: Re: [jBoss-User] Castor JDO

Re: [jBoss-User] New MBean

2001-03-02 Thread Scott M Stark
AM Subject: [jBoss-User] New MBean Hi , I have gone through your answer about implementing new MBean. My MBean needs to start only after SpyderMQ and Naming services are started. So i have put in the jboss.depenecies file the dependencies like this service name="DepositMQ"

Re: [jBoss-User] dynamic jaas: db implementation

2001-03-02 Thread Scott M Stark
into an interface that allows you to hook up to xml(the default), ldap or a database. See the JBossSX docs come monday. - Original Message - From: "Rich A. Schiavi" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 02, 2001 7:23 AM Subject: [jBoss-User] dynami

RE: [jBoss-User] Garbage in new entity beans

2001-03-02 Thread Joe Barefoot
It's a little more complex than that, but yes. What is kept in the pool are "empty" instances of the bean's implemetation class. for creation: When create() is invoked on an EJB home, an EJB object is created and assigned to one of these instances. Then the arguments (if any) of the create()

RE: [jBoss-User] Garbage in new entity beans

2001-03-02 Thread marc fleury
|The odd behavior I've noticed is that when create() is invoked on an |Entity's EJB home, data fields that are not initialized in the |corresponding |ejbCreate() method in the implementation class are being populated with |(cached ??) data from the most recently activated (i.e., via a

RE: [jBoss-User] Garbage in new entity beans

2001-03-02 Thread marc fleury
|It is my underdanding that entity and stateful session bean |objects are kept no not stateful, stateless. (stateful are cached) marc |in a pool that the container swaps data into on demand by calling |ejbLoad for |performance rather than creating new object everytime. What are |those

RE: [jBoss-User] Design question - Checking for an existing record??

2001-03-02 Thread Jim Archer
o comments and criticism. John More -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 12:26 PM To: 'JBoss-User' Subject: RE: [jBoss-User] Design question - Checking for an existing recor d?? I think you need to think session bean fa

RE: [jBoss-User] hypersonic vs postgres, its keeps selecting the wrong one

2001-03-02 Thread oliver2, andy
Thanks! I think the problem was the jboss.xml format had changed, once I made mine look like yours it worked like a charm. -Original Message- From: JbossKnut To: JBoss-User Sent: 3/1/01 4:03 PM Subject: Re: [jBoss-User] hypersonic vs postgres, its keeps selecting the wrong one Try

[jBoss-User] Associate a jndi name to a datasource

2001-03-01 Thread Thierry Templier
Hello, I have the following xml config files: // jboss.conf MLET CODE = "org.jboss.logging.Logger" ARCHIVE="jboss.jar" CODEBASE="../../lib/ext/" /MLET MLET CODE = "org.jboss.logging.ConsoleLogging" ARCHIVE="jboss.jar" CODEBASE="../../lib/ext/" ARG TYPE="java.lang.String"

[jBoss-User] Why can't I access a session bean after a TRE

2001-03-01 Thread Scott M Stark
I have a stateful session bean and I'm not declaring any container-transaction for the bean(is that allowed?). Here is the ejb-jar.xml descriptor: ejb-jar display-nameSecurityTests/display-name enterprise-beans session descriptionA secured project repository stateful session

[jBoss-User] WG: Mappings Available for CMP Entities

2001-03-01 Thread Mellouk, Mohammed
Hi, are there already Mappings available for the Informix RDBMS ? Thanx in advance ! Mo Dresdner Bank AG Global Transaction Banking Global Cash Management / Treasury Solutions Information Technology Reconciliations WM 14, 4D/ UB TB CTS IT2 60301 Frankfurt am Main * Email:

[jBoss-User] How transaction work ?????

2001-03-01 Thread Penn
Hi, May i know how the transaction work do we need to get the connection from the datasource or can i get the connection directly using DriverManager.getConnection("myDBLocation"); I've tested with the direct way (DriverManager.getConnection), it doesn't work. Which make sense to me,

[jBoss-User] Propagate Tomcat Principal to JAAS protected EJBs

2001-03-01 Thread Willie Vu
I've an EJB on which I use JAAS to protect its methods. I add a web GUI on top of it. The web app deployed in Tomcat also has its own way to authenticate users. My question is, after a web user logins at the web app's end, does the user's principal get propagated? When JSPs that call JAAS

[jBoss-User] Pool EstoreDB waiting for a free object

2001-03-01 Thread Christopher Albert
Hi, I am trying to deploy the Petstore example on the recent jboss2.1+tomcat package. I have folled the instructions in the petstore patch archive, successfuly rebuilt the petstore ears, which I successfuly tested on jboss+tomcat without modifying jboss.jcml and standardjaws.xml. However when I

[jBoss-User] Timer Bean Examples

2001-03-01 Thread Rama Rao
Hello, Has any body used Timer MBean with JBoss 2.0? Can you send me an example of how to use it? TIA Regards Rama Rao

Re: [jBoss-User] Integrating jBoss 2.0 into VAJ 3.5

2001-03-01 Thread Dominique BATARD
I've manually installed Tomcat 3.2.1 in VAJ 3.5 . May I use it in place of the VADD Tomcat 3.1 Test Environment ? Dom - Original Message - From: "Lorin Blumenfeld" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 9:38 PM Subject: [jBoss-User] Integra

[jBoss-User] RE: Security Problem: Use EJB to do authentication

2001-03-01 Thread Willie Vu
I want to develop a secured application with Tomcat (v3.2.1) that stands as an EJB client but where the security is managed by the EJB container. I use the BASIC authentication method to let the web browser get the user and password. I wrote a RequestInterceptor, similar to JDBCRealm, that

AW: [jBoss-User] Timer Bean Examples

2001-03-01 Thread Sternagel Annegret (PN-SYS/DAS)
look at http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg07903.html Bye Annegret -- Von: Rama Rao[SMTP:[EMAIL PROTECTED]] Antwort an: JBoss-User Gesendet: Donnerstag, 1. Mrz 2001 13:37 An: jBoss Betreff: [jBoss-User] Timer Bean Examples Hello

[jBoss-User] How to run integrated Tomcat and jBoss as a daemonfrom Linux Redhat 7

2001-03-01 Thread Ken Jenks
(I'm back. The new baby is doing fine, but she puts some pressure on my programming time.) To run integrated Tomcat and jBoss 2.0 FINAL as a daemon from Linux Redhat 7... 1) Download http://jboss.org/newsite/bin/jboss_tomcat.zip 2) Unzip to /usr/local as /usr/local/jboss_tomcat, which will

Re: [jBoss-User] Bean to Bean

2001-03-01 Thread Ingo Bruell
Hi JBoss-User, I i have deplyed two beans in seperate jars. And i'm calling one bean from I another. but when calling a bean through another it throws a naming I exception. I I tried calling each bean individually, and they worked fine. what would be I that i'm missing here. need a reply as soon

Re: [jBoss-User] Pool EstoreDB waiting for a free object

2001-03-01 Thread Tom Coleman
Hi, I am trying to deploy the Petstore example on the recent jboss2.1+tomcat package. I have folled the instructions in the petstore patch archive... JBoss has been somewhat of a moving target lately, and there is some discontinuity between the Pet Store documentation and the patch.

RE: [jBoss-User] RE: Security Problem: Use EJB to doauthentication

2001-03-01 Thread Cor Hofman
PROTECTED] Subject: [jBoss-User] RE: Security Problem: Use EJB to do authentication I want to develop a secured application with Tomcat (v3.2.1) that stands as an EJB client but where the security is managed by the EJB container. I use the BASIC authentication method to let the web browser get

[jBoss-User] Re: [jBoss-Dev] JNDIView mbean updated to displayjava: and deployed app java:comp

2001-03-01 Thread Darius Davidavicius
Hi, I jave problems with trying it. Can i call JNDIView::list() function from client? I do trying JNDIView aView = (JNDIView)new InitialContext().lookup("JNDIView"); System.out.println(aView.list( true )); but I get NameNotBoundException. Should I describe JNDI name

[jBoss-User] RE: jboss 2.1 error

2001-03-01 Thread Ruan Berg
This is ejb jar worked in jboss2 but gets following error in 2.1: [J2EE Deployer Default] Deploy J2EE application: file:/D:/jboss-tomcat-2.1-beta/jboss-2.1/deploy/RoomsBeans.jar [J2EE Deployer Default] Create application RoomsBeans.jar [J2EE Deployer Default] install module RoomsBeans.jar

RE: [jBoss-User] Associate a jndi name to a datasource

2001-03-01 Thread Castro, David
PROTECTED]] Sent: Thursday, March 01, 2001 2:44 AM To: [EMAIL PROTECTED] Subject: [jBoss-User] Associate a jndi name to a datasource Hello, I have the following xml config files: // jboss.conf MLET CODE = "org.jboss.logging.Logger" ARCHIVE="jboss.jar" CODEBASE=&qu

Re: [jBoss-User] env-entry in war file WEB-INF/web.xml

2001-03-01 Thread Jim Archer
Oh! Using 2.0 FINAL is the problem. You'll need a CVS pull for 2.1 PRE that post dates Dec 21. Try out the beta Rickard just posted for jBoss2.1/Tomcat. It works well. http://www.jboss.org/newsite/bin/jboss-tomcat-2.1-beta.zip Try that and let us know how you make out. We can go from there.

Re: [jBoss-User] Problem with CMP and shared database

2001-03-01 Thread Timo Fager
tion about it? It could help in this problem also if it'd prevent jBoss from writing an unmodified bean. -- Timo Fager -Original Message- From: Timo Fager [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 8:52 AM To: JBoss-User Subject: Re: [jBoss-User] Proble

[jBoss-User] Can EJB extend Observable ?

2001-03-01 Thread Roland S Nygren
Can the Observable class (http://java.sun.com/j2se/1.3/docs/api/java/util/Observable.html) be used on an EJB ? I have a stateful session EJB that shall be observable, and a javabean (JSP helper) that shall observe. example: public class SidtexterFacadeEJB extends java.util.Observable

Re: [jBoss-User] JNDIView mbean updated to display java: anddeployed app java:comp

2001-03-01 Thread Scott M Stark
To: "JBoss-User" [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 6:53 AM Subject: [jBoss-User] Re: [jBoss-Dev] JNDIView mbean updated to display java: and deployed app java:comp Hi, I jave problems with trying it. Can i call JNDIView::list() function from client? I do trying

Re: [jBoss-User] Can EJB extend Observable ?

2001-03-01 Thread Rickard Öberg
Hi! Roland S Nygren wrote: Can the Observable class (http://java.sun.com/j2se/1.3/docs/api/java/util/Observable.html) be used on an EJB ? No. I have a stateful session EJB that shall be observable, and a javabean (JSP helper) that shall observe. example: public class

RE: [jBoss-User] Re: [jBoss-Dev] JNDIView mbean updated todispla y java: and deployed app java:comp

2001-03-01 Thread Bordet, Simone
Hi, Hi, I jave problems with trying it. Can i call JNDIView::list() function from client? I do trying JNDIView aView = (JNDIView)new InitialContext().lookup("JNDIView"); System.out.println(aView.list( true )); but I get NameNotBoundException. Should I

[jBoss-User] RMI through HTTP proxy

2001-03-01 Thread Marko trukelj
Title: RMI through HTTP proxy Hi, I've been playing with the possibility of doing rmi on beans deployed in jboss through HTTP proxy and there are some things that are very funny, so if someone can clarify things it would be great. Ok. When there is a code like this in the client:

RE: [jBoss-User] Bean to Bean

2001-03-01 Thread John Pletka
You need to have an ejb-ref tag in the ejb-jar.xml file. You also will need to put the remote and home interfaces in the classpath. -Original Message- From: Imran [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 12:50 AM To: [EMAIL PROTECTED] Subject: [jBoss-User] Bean to Bean

RE: [jBoss-User] Problem with CMP and shared database

2001-03-01 Thread Castro, David
. That seems like the behavior you want, right? -Original Message- From: Timo Fager [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 10:40 AM To: [EMAIL PROTECTED] Subject: Re: [jBoss-User] Problem with CMP and shared database "Castro, David" wrote: Yeah.

RE: [jBoss-User] Castor JDO / jBoss integration error

2001-03-01 Thread Nimbus Partners Ltd
ainer-transaction method ejb-nameInterest/ejb-name method-name*/method-name /method trans-attributeRequired/trans-attribute /container-transaction /assembly-descriptor /ejb-jar -Original Message- From: Oleg

Re: [jBoss-User] web server questions

2001-03-01 Thread Guy Rouillier
Yes on both questions. Risks and issues? For what purpose? No more risks than running any other open source software. - Original Message - From: Carlton, Laura [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 9:53 AM Subject: [jBoss-User] web server questions

Re: [jBoss-User] How transaction work ?????

2001-03-01 Thread Toby Allsopp
On Thu, Mar 01, 2001 at 04:59:14PM +0800, Penn wrote: Hi, May i know how the transaction work do we need to get the connection from the datasource or can i get the connection directly using DriverManager.getConnection("myDBLocation"); I've tested with the direct way

RE: [jBoss-User] Can EJB extend Observable ?

2001-03-01 Thread MicaCooper
Roland, I don't believe its ok. I think you should you JMS for these things. Mica -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Roland S Nygren Sent: Thursday, March 01, 2001 9:51 AM To: [EMAIL PROTECTED] Subject: [jBoss-User] Can EJB extend Observable

RE: [jBoss-User] ear files and library jars - SUSSED!

2001-03-01 Thread Kimpton,C (Chris)
Hi, I have finally got this to work, for the record, this is what I did wrong... . in the manifest.mf file, my Class-Path entry was the last entry in the file and did not have a newline character after it - which means it gets ignored by the JarFile/Manifest processing (standard java). . I had

Re: [jBoss-User] Problem with CMP and shared database

2001-03-01 Thread Jonathan Keller
tion about it? It could help in this problem also if it'd prevent jBoss from writing an unmodified bean. -- Timo Fager -Original Message- From: Timo Fager [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 8:52 AM To: JBoss-User Subject: Re: [jBoss-User] Proble

RE: [jBoss-User] Associate a jndi name to a datasource

2001-03-01 Thread oliver2, andy
w to setup the resource-ref/etc? I think I did it right but its hard with all the conflicting documentation. I'm using FEB-11 2.1 pre (currently). -Original Message- From: Thierry Templier To: [EMAIL PROTECTED] Sent: 3/1/01 3:44 AM Subject: [jBoss-User] Associate a jndi name to a datasource

RE: [jBoss-User] minerva using wrong JDBC driver

2001-03-01 Thread oliver2, andy
: Tobias Frech To: JBoss-User Sent: 2/28/01 9:38 AM Subject: Re: [jBoss-User] minerva using wrong JDBC driver Hi Gerald! Did you tell JAWS to use the PostgreSQL datasource ? You have 3 alternatives: a) include a jaws.xml file in the META-INF dir of your bean package with the right values. b) adjust

[jBoss-User] log4j jboss-embeddedTomcat

2001-03-01 Thread elouan
Hello gurus, I have set up a configuration jboss+embeddedtomcat+cocoon (the last embbeded version as of the 25 february, and cocoon 1.8.2), and i want to use Log4j with that. I have followed the direction stated in http://geocities.com/phox_2/ ( except i made the change in jboss.conf instead

RE: [jBoss-User] Problem with CMP and shared database

2001-03-01 Thread Castro, David
This is "tuned-updates" in jboss.xml (If I understand your question correctly) true - update if data changed false - update always -Original Message- From: Jonathan Keller [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 10:47 AM To: JBoss-User Subject: Re: [

Re: [jBoss-User] Integrating jBoss 2.0 into VAJ 3.5

2001-03-01 Thread Craig Doremus
ide of VAJ). --Craig "Dominique BATARD" [EMAIL PROTECTED] on 03/01/2001 08:35:07 AM Please respond to "JBoss-User" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED] cc:(bcc: Craig Doremus/Portland/ViA) Subject: Re: [jBoss-User] Integrating jBoss 2.0 into VA

Re: [jBoss-User] TRANSACTION ROLLBACK EXCEPTION:null exception

2001-03-01 Thread Toby Allsopp
On Thu, Mar 01, 2001 at 03:22:36PM +0800, Ricky wrote: Hi Toby , I download JBoss-2.0_FINAL zip file and download to /home/wt/ . I run the jboss by using java -jar run.jar.Below is full output from jboss log. Is there a reason for not using the included run.bat? I think there are

RE: [jBoss-User] Associate a jndi name to a datasource

2001-03-01 Thread Castro, David
(InitialContext.lookup(CodedName)) -Original Message- From: oliver2, andy [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 10:43 AM To: '[EMAIL PROTECTED]' Subject: RE: [jBoss-User] Associate a jndi name to a datasource I'm having a similar problem (only I'm using PostgreSQL)... Only

[jBoss-User] JBoss pre-2.1 and Opta2000 drivers?

2001-03-01 Thread Dewayne McNair
I can't seem to make the Opta2000 driver (SQL Server driver from i-net software) work in pre-2.1. I have their latest driver that supposedly includes a fix that makes it work with JBoss. Does anyone have this working? Anyone? Anyone? Bueller? Thanks, Dewayne mbean

[jBoss-User] hypersonic vs postgres, its keeps selecting thewrong one

2001-03-01 Thread oliver2, andy
- From: Tobias Frech To: JBoss-User Sent: 2/28/01 9:38 AM Subject: Re: [jBoss-User] minerva using wrong JDBC driver Hi Gerald! Did you tell JAWS to use the PostgreSQL datasource ? You have 3 alternatives: a) include a jaws.xml file in the META-INF dir of your bean package with the right values. b

Re: [jBoss-User] Pool EstoreDB waiting for a free object

2001-03-01 Thread Anatoly Akkerman
There could be several issues, including misconfiguration. I've had this when Cloudscape was not running. Make sure you have started the Cloudscape database and it is populated. To start the database, you need to go to j2eeskd bin directory (or something of that sort) and start Cloudscape.

[jBoss-User] How do I use Tomcat for dynamic classloading?

2001-03-01 Thread tim . taylor
Hi, Can the Webserver be replaced by EmbeddedTomcat? This would save a port. Regards, Tim Taylor -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]

RE: [jBoss-User] Ann: Mastering RMI now available

2001-03-01 Thread Wim De Clercq
berg Sent: woensdag 28 februari 2001 16:11 To: [EMAIL PROTECTED]; jini-users; [EMAIL PROTECTED]; jBoss User; jBoss Developer Subject: [jBoss-User] Ann: Mastering RMI now available Announcing Mastering RMI This new book will take you into the depths of RMI, and show you how it all really works

Re: [jBoss-User] hypersonic vs postgres, its keeps selecting thewrong one

2001-03-01 Thread JbossKnut
amejdbc/efindsDS/resource-name /resource-ref /entity /enterprise-beans /jboss - Original Message - From: "oliver2, andy" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 7:51 PM Subject: [jBoss-User] hypersonic vs postgres, its keeps sele

[jBoss-User] CGI possibilities?

2001-03-01 Thread R . Price
We aren't necessarily looking for the ability to execute cgi on JBoss, but we have a little .exe file that computes authorization information for a pay-for-service site we link to. I've got it so that the jsp can find it ok, but it attempts to download the file instead of actually executing

RE: [jBoss-User] log4j jboss-embeddedTomcat

2001-03-01 Thread Vincent Harcq
D] [mailto:[EMAIL PROTECTED]]De la part de elouan Envoye : jeudi 1 mars 2001 19:28 A : JBoss-User Objet : [jBoss-User] log4j jboss-embeddedTomcat Hello gurus, I have set up a configuration jboss+embeddedtomcat+cocoon (the last embbeded version as of the 25 february, and cocoon 1.8.2), and i want to

Re: [jBoss-User] Castor JDO / jBoss integration error

2001-03-01 Thread Oleg Nitz
container-transaction method ejb-nameInterest/ejb-name method-name*/method-name /method trans-attributeRequired/trans-attribute /container-transaction /assembly-descriptor /ejb-jar -Original Me

Re: [jBoss-User] Why can't I access a session bean after a TRE

2001-03-01 Thread Vladimir Blagojevic
Hi, Scott M Stark wrote: I have a stateful session bean and I'm not declaring any container-transaction for the bean(is that allowed?). Here is the ejb-jar.xml descriptor: Yes it is allowed . It defaults to REQUIRED attribute as far as I know. ejb-jar

Re: [jBoss-User] hypersonic vs postgres, its keeps selecting thewrong one

2001-03-01 Thread Gerald Turner
What's the res-class attribute of resource-manager for? "JbossKnut" == JbossKnut [EMAIL PROTECTED] writes: JbossKnut Try to add this jboss.xml to your jar. ?xml version="1.0" JbossKnut encoding="Cp1252"? JbossKnut jboss securefalse/secure container-configurations /

[jBoss-User] Off Topic: COM Server

2001-03-01 Thread Scott Warren
Title: Off Topic: COM Server I apologise for the off topic, but Has any one integrate JBoss with M$- COM. I need to iteract with legacy COM objects in Jboss. Has anyone any solutions please ? I have tried the OLEBridge from IBM alphaworks, but it failed when used on ADO 2.1. I need

RE: [jBoss-User] Off Topic: COM Server

2001-03-01 Thread Neil Bartlett
Have you tried Bridge2Java, also from IBM alphaworks? -Original Message- From: Scott Warren [mailto:[EMAIL PROTECTED]] Sent: 01 March 2001 23:07 To: [EMAIL PROTECTED] Subject: [jBoss-User] Off Topic: COM Server I apologise for the off topic, but Has any one integrate JBoss

RE: [jBoss-User] Off Topic: COM Server

2001-03-01 Thread Rob Castaneda
]]On Behalf Of Scott WarrenSent: Thursday, March 01, 2001 5:07 PMTo: [EMAIL PROTECTED]Subject: [jBoss-User] Off Topic: COM Server I apologise for the off topic, but Has any one integrate JBoss with M$- COM. I need to iteract with legacy COM objects in Jboss. Has anyone any solutions

[jBoss-User] Losing SessionContext in ejbActivation of StatefulSession Bean

2001-03-01 Thread Rao Bhethanabotla
-Original Message- From: Rao Bhethanabotla Sent: Thursday, March 01, 2001 1:42 PM To: '[EMAIL PROTECTED]' Cc: Satya Chauhan; Jagdev Dhillon Subject: Losing SessionContext in ejbActivation of Stateful Session Bean Hi, I am working on windows NT using your

[jBoss-User] AN: Message Driven Beans documented

2001-03-01 Thread pra
Hi, I have written a chapter on how to use Message Driven Beans in JBoss. It treats how to code the beans, write deployment descriptors and the configurabillity of the MDB container in JBoss. I hope it is possible to read, english is not my first language you know. The documentation is in the

Re: [jBoss-User] Off Topic: COM Server

2001-03-01 Thread Scott M Stark
PROTECTED] Sent: Thursday, March 01, 2001 3:06 PM Subject: [jBoss-User] Off Topic: COM Server I apologise for the off topic, but Has any one integrate JBoss with M$- COM. I need to iteract with legacy COM objects in Jboss. Has anyone any solutions please ? I have tried the OLEBridge from

[jBoss-User] run out of transactions whilst load testing

2001-03-01 Thread Robert Schulz
Not really a jBoss bug, but possibly worth while fixing: When sending a non-parsable bmp SQL statement, the transaction it uses seems to never get closed. I wrote a simple load test which just creates entity beans and invokes a method on it. It worked fine for about 16,000 beans - about 100 or

Re: [jBoss-User] Off Topic: COM Server

2001-03-01 Thread Garvin LeClaire
I have used the Neva tool for the past 3 years and have been very pleased with it. Regards, Garvin LeClaire [EMAIL PROTECTED] - Original Message - From: "Scott M Stark" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 6:41 PM

[jBoss-User] Article Quote

2001-03-01 Thread Peter Braswell
"Is all of this controversial? You bet it is. Despite the number of vendors that have embraced the EJB 2.0 specification, I'm not aware of a single vendor that's implemented dependent objects, including BEA WebLogic and JBoss Server, which are usually the most updated implementations. It's

Re: [jBoss-User] TRANSACTION ROLLBACK EXCEPTION:null exception

2001-03-01 Thread Ricky
Hi Toby, when #echo $CLASSPATH /usr/local/java/common/postgresql.jar That it is . nothing else. Thanks. Toby Allsopp wrote: On Thu, Mar 01, 2001 at 03:22:36PM +0800, Ricky wrote: Hi Toby , I download JBoss-2.0_FINAL zip file and download to /home/wt/ . I

Re: [jBoss-User] TRANSACTION ROLLBACK EXCEPTION:null exception

2001-03-01 Thread Toby Allsopp
On Fri, Mar 02, 2001 at 08:45:45AM +0800, Ricky wrote: Hi Toby, when #echo $CLASSPATH /usr/local/java/common/postgresql.jar That it is . nothing else. Well, unless there is something sinister in that jar file, I'm stumped. You're using JDK 1.3, right? Looking at the

<    4   5   6   7   8   9   10   11   12   13   >