[JBoss-user] [Clustering/JBoss] - stateless session bean communication over http / internet

2005-11-23 Thread ebende
Hi, is it possible to run a JBoss cluster over the internet? In particular, this is what I want: On server A I am running Stateless Session Bean 1. On server B I am running Stateless Session Bean 2. Now I want to let SLSB 1 communicate with SLSB 2. However server A and B are NOT located on

[JBoss-user] [JNDI/Naming/Network] - ejb communication over http. JNDI lookup over http.

2005-11-23 Thread ebende
Hi, is it possible to run a JBoss cluster over the internet? In particular, this is what I want: On server A I am running Stateless Session Bean 1. On server B I am running Stateless Session Bean 2. Now I want to let SLSB 1 communicate with SLSB 2. However server A and B are NOT located on

[JBoss-user] [Installation Configuration] - web address in tomcat log

2005-04-28 Thread ebende
Hi, In the log file from the tomcat server you find the IP address at the beginning of each line, like 213.118.21.19 - - [05/Jan/2005:09:27:48 +] GET /titleservlet HTTP/1.1 200 1195 Is it possile to have the web address here instead of the IP address? How should I configure this? Thanks,

[JBoss-user] [Clustering/JBoss] - jboss-netboot.zip gone?

2004-10-21 Thread ebende
Hi The zip-file http://jboss.sf.net/demo/netboot/jboss-netboot.zip neede for netbootin as mentioned on the site http://www.jboss.org/demos/netboot appears not to exist. Where can I find it? Evert Bende View the original post :

[JBoss-user] [J2EE Design Patterns] - Re: Who can help with design challenge to get data from Sess

2004-09-30 Thread ebende
Prem, many thanks again. It's clear. If you need help, let me know. Though I'm not sure if I can help you. Evert http://212.203.14.69/topsolar/cgi-bin/climatetop50/cgi-bin/topsites.cgi?action=inid=69 View the original post :

[JBoss-user] [J2EE Design Patterns] - Re: DAO or EJB

2004-09-30 Thread ebende
Hi, you can find a good story on the pro's and con's on pages 76-80 of EJB Design Patterns of Floyd Marinescu free downloadable at http://www.theserverside.com/books/wiley/EJBDesignPatterns/downloadbook.tss Good luck, Evert Bende

[JBoss-user] [J2EE Design Patterns] - Who can help with design challenge to get data from Session

2004-09-22 Thread ebende
Hi, I'm working on a J2EE application with Servlets and EJBs. One of the tasks is to do a big calculation (10 min-1 hour). In order not to use all CPU resources for these calculations, I have an asynchronously design pattern and do the calculations one by one. To this end I use a Servlet

[JBoss-user] [Persistence CMP/JBoss] - Re: blob CMP MySQL EJB JBoss3.2 mapping problem

2004-06-21 Thread ebende
If you say default mapping I suppose you mean the one in jboss-3.2.2/server/default/conf/standardjbosscmp-jdbc.xml, right? Well I also had problems with the default mappings for timestamp/datetime. None of the listed mappings worked for me. However, what worked for me is: JAVA Sql type:

[JBoss-user] [Persistence CMP/JBoss] - blob CMP MySQL EJB JBoss3.2 mapping problem

2004-06-17 Thread ebende
Hi, I've read all threads concerning BLOBs, CMP and MySQL. Yet I don't know how to read BLOBs with CMP in combination with - mysql-connector-java-3.0.8-stable-bin.jar (driver) - jboss3.2 - mysql4.0 By the way, I managed to read BLOB 'manually' through direct query execution. With | ResultSet rs

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP, BLOBS and findAll

2004-06-16 Thread ebende
Hi, I can tell the following on Read-ahead strategies. By default a find-method returns only the primary keys of the records from the DB. (SELECT PK FROM TABLE T; is carried out). Once you invoke a method of a single CMP-EJB (from the collection you got from the find-method) the remainder of

[JBoss-user] [EJB/JBoss] - Re: Compound PK DeploymentException

2004-03-14 Thread ebende
Very good. It works. Thank you. I like short answers that are correct. Evert a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825578#3825578;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825578Reply to the post/a

[JBoss-user] [EJB/JBoss] - Compound PK DeploymentException

2004-03-09 Thread ebende
Hi everybody, I have question concerning compound primary keys in CMP2.0 EJBs. I've got a deployment error: Generation only supported with single PK field from Jboss 3.2.2 (See below). What do I do wrong? Do I need to configure someting in JBoss in addition? My codes and xml-pieces for a vey