[JBoss-user] javax.naming.CommunicationException

2002-07-04 Thread Michael Delamere
Hi, Originally I had jboss3.0 with an embedded tomcat4.0.3 and my application worked fine. Yesterday I attempted to seperate the two by installing jboss and tomcat on their own. The client side works until the first call is made via jndi to my staless session bean. I then get the error stated

Re: Re[2]: [JBoss-user] javax.naming.CommunicationException

2002-07-04 Thread Michael Delamere
Hi, I´ve done exatctly as you said but unfortunately the problem remains. startup.sh -nonaming Should I be changing any xml-files on the client side? Thanks, Michael - Original Message - From: Alex Loubyansky [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Sent: Thursday

Re: Re[4]: [JBoss-user] javax.naming.CommunicationException

2002-07-04 Thread Michael Delamere
calls to go over # RMI! java.naming.provider.url=localhost:1099 = Thanks, Michael - Original Message - From: Alex Loubyansky [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, July 04, 2002 10:39 AM

Re: Re[4]: [JBoss-user] javax.naming.CommunicationException

2002-07-04 Thread Michael Delamere
? Further help on this would be _very_ appreciated. Thanks, Michael - Original Message - From: Alex Loubyansky [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, July 04, 2002 10:39 AM Subject: Re[4]: [JBoss-user

Re: [JBoss-user] java.rmi.ServerException: null

2002-07-03 Thread Michael Delamere
(like nullpointer, indexoutofbounds etc) happening in your bean. On Wed, Jul 03, 2002 at 01:48:13PM +0200, Michael Delamere wrote: Hi, When accessing my entity bean via my stateless session bean I get the following error: = 13:50:23,113 INFO

Re: [JBoss-user] java.rmi.ServerException: null

2002-07-03 Thread Michael Delamere
to apply it. He said that it was passible to get a better stacktrace by changing log4j.xml, but would unfortunately not set that as default :-( On Wed, Jul 03, 2002 at 03:02:09PM +0200, Michael Delamere wrote: thanks, unforunately the error message doesn´t tell me very much :-) ! Regards

Re: [JBoss-user] Error creating table

2002-07-01 Thread Michael Delamere
thanks, I managed to resolve that one and you are right! :-) Regards, Michael - Original Message - From: Neal Sanche [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 01, 2002 12:53 AM Subject: Re: [JBoss-user] Error creating table Probably because 'index' is a reserved

[JBoss-user] Error creating table

2002-06-30 Thread Michael Delamere
Hi, I´m getting an error while my beans are being deployed. Why is the SQL syntax wrong? When I try to execute the following SQL manually ... CREATE TABLE gbSequence (name VARCHAR(255) BINARY NOT NULL, index INTEGER NOT NULL, CONSTRAINT pk_gbSequence PRIMARY KEY (name)) ... I also get an

Re: [JBoss-user] Error creating table

2002-06-30 Thread Michael Delamere
Hi, problem solved. Mysql doesn´t like it if you use index as a field name. After renaming it to id it worked! Regards, Michael - Original Message - From: Michael Delamere [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 30, 2002 11:24 PM Subject: [JBoss-user] Error

[JBoss-user] Need help with Error

2002-05-26 Thread Michael Delamere
Hi, I´m trying to get an example working which creates a sequence of primary keys for use by the entity beans. Unfortunately I just cannot get it to work! I don´t seem to be able to get past the error displayed below. Is this an error that might ring a bell to someone or do I have to dig

Re: [JBoss-user] VOTE FOR JBOSS

2002-05-24 Thread Michael Delamere
done :-) - Original Message - From: marc fleury [EMAIL PROTECTED] To: Jboss-User@Lists. Sourceforge. Net [EMAIL PROTECTED] Cc: Jboss-Development@Lists. Sourceforge. Net [EMAIL PROTECTED] Sent: Friday, May 24, 2002 4:10 PM Subject: [JBoss-user] VOTE FOR JBOSS GADDAMIT, these pools

[JBoss-user] incrementing primary key in CMP

2002-05-22 Thread Michael Delamere
Hi, Could someone please tell me what the best way is to increment an id in a table. Is this the job of the entity bean to get the max() value and then make the insert or how should this be done. Any help would be appreciated. Thanks, Michael

Re: [JBoss-user] incrementing primary key in CMP

2002-05-22 Thread Michael Delamere
of this (downloadable pdf) book: http://www.theserverside.com/books/EJBDesignPatterns/index.jsp It gives you a few options. You will need an account (it's free) at theserverside.com. Hope this helps, David -- Michael Delamere wrote: Hi, Could someone please tell me what the best way

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Michael Delamere
that looks fine (to me)... what database are you using? and what program are you using to insert the new row(s)? cheers dim - Original Message - From: Michael Delamere [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 11:33 AM Subject: Re: [JBoss-user] Server

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Michael Delamere
. request jsp I assume that at step 6 you do see the new object? - Original Message - From: Michael Delamere [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 4:30 PM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 I´m using a mysql-database and inserted

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Michael Delamere
jsp I assume that at step 6 you do see the new object? - Original Message - From: Michael Delamere [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 4:30 PM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 I´m using a mysql-database and inserted

Re: Re[2]: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Michael Delamere
Thanks, I think I?ll have to do _lots_ of reading :) because that file is huge! Regards, Michael - Original Message - From: Alex Loubyansky [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 10:29 AM Subject: Re[2]: [JBoss-user

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Michael Delamere
MyISAM Thanks, Michael - Original Message - From: Stefan Arentz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 4:41 PM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 On Tuesday, May 21, 2002, at 10:27 AM, Michael Delamere wrote: Hi, again, thanks

Re: [JBoss-user] error when redeploying ear file

2002-05-21 Thread Michael Delamere
Yes, I did. Strangely enough it worked after updating to struts 1.1! Thanks, Michael - Original Message - From: James Ward [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 4:51 PM Subject: RE: [JBoss-user] error when redeploying ear file Cool

[JBoss-user] The Pool for com.morelogs.guestbook.beans.gbEntryCMP has been overloaded

2002-05-20 Thread Michael Delamere
Hi, I need some help with the following error. === 2002-05-20 16:56:39,859 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCFindAllQuery.guestbook/gbEntry.findAll] Executing SQL: SELECT entry_id FROM gbEntries 2002-05-20 16:56:39,876 DEBUG

[JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Michael Delamere
Hi, I´ve got a stateless session bean doing a jndi lookup on my entity bean and returning an array of objects. The problem is that the first time I start the application everything works fine and I get all of the data displayed in my jsp without a problem. After the first call I manually enter

Re: [JBoss-user] error when redeploying ear file

2002-05-20 Thread Michael Delamere
could also try to put your struts jar files in the lib/ext dir. -James -Original Message- From: Michael Delamere [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 3:49 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] error when redeploying ear file Hi, I´m going

Re: [JBoss-user] error when redeploying ear file

2002-05-20 Thread Michael Delamere
: com.morelogs.guestbook.forms.GBEntryForm I´ve got my GBEntryForm in my ear/war/WEB-INF/classes directory. Is there something I have to specify somewhere to make jboss load the classes? Any help would be appreciated! Regards, Michael - Original Message - From: Michael Delamere [EMAIL PROTECTED

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Michael Delamere
] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 10:45 AM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 I think you need to learn about transactions and commit options. On Tuesday, May 21, 2002, at 04:50 AM, Michael Delamere wrote: I´ve got a stateless session bean doing a jndi lookup

Re: [JBoss-user] jboss3.0RC2 + Struts

2002-05-13 Thread Michael Delamere
Thanks, I will try it. Regards Michael - Original Message - From: James Ward [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Sent: Monday, May 13, 2002 3:32 AM Subject: RE: [JBoss-user] jboss3.0RC2 + Struts For a good example that works with JBoss 3 RC2 and uses EJB's

Re: [JBoss-user] jboss3.0RC2 + Struts

2002-05-12 Thread Michael Delamere
- Original Message - From: Jake Thompson [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Sent: Sunday, May 12, 2002 5:29 AM Subject: RE: [JBoss-user] jboss3.0RC2 + Struts The quick off the top of my head answer could be the following. Do not use any struts specific code in you EJB's

[JBoss-user] jboss3.0RC2 + Struts

2002-05-11 Thread Michael Delamere
Hi, has anybody got struts working with jboss3.0RC2? When I run the example from struts in tomcat standalone it works. However when I deploy it with jboss (+ embedded catalina) it doesn´t! Could anyone possibly share their experiences with jboss + struts? regards Michael

Re: [JBoss-user] jboss3.0RC2 + Struts

2002-05-11 Thread Michael Delamere
/200101.mbox/%3CBKEOLNAEFCIBACKFHANHMEB [EMAIL PROTECTED]%3E bye Michael - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, May 11, 2002 11:42 PM Subject: Re: [JBoss-user] jboss3.0RC2 + Struts what do

Re: [JBoss-user] jboss3.0RC2 + Struts

2002-05-11 Thread Michael Delamere
html:links yet, I´m just reading, reading and reading everything I can find on the subject! regards Michael p.s. I´m using 1.0.2 - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, May 12, 2002 12:31 AM

[JBoss-user] jboss3.0RC2 + cmp/cd example

2002-05-05 Thread Michael Delamere
Hi Guys, I posted previously about getting an ant error when compiling the client-side of the interest exmaple. I managed to solve this by compiling and packing it manually and then deploying it. I´m going through the cmp/cd example now and again the first steps worked without a problem. Now

[JBoss-user] jboss3.0RC2 + interest example

2002-05-04 Thread Michael Delamere
Hi, I´ve been carefully following the instructions on how to create and deploy beans in jboss (the interest example). The first step works fine and the interest.jar gets deployed successfully. However when I try the next step ant intro-interest-client, I get the following error message:

Re: [JBoss-user] jboss3.0RC2 + interest example

2002-05-04 Thread Michael Delamere
Ok, When I compile and pack all the files myself it works. I deployed the interest.ear containing the interest.war and interest.jar and it worked. It must have something to do with the build.xml that caused the errors below. bye Michael - Original Message - From: Michael Delamere

[JBoss-user] jboss3.0 + mysql

2002-05-01 Thread Michael Delamere
Hi, I´m having problems getting mysql configured. I´ve tried several examples but I don´t seem to be able to get it to work. I get the following error message at start up: 2002-05-01 22:14:24,607 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of

Re: [JBoss-user] jboss3.0 + mysql

2002-05-01 Thread Michael Delamere
Message - From: David Jencks [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, May 01, 2002 11:04 PM Subject: Re: [JBoss-user] jboss3.0 + mysql Please look at the forum FAW Help! My Datasource isn't working! and the posts in the jca forum. You

Re: [JBoss-user] jboss3.0 + mysql

2002-05-01 Thread Michael Delamere
not implement any Service methods What does the above mean? Thanks, I appreciate your help. bye Michael - Original Message - From: David Jencks [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED

Re: [JBoss-user] jboss3.0 + mysql

2002-05-01 Thread Michael Delamere
much Michael - Original Message - From: David Jencks [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, May 02, 2002 1:25 AM Subject: Re: [JBoss-user] jboss3.0 + mysql The warning is totally irrelevant here and probably everywhere

Re: [JBoss-user] jboss3.0 + mysql

2002-05-01 Thread Michael Delamere
Ok, I will do that first :-) Thanks again for your time. bye Michael - Original Message - From: David Jencks [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, May 02, 2002 1:45 AM Subject: Re: [JBoss-user] jboss3.0 + mysql This mostly

[JBoss-user] jboss2.4.5 + Virtual Hosts + apache

2002-04-27 Thread Michael Delamere
actually tried this? Or does the virtual host capability only work without apache, i.e. only with jboss+catalina? Thanks in advance Michael Delamere ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] jboss2.4.5 + Virtual Hosts + apache

2002-04-27 Thread Michael Delamere
-3.0.0RC1_tomcat-4.0.3.zip Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Marius [EMAIL PROTECTED] To: Michael Delamere [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, April 27, 2002 4:37 AM

Re: [JBoss-user] jboss2.4.5 + Virtual Hosts + apache

2002-04-27 Thread Michael Delamere
-web context-root//context-root virtual-hostservtest/virtual-host /jboss-web Once I get this working I´ll write a HOWTO so that others will find it easier to get this sort of thing going. Before I can do that though I need to get this going myself. So please HELP! :-) bye Michael Delamere

Re: [JBoss-user] JBOSS - virtual hosts - MAPPING configuration error for request URI

2002-04-19 Thread Michael Delamere
Hi, I had the same problem. Make sure that in your application.xml you have stated your host. For example: context-root/host=test.virtualhost.com/jboss/context-root bye Michael Delamere - Original Message - From: René Eigenheer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday

[JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Michael Delamere
need some help because I have tried everything and it really is frustrating!! Thanks in advance Michael Delamere

[JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-28 Thread Michael Delamere
e, then my virtual host question has just about been answered because I had no problems with virtual hosting when running Tomcat as a standalone. bye Michael Delamere

Re: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-28 Thread Michael Delamere
nly make use of JNDI if both servers (jboss+tomcat) are running in the same vm. Did I understand that correctly and if so does that have major drawbacks? bye Michael - Original Message - From: Alex Loubyansky To: 'Michael Delamere' Sent: Thursday, March 28, 2002 11:39 AM

Re: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Michael Delamere
this time. bye Michael Delamere - Original Message - From: Coetmeur, Alain [EMAIL PROTECTED] To: 'Michael Delamere' [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 12:21 PM Subject: RE: [JBoss-user] JBOSS and Virtual Hosts It seems you already have contacted me before (am I right?) I

Re: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Michael Delamere
oss starts with embedded tomcat. I have this working in a few different places. However it did take me weeks to figure it out. I hope this helps. -James -Original Message-From: Michael Delamere [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 28, 2002

Re: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Michael Delamere
To: Michael Delamere Cc: [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 4:27 PM Subject: RE: [JBoss-user] JBOSS and Virtual Hosts JBoss 2.4.3 with Tomcat. I am also working on do this with 3.0. -James -Original Message-From: Michael Delamere

Re: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Michael Delamere
se the tomcat.xml for setting the tomcat startup params. I knew it was more difficult than my first post stated, but I forgot what I did. -James -Original Message-From: Michael Delamere [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 28, 2002 8:43 AMT