[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Performance is very poor

2005-07-21 Thread radl01
Do you have biDir or uniDir CMR ? Using findAll query on lot of table rows is not the bets way how to retrive huge data from DB. JR View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886038#3886038 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Poor performance with JBoss & MS SQL Server

2005-07-21 Thread radl01
Do you check sql statement generated by finder method ? (turn on debug/trace on plugins.cmp classes) ? Are you able to catch query plan on your DB ? Regards Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886037#3886037 Reply to the post : http://www.

[JBoss-user] [JBoss Portal] - Re: how can make jboss-portal internationalization

2005-04-20 Thread radl01
Hi all, one more question about internationalization. Is it posible to change language (resources) for specific login. I mean can JBoss Portal speaks more than one language ? Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874650#3874650 Reply to the po

[JBoss-user] [Performance Tuning] - Re: Performance Question

2005-04-13 Thread radl01
1 - 10 clients is OK. If your SQL queries would not be slow your clients achieve the time response. Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873776#3873776 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38737

[JBoss-user] [Performance Tuning] - Re: Performance Question

2005-04-12 Thread radl01
How many concurent clients should be serve by the JBoss in 33ms (300 req/sec) ? What about RAM in JBoss server ? Did you make some tests of SQL statements that you run inside the WS. Does this sql statemnts achieving the expected time response ? We are able to do 500Tx(not easy Tx) per sec in

[JBoss-user] [Performance Tuning] - Re: Which JVM to use

2005-04-08 Thread radl01
1.5 Sun JDK is very good in both systems (Linux and Windows) Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873218#3873218 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873218 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP & JBoss outside the domain

2005-04-07 Thread radl01
What is your login-config look like ? Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873073#3873073 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873073 --- SF

[JBoss-user] [EJB/JBoss] - Re: Jboss and Websphere problem !

2005-04-07 Thread radl01
And what about to use resource reference | * @ejb.resource-ref | * res-ref-name = "jdbc/MyDataSource" | * res-type = "javax.sql.DataSource" | * res-auth = "Container" | * res-sharing-scope = "Shareable" | * @jboss.resource-ref | *res-ref-name="jdbc/MyDataSource"

[JBoss-user] [EJB/JBoss] - Re: Creating CORBA wrapper servants for EJB objects

2005-04-07 Thread radl01
Using MBean is the good point but you can write your own CORB-to-EJB proxy servants and run this servants in separate CORBA server. It is very easy to write proxy generator which does all the work for you. This solution has one big advantage: You can use this scenerio for any J2EE App server. W

[JBoss-user] [Persistence & CMP/JBoss] - Re: Relation accross different ejb.jars once again

2005-03-25 Thread radl01
Why do you need to spread CMP (CMR) in more than one ejb.jar file ? Ww have more than 100 CMP/CMR beans in one jar and we did not see any problem. CMP is always the lowist tier in the project and should be compact for all applications based on this structure. Jan View the original post : http

[JBoss-user] [Persistence & CMP/JBoss] - Re: Entity Bean, with DB2 can't create

2005-03-25 Thread radl01
This is a problem of IDE. You never know what IDE did behind. It is better to use XDoclets Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871587#3871587 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871587

[JBoss-user] [Persistence & CMP/JBoss] - Re: Tracing SQL statements

2005-03-23 Thread radl01
in log4j.xml | | | | Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871449#3871449 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871449 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: Entity Bean, with DB2 can't create

2005-03-23 Thread radl01
Did you trace SQL statements ? uncomment tracing in log4j.xml for cmp plugins Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871322#3871322 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871322 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Generated SQL Sentence too big

2005-03-14 Thread radl01
Hi Pablo, we use ASE 12.5.x with CMPs and CMRs in JBoss. If you have some question here is my email [EMAIL PROTECTED] Is your SQL statement generated for CMR ? I mean full of OR sentences ? if yes try to reduce page-size parameter Jan View the original post : http://www.jboss.org/index.html?

[JBoss-user] [Performance Tuning] - Re: Executing Session Bean methods very slow over internet

2005-03-02 Thread radl01
This is not problem of JBoss. !!! JBoss is fast as WebLogic or WebSphere. It should be problem with resolving service. Do you use ip or host name to connect to your server ? Dou you use rmi invoker or http invoker ? Did you trace the request rout (ethereal etc.) ? Your operation should be

[JBoss-user] [Persistence & CMP/JBoss] - Re: Generated SQL Sentence too big

2005-02-28 Thread radl01
try to look at this conf in standardjbosscmp | | on-find | 1000 | * | | Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868165#3868165 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Performance Tuning] - Re: JBoss benchmarking

2005-02-22 Thread radl01
Hi krishnan, can you specify your test appliaction more ? I think that your test app is based on CMP because you are CMP Borland expert or i'm wrong ? I did a few test with BES and JBoss and you are right taht the BES is faster but in my test it was only 10 or 15 %. Jan View the original post

[JBoss-user] [Performance Tuning] - Re: sql performance

2005-01-28 Thread radl01
Do you use preparedSatements in your BMP ? If no => change it and try to set 500 parametr to enable statement caching. Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863937#3863937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Performance Tuning] - JBoss and CMP is great

2005-01-28 Thread radl01
Hi All, i post this message just as a congratulation to JBoss group for great job in CMP implementation. I test the same big App (more than 100 EB CMP and CMR, more than 50 SSB and SFB) with JBoss (3.2.3) and EAS 4.2.2. JBoss was more than 100% faster then Sybase App server. Jan View the ori

[JBoss-user] [Persistence & CMP/JBoss] - Select statement in CMP create

2004-10-29 Thread radl01
Hi all, i have a very simple question: Is it posible to turn off select statement (findBy PK) in create method of main CMP bean? This is done only for 1:1 CMR fields. This behavior cause bad performance in our appliaction where we have to insert dozen of beans. bean A, B (1:1) in a.create JDBC

[JBoss-user] [Persistence & CMP/JBoss] - CMP and Sybase JConnect

2004-07-01 Thread radl01
Hi all, I had a problem with Short CMP fields with JConnect JDBC driver for ASE/ASA. JConnect does not support setObject() method with Short Object type. I had to change a source code (org.jboss.ejb.plugins.cmp.jdbc.JDBCUtils) in setParameter method a litle bit: I added one more case |

[JBoss-user] [EJB/JBoss] - Re: Jbuilder or Enclipse on Jboss?

2004-03-03 Thread radl01
Hi, i tried both and JBuilder with XDoclet and Chocolate support is perfect for us. The visual wizard in JBuilder is so slow for pruduction work. Its is goog enought for Hello world examples but not for dozens of EJBs. Eclipse is fine as well but Both are very good and it is depend which i

[JBoss-user] [Persistence & CMP/JBoss] - Re: easiest way to encrypt a CMP field?

2004-02-19 Thread radl01
Hi Martin, the best way to keep your data save in the DB is to encryt or decrypt data using DB engine tools. Sybase SQL Anywhere do this for example. Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822140#3822140 Reply to the post : http://www.jboss.org