Re: [JBoss-user] DeploymentException when using oracle

2001-12-20 Thread Guy Rouillier
Two things.  First, you are using opentools.minerva.   These classes have been superceded by jbosspool counterparts.  As long as you are just getting started, get a version of JBoss >= 2.4.3, and use the jbosspool variant.  Second, make sure your code and deployment descriptors refer to Orac

Re: [JBoss-user] Accessing MBean attributes

2001-12-20 Thread Guy Rouillier
May not be intuitively obvious for first time mbean writers (like me), but in order for the values in jboss.jcml to do anything in your mbean, the mbean must implement get/set methods for those properties. - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

Re: [JBoss-user] Initialize JSP problem (Jetty in RH7 and Windows)

2001-12-20 Thread Eric Huang
Thanks, Jules, your trial helps me a lot. Now I am sure there were something miss in my RH. Eric > Eric, > > > Sorry it's taken me so long to get back to you. > > I just updated my RH3 tree (You should keep a copy of your old one, because a > large number of changes have gone in recently) and de

Re: [JBoss-user] Initialize JSP problem (Jetty in RH7 and Windows)

2001-12-20 Thread Julian Gosnell
Eric, Sorry it's taken me so long to get back to you. I just updated my RH3 tree (You should keep a copy of your old one, because a large number of changes have gone in recently) and deployed your links.ear file. No problem ! - log enclosed RedHat 7.1, java version "1.3.1" Java(TM) 2 Run

RE: [JBoss-user] forum not as responsive as the mailing list

2001-12-20 Thread Bill Burke
The forums suck. I always forget to manually monitor the clustering forum for example to answer questions. If I was sent email, I would be forced to remember because I would always get flagged. Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of

[JBoss-user] how to use monitor.jar ?

2001-12-20 Thread Màris Orbidàns
When I run Monitor v0.31 is shows "metrics not bound". What does it mean ? Should I deploy this "metrics" ? JNDI Browser also doesnt work it throws: Exception occurred during event dispatching: java.lang.NoClassDefFoundError: org/jboss/admin/jndi/Main thanx Maris Orbidans

RE: [JBoss-user] no deployment descriptor found but file that could be ment as

2001-12-20 Thread Māris Orbidāns
      It was directory name case problem.   thanx for your help !   Maris -Original Message-From: Alice Ad [mailto:[EMAIL PROTECTED]]Sent: Thursday, December 20, 2001 9:24 PMTo: Mâris Orbidâns; JBoss user list (E-mail)Subject: Re: [JBoss-user] no deployment descriptor found

Re: [JBoss-user] no deployment descriptor found but file that could be ment as

2001-12-20 Thread Alice Ad
Make sure that ejb-jar.xml is in the right place. And note, the directory name MUST be "META-INF" not "Meta-inf". Case matters.   Màris Orbidàns <[EMAIL PROTECTED]> wrote: hellocould you tell me, please, what does this mean ?[AutoDeployer] Deploymentfailed:file:/C:/JBoss-4.4.3/deploy/CarmichaelBea

[JBoss-user] no deployment descriptor found but file that could be ment as

2001-12-20 Thread Màris Orbidàns
hello could you tell me, please, what does this mean ? [AutoDeployer] Deployment failed:file:/C:/JBoss-4.4.3/deploy/CarmichaelBeans4JBoss.jar [AutoDeployer] org.jboss.deployment.J2eeDeploymentException: no deployment descriptor found but file that could be ment as: Meta-inf/ejb-jar.xml <-> MET

[JBoss-user] Re: forum not as responsive as the mailing list

2001-12-20 Thread Marcus Brito
> I personally find the forums tedious to read, so I end up reading them less > often. As a result less cmp 2 questions get answered. I also loose > messages in the forum because it does not track which messages I have read. Not to mention that when you reply a message in the forum, it goes t

RE: [JBoss-user] how to: CMP, findAll()

2001-12-20 Thread Dain Sundstrom
It should return a collection. If you are using JAWS, you don't need to configure anything. If you are using JBossCMP (CMP 2.0), you don't need to declare anything either, but I will be changing this soon to be an error. The EJB 2.0 spec requires that every query to have a declaration in the ejb-

[JBoss-user] how to: CMP, findAll()

2001-12-20 Thread Màris Orbidàns
hi all, I have a method findAll(): public ??? findAll() throws RemoteException, FinderException; + What will this method return ? A Collection of Remote Interfaces (as IAS) ? + What should I configure to get it work as expected ? thanx in advance, Maris Orbidans ___

RE: [JBoss-user] forum not as responsive as the mailing list

2001-12-20 Thread Dain Sundstrom
I didn't mean to start the mailing list vs. forum discussion again. I was just stating how the change affects me. Marc has made a decission and he is unlikely to change his mind. -dain > -Original Message- > From: Bordet, Simone [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 20,

RE: [JBoss-user] forum not as responsive as the mailing list

2001-12-20 Thread Bordet, Simone
Hi, > I personally find the forums tedious to read, so I end up > reading them less > often. As a result less cmp 2 questions get answered. I also loose > messages in the forum because it does not track which > messages I have read. Agree, fully. There is the possibility in SF to set up as

[JBoss-user] test

2001-12-20 Thread Màris Orbidàns
ignore, pls ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] forum not as responsive as the mailing list

2001-12-20 Thread Dain Sundstrom
I personally find the forums tedious to read, so I end up reading them less often. As a result less cmp 2 questions get answered. I also loose messages in the forum because it does not track which messages I have read. -dain > -Original Message- > From: Lennart Petersson [mailto:[EMAI

Re: [JBoss-user] DeploymentException when using oracle

2001-12-20 Thread Alice Ad
David, Thanks for the reply. But Im still not sure where I went wrong. What file are u referring to? ejb-jar.xml/jboss.xml dont have any "PoolName" attribute. If you are talking about jboss.jcml, I already tried removing mbeans for DefaultDS and InstantDB and added one for OracleDB (OracleDB). So

Re: [JBoss-user] Accessing MBean attributes

2001-12-20 Thread David Jencks
On 2001.12.20 09:14:03 -0500 Kazandjian Erik wrote: > Hi, > > I'm integrating the jakarta fulcrul scheduler into jboss. I've added a > mbean > to start the scheduler. tHis works fine, but can someone tell me how I > can > access the attributes of an mbean in the jboss.jcml file ? Jboss reads

Re: [JBoss-user] Getting Java.exe error

2001-12-20 Thread Felipe F. Palma Dias
This error also happens with me. I do not know why reason - Original Message - From: "Mahesh Agarwal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 11:32 AM Subject: [JBoss-user] Getting Java.exe error > hi all > > I am using Jboss. While running the app

[JBoss-user] Accessing MBean attributes

2001-12-20 Thread Kazandjian Erik
Hi, I'm integrating the jakarta fulcrul scheduler into jboss. I've added a mbean to start the scheduler. tHis works fine, but can someone tell me how I can access the attributes of an mbean in the jboss.jcml file ? Erik ___ JBoss-user mailing list [EM

[JBoss-user] Getting Java.exe error

2001-12-20 Thread Mahesh Agarwal
hi all I am using Jboss. While running the application in Jboss, sometimes i am getting this error "java.exe has generated some error and will be closed by Windows.You will need to restart the program An error log is generated." Can any one pls help me to solve out this issue thanks a lot in a

Re: [JBoss-user] Australia training new price

2001-12-20 Thread Tim Yates
Heheheh, I'd fly to Hungary from the UK for that :) - Original Message - From: Jozsa Kristof <[EMAIL PROTECTED]> > Any chance for a free Hungarian training in Budapest? ;) > > j/k, > Christopher > ___ JBoss-user mailing list [EMAIL PROTEC

Re: [JBoss-user] Australia training new price

2001-12-20 Thread Jozsa Kristof
Any chance for a free Hungarian training in Budapest? ;) j/k, Christopher On Wed, Dec 19, 2001 at 10:16:06PM -0500, marc fleury wrote: > It seems we have not taken into account the discrepancy between what things > cost in Europe and the US and what things cost in Australia. For this > reason, t

Re: [JBoss-user] forum not as responsive as the mailing list

2001-12-20 Thread Lennart Petersson
Yes, i think that you have a point in that. Although i can not confirm any statistics on it but if i look on myself then i was more or less reading or at least scanning all mails on both user and dev list. If not always answering questing, because it was really stimulating and educating. But n