[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem, when

2004-05-28 Thread westmeier
Ah, the Thread is back again. Meanwhile istarted another one with nearly the same topic. My Problem is solved. Thanks to everyone for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836786#3836786 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Persistence & CMP/JBoss] - Re: finderMethod only works with a few result Elements (smal

2004-05-25 Thread westmeier
"ironbird" wrote : | ...But why are you using the on-load option ? With the number of beans you are loading, on-find is better I think. | You can put also this read-ahead tag within the query tag of your finder if you want using on-find just for the finder. | Thanks a lot, it seems to wo

[JBoss-user] [Persistence & CMP/JBoss] - Re: finderMethod only works with a few result Elements (smal

2004-05-25 Thread westmeier
Thanks for your tips! 1) I cannot use the old Version 3.2.3, because of another bug in this version, which is fixed in my 3.2.4 RC1, but I will try the new 3.2.4 RC2 this evening. May'be this helps! 2) I use the SelectMethod=Cursor in my connection String, this would not be the solution :(

[JBoss-user] [Persistence & CMP/JBoss] - Re: finderMethod only works with a few result Elements (smal

2004-05-25 Thread westmeier
Here the first answers, before the thread got lost: Part of my Error Message: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Die Datenbank hat ein unspezifizierter Fehler zurückgegeben First answer: sorry lost authors nameQ Transation type not required ? Do you t

[JBoss-user] [Persistence & CMP/JBoss] - finderMethod only works with a few result Elements (small Co

2004-05-25 Thread westmeier
Hi, my original Thread got lost and so I will try to start it again. I saved the answers until Saturday and copy them now all together as first answer to this mail. Problem: I have a session bean, which uses a finderMethod of a CMP-entity bean to get a Collection of Objects from a SQL Server

[JBoss-user] [Persistence & CMP/JBoss] - Problem, when "finder" gets to much results! Caching Problem

2004-05-23 Thread westmeier
Hi, i have a problem with the results of a CMP2.0 Finder-Query. My code works correct, when the collection has a small size (in test 20), but if the Collection has a bigger size (test with 791 entries leads to the error code below). The shown Collection size is ok, but if I try to get Informatio

[JBoss-user] [Persistence & CMP/JBoss] - Problem, when

2004-05-23 Thread westmeier
Hi, i have a problem with the results of a CMP2.0 Finder-Query. My code works correct, when the collection has a small size (in test 20), but if the Collection has a bigger size (test with 791 entries leads to the error code below). The shown Collection size is ok, but if I try to get Informatio

[JBoss-user] [JBoss.NET & SOAP] - Re: ClassNotFoundException in JBoss.Net deployment

2004-03-27 Thread westmeier
Sorry, i forgot something to mention: I use the JBoss default-configuration and added manually the ?jboss-net.sar? from all-configuration to the deploy-directory without any further configuration. May this cause any problems? Thorsten http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss.NET & SOAP] - Re: ClassNotFoundException in JBoss.Net deployment

2004-03-27 Thread westmeier
Hi, i think, that i have similar problem with my web-service. My Application, which uses EJBs, works with a local TestClient (see 1.)without problems. In future the RealClient should be a Web-Start-Application with Port 80 Server-Communication (to avoid firewall-problems) and so I tried to c