Re: [JBoss-user] JBossDO page is on the site

2003-07-03 Thread Bruce Snyder
This one time, at band camp, Erik Price said: EPPete Beck wrote: EP I think the confusion arises where people people assume EJB's were EP designed for object persistance. EP EP They weren't, and in fact the persistance stuff was probably added more EP as an afterthought than anything. ... EP

[JBoss-user] error upon compilation of server module

2003-02-28 Thread Bruce Snyder
I'm starting to dig into JBoss CMP and I'm receiving an error when compiling the server module. I've grabbed jboss-all and I'm sitting in the server dir just executing build.sh without any args. Here's the error I'm receiving: file:/home/bsnyder/jboss-src/jboss-all/server/build.xml:166: JavaCC

RE: [jboss-group] Fw: [JBoss-user] Why PHP why not JSP?

2003-01-09 Thread Bruce Snyder
This one time, at band camp, marc fleury said: mfHOWEVER THE PROBLEM is that it is slow. The reason is not PHP it is the mfway PHP is usually written. Think a pile of JSP/JDBC(straight) with no mfcaching. He he, EJB is really a god send and we badly need it on this mfapplication. Our website

Re: [JBoss-user] Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJAnd the two largest ones:-)) DJ DJjboss and emacs/jdee/xdoclet DJ DJjboss and vi DJ DJdavid jencks How about jboss and vim? Bruce -- perl -e 'print unpack(u30,0G)U8V4\@4VYY95R\F9EG)E=\$\!FFEI+F-O;0\`\`);'

[JBoss-user] where to deploy support jar files

2002-10-25 Thread Bruce Snyder
I'm using JBoss 3.0.1 and I'd like to know where support jars should be deployed. Should they lie in $JBOSS_HOME/server/default/lib? Or should they lie in some other directory that JBoss picks up into its CLASSPATH? Thanks, Bruce -- perl -e 'print

Re: [JBoss-user] Castor-Jdo-Plugin

2002-09-17 Thread Bruce Snyder
This one time, at band camp, Arijit Ghosh said: AGAny pointers ? AG AGI am using Jboss 3.0 with Castor 0.9.3.21. AG AGFrom where can I get the latest castor-jdo-plugin for Jboss 3.0 ? The AGone on Jboss site is dated 28th April. Any release after that ? Any AGknown bugs in this present

[JBoss-user] How can I enable trace level logging on the tx manager?

2002-09-11 Thread Bruce Snyder
I'm using JBoss 3.0.1 and I've been trying to configure Log4J to print the actions of the tx manager so that I can see the actions occurring. But I can't find a Log4J configuration that will print trace level logging. I've looked at the TxManager and the TxCapsule and they both contain trace

Re: [JBoss-user] For all who have some troubles with Castor0.9.3.21+JBoss3.0.2

2002-09-11 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJ _ctx is org.exolab.castor.persist.TransactionContext object and his DJ close() method is: DJ public synchronized void close() DJ throws TransactionAbortedException DJ { DJ Enumeration enum; DJ ObjectEntry entry;

Re: [JBoss-user] Jboss 2.4.6 transactions

2002-09-10 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJetc. I think if you turn up logging high enough you will see what the tx DJmanager is doing, I've been trying to do this and I can't find a configuration that will print logging at this level for the tx manager. Can anyone suggest a

[JBoss-user] UserTransactions and database connections and errors, oh my - moreinfo

2002-09-05 Thread Bruce Snyder
Using JBoss 3.0.1 on RedHat 7.3, I have been stuck on the following error for a bit and it's driving me crazy: Application error: BMT stateless bean PlanLockService should complete transactions before returning (ejb1.1 spec, 11.6.1) This error occurs in an EJB that is doing BMP via

Re: [JBoss-user] UserTransactions and database connections anderrors, oh my - more info

2002-09-05 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJI really can't tell what you are doing from your description, and you DJappear at one point to imply that you have a BMT entity bean which is DJimpossible. DJ DJThe spec is trying to lead you, in a stateless session bean, to code ut DJusage

Re: [JBoss-user] UserTransactions and database connections anderrors, oh my - more info

2002-09-05 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJI really can't tell what you are doing from your description, and you DJappear at one point to imply that you have a BMT entity bean which is DJimpossible. DJ DJThe spec is trying to lead you, in a stateless session bean, to code ut DJusage

Re: [JBoss-user] UserTransactions and database connections anderrors, oh my - more info

2002-09-05 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJ If this is true, how can I expose UserTransactions out to a client so DJ that developers have the ability to start, stop or rollback transactions? DJ DJ1. (by far the best solution) rethink your architecture using an DJappropriate layering so

[JBoss-user] UserTransactions and database connections and errors, oh my

2002-09-04 Thread Bruce Snyder
Using JBoss 3.0.1 on RedHat 7.3, I have been stuck on the following error for a bit and it's driving me crazy: Application error: BMT stateless bean PlanLockService should complete transactions before returning (ejb1.1 spec, 11.6.1) This error occurs in an EJB that is doing BMP via

[JBoss-user] Oracle XA deployment: INIT_WAITING_DEPLOYER - is it deployed properly?

2002-09-03 Thread Bruce Snyder
I'm using JBoss 3.01 on Linux. I've configured and deployed the oracle-xa-service.xml, login-conf.xml and the jboss-xa.rar was already deployed. Upon starting up JBoss, I'm receiving a state of INIT_WAITING_DEPLOYER. I can only find a reference to this in the source and there are no notes about

Re: [JBoss-user] Oracle XA deployment: INIT_WAITING_DEPLOYER - isit deployed properly?

2002-09-03 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJlogin-conf.xml is not a deployable package. There needs to be exactly one DJof them in server/[config]/conf. I've only got one of them lying there. DJI think someone changed the incomplete deployment warnings to only occur DJonce, so even

Re: [JBoss-user] UserTransactions with JBoss

2002-08-26 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJI think plenty of people know how UserTransaction and the jboss transaction DJmanager work, but no one knows how Castor works. That is certainly my DJsituation. I don't have time or interest to read through enough of the DJCastor or Castor

[JBoss-user] Grabbing a transaction from JBoss via Castor continually fails -HELP!

2002-08-02 Thread Bruce Snyder
? Thanks, Bruce Snyder -- perl -e 'print unpack(u30,0G)U8V4\@4VYY95R\F9EG)E=\$\!FFEI+F-O;0\`\`);' --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [JBoss-user] Grabbing a transaction from JBoss via Castorcontinually fails - HELP!

2002-08-02 Thread Bruce Snyder
This one time, at band camp, Bruce Snyder said: BSI'm building an application that is using Castor for persisting objects BSand I'm using the JBoss TransactionManager for container managed BStransactions. Inside of TransactionManager.getThreadInfo(), there's a BScall to: BS BSThreadInfo ret

Re: [JBoss-user] Grabbing a transaction from JBoss via Castorcontinually fails - HELP!

2002-08-02 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJYou might get more response if you included jboss version, castor version, DJdeployment info, and a code snippet. DJ DJdavid jencks DJ DJOn 2002.08.02 13:21:13 -0400 Bruce Snyder wrote: DJ This one time, at band camp, Bruce Snyder said: DJ DJ

Re: [JBoss-user] Running on Solaris

2001-06-14 Thread Bruce Snyder
Thanks David Palmer David, Sounds like the script run_with_tomcat.sh needs to be converted to a unix file format. -- +---+-+ | Bruce Snyder | iWitness, Inc. | | Software Engineer | 2995 Wilderness Pl. | | 303.545.9000 x126 | Boulder, CO 80301