Re: [JBoss-user] XAConnectionImpl warning

2002-10-07 Thread Giorgio Ponza
TX, but i think it's not a bug. I will change some Java code, and then, if the error persists, i will write here again. Bye Giorgio - Original Message - From: David Jencks [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 05, 2002 6:24 AM Subject: Re: [JBoss-user]

RE: [JBoss-user] SRP client login problem

2002-10-07 Thread KRÁLIK Vladimír
Thanks, I found this in SRC last weekend. But what may I do when first client falls (ends) without logout ? Login of this user is locked, until timeout of cache is reached. :-(. User can login second-time to client, but he cannot work with EJB. Why SRPLoginModule ( client-side ) accept login,

[JBoss-user] How to avoid entity beans read lock ?

2002-10-07 Thread Horia Muntean
Hello all. I am using A commit-option on a Standard CMP EntityBean container. I was wandering if there is any way to avoid the locking of the EB(entity beans) when one (i.e session bean) calls get* methods (read-only) upon them. Any help would be appreciated. Thanks.

Re: [JBoss-user] Sporadic problem starting up, effects Jasper compilationof JSP pages - Solution

2002-10-07 Thread Jonathan . O'Connor
Folks, I found the source of my problem. I was running on Windows 2000. The server deployment was in a directory called Traxbahn. I was starting it using run -c traxbahn Note the difference in case between Traxbahn and traxbahn. Silly me assumed that because windows is case insensitive with

RE: [JBoss-user] How to avoid entity beans read lock ?

2002-10-07 Thread Sacha Labourey
Hello, you can use the read-only tag at the bean or method level. Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Horia Muntean Envoyé : lundi, 7 octobre 2002 11:19 À : [EMAIL PROTECTED] Objet :

RE: [JBoss-user] Sporadic problem starting up, effects Jasper compilation of JSP pages - Solution

2002-10-07 Thread Sacha Labourey
I am not sure this is a Windows issue: Windows didn't care about the case wrt to the folder name. The only one doing this difference was the Java code on top of it that was making strict comparison (IMHO) Cheers, Sacha -Message d'origine- De : [EMAIL

RE: [JBoss-user] How to avoid entity beans read lock ?

2002-10-07 Thread Georg Schmid
Hi, Take a look at the Instance Per Transaction CMP2.x configuration settings in standarjboss.xml. o You can make your EBs use that configuration by setting the configuration-name element in your jboss.xml. o You can mark your EB readonly. o You can mark certain methods of the EB read-only.

[JBoss-user] Facing problem in connecting to Oracle using JBOSS with Tomcat

2002-10-07 Thread Gangadhar
Hi, Iam trying to connect to Oracle 8.1.6 database through JBOSS with Tomcat of version 3 and 4 respectivelly. Iam using only Session Beans without CMP/BMP. Just calling my Database through the Session bean which internally talking to my DBManager class. Will you please tell me the step

Re: [JBoss-user] How to avoid entity beans read lock ?

2002-10-07 Thread Horia Muntean
Thanks, but there could be some problems , problems that are coming from the fact the my EBs are not RO entirely. They have update methods also. So, here are my questions again: 1. I can't apply read-only to the entire bean 'cause I have other methods that perfom updates on the bean. 2. I

RE: [JBoss-user] How to avoid entity beans read lock ?

2002-10-07 Thread Sacha Labourey
Could you please try the read-only tag at the method level, as described by Bill. It does work. If it doesn't, it is a bug and it would be good to know about it. Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de

RE: [JBoss-user] Sporadic problem starting up, effects Jasper compilationof JSP pages - Solution

2002-10-07 Thread Jonathan . O'Connor
Sacha, I am sure you are right. Windows File APIs are case insensitive. So, I presume what's happening is that JBoss via Java uses these APIs to open the first files. At some stage during deployment, JBoss takes a snapshot of the directory, and then does case sensitive searches over it. Then

Re: [JBoss-user] How to avoid entity beans read lock ?

2002-10-07 Thread Dmitri Colebatch
It was me who tried that solution - and I had a lot of variables and I'm not at all sure that it didn't work (o: but... while you're getting feedback on it I might try and clarify my understanding. I want(ed) to be able to have two transactions concurrently access a read only entity. I think

RE: [JBoss-user] NullPointerException with Jetty's deployer when distributable is set

2002-10-07 Thread Barlow, Dustin
Jules, Do you have a status on this issue, or a bug ticket number that I can track? Thanks, Dustin -Original Message- From: Jules Gosnell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 6:27 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] NullPointerException with

Re: [JBoss-user] JBoss/Jetty: Realm Not Configured

2002-10-07 Thread David Ward
Scott, Thanks for your reply. Actually, there are no spaces in the real file. I think my email client decided to add them in from my copy/paste (tried to format it). I know that sounds weird, but I've seen it happen before. Any other ideas? Thanks again, David -- Scott M Stark wrote:

[JBoss-user] Problem in connecting to oracle in JBOSS with Tomcat

2002-10-07 Thread Gangadhar
Hi All, I found in some of the sites/forums that we need to add some info in JBOSS.JCML file which i could not find in my JBOSS installed directory which i have downloaded from www.jboss.org. (jboss-3.0.0_tomcat-4.0.3) Hence i copied this fiel from some examples and copied uner

RE: [JBoss-user] Problem in connecting to oracle in JBOSS with Tomcat

2002-10-07 Thread saroj kumar
Title: Message you need to use ORACLE-SERVICE.xml . copy from docs\examples\jca and modify the IP and UID/pwd -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of GangadharSent: Monday, October 07, 2002 2:16 PMTo: [EMAIL PROTECTED]Subject:

RE: [JBoss-user] Problem in connecting to oracle in JBOSS with Tomcat

2002-10-07 Thread Geer, Benjamin
Gangadhar wrote: I found in some of the sites/forums that we need to add some info in JBOSS.JCML file which i could not find in my JBOSS installed directory which i have downloaded from www.jboss.org. (jboss-3.0.0_tomcat-4.0.3) jboss.jcml is not used in JBoss 3; it was used in older versions

[JBoss-user] Entity Bean in a sar that depends upon mqSqlDS...

2002-10-07 Thread Alan Yost
Guys - I have battled thru a few dependency issues regarding ears and jars and sars, though this one I have left for a while but now is the time for me to resolve it. If I deploy my two ears and a sar (man what language is this anyway :-)) once JBoss 3.0.2 is running everything is ok.

[JBoss-user] RE: Entity Bean in a sar that depends upon mqSqlDS...

2002-10-07 Thread Sacha Labourey
Title: Re: [JBoss-user] JBoss/Jetty: Realm Not Configured  hello, you could put your SAR inside the EAR instead of the opposite. Otherwise, you can define depends tag inside jboss.xml so that EJB can wait for some services to start. For an example, take a look at

[JBoss-user] CMP relations and remote interfaces

2002-10-07 Thread Dannemann, Björn
Hi specialists:-) is it right that Entity beans that have relations must be local? If yes, what is the best way to access them from remote client applications(like my testclass) ? Maybe: - a Session bean as fasade ? - xdoclet view-type=both ??? What is your best practice in this case ??

Re: [JBoss-user] Entity Bean in a sar that depends upon mqSqlDS...

2002-10-07 Thread Jonathan . O'Connor
Alan, Here's my jboss-service.xml: ?xml version=1.0 encoding=UTF-8? server mbean code=xcom.traxbahn.system.TraxbahnManagement name=TIPS:service=TraxbahnManager dependsjboss.jca:service=LocalTxDS,name=TraxbahnDB/depends

[JBoss-user] Deploy without auto-start?

2002-10-07 Thread Callies, Peter
Is it possible to deploy a service without having it automatically start when JBoss is started? Peter Callies McKesson Information Solutions Transaction Solutions Hub mailto:[EMAIL PROTECTED] Phone: (952) 814-7163 Confidentiality Notice: This e-mail message, including any attachments, is for

RE: [JBoss-user] Deploy without auto-start?

2002-10-07 Thread Sacha Labourey
hello, no, not really. Or implement an empty startService method and implement a new one, that is not part of the service lifecycle interface such as reallyStartService. Thus, you service will be deployed, created but not started (because of your empty implementation). When you want to start,

Re: [JBoss-user] CMP relations and remote interfaces

2002-10-07 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dannemann, Björn, DB is it right that Entity beans that have relations must be local? DB If yes, what is the best way to access them from remote client DB applications(like my testclass) ? DB Maybe: DB - a Session bean as fasade ? DB - xdoclet

[JBoss-user] Help!!!: Redeploy problem

2002-10-07 Thread Gene Ge
Hello everyone: I really need your help and thanks at first! When I redeploy a war archive to server(which I have to do very frequently every day), using a ant's ftp task to transfer my war to the server, the server always gave following errors: !Error Message

Re: [JBoss-user] Deploy without auto-start?

2002-10-07 Thread Greg Turner
A better way to think of the problem is that if you have some code you don't want started automatically when JBoss starts, don't put the code in the start method. Make your own method, called say, startLater(), and then you can call that method when you want. Callies, Peter wrote: Is it

Re: [JBoss-user] Help!!!: Redeploy problem

2002-10-07 Thread Vladyslav Kosulin
Gene Ge wrote: Hello everyone: I really need your help and thanks at first! When I redeploy a war archive to server(which I have to do very frequently every day), using a ant's ftp task to transfer my war to the server, the server always gave following errors:

[JBoss-user] Re: A question about Mail Service--not solved yet!

2002-10-07 Thread Gene Ge
thanks to Dmitri and Stephen but it is not solved yet so I need more help. I have had a valid account in the mail server and I know i can input my usernamepassword in a mail application such as outlook to make it work. What is bothering me is I don't know where I can put my usernamepassword

Re: [JBoss-user] CMP relations and remote interfaces

2002-10-07 Thread Markus Garscha
Hi! i asked the same question a few days ago, but no useful answer. i try to design an application with some 1:N and N:M relations. i want to access the buissnes-logic by remote interfaces... none here how could give some advice? i'm so happy you've got the same problem. :) so far markus *

Re: [JBoss-user] Help!!!: Redeploy problem

2002-10-07 Thread Greg Turner
When JBoss hot deploys something, it makes a copy into tmp and actually deploys the copy in tmp. I am guessing that what happens is that when ftp starts writing the file to the deploy directory, JBoss starts copying it to tmp before ftp is done writing, therefore putting an incomplete copy in

[JBoss-user] MBeans, EJBConnector, and Security

2002-10-07 Thread James Higginbotham
Title: Message All, I am deploying an mbean manually using the EJBConnector from a Web startup hook (not via a .sar file or *-service.xml file). I have to initialize the current thread with a user id and password to communicate with another EJB at the same time. I'm getting the

[JBoss-user] FYI: the website www.jboss.org has a problem in the opera browser

2002-10-07 Thread Andreas Mecky
Hi, I just wanna tell you the the menu bar on the left side looks ugly in opera6. Seems to be a little problem with the HTML since it looks good in my M$-explorer (which I try not to use). WBR Andreas __ Gesendet von Yahoo! Mail

Re: [JBoss-user] Initializing JDBC Connection II

2002-10-07 Thread David Jencks
On org.jboss.resource.adapter.jdbc.local.LocalConnection in 3.0.x and 3.2 david jencks On 2002.10.05 09:53:59 -0400 [EMAIL PROTECTED] wrote: Hi David. Thank you very much for your help. But I still have a little problem - do you mean method getUnderlyingConnection on

Re: [JBoss-user] Jboss on WIN2000

2002-10-07 Thread Marius Kotsbak
Alwyn Schoeman wrote: Have anyone tried the 2.5 series kernels? I hear that there is some major threading changes there... Isnt't 2.5 dangerous to use in production? If it is to be tested, I think you have to use it on a PC where you have nothing valuable. On Fri, Oct 04, 2002 at 06:43:32AM

Re: [JBoss-user] FYI: the website www.jboss.org has a problem inthe opera browser

2002-10-07 Thread Marius Kotsbak
The reason is probably in this list of errors: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.jboss.orgcharset=%28detect+automatically%29doctype=Inline Why isn't you following the standards? When it is fixed, you will get a html-chunck to insert to prove it is html-compatible :-) And why

[JBoss-user] [Fwd: Announcing Axis 1.0!]

2002-10-07 Thread David Ward
FYI for Dr. Jung and others interested in JBoss.net stuff... ---BeginMessage--- I'm pleased to announce the Apache SOAP engine known as Axis just had it's first release. Performance, interoperability, and JAX RPC compliance have been significant focuses of this effort. You can download it

[JBoss-user] [OT] can't run xdoclet ;(

2002-10-07 Thread Markus Garscha
Hi! what's wrong? ---8-- gama@ws:~/prog/java/jboss$ ant xdoclet Buildfile: build.xml init: xdoclet: BUILD FAILED /home/gama/prog/java/jboss/build.xml:54: taskdef class xdoclet.ejb.EjbDocletTask cannot be found Total time: 1 second

Re: [JBoss-user] Re: A question about Mail Service--not solved yet!

2002-10-07 Thread Dmitri Colebatch
Gene, are you using jboss 3? have a look in mail-service.xml - mine has a bit like this: mbean code=org.jboss.mail.MailService name=jboss:service=Mail attribute name=JNDINamejava:/Mail/attribute attribute name=Usernobody/attribute attribute name=Passwordpassword/attribute replace the values

RE: [JBoss-user] Single Sign On Support Between Multiple WebApps in Jetty

2002-10-07 Thread Gavin Hughes
It turns out that Jetty currently doesn't support sign sign-on between web apps - guess I'll have to try Tomcat instead : http://groups.yahoo.com/group/jetty-support/message/3947 In answer to your question, if you want to use FORM based authentication, its defined in the web app deployment

[JBoss-user] Automatic Detection of JBoss Service

2002-10-07 Thread Phuwarin . Supawarapong
Normally, if we want to check that the server machine is still alive or not, we can ping to its IP address or name. For JBoss, does anybody has experience with how to detect its service to ensure or to check that it is still alive or not? I mean from the client machine or remote machine to ping

[JBoss-user] How can I search Archives?About fk as part of pk

2002-10-07 Thread Gene Ge
hello everyone: I want to search in archives, but when I try to link http://sourceforge.net/mailarchive/forum.php?forum=jboss-user; I was told:ERROR! Forum is restricted to members of this group . So... And my problem is: In my impression, someone had said the lastest jobss release now

[JBoss-user] Farm drops app on redeploy

2002-10-07 Thread Schnitzer, Jeff
Hi! I have a JBoss (3.0.2/tomcat 4.0.4) cluster (right now just 2 machines) which is farmed. For the most part, farming works (although it seems to like to pick up my EAR before the oracle-service.xml which provides the data source), but I just started experiencing a peculiar bit of behavior.

[JBoss-user] (no subject)

2002-10-07 Thread Cindy Liang
Hi, I¡¦m using JBoss3.0.2 and would like to create bmp that use Oracle8i database. However I got error when deploy. Please help to figure out the problem. Thanks. Below is the error: 11:15:59,152 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation

Re: [JBoss-user] How can I search Archives?About fk as part of pk

2002-10-07 Thread Dmitri Colebatch
Gene, try mail-archive.com no idea about the fk in cmp2 pk though... cheers dim - Original Message - From: Gene Ge [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 1:08 PM Subject: [JBoss-user] How can I search Archives?About fk as part of pk hello everyone:

Re: [JBoss-user] How can I search Archives?About fk as part of pk

2002-10-07 Thread Alex Loubyansky
Hello Gene, Tuesday, October 08, 2002, 6:08:57 AM, you wrote: GG And my problem is: GG In my impression, someone had said the lastest jobss release now allowed CMP GG foreign key as part of PK. I need this feature now but forget how to make GG it:). You messed something. It's not supported