Re: [JBoss-user] Obtaining a transaction from outside JBoss in another VM Plan

2001-06-17 Thread Phan Anh Tran
Surprise...in the J2EE-1.3 PFD spec, section 4.2.5, it is stated that the J2EE Product Provider is not required to support transaction management for application clients. However, transaction management needs to be provided for web components. This is strange, if a web componnent (a JSP or a ser

Re: [JBoss-user] manual and business

2001-06-17 Thread Ivan Novick
last i checked borland and bea charge thousands of dollars for developer licenses, they give you a 30 day free trial , but charge $ for developer license. Ivan - Original Message - From: "danch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 8:31 PM Subject: Re: [

[JBoss-user] EJBDoclet examples?

2001-06-17 Thread Pelle Poluha
Hello! I'm trying to learn how to use EJBDoclet but didn't find any complete examples on EJBDoclet's site. Anybody using it? Any good? How would a build.xml file look like? And how is the code commented? Any help would be appreciated. Regards, Pelle Poluha

[JBoss-user] CMP for NULL columns

2001-06-17 Thread MDemian
Hi all, I have question, what settings CMP for access to database column with NULL values? Miro ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Benchmark????

2001-06-17 Thread danch
This is very dependent on the architecture of your application. There are a lot of variables that can effect the ability of any application server to scale. You really should do some prototyping of the architecture you intend to build so that you know how _your_ design decisions effect perform

Re: [JBoss-user] how to access MS Access via CMP in jboss

2001-06-17 Thread danch
Lewis Henderson wrote: > You should be looking up "java:comp/env/InterBaseDS" according to the > jboss.jcml you have supplied! In jaws.xml, that would be simply "java:/InterBaseDS" > > -Original Message- > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]*On Behalf O

Re: [JBoss-user] :-( Interbase transaction problems

2001-06-17 Thread David Jencks
Hi, I looked at the ic2 code and think there may be a problem with setting blobs on prepared statement input parameters, however all my tests so far work fine. If you can identify the statements used I would like to see them, perhaps we can find out if there is an interclient bug. (I think this m

Re: [JBoss-user] Opta2000/Minerva pool combination, hang at startup

2001-06-17 Thread Vinay Menon
Believe that is because it actually tests the pool by reserving and releasing a connection. Vinay "Laurens M. Fridael" wrote: > > Hi, > > I solved the problem. I must make sure SQL Server is running (I have it > running on my development machine). If SQL Server is not running the Minerva > poo

RE: [JBoss-user] Opta2000/Minerva pool combination, hang at startup

2001-06-17 Thread Laurens M. Fridael
Hi, I solved the problem. I must make sure SQL Server is running (I have it running on my development machine). If SQL Server is not running the Minerva pool driver hangs during startup. Thanks for reading -Laurens -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]O

[JBoss-user] Tips for newbie: getting start with tomcat example in [jBoss+tomcat]

2001-06-17 Thread FengShuo Yu
Hi, The following show you how to run the examples that come with tomcat under [jBoss+tomcat]. It probably has been answered somewhere, but I try to make it as simple as possible. enjoy! How to run example that comes with tomcat using [jBoss + tomcat] ===

RE: [JBoss-user] Tip for Newbies

2001-06-17 Thread FengShuo Yu
Hi, That is good point to share as I am also a newbie too. Thanks. By the way, when you say modifying, it would be more helpful that you can give us some examples as to what to modify and for what thing. I have asked that with jBoss + tomcat, how to run the example that comes with tomcat, but it

Re: [JBoss-user] undeploy

2001-06-17 Thread Allen fogleson
you can just delete the ear from the deploy directory and it will be undeployed automatically Al - Original Message - From: Richard Bottoms <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 17, 2001 1:10 PM Subject: [JBoss-user] undeploy > So the next obvious question. How

Re: [JBoss-user] JMS and MessageDrivenBean

2001-06-17 Thread pra
On 15 Jun, Griffin, Michael wrote: > JBoss-User, > > I have created a MessageDrivenBean that serves as the responder in a request > / reply scenario. I get the reply Destination from the JMSReplyTo property > on the message. The handling of the onMessage code is simple. > > I lookup the QueueC

[JBoss-user] undeploy

2001-06-17 Thread Richard Bottoms
So the next obvious question. How do you undeploy the Hello package? Thanks, r.b. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Opta2000/Minerva pool combination, hang at startup

2001-06-17 Thread Laurens M. Fridael
Hi, I'm having trouble with the Opta2000 (version 2.05) driver in conjunction with the Minerva pool. JBoss *sometimes* hangs at startup on my Windows98 development machine. Other times it runs fine. The logs on the console say this: [SQLServer] Starting [SQLServer] XA Connection pool SQLServer

[JBoss-user] :-( Interbase transaction problems

2001-06-17 Thread Lewis Henderson
Hi all, I have an application working well under MSSQL7 but ported to InterBase 5 I get the following... I am calling an EJB method on a Stateful Session Bean with Tx Attr = 'Required'. It calls a findByPrimaryKey(key) on a BMP Entity Bean. It looks as though the ejbStore() is being called outsi

RE: [JBoss-user] xalan 'n' stuff

2001-06-17 Thread Timo Kauppinen
Victory So the mystery unfolds I indeed had jaxp.jar in jboss' classpath, so I removed it. I also added xalan.jar in the startup .bat file (run_with_tomcat.bat) and now it works! Thank you all, thank you... world is a nice place to be again!:) ..weird that jboss didn't found it from j

RE: [JBoss-user] how to access MS Access via CMP in jboss

2001-06-17 Thread Lewis Henderson
You should be looking up "java:comp/env/InterBaseDS" according to the jboss.jcml you have supplied! -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of stillSent: 17 June 2001 15:08To: jboss-userSubject: [JBoss-user] how to access MS Access v

Re: [JBoss-user] Obtaining a transaction from outside JBoss in another VM Plan

2001-06-17 Thread Allen fogleson
Actually I looked it up again, in the EJB spec it says only session beans (with bmt) however the J2EE spec says it should be available to servlets and JSP pages. So I guess the question of when will it be available outside of Session EJB is valid :) - Original Message - From: Phan Anh Tra

[JBoss-user] how to access MS Access via CMP in jboss

2001-06-17 Thread still
i want to access a MS access Table in JBOSS. so i modify the jboss.jcml to add a new MBean. so it will load  jdbc:odbc driver(Sun's) with initializing.      org.hsql.jdbcDriver    and also i add lines to add a data source in jbo

Re: [JBoss-user] very very new bee

2001-06-17 Thread Roman Kunert
Hi Jean, if you downloaded the jboss-tomcat package you don't have to worry about all these variables, simply unpack into a folder (doesn't matter what name that folder has) and run the run_with_tomcat.bat/sh script in the bin folder of jboss make sure that 'java -version' run from the command l

Re: [JBoss-user] Benchmark????

2001-06-17 Thread Vinay Menon
Hello Emerson, I have done some amount of benchmarking on JBoss. What platform are you looking at deploying JBoss on? If you can let me know what kind of deployment scenario you have, I might be able to help. Regards Vinay Emerson wrote: > > I´m going to propose using JBoss in our

RE: [JBoss-user] xalan 'n' stuff

2001-06-17 Thread Lewis Henderson
Arghhh! Aren't classpaths a nightmare!! The only things I can suggest is that you check... 1) No earlier version of xalan.jar,jaxp.jar exists on the classpath. 2) jaxp.jar does exist on the classpath Re another of your posts... a)The classpath is the same for JBoss & Tomcat if you are using

RE: [JBoss-user] :-) EJB2.0 RunAs

2001-06-17 Thread Lewis Henderson
Scott, Why do you have anything to add to the jboss-web.xml? Surely the only entry that needs adding is the element in the tag in the web.xml to provide this feature. The current entries (web.xml and jboss-web.xml) allow you to set up security...so the only thing missing is the element to sup

[JBoss-user] very very new bee

2001-06-17 Thread jean
Hello, when I read about jboss I tough that it would bee very very easy.  I have download"JBoss-2.2.2_Tomcat-3.2.2.zip    .. 9.7M May 30, 2001 " but I have trouble doing the following santences from jboss install . can somabody help ? -

Re: [JBoss-user] Obtaining a transaction from outside JBoss in another VM Plan

2001-06-17 Thread Phan Anh Tran
Are you talking about the JTS/JTA or the EJB specification? Thanks. Anh - Original Message - From: "Allen fogleson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 16, 2001 11:25 PM Subject: Re: [JBoss-user] Obtaining a transaction from outside JBoss in another VM Plan