[JBoss-user] Unable to use the search button in the jboss user list !!!!!

2001-06-04 Thread Jean-Michel DELSAUX
_ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Narrowing problems with tomcat and jboss 2.2.1

2001-06-04 Thread Jörg Schorr
Title: Narrowing problems with tomcat and jboss 2.2.1 Thanks for the answer, but this does not solve my problem, as I have a ClassNotFoundException. Actually I must admit that my message was misleading. The real problem happens at the lookup (based on the ClassNotFoundException). Did someth

[JBoss-user] Problems with JBoss 2.2.2

2001-06-04 Thread Ralf Purnhagen
Hi, the new binary release 2.2.2 with Tomcat seems to have problems with verifying the web.xml files. When deploying a new application, the server tries to establish an internet connection to get the corresponding DTD. After deleting the DTD-reference from my web.xml i can deploy my application,

[JBoss-user] jBoss-users in australia - sydney

2001-06-04 Thread Paul McLachlan
Title: [JBoss-user] jBoss-users in australia - sydney I am just staring and getting more confidence with jBoss everyday. We are a small startup which can't afford weblogic etc. so we absolutely love the jBoss mandate. We would like to get in touch with other jBoss users in Oz. We are based i

Re: [JBoss-user] Using a new JDBC datasource

2001-06-04 Thread Justin Harrison
JBoss is trying to setAutoCommit to false to support transactions when it initialises the datasource My driver throws an exception when that happens. So I assume that means it doesn't support transactions:-(. JBoss ignores the exception thrown by my JDBC driver is that wise? Can I still use thi

[JBoss-user] jboss config. problem

2001-06-04 Thread mroosendaal
Hi,   I got the petstore 1.1.2 running on j2sdkee1.3 within 30 minutes (Cloudscape) but still no luck with Jboss. I tried changing port-number for cloudscape, the jboss jndi port. I made use of the petstore-patch and copied the cloudbase part of the jcml-file. I tried running cloudscape from

Re: [JBoss-user] JAWS doesn't launch

2001-06-04 Thread Alexander Temerev
> > I have an CMP entity bean which extends model class, like in Java Pet Store > > patterns. And JAWS doesn't find any cmp fields in it :( What's wrong? > > public class TaskModel implements Task { > > protected Long id; > > protected String category; > > protected Integer priority; >

Re: [JBoss-user] What is the URL of the naming service on the server?

2001-06-04 Thread danch
Scott Ostroff wrote: > In the sample source code for the InterestClient it says- > > IMPORTANT: If you want to test this in a real client-server > configuration, this class goes on the client; the URL of the naming > provider specifed in the class must be changed from 'localhost:1099' to > th

[JBoss-user] FW: java.net.MalformedURLException: unknown protocol: jndi

2001-06-04 Thread Warren Crossing
thanks chris.. i hope you don't mind if i forward this to the list.. great workaround.. maybe i could do the lookup with another protocol jnp:// maybe. i'll give that & this a try. -Original Message- From: Christopher G. Stach II [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 5 June 2001 11:21

Re: [JBoss-user] Jboss - Oracle Connecitiy - Null Pointer exception

2001-06-04 Thread Guy Rouillier
Please see my response to this very same question asked yesterday. - Original Message - From: "Abdul Malik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 04, 2001 4:52 AM Subject: [JBoss-user] Jboss - Oracle Connecitiy - Null Pointer exception > Hi, > > I have downloade

[JBoss-user] What is the URL of the naming service on the server?

2001-06-04 Thread Scott Ostroff
In the sample source code for the InterestClient it says- IMPORTANT: If you want to test this in a real client-server configuration, this class goes on the client; the URL of the naming provider specifed in the class must be changed from 'localhost:1099' to the URL of the naming service on the

Re: [JBoss-user] JAWS's debug flag is hardcoded

2001-06-04 Thread danch
Kar YEOW wrote: > Just wondering if there is any plan to remove the hardcoded debug flag > in JAWS? > > The code is already using the log.debug(...), call it shouldn't need to > have another flag. > > I'd like to be able to turn it on and off without recompiling. > > Kar put true in your ja

Re: [JBoss-user] ??!! Stateful Session Passivate with Entity references ?? !!

2001-06-04 Thread Ralph Jensen
Both according to the 1.1 AND the 2.0 spec this should work, if I read correctly. The 1.1 spec in section 6.4.1 'Instance passivation and conversational state' says: "The Bean Provider is required to ensure that the ejbPassivate method leaves the instance fields ready to be serialized by the Cont

[JBoss-user] Entity EJB: TRANSACTION ROLLBACK EXCEPTION

2001-06-04 Thread zach
Hi, I am having a problem calling a findby method on a entity bean. I get the home interface fine and everything is deployed on the server but I can't make any method calls on the home interface. [Container factory] Deploying UserInfo [Container factory] Deploying WorkInProgress [Container fact

[JBoss-user] JAWS's debug flag is hardcoded

2001-06-04 Thread Kar YEOW
Just wondering if there is any plan to remove the hardcoded debug flag in JAWS? The code is already using the log.debug(...), call it shouldn't need to have another flag. I'd like to be able to turn it on and off without recompiling. Kar

Re: [JBoss-user] Using a new JDBC datasource

2001-06-04 Thread Georg Rehfeld
Hi Justin, > id : XidImpl [FormatId=257, GlobalId=justin//0, BranchQual=1] > twoPhase : true > active : false > current : XidImpl [FormatId=257, GlobalId=justin//0, BranchQual=1] > Con transaction isolation level : 1 > Con is closed : false > Con is read only : false > Con is auto commit : true

[JBoss-user] Dynamic User Authentication from LDAP !!

2001-06-04 Thread Binoy's Jboss
Hi, I have been a Jboss user since last 4 months.. and an ardent fan ever since...well wanting to do more complex things.. i want to integrate my OpenLdap server running on RedHat 6.2 and utilize it for the security/authentication purposes.. I have an idea what i want to achieve.. but am not sure

Re: [JBoss-user] Using a new JDBC datasource

2001-06-04 Thread Toby Allsopp
On Tue, Jun 05, 2001 at 10:55:28AM +1200, Justin Harrison wrote: > Hi > > Weekend research. > > > The level of support for transactions, specifically the JTA > extensions to > > JDBC 2.0, is important to know. > > The driver is JDBC 1.2 type 4 compliant written in JDK 1.1.7. Ok, it doesn

[JBoss-user] RE: java.net.MalformedURLException: unknown protocol: jndi

2001-06-04 Thread Warren Crossing
hey, thanks for responding directly to me.. i will post this to the jakarta & jboss lists so anyone else recieve this error knows about as much as we do =) 1. i picked up this problem again when i upgraded to 4.0b5. from 4.0b1 2. i recieve this error regardless of whether i start tomcat with -non

[JBoss-user] ??!! Stateful Session Passivate with Entity references ?? !!

2001-06-04 Thread Richard Katz
Hi all, The EJB spec - according to Richard Monson-Haefel [for some version of EJB] - requires the container to automatically convert EJBObject instance variables to Handles on passivation of a stateful session bean - and restore them on activation. This presumably means one should be able to de

[JBoss-user] Great Book

2001-06-04 Thread Kemp Randy-W18971
Anyone see the book Java 2 Enterprise Edition by Mark Wutka? It's almost as relaxing and refreshing as a good movie. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Using a new JDBC datasource

2001-06-04 Thread Justin Harrison
Hi Weekend research. > The level of support for transactions, specifically the JTA extensions to > JDBC 2.0, is important to know. The driver is JDBC 1.2 type 4 compliant written in JDK 1.1.7. > What you might want to do (because I don't have time) is to check out the > latest CVS code, in whic

Re: [JBoss-user] novice

2001-06-04 Thread Kemp Randy-W18971
I am happy to see the great endorsement of Jboss, and I agree 100% with it. Enhydra Enterprise is in beta testing right now, and my personal experience with it is it's kind of buggy. I am sure with time, they will iron things out, but I prefer the Jboss project any day. Message: 6 From: "Norm

Re: [JBoss-user] JAWS doesn't launch

2001-06-04 Thread Norman Rupp
Alexander, 1. Is your deployment descriptor properly written? 2. Are you sure? 3. Get a second opinion on that one (you'd be surprised) 4. Are your fields declared public in the Bean class? (no, they're not. declare them public) 5. You need to have a remote interface, and a home interface. (ALL E

Re: [JBoss-user] Distributed JBOSS + MDB

2001-06-04 Thread pra
On 2 Jun, Phan Anh Tran wrote: > Has anyone tried the following configuration using JBOSS? > > > [JBOSS1][JBOSS2] [JBOSS3] > > JBOSS2 is the one running a message queue server instance, and JBOSS1 and > JBOSS3 are the servers with MDBs. Does JBOSS support the described > configuration?

Re: [JBoss-user] Shared classes

2001-06-04 Thread James Cook
If you put your ejbs into an ear file along with the shared classes, you can use the ejb.jar manifest to point to the shared files. jim - Original Message - From: "Kashif Noorani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 01, 2001 6:42 PM Subject: [JBoss-user] Shared

Re: [JBoss-user] JBoss Manual

2001-06-04 Thread Nicolai P Guba
> "MH" == Mike Hoolehan <[EMAIL PROTECTED]> writes: MH> The manual is available via cvs. Instructions on accessing jboss MH> cvs are available at http://www.jboss.org/business/cvs.html. The MH> module you'll want is 'manual' (this isn't listed in the MH> instructions page). Once you get th

Re: [JBoss-user] novice

2001-06-04 Thread Norman Rupp
Title: RE: [JBoss-user] novice Well, Paul.  It's good that you've come to the open source EJB platforms.  Regarding JBoss, Marc Fleury and Rickard Oberg are INCREDIBLY active developers, and are leading the charge for EJB engines.  We have found that JBoss is getting faster, easier to use, an

Re: [JBoss-user] novice

2001-06-04 Thread Norman Rupp
Title: RE: [JBoss-user] novice Well, Paul.  It's good that you've come to the open source EJB platforms.  Regarding JBoss, Marc Fleury and Rickard Oberg are INCREDIBLY active developers, and are leading the charge for EJB engines.  We have found that JBoss is getting faster, easier to use, an

[JBoss-user] Jive war in Jboss-Tomcat build

2001-06-04 Thread Lionel Siau
Hi everyone, I'm trying to deploy the Jive WAR into the Jboss-Tomcat deploy directory. Deployment looks fine but when I try to use the site, I get jsp errors. The jive properties files need to be configured too but I do not know how to configure it to point to the deploy directory or if it is ev

[JBoss-user] What happened to tomcat test ear?

2001-06-04 Thread Kemp Randy-W18971
I am testing out the new jboss Tomcat version on Solaris 5.6. Can anyone tell me why the tomcat-test.ear is failing? usr2/ecadtesting/jboss-tomcat/JBoss-2.2.2_Tomcat-3.2.2/jboss/bin> t.sh < JBOSS_CLASSPATH=:/usr/j2se/lib/tools.jar:run.jar:../lib/crimson.jar jboss.home = /usr2/ecadtesting/jbos

[JBoss-user] Booth

2001-06-04 Thread Mohammed Mellouk
Hi Guys, i am now at the Moscone Center and was looking for the Jboss booth. But I didn't find it. If someone knows the booth's name please let me know at [EMAIL PROTECTED] Thanx very much !! regards Mo -- Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1! http://profiseller.de/info/index.p

Re: [JBoss-user] Commit option "C" in standardjboss.xml not working?

2001-06-04 Thread Georg Rehfeld
Hi Brian, > Rather than implement my own custom container configuration, I'm just > trying to change the default setting for all entity beans from "A" to > "C". In the conf/tomcat/standardjboss.xml file, I changed the commit > option to "C" in both the Standard CMP Entiity Bean as well as the

Re: [JBoss-user] How to access the default connection pool

2001-06-04 Thread Nicolai P Guba
> "iap" == i am philips <[EMAIL PROTECTED]> writes: iap> Hi, I'm new to JBOSS. I tried to access the default connection iap> pool. but i'm getting errror am i doing it correctly?? iap> i used like this InitialContext ic = new InitialContext(p); iap> ds = (DataSource) ic.lookup("java:/Defau

Re: [JBoss-user] JAWS doesn't launch

2001-06-04 Thread danch (Dan Christopherson)
Alexander Temerev wrote: > I have an CMP entity bean which extends model class, like in Java Pet Store > patterns. And JAWS doesn't find any cmp fields in it :( What's wrong? > > public class TaskBean extends TaskModel implements EntityBean { > ... > } > > So, I have no attributes in TaskBean

[JBoss-user] The encoding Cp1252 is not supported - ?

2001-06-04 Thread Gerry Duhig
Could someone tell me what this means and how to get around it or fix it?   I am trying to start JBoss 2.2.2 with embedded tomcat on Linux Red Hat 7.0.   Thanks   Gerry  

[JBoss-user] NoClassDefFound javax.transaction.Transaction in deploying bean

2001-06-04 Thread Dexter Legaspi
hello. i'm trying to deploy a bean that i have created and i keep getting a NoClassDefFoundError on javax.transaction.Transaction (see snapshot below) i have the jta-spec1_0_1.jar in the ext\lib directory...i even tried adding the j2ee.jar from J2EE installation...but to no avail...even the samp

Re: [JBoss-user] jps1.1.2

2001-06-04 Thread Lionel Siau
I fooled around a couple of days ago. The only problem seems to be a DB conflict but this is expected becoz of cloudscape.     Lionel - Original Message - From: Simon Moses To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 7:42 PM Subject: [JBoss-user] jps1.1.2

[JBoss-user] JAWS doesn't launch

2001-06-04 Thread Alexander Temerev
I have an CMP entity bean which extends model class, like in Java Pet Store patterns. And JAWS doesn't find any cmp fields in it :( What's wrong? public class TaskBean extends TaskModel implements EntityBean { ... } So, I have no attributes in TaskBean class, they're all in TaskModel: public c

Re: [JBoss-user] Commit option "C" in standardjboss.xml not working?

2001-06-04 Thread danch
How are you starting JBoss? Are you sure you're modifying the conf files that are being used? Bryan Field-Elliot wrote: > Because my system (and more often, it's human admins) access the > database directly fairly frequently, I am trying to change my jBoss > application's commit option from

[JBoss-user] Please Help !!

2001-06-04 Thread Binoy's Jboss
Hello !! This is to inform you that my messages have not been posted on the list since a long time.. i have been mailing my problems regurlarly.. but i never see my messages on the list Help in this regard will be appreciated Thanks !! Binoy ___ JBoss

Re: [JBoss-user] a question of jndi name and jboss_classpath

2001-06-04 Thread danch
chiyong wrote: > in order to find ejb home class, do the jar file that contain the ejb must be >added to the jboss_classpath? No. > but when I put the jar file to the jboss_classpath, all the ejbs' jndi name change >to the same one which in the xml file of the first jar and can't find other

[JBoss-user] Change in InstantDB

2001-06-04 Thread Kemp Randy-W18971
InstantDB users, Over the past year while resident on the Enhydra.org web site, InstantDB has continued to be adopted by thousands of Internet and database developers around the world. It is now a leading 100% Java embeddable database. Thank you. During this year Lutris has been talking openly ab

[JBoss-user] jps1.1.2

2001-06-04 Thread Simon Moses
Howdy JBoss users,   Has anyone made a port of the jps1.1.2 (java petstore) to JBoss (with Cloudscape)?   I know the jps1.1.1 has been successfully ported, but the 1.1.2 version contains a number of changes that do not enable it to work with the JBoss 1.1.1 patches. I will try to port jps

Re: [JBoss-user] JNDI Namespace access..

2001-06-04 Thread K.V. Vinay Menon
I have got helper classes deployed with servlets/jsps to access the datasouces created by JBoss. Is that what you are looking for? That involves adding a jboss-web.xml file to the WEB-INF directory. If you are trying to access it outside the container itself, it is unlikely it will work [if

[JBoss-user] NoClassDefFound javax.transaction.Transaction in deploying bean

2001-06-04 Thread Dexter Legaspi
oops. i sent it to the wrong mailing list... hello. i'm trying to deploy a bean that i have created and i keep getting a NoClassDefFoundError on javax.transaction.Transaction (see snapshot below) i have the jta-spec1_0_1.jar in the ext\lib directory...i even tried adding the j2ee.jar from J2EE

[JBoss-user] JNDI Namespace access..

2001-06-04 Thread Praveen Balakrishnan
Hi.   I am trying to access the Datasource from the JNDI of JBoss-2.2.1 with Tomcat 3.2.2 When I try it as a JSP code running in embedded tomcat.. I get the "java:" namespace and I am able to list all the objects bound to the java: namespace..   But when I try the same namespace from a Java

[JBoss-user] Accessing MBeans

2001-06-04 Thread Timo Kauppinen
I was just wondering: how are the different MBeans accessed for example from an EJB? As I was reading through the jboss documentation, there was this example "How to Integrate Custom Services via MBeans" where a MBean was accessed via JNDI. Is this the standard way? For example if I wanted to use

RE: [JBoss-user] will a stateless session bean instance be existing thru out !!

2001-06-04 Thread Weir, John
I cannot see the attachment, but a general beware re singletons. Their usage differs from C++ in that a singleton class can be garbage collected. Typically this pattern is implemented with a static member of the class holding an 'instance' of itself. If no other class references this instance

[JBoss-user] RE: Jboss - Oracle Connectivity - Null Pointer exception

2001-06-04 Thread Abdul Malik
Hi, I have downloaded Jboss 2.2.2 and tried to create a pool for Oracle. But i'm hitting Null Pointer exception. Pleas help me to solve this problem. I am using windows 2000, jdk 1.2.2 thanks in advance regards Abdul Malik jboss.jcml setting =

[JBoss-user] Jboss - Oracle Connecitiy - Null Pointer exception

2001-06-04 Thread Abdul Malik
Hi, I have downloaded Jboss 2.2.2 and tried to create a pool for Oracle. But i'm hitting Null Pointer exception. Pleas help me to solve this problem I use windows 2000, jdk 1.2.2 thanks in advance regards Abdul Malik jboss.jcml setting

Re: [JBoss-user] Centralized JNDI

2001-06-04 Thread Phan Anh Tran
Good idea, but now there are 2 lookup operations instead of one. I think it should be possible to store a reference to a home interface in a naming service and the actual bean (home, business, implemenation) in another JBOSS instance. A key question is how to populate the naming service with th

Re: [JBoss-user] how to map ejb-ref from web.xml ? jboss-web.xml?

2001-06-04 Thread Norman Rupp
Ben, you'll be happy to know that your search was in vain. You most likely would have found all the information you wanted on the jboss-web.xml file if there was such a file. In the deployment phase of your project, you will create a web archive (.war) file that contains all of your web related

[JBoss-user] a question of jndi name and jboss_classpath

2001-06-04 Thread chiyong
in order to find ejb home class, do the jar file that contain the ejb must be added to the jboss_classpath? but when I put the jar file to the jboss_classpath, all the ejbs' jndi name change to the same one which in the xml file of the first jar and can't find other ejbs' jndi name. Any kind