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

2003-07-03 Thread Bruce Snyder
This one time, at band camp, Erik Price said: EP>Pete 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.

Re: [JBoss-user] error upon compilation of server module

2003-02-28 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJ>Just to check the obvious first, you checked out Branch_3_0 with jboss-all? DJ> For head check out jboss-head, for 3.2 check out -r Branch_3_2 jboss-3.2 DJ> DJ>david jencks DJ> DJ>On 2003.02.28 03:44 Bruce Snyder wrote: DJ>

[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 hom

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: mf>HOWEVER THE PROBLEM is that it is slow. The reason is not PHP it is the mf>way PHP is usually written. Think a pile of JSP/JDBC(straight) with no mf>caching. He he, EJB is really a god send and we badly need it on this mf>application. 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: DJ>And the two largest ones:-)) DJ> DJ>jboss and emacs/jdee/xdoclet DJ> DJ>jboss and vi DJ> DJ>david jencks How about jboss and vim? Bruce -- perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9Ehttp://hpc.devchannel.org/

[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 unpack("u30","<0G)U8V4\@4VYY9&5R\"F9Ehttp://ads.

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

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

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>> ObjectE

[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 loggi

Re: [JBoss-user] Jboss 2.4.6 transactions

2002-09-10 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJ>etc. I think if you turn up logging high enough you will see what the tx DJ>manager 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 configura

RE: [JBoss-user] Connection -- Not a Castor problem

2002-09-06 Thread Bruce Snyder
This one time, at band camp, Matthew Baird said: MB>David is right. I had the same problem when I was embedding OJB inside JBoss via an MBean (same strategy as Castor). I had the same problems, found the offending source and fixed it. MB> MB>Keep looking in Castor, that's where the problem is.

Re: [JBoss-user] needing a job scheduler

2002-09-05 Thread Bruce Snyder
This one time, at band camp, Gary Grobe said: GG>I don't know if it's better to fully decouple a scheduler from JBoss or GG>somehow implement it as a service which I'm kinda clueless about right GG>now. I only know mbeans at their simplest level. GG> GG>Currently I'm thinking to make a standalo

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>xa has nothing to do with this. If your requirement is for long lasting DJ>interactive transactions, you need to do (2) or (I should have thought of DJ>this before) use stateful session beans, which should work with your DJ>current method calls.

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> DJ>1. (by far the best solution) rethink your architecture using an DJ>appropriate layering

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>I really can't tell what you are doing from your description, and you DJ>appear at one point to imply that you have a BMT entity bean which is DJ>impossible. DJ> DJ>The spec is trying to lead you, in a stateless session bean, to code ut DJ>usage

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>I really can't tell what you are doing from your description, and you DJ>appear at one point to imply that you have a BMT entity bean which is DJ>impossible. DJ> DJ>The spec is trying to lead you, in a stateless session bean, to code ut DJ>usage

[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 class

[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 class

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: DJ>login-conf.xml is not a deployable package. There needs to be exactly one DJ>of them in server/[config]/conf. I've only got one of them lying there. DJ>I think someone changed the incomplete deployment warnings to only occur DJ>once, so even

[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 it

Re: [JBoss-user] UserTransactions with JBoss

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

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: DJ>You might get more response if you included jboss version, castor version, DJ>deployment info, and a code snippet. DJ> DJ>david jencks DJ> DJ>On 2002.08.02 13:21:13 -0400 Bruce Snyder wrote: DJ>> This one time, at band

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: BS>I'm building an application that is using Castor for persisting objects BS>and I'm using the JBoss TransactionManager for container managed BS>transactions. Inside of TransactionManager.getThreadInfo(), there

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

2002-08-02 Thread Bruce Snyder
omething incorrectly? Thanks, Bruce Snyder -- perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9Ehttp://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Running on Solaris

2001-06-14 Thread Bruce Snyder
s/j2sdk1_3_1/lib/tools.jar: is not an > identifier > > > 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 Enginee