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
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.
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
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
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
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
---
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
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"
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
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
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
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
---
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
-
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?
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
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
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
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
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
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
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
|
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
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
23 matches
Mail list logo