Scott? RE: [JBoss-user] RE: [Beanshell-users] Re: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread Sacha Labourey
Scott, Do you accept the beanshell sub-deployer in pre-HEAD branches? 3.2? 3.0? Cheers, Sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Adam > Heath > Envoye : jeudi, 9 janvier 2003 06:47 > A : Jboss-Dev > Cc : [EMA

[JBoss-user] [solarmetric.com #1351] AutoReply: Language

2003-01-08 Thread SolarMetric Support
Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "Language", a summary of which appears below. There is no need to reply to this message right now. Your ticket has been assigned an ID of [solarmetric.com #1351]. Plea

RE: [JBoss-user] RE: [Beanshell-users] Re: [JBoss-dev] ANNOUNCE:BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread Adam Heath
On Wed, 8 Jan 2003, Sacha Labourey wrote: > OK, I've just tested and the "russian doll" feature wasn't working with .bsh > files. It is now fixed. > > Furthermore, I just tested this case: I added a xxx.bsh file inside a > ejb.jar file. Result: the deployment process respect the > create/start/sto

Re: [JBoss-user] Jbuilder integration question...

2003-01-08 Thread Rod Macpherson
The open tool works with JB 7.0 but consider Eclipse in combination with Ant. - Original Message - From: "Matthew Van Horn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 6:22 PM Subject: Re: [JBoss-user] Jbuilder integration question... The Open tool site

RE: [JBoss-user] Jbuilder integration question...

2003-01-08 Thread Sasidharan, Manoj
I am also using JBoss plug-in with JBuilder 7.. It works fine. :) MS -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 7:21 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Jbuilder integration question... No problems with JBuilder 7 my

RE: [JBoss-user] Jbuilder integration question...

2003-01-08 Thread Paul Smith
No problems with JBuilder 7 my end. cheers, Paul Smith > -Original Message- > From: Matthew Van Horn [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 9 January 2003 1:22 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Jbuilder integration question... > > > The Open tool site makes r

RE: [JBoss-user] Store large pdfs with JBoss

2003-01-08 Thread Pete Beck
On Fri, 2003-01-03 at 19:37, Luttrell, Peter wrote: > Actually i'm considering writing a little jmx service that manages the > filesystem store. my ejbs would store the key that the jmx service > requires. the service would then enforce/handle all such rules. > > I just read this however, which a

[JBoss-user] ear-based scoping or multiple jboss instance

2003-01-08 Thread Rene Palad
I have an application that I want to deploy multiple times to be consumed by different customers. What is the best practice, one ear file per application or one jboss instance per application. I tend to use the former approach because it feel that this is more manageable, but I'm concerned with t

Re: [JBoss-user] Jbuilder integration question...

2003-01-08 Thread Matthew Van Horn
The Open tool site makes references to JBuilder 6, does it also work well with JBuilder 7 ? On a side note - Does exit code 10 indicate anything specific in JBoss - My app is killing the server (sometimes), but no error, and I don't know why. On Wednesday, January 8, 2003, at 11:27 PM, Nichola

RE: [JBoss-user] Oracle XA Datasource - "Use explicit XA" error

2003-01-08 Thread Muruga Chinnananchi
Hi Manoj, Thanks very much for your help. I really appriciate it. I followed your instructions with thin driver. I get the same error with thin driver. Now i switched back to OCI driver but this time i executed the initjvm.sql for system/manager oracle user. After executing the above sql, I star

Re: [JBoss-user] Pointbase XA Datasource - Transaction Hangs

2003-01-08 Thread Muruga Chinnananchi
Hi, After few minutes the transaction gets TIMED OUT, and the jboss console displays the following message. 15:29:08,125 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl [Format Id=257, GlobalId=muruga//47, BranchQual=] timed out. status=STATUS_ACTIVE 15:29:08,125 INFO [STDOUT] Exceptio

[JBoss-user] Pointbase XA Datasource - Transaction Hangs

2003-01-08 Thread muruga c
I am facing a problem with pointbase xa datasource configuration...whenever i initiate the transaction with pointbase XA DataSource, the transaction takes forever to complete. It simply hangs.. Please see below for the thread dump of the transaction thread. Here is the config file for pointbase xa

RE: [JBoss-user] Oracle XA Datasource - "Use explicit XA" error

2003-01-08 Thread Sasidharan, Manoj
Hello All, It works for me... except for the fact that I am using Oracle thin driver instead of OCI.. A few cents: 1. Try using thin driver (see attached oracle-xa-ds.xml) 2. Make sure that database has Oracle JVM initialised (may not be the case) XAOracleDS true org.jboss.resourc

RE: [JBoss-user] Oracle XA Datasource - "Use explicit XA" error

2003-01-08 Thread Sasidharan, Manoj
One more point.. Incase you are using JDK1.4, use the new JDBC drivers from Oracle. MS -Original Message- From: muruga c [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 2:39 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Oracle XA Datasource - "Use explicit XA" error Hi, I

[JBoss-user] Can I change the order that EJBs in my ejb-jar file load???

2003-01-08 Thread Luttrell, Peter
Is there a way to control the deploy order for ejbs? Such as the dependency declaration with MBeans?   I have a MDB that is tied to a queue. It depends on 4 entity beans. If a message is written to the queue when my MDB is not deployed, and then i deploy it. It loads the MDB first, which im

RE: [JBoss-user] Reducing size of ReadAhead with CMP in 3.0.4 (trying to track down an ORA-01745 error)

2003-01-08 Thread Luttrell, Peter
JBossCMP.pdf (in the paydocs) Chapter 6 is your best source of reference. Till then take a look at \docs\dtd\jbosscmp-jdbc_3_0.dtd. I believe your answer lies somewhere in the subelements. This may answer what you've asked for, but i'm not sure it will solve your actual problem. enjoy. .peter

Re: [JBoss-user] Transaction not saving entity bean changes (SimpleTest Code included)

2003-01-08 Thread Kris
David, I've put together a simple test program which shows the behavior I described in the initial posting for this thread. I've attached the source code, Junit test. and ANT script as a jar file. When you run the test with 'no' transaction the test succeed. If you run with transaction require

RE: [JBoss-user] Cmp vs hibernate

2003-01-08 Thread Matthew Baird
I disagree with your statement of "Let's face it, O/R mappings will never be very efficient. " Both OJB (to which I contribute) and Hibernate (which I watch closely) approximate raw JDBC performance in most cases, and can exceed it in many others. Go check out the performance target in OJB,

[JBoss-user] Oracle XA Datasource - "Use explicit XA" error

2003-01-08 Thread muruga c
Hi, I am using JBoss 3.2 Beta3 with Oracle XA driver. When i try to use the XADatasource, i get "Use explicit XA" call ResourceException (see below for the full error message). I thought the oracle XA problem got solved in 3.2 beta3. Maybe i am doing something wrong. Can somebody please help me wi

Re: [JBoss-user] JBoss 3.0.4: startup deployment of ear located in/farm fails

2003-01-08 Thread Vladyslav Kosulin
Sacha Labourey wrote: It solves the first issue: now I can start JBoss with ear under /farm. But not the second one: now when I start new cluster node it freezes just here: 16:50:28,522 INFO [FarmMemberService] Starting 16:50:28,786 INFO [FarmMemberService] pullNewDeployments 16:51:0

[JBoss-user] Jetty + SSL

2003-01-08 Thread Dave Smith
Jboss 3.0.4. I am seeing this in the log. After this any references to my ear return a 404. After touching the ear it is fine again for another week. Sun SSL bug? 2003-01-03 14:48:46,961 WARN [org.jboss.jbossweb] WARNING: null null null java.lang.ArrayIndexOutOfBoundsException at com.sun

Re: [JBoss-user] Cmp vs hibernate

2003-01-08 Thread Pete Beck
A common usage for CMP entity beans seems to be for persistent objects using an O/R mapping. Although entity beans can generally act that way, that is by no means all they amount to. In fact Sun have a more light-weight spec for this purpose (JDO). I can't help feeling that hybernate is nearer t

RE: [JBoss-user] RE: [Beanshell-users] Re: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread Sacha Labourey
OK, I've just tested and the "russian doll" feature wasn't working with .bsh files. It is now fixed. Furthermore, I just tested this case: I added a xxx.bsh file inside a ejb.jar file. Result: the deployment process respect the create/start/stop/destroy steps i.e. you have this sequence: - creat

RE: [JBoss-user] JBoss 3.0.4: startup deployment of ear located in /farm fails

2003-01-08 Thread Sacha Labourey
Can you try to modify the farm-service.xml file like that: jboss:service=DefaultPartition jboss.ejb:service=EJBDeployer DefaultPartition ./farm jboss.deployment:type=DeploymentScanner,flavor=URL jboss.system:service=MainDeployer (i.e. add a new entry

RE: [JBoss-user] Cmp vs hibernate

2003-01-08 Thread Bill Burke
Why would you want to use hsqldb? Its not transactional. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Wednesday, January 08, 2003 12:57 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Cmp vs hibernate > > > >

[JBoss-user] RE: [Beanshell-users] RE: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread Shankar Unni
James Higginbotham writes: > I wonder if it would be possible to put the .bsh in a .sar in your .ear? Sounds excruciating :-). Won't it tickle? --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Somet

Re: [JBoss-user] JBoss 3.0.4: startup deployment of ear located in/farm fails

2003-01-08 Thread Vladyslav Kosulin
More complete log shows that it first deploys web application, and only after that - ejb-jars: 2003-01-08 13:43:43,468 ERROR [org.jboss.ha.framework.server.FarmMemberService] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$De ployedURL@283ceb38{ url=file:/opt/jboss/jboss-3.0.4/

[JBoss-user] RE: [Beanshell-users] Re: [JBoss-dev] ANNOUNCE: BeanShell JBosssub-deployer in HEAD

2003-01-08 Thread Adam Heath
On Wed, 8 Jan 2003, Sacha Labourey wrote: > > > If something like this could also be added to J2EE deployments(in META-INF > > dirs), then I'd be even more excited. > > Well, have you simply tried to put a xxx.bsh file inside your JAR, SAR or > EAR (not war though): it should deploy thanks to the

[JBoss-user] JBoss 3.0.4: startup deployment of ear located in /farm fails

2003-01-08 Thread Vladyslav Kosulin
JBoss 3.0.4. When I start JBoss with my ear in /deploy, it deploys everything fine. When I start JBoss with empty /farm directory and copy my ear there after start done, everything deploys fine to all nodes in the cluster. When I start JBoss with ear in /farm, it does not deploy my ear because of "

Re: [JBoss-user] Cmp vs hibernate

2003-01-08 Thread marius
We are missing support for SUM and COUNT sql-function as well as subqueries in CMP, which hibernate have. This has forced us into using pure sql for this part to get it reasonable fast. Also you don't need all dataobjects and interfaces in hibernate, so we should try it soon, nut it would be nice

[JBoss-user] RE: [Beanshell-users] Re: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread Sacha Labourey
> If something like this could also be added to J2EE deployments(in META-INF > dirs), then I'd be even more excited. Well, have you simply tried to put a xxx.bsh file inside your JAR, SAR or EAR (not war though): it should deploy thanks to the "russian dolls" packaging feature. --

[JBoss-user] RE: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread James Higginbotham
I wonder if it would be possible to put the .bsh in a .sar in your .ear? Not sure, haven't tried it.. And agreed, this bsh support really is interesting.. > -Original Message- > From: Adam Heath [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 08, 2003 11:52 AM > To: Jboss-Dev > Cc:

[JBoss-user] "Never" transaction attribute

2003-01-08 Thread Boris Tamarkin
Title: "Never" transaction attribute I am just curious. If transaction type for method "a" in session stateless bean is "Never". Is it possible that JBoss (3.0.4) starts new transaction anyway when method "a" called? It looks like it does in my case. Thanks Boris

Re: [JBoss-user] Cmp vs hibernate

2003-01-08 Thread pf
onsdagen den 8 januari 2003 kl 17.23 skrev Bill Burke: Will hibernate provide you with a distributed clustered cache solution? JBoss 4.0 CMP will. If You are using hsqldbr(eplikated) - it probably would ... *hsqldbr(eplicated) http://www.javagroups.com/javagroupsnew/docs/hsqldbr/design.htm

[JBoss-user] Re: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread Adam Heath
On Tue, 7 Jan 2003, Sacha Labourey wrote: > Hello, > > Yesterday I commited a BeanShell (BSH, www.beanshell.org) sub-deployer in > HEAD. It is in module varia and you can find its lib in > varia/output/lib/bsh-deployer.sar. > > It allows you to hot-deploy *.bsh files in /deploy. > > [snip] /me go

RE: [JBoss-user] Cmp vs hibernate

2003-01-08 Thread Bill Burke
Will hibernate provide you with a distributed clustered cache solution? JBoss 4.0 CMP will. Have the hibernate developers thought about clustering CMP? We have since JBoss 3.0. Bill Burke Chief Architect JBoss Group, LLC > -Original Message- > From: [E

RE: [JBoss-user] Running multiple JBoss instances on multi-homed machine

2003-01-08 Thread Bill Burke
Don't forget to search the forums too. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Barney > Rubble > Sent: Wednesday, January 08, 2003 8:55 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Running multiple JBoss instances on > multi-homed m

Re: [JBoss-user] Cmp vs hibernate

2003-01-08 Thread David Ward
In addtion, I would like to see CMP and Hibernate compared with Apache OJB: http://jakarta.apache.org/ojb/ Thanks, David -- LaBanca, Rick escribió:: A bit off topic, but I need to ask those who have explored... Has anyone here used hibernate in preference to cmp? If so how has it worked out fo

[JBoss-user] Cmp vs hibernate

2003-01-08 Thread LaBanca, Rick
A bit off topic, but I need to ask those who have explored... Has anyone here used hibernate in preference to cmp? If so how has it worked out for you in jboss? We are considering it or cmp. Hibernate certainly seems more flexible, but I was thinking it doesn't abstract the app from the data as m

RE: Re[2]: [JBoss-user] cmp composite field problems

2003-01-08 Thread Sonnek, Ryan
thank you very much for your reply. since i'm relying heavily on xdoclet right now (it generates nearly 75 classes and config files for me), i've decided to remove the DVC and flatten the class into individual fields that all entity beans inherit from. it isn't terribly messy either, since all my

[JBoss-user] Demo of Java Petstore v1.3.1 on JBoss v3.2 beta3 available for download

2003-01-08 Thread Magnus Larsson
Anyone interested in running the complete Java Petstore v1.3.1 on JBoss? (complete means all four EAR-applications in Petstore, petstore.ear, opc.ear, supplier.ear and petstoreadmin.ear) If so go to http://www.callista.se/enterprise/resources/index.htm and download “Callista Deploy” v1.2. We have

Re: [JBoss-user] Jbuilder integration question...

2003-01-08 Thread Nicholas
I have never tried Protegra, but I can vouch for the JBoss-Opentool. It is excellent. //Nicholas --- cai margiex <[EMAIL PROTECTED]> wrote: > u can use opentool on > http://sourceforge.net/projects/jboss-opentool/, > it's > better than protegra. > good luck. > > > > > > >From: Matthew V

Re: [JBoss-user] Running multiple JBoss instances on multi-homedmachine

2003-01-08 Thread Barney Rubble
Busted :) - Original Message - From: "Bill Burke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 5:26 AM Subject: RE: [JBoss-user] Running multiple JBoss instances on multi-homed machine > hello rod. > > > -Original Message- > > From: [EMAIL PROTECT

[JBoss-user] Reducing size of ReadAhead with CMP in 3.0.4 (trying to track downan ORA-01745 error)

2003-01-08 Thread Thorbjørn Ravn Andersen
I am trying to use Middlegen against our Oracle 7 installation to create the files necessary to model the various tables as entity beans. My initial attempt with a small table with few rows worked well, but now I have tried with two larger tables, and then I consistently get "java.sql.SQLExcept

RE: [JBoss-user] Running multiple JBoss instances on multi-homed machine

2003-01-08 Thread Bill Burke
hello rod. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Barney > Rubble > Sent: Tuesday, January 07, 2003 4:37 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Running multiple JBoss instances on multi-homed > machine > > > I have a requirement

Re: [JBoss-user] Strange Exception: JMS -> MDB -> Session Bean

2003-01-08 Thread joerg maier
I have tried serveral configurations in the standardjboss.xml, but it doesn´t work. Can you describe where I must set the ByValueInvokerInterceptor for my MDB-Client. Perhapse you can send an example how this configuration should looks like. Thanks for your help. > 2.4 will automatically downgrad

Re[2]: [JBoss-user] cmp composite field problems

2003-01-08 Thread Alex Loubyansky
Hello Ryan, I don't know whether it's possible to generate with xdoclet but, AFAIK, dependent-value-class declaration is required. alex Tuesday, January 07, 2003, 5:15:19 PM, you wrote: SR> no i haven't. i can't seem to find a way to generate the SR> element using xdoclet-1.2-b2. also, readi

Re: [JBoss-user] Jbuilder integration question...

2003-01-08 Thread cai margiex
u can use opentool on http://sourceforge.net/projects/jboss-opentool/, it's better than protegra. good luck. From: Matthew Van Horn <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [JBoss-user] Jbuilder integration question... Date: Wed, 8 Jan 2003 16:25:12 +09

Re: [JBoss-user] Purposes/behavior of different MBean services

2003-01-08 Thread Meyer-Willner, Bernhard
Thanks a lot for the info, Scott. Could you also please comment on the EntityLockMonitor, as I believe it could be useful for detecting deadlock. Thanks, Bernhard -Ursprüngliche Nachricht- Von: Scott M Stark [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 8. Januar 2003 04:00 An: [EM