[JBoss-user] [JBossCache] - Re: Problem With EJB or JBOSS CACHE..seems L1 Cache Problem

2006-02-13 Thread kasinath
thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923357#3923357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923357 --- This SF.net email is sponsored by:

[JBoss-user] [EJB 3.0] - Problem With EJB or JBOSS CACHE..seems L1 Cache Problem

2006-02-10 Thread kasinath
Posted: Fri Feb 10, 2006 5:08 pmPost subject: In the first case, we are looking up 5000 entities by looping on the client, meaning that we start a new session 5000 times. In the second case, the lookup loop has been moved into the session bean. Under the second scenario, all of these

[JBoss-user] [EJB/JBoss] - Problem With EJB or JBOSS CACHE..seems L1 Cache Problem

2006-02-10 Thread kasinath
Posted: Fri Feb 10, 2006 5:08 pmPost subject: In the first case, we are looking up 5000 entities by looping on the client, meaning that we start a new session 5000 times. In the second case, the lookup loop has been moved into the session bean. Under the second scenario, all of these

[JBoss-user] [JBossCache] - Problem With EJB or JBOSS CACHE..seems L1 Cache Problem

2006-02-10 Thread kasinath
Posted: Fri Feb 10, 2006 5:08 pmPost subject: In the first case, we are looking up 5000 entities by looping on the client, meaning that we start a new session 5000 times. In the second case, the lookup loop has been moved into the session bean. Under the second scenario, all of these

[JBoss-user] [JNDI/Naming/Network] - Re: javax.naming.NameNotFoundException:com not bound.

2006-01-13 Thread kasinath
name of the par( example u might gavew anonymous wrote : persist.PAR ) and the name in ur persistence.xml shuld be same.. what i mean is | | | | anonymous wrote : persist | | | java:/orderDataSource | | | |

[JBoss-user] [EJB/JBoss] - Error when inserting into ORACLE DB

2006-01-13 Thread kasinath
Hi I have installed oracle in My system and trying a small example which insert into DB.. but it is inserting propery.. after insertion i am getting this error.. Code: | | java.net.SocketException: Connection reset | at java.net.SocketInputStream.read(SocketInputStream.jav

[JBoss-user] [EJB 3.0] - Error when inserting into ORACLE DB

2006-01-13 Thread kasinath
Hi I have installed oracle in My system and trying a small example which insert into DB.. but it is inserting propery.. after insertion i am getting this error.. Code: | | java.net.SocketException: Connection reset | at java.net.SocketInputStream.read(SocketInputStream.java:168)

[JBoss-user] [JBoss Eclipse IDE (users)] - Error when inserting into ORACLE DB

2006-01-13 Thread kasinath
Hi I have installed oracle in My system and trying a small example which insert into DB.. but it is inserting propery.. after insertion i am getting this error.. | java.net.SocketException: Connection reset | at java.net.SocketInputStream.read(SocketInputStream.java:168) | at ja

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Help on Ejb3

2006-01-13 Thread kasinath
Hey, I got the Solution. I read it in EJB# trialblazer..they have very good demo.. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917362#3917362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917362 ---