RE: [JBoss-user] jmx docs : Where can I find a good starting point / tutorial / guide

2003-06-04 Thread Sacha Labourey
> I tried looking at the old jboss 2.4.x docs but it appears > they are no > longer available (dead link on jboss.org). They have been removed, I've uploaded them again here http://jboss.sourceforge.net/doc-24/ and fixed the url. You can also checkout module "manual" from JBoss CVS, it contains

[JBoss-user] JMS and Oracle XA

2003-06-04 Thread Marek Lange
Hi, following problem: we use a XA data source with Oracle 8.1.7. The data source deploys correctly. When the application tries to write into the database, we get the following error: PLS-00201: identifier 'JAVA_XA.XA_START_NEW' must be declared The error comes from a stored procedure. Does this

RE: [JBoss-user] Create method executed succesfully but I can't see any record on the database

2003-06-04 Thread Mark.Gargan
Thanks Heiko. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rupp,Heiko Sent: 03 June 2003 15:47 To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Create method executed succesfully but I can't see any record on the database Hi, > Do you have some so

[JBoss-user] EJBQL problem

2003-06-04 Thread Davide Pozza
Hi, I have a problem with an EjbQl: on my scenario, there are 2 entity beans: Bean1 and Bean2. There is a unidirectional relation between Bean2 and Bean1 (M:1). On my Bean2 I have an EjbQl (findXXX) returning a Collection, like this: SELECT DISTINCT o.bean1 FROM bean2 AS o WHERE bean2.bean1.code

[JBoss-user] JBoss 3 Newbie War Question

2003-06-04 Thread rickmacc
I'm trying to upgrade from the JBoss 2.4.4/Tomcat bundle to the JBoss 3.2.1/Tomcat bundle. I'm deploying an ear with a war packaged inside. The problem I'm having is that the War doesn't get expanded and part of what my application needs to do is locate some files in the war and read them at run

[JBoss-user] jmx docs : Where can I find a good starting point / tutorial / guide

2003-06-04 Thread jfc
Hi, I tried looking at the old jboss 2.4.x docs but it appears they are no longer available (dead link on jboss.org). Where can I find a simple intro to using jmx with preferably a simple example that I can deploy in jboss3.0.x - just to get me started. thanks jfc ---

Re: [JBoss-user] JBoss and JDO

2003-06-04 Thread Alexey Loubyansky
Wednesday, June 04, 2003, 11:36:05 AM, Pete Beck wrote: PB> Is there a case for a JBoss JDO project? Yesterday I made first commits. Basic testcases are also available. alex --- This SF.net email is sponsored by: Etnus, makers of TotalView,

[JBoss-user] JBoss and JDO

2003-06-04 Thread Pete Beck
Recently I found a thread on a forum that discussed the virtues of JDO over Entity Beans. There was a very good argument that in most cases Entity Beans aren't needed. The main things that entity beans provide over JDO are declarative security, remote access and automatic transaction demarcation.

[JBoss-user] Re: Property interpolation

2003-06-04 Thread Eric Jain
> We only replace properties referenced in mbean attribute > values. I see... but why does this not work: x=abc y=${x}/def (y is now 'null/def') > You would have to subclass > the java.util.Properties class and then you can do what > you want in the load of the properties file.

RE: [JBoss-user] JBoss/Tomcat and xdoclet tutorial?

2003-06-04 Thread Rupp,Heiko
Hi, > I was wondering if someone could point me to some documentation that > contains step-by-step instructions for configuring an entity > bean and a > session bean for deployment in Tomcat and JBoss by using xdoclet. I There is the xpetstore on sf.net that sould give some hints. Not really

[JBoss-user] JAAS problem

2003-06-04 Thread Pham Thanh Quan
(B (B (B (B (B (B (B (BHi, (B (B  (B (BI got following (Bexception when I called a method of bean without authentication: (B (B  (B (Bjava.rmi.ServerException: RemoteException occurred in server thread; nested exception (Bis: (B (B  java.rmi.ServerException: EJBExc

[JBoss-user] JBoss CVS

2003-06-04 Thread snpe
I have a problem with JBoss cvs. I do : cvs co jboss-head and this is fine, but when I next time call cvs up jboss-head I download all files from beginning What is a problem ? regards Haris Peco --- This SF.net email is sponsored by: Etnus,

[JBoss-user] JBoss/Tomcat and xdoclet tutorial?

2003-06-04 Thread Matthew Hixson
I was wondering if someone could point me to some documentation that contains step-by-step instructions for configuring an entity bean and a session bean for deployment in Tomcat and JBoss by using xdoclet. I would like to know exactly which xdoclet tags to use to generate which parts of the d

RE: HA: [JBoss-user] Oracle XA error on 3.2.1

2003-06-04 Thread Sasidharan, Manoj
Hello, Did you run initjvm script on the Oracle database? rgds MS -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: Re: HA: [JBoss-user] Oracle XA error on 3.2.1 Have you set pad="true" in transaction-ser

Re: [JBoss-user] Property interpolation

2003-06-04 Thread Scott M Stark
We only replace properties referenced in mbean attribute values. We do not look into properties files as this is handled by the Properties class. You would have to subclass the java.util.Properties class and then you can do what you want in the load of the properties file. x

Re: [JBoss-user] finding/accessing properties files inside ear

2003-06-04 Thread Scott M Stark
Just put the file in the root of the ear and access it as a resource. It can also be placed in any nested path and all that changes is the name of the resource. Scott Stark Chief Technology Officer JBoss Group, LLC On Tue, 3 Jun 2003 19:33:37 +01

Re: HA: [JBoss-user] Oracle XA error on 3.2.1

2003-06-04 Thread Marco Tedone
Have you set pad="true" in transaction-service.xml file? I'm using Oracle9i with Jboss 3.2.1 and an XA datasource, and everything is working great. Regards, Marco - Original Message - From: "Stefano Maestri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 2:03 PM

Re: [JBoss-user] Create method executed succesfully but I can't see any record on the database

2003-06-04 Thread Marco Tedone
Mark, I just include jbosscmp-jdbc.xml file into my jar distribution and everything works great now. I'm just using a CMP entity bean with MySQL. Regards, Marco - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 3:32 PM Subject: RE: [JBos

Re: [JBoss-user] German lessons

2003-06-04 Thread Andrew C. Oliver
On 6/3/03 1:52 PM, "Bela Ban" <[EMAIL PROTECTED]> wrote: > Sacha Labourey wrote: > >>> Two can play that one, but I hope you're studying up on your >>> kaputt-deutschspeche. I'll have it ready ;-) Though I'll >> >> >> No, don't do that please, nt!!! Do it with Bela, I am sure he >> stil

[JBoss-user] 2008ax比赛手枪弩150元

2003-06-04 Thread [EMAIL PROTECTED]
尊敬的:您好!我是体育弓箭俱乐部,现我公司最新开发的拳头产品:2008ax手枪弩,150元。具有很好的质量, 优 越的性能,等优点,现在苏皖地区 销售火爆,得到了很多朋友认可,现在市场需求和利润空间都很大,我真诚希望和您合作,共同来开辟这块市场。 联系地址:南京市白下区华盛园5栋2单元403室 电话:025-4273951 13951088920 杨石罄 17路 81路 90路 海福巷 东下马路对面向前50米 华盛园小 区 体育弓箭俱乐部地址:芜湖市花园街A区3楼 电话:0553-3822492 0553-3112936 吴先生 [EMAIL PROTECTED] 体育弓箭俱乐部南京

[JBoss-user] (no subject)

2003-06-04 Thread Nathan Hoover
We're having an odd intermittent issue with our CMP beans on JBoss 3.2.0. Every once in a while, we'll get an error like so: Load failed; CausedByException is: *** ERROR[15001] Syntax error at or before: SELECT PARTITION, ACCOUNT_QID, CHECK_NUMBER,PAYEE, AMOUNT, ISSUE_DATE, HAS_MEMO ,

[JBoss-user] finding/accessing properties files inside ear

2003-06-04 Thread Joao Pedro Clemente
I'm having a hard time with this problem: I have a properties file that I'm accessing hardcoded into the filesystem ("C:\blabla\my.properties") and I would like to pack it inside my ear, to use it with my EJB. Where do I pack it and what do I need to reference it? I'm googling for this for some t

[JBoss-user] Undeliverable: Re: 45443-343556

2003-06-04 Thread System Administrator
Your message To: [EMAIL PROTECTED] Subject: Re: 45443-343556 Sent:Tue, 3 Jun 2003 09:23:09 -0400 did not reach the following recipient(s): [EMAIL PROTECTED] on Tue, 3 Jun 2003 14:24:10 -0400 The recipient name is not recognized The MTS-ID of the original message is: c=

[JBoss-user] HA Client example

2003-06-04 Thread mark pope
I am looking for an code example of a servlet performing client proxy-managed fail-over. Can anyone help? I have two app servers running in a cluster and want to demonstrate fail-over and load-balancing. __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with

[JBoss-user] German lessons

2003-06-04 Thread Bela Ban
Sacha Labourey wrote: Two can play that one, but I hope you're studying up on your kaputt-deutschspeche. I'll have it ready ;-) Though I'll No, don't do that please, nt!!! Do it with Bela, I am sure he still knows it though ;) replace pommes frites for frei frites ;-) You are going t

Re: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE:[JBoss-user] RE:[JBoss-user] J2EE en españa

2003-06-04 Thread Juha-P Lindfors
On Tue, 3 Jun 2003, Sacha Labourey wrote: > > Two can play that one, but I hope you're studying up on your > > kaputt-deutschspeche. I'll have it ready ;-) Though I'll > > No, don't do that please, nt!!! Do it with Bela, I am sure he still > knows it though ;) well for what I remember y

Re: [JBoss-user] security question: logging out properly - I have a test case

2003-06-04 Thread Scott M Stark
Send it to me, [EMAIL PROTECTED] Scott Stark Chief Technology Officer JBoss Group, LLC On Tuesday, June 3, 2003, at 08:28 AM, jfc wrote: Hi, I am still trying to find the answer to my previous post to do with why my logged-out-user requests to a

Re: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE:[JBoss-user] RE:[JBoss-user] J2EE en españa

2003-06-04 Thread Andrew C. Oliver
On 6/3/03 11:48 AM, "Sacha Labourey" <[EMAIL PROTECTED]> wrote: >> Be friendly. Its not like they spoke French or something. >> >> I think its good. :-) > > We share the same room in SF, right? I will speak French then ;) > Two can play that one, but I hope you're studying up on your kaputt-d

[JBoss-user] resource-ref usage

2003-06-04 Thread Fee Ling Chin
Hello, I am puzzled by "when" to use resource-ref in ejb-jar.xml and jboss.xml. I have seen resource-ref for a jdbc datasource declared in sesson beans and entity beans but sometimes it is left out. If a session bean does not look up a jdbc resource at all, why would someone include the resource

[JBoss-user] RE: [JBoss-user] Re: [JBoss-user] J2EE en españa

2003-06-04 Thread Sacha Labourey
My post wasn't about not being tolerant, it was just about understanding what the e-mails were about. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > David Ward > Sent: mardi, 3. juin 2003 14:59 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Re:

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE:[JBoss-user] J2EE en españa

2003-06-04 Thread Sacha Labourey
> Be friendly. Its not like they spoke French or something. > > I think its good. :-) We share the same room in SF, right? I will speak French then ;) --- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://

[JBoss-user] security question: logging out properly - I have a test case

2003-06-04 Thread jfc
Hi, I am still trying to find the answer to my previous post to do with why my logged-out-user requests to a secured ejb which are seen to be still logged in (when doing sessionCtx.isCallerInRole("admin")). I am clearing the authentication cache on logout and then it seems the ejb ctx will ret

RE: [JBoss-user] Create method executed succesfully but I can't see any record on the database

2003-06-04 Thread Rupp,Heiko
Hi, > Do you have some sort of Hypersonic userinterface? Go to JBoss JMX Console http://localhost:8080/jmx-console/ then go to Jboss , service=Hypersonic. Follow the link. On the next page, there is a "startDatabaseManeger" button. -- Bancotec GmbH EMail: [EMAIL PROTECTED] Calwer Str. 33

RE: [JBoss-user] Crime Portal example not deploying in 3.2.1

2003-06-04 Thread Rupp,Heiko
Hi, verifier error which isn't fatal in jboss3.0 but is in jboss3.2.1. >15:02:12,109 WARN [verifier] EJB spec violation: >Bean : GangsterEJB >Section: 10.6.2 >Warning: CMP entity beans may not define the implementation of a finder. > Is there any way around this as it's part of the Crime por

[JBoss-user] Classloading problem, resolved

2003-06-04 Thread Eric Jain
Just for the record... A while back I had the problem of not being able to load classes from xyz.war/WEB-INF/lib that were referenced only from within a custom tag. At the time I had solved the problem by putting both the classes and the .war separately in a .sar; it now seems that the problem was

RE: [JBoss-user] Create method executed succesfully but I can't see any record on the database

2003-06-04 Thread Mark.Gargan
Hi Marco, I've a similar problem myself when deploying old versions of entity beans (jboss2.4.1) in jboss 3.2.1. How are you viewing the sql? Do you have some sort of Hypersonic userinterface? Thanks, masrk. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

Re: [JBoss-user] Error deploying sar on 3.2.2Beta

2003-06-04 Thread Scott M Stark
You need to update your branch view to one as of yesterday as this has been fixed. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Simone Milani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday,

Re: [JBoss-user] Re: [SourceForge.net Release] jboss : JBoss

2003-06-04 Thread Scott M Stark
Until I announce this release, with the release notes it does not exist. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "David Ward" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 200

[JBoss-user] Crime Portal example not deploying in 3.2.1

2003-06-04 Thread Mark.Gargan
Title: Message Hi Folks,     I purchased the CMP2.0 documentation there recently. I'm in the process of attempting to look at it. Unfortunately it seems to have been written for jboss3.0 and not 3.2.1 which I'm using. I get the following verifier error which isn't fatal in jboss3.

[JBoss-user] Re: [JBoss-user] J2EE en españa

2003-06-04 Thread David Ward
I did translate it (I put it in quotes), but here it is again: "It is clear that we do not make distinction of (per) country. The idea is to construct a Hispanic community of (on/about) JBoss." Just so everyone understands, the point of all the messages in Spanish was that a new list/forum was b