[JBoss-user] [EJB/JBoss] - Re:

2005-06-27 Thread pchandra
No all session beans but only some. And I found that in the -ejb-jar.xml files these are specified as stateful whereas I had been given to understand that there were no stateful EJBs. When I checked the stacktrace I repeatedly saw a method call CreateStatefulSessionContainer(). That's what

[JBoss-user] [Persistence CMP/JBoss] - delay-updates-until-end-of-tx (BEA) and sync-on-commit-only

2005-06-27 Thread pchandra
I have 49 entity EJBs all having in their respective *-weblogic-ejb-jar.xml file the attribute: delay-updates-until-end-of-tx set as in delay-updates-until-end-of-txfalse/delay-updates-until-end-of-tx It looks like in JBoss 4.0.1 the equivalent is the attribute sync-on-commit-only I find in

[JBoss-user] [EJB/JBoss] - Missing/invalid instance-cache error with Stateless Sessio

2005-06-24 Thread pchandra
Hello! I have the following -jboss.xml for all of my stateless session EJBs. Trying to deploy on JBoss 4.0.1SP1 gives org.jboss.deployment.DeploymentException: Missing or invalid Instance Cache (in jboss.xml or standardjboss.xml); - nested throwable: (java.lang.ClassNotFoundException: No

[JBoss-user] [Persistence CMP/JBoss] - Re: CMR accross individually deployed ejb jars in the same J

2005-05-17 Thread pchandra
Hi I am also facing the exact same problem when trying to modify the dukesBank tutorial to simulate my real-life application's situation before committing to the multi-jar deployment. Looks like nobody has responded? I am saddened that almost every tutorial seems to think of single jar

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error: can't find data source: java:/DefaultDS

2005-05-10 Thread pchandra
I was just about to start posting exactly the same problem and found you guys discussing it. I will try your suggestion. Thanks Chandra View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877188#3877188 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error: can't find data source: java:/DefaultDS

2005-05-10 Thread pchandra
Just deleting the localDB phrase does it. Startsup fine. Thanks guys Chandra View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877190#3877190 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877190

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting Started Guide - release 3

2005-05-10 Thread pchandra
[EMAIL PROTECTED] wrote : Yes, the tutorial works. Use the the latest version at docs.jboss.org with the update 4 of the Sun J2EE tutorial. Everything works. I've installed and run the examples dozens of times. | | Norman As you can see in another thread, the tutorial does not work