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.
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>
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
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
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/
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.
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
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
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
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
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.
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo