Re: [JBoss-user] Minerva code

2001-03-30 Thread danch
There's a zip of the minerva code under the JBossCX module in CVS Guy Rouillier wrote: > I tried searching the archives - that function appears to be broken. In the > process of attempting to answer a question on this mail list, I tried to > find the minerva code. The source snapshot that I al

[JBoss-user] IDE for JBOSS?

2001-03-30 Thread Yasir
Hi,Is there any IDE available that integrates with JBOSS on linux? It would =be super if the IDE is on windows and can integrate with Linux using =SAMBA or something.=20What are popular IDE's for EJB development? I'm a newbie to JBOSS and =have only used terminal windows so far for making sm

Re: [JBoss-user] That rude word (marketing)

2001-03-30 Thread Peter Routtier-Wone
Or send this material directly to [EMAIL PROTECTED] | Please take this to the jboss-business list. | (http://groups.yahoo.com/group/jboss-business) | | /Rickard ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo

[JBoss-user] Minerva code

2001-03-30 Thread Guy Rouillier
I tried searching the archives - that function appears to be broken. In the process of attempting to answer a question on this mail list, I tried to find the minerva code. The source snapshot that I already had had some minerva files under the jboss directory, but none under opentools. So I got

Re: [JBoss-user] EAR Deployment Problem with WAR

2001-03-30 Thread Jacek Zagorski
Restarting jboss does the trick and I'm able to deploy the EAR. But after some series of actions, I can't redeploy the EAR again and need to restart jboss again. I will post the series once I figure it out. Thanks Jacek ___ JBoss-user mailing list [E

Re: [JBoss-user] That rude word (marketing)

2001-03-30 Thread Rickard Öberg
Peter Routtier-Wone wrote: > I ask you all to periodically put yourselves in the boss's shoes and ask yourself >"Why JBoss?" > > When you have an inspiration, post it to the list. Use a subject of "jboss business >case" so my daemon can flag the message (it's a busy list). Please take this to

Re: [JBoss-user] I need ammo.....(Humorours..)

2001-03-30 Thread David Jencks
Hi, I got one too. I am somewhat mystified as to what my alleged dirty word is -- my best guess is "blackbox" as in "[Sun example] blackbox resource adapter". The filter must have a dirty mind. David Jencks On 2001.03.30 11:08:39 -0500 Bill Burke wrote: > Thought you all might find this funny

Re: [JBoss-user] JBoss verses Orion

2001-03-30 Thread danch
I don't think paul was running his test from a web app environment. I've just written an equivelent session bean and client and JBoss seems to be about 3 times slower than orion right now. I'm going to do a little profiling and see if I can see why. Alexander Jerusalem wrote: > I'm not comple

Re: [JBoss-user] I need ammo. -WL SUX

2001-03-30 Thread Rickard Öberg
marc fleury wrote: > |So one, BEA screwed up using multicast for messaging large amounts of data > |in a cluster. Other products like Gemstone have a much more mature cluster > |technology and do not need to message to stay in synch. > > that is actually pretty smart (mcast sync of ball) we were

Re: [JBoss-user] EAR Deployment Problem with WAR

2001-03-30 Thread Jacek Zagorski
Here goes: jar -tf imaginears.ear: META-INF/ META-INF/MANIFEST.MF META-INF/application.xml imaginears.war imaginears.jar client.jar application.xml: ImaginearsApp imaginears.war /imagine imaginears.jar

[JBoss-user] That rude word (marketing)

2001-03-30 Thread Peter Routtier-Wone
Guys, thank you for all your support. A little explanation... I wanted to work on JBoss, but it's too far advanced and I'm too far behind the eight-ball for me to really contribute at a technical level. So I looked at what *wasn't* being done well, and IMHO that was presenting it to corpo

Re: [JBoss-user] Web App Fails to Run on Disconnected Windows 2000Laptop

2001-03-30 Thread Donald Ball
On Sat, 31 Mar 2001, Peter Routtier-Wone wrote: > Surely XML validation is largely informational. I wonder can things be > set up so that the DTD URL is checked and the parser parser run > non-validating as necessary - and the inaccessibility of the DTD is > reported. i'd say that it really need

[JBoss-user] (no subject)

2001-03-30 Thread Lars Hofhansl
Hi, the JBoss deployer seems to suffer from a bug in JDK 1.2 For interfaces Class.getMethods() returns the bogus method (see Sub bug id 4165). This results in the following error when deploying a bean: --- snip --- [Container factory] java.lang.NoSuchMethodException: [Container factory]

Re: [JBoss-user] Web App Fails to Run on Disconnected Windows 2000 Laptop

2001-03-30 Thread Peter Routtier-Wone
Surely XML validation is largely informational. I wonder can things be set up so that the DTD URL is checked and the parser parser run non-validating as necessary - and the inaccessibility of the DTD is reported. - Original Message - From: "Jim Archer" <[EMAIL PROTECTED]> Subject: Re

RE: [JBoss-user] Web App Fails to Run on Disconnected Windows 2000 Laptop

2001-03-30 Thread Steve Magoun
Another solution is to copy the DTDs to your local hard drive, edit the XML to reference the local DTDs, and drive on... Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dan Christopherson Sent: Friday, March 30, 2001 5:42 PM To: [EMAIL PROTECTED]

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread James Kiryakoza
How do I do that? -Original Message- From: Liu, Kenneth Albert (Kenneth)** CTR ** [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 10:26 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Custom MBeans Hey - that's a great explanation! Do you think you coul

Re: [JBoss-user] Web App Fails to Run on Disconnected Windows 2000Laptop

2001-03-30 Thread Jim Archer
Hmmm... Dan, if the parser does not try to validate the DTD, why does the parser attempt to load it? The original problem was that Christopher wanted to use jBoss on a machine not connected to the Internet and was having trouble... Jim --On Friday, March 30, 2001 4:41 PM -0600 Dan Christopher

[JBoss-user] EAR Deployment Problem with WAR

2001-03-30 Thread Jacek Zagorski
Using: Java 1.3.0 Java HotSpot Linux 2.2.14-5.0, i386 jboss-PRE-2.1 jetty-3.0.3 This is probably really simple but I'm ready to jump out my window. I am trying to deploy an EAR which contains a ejb JAR and a web WAR. I can deploy the JAR and WAR separately just fine. When I package the JAR and W

RE: [JBoss-user] JBoss verses Orion

2001-03-30 Thread Alexander Jerusalem
I'm not completely sure if this is the reason but there is this "one VM/classloader or multiple VMs/classloaders" distinction. I believe the important point is that Orion is an EJB *and* Servlet container whereas JBoss is only an EJB container. So if you use tomcat for example to run your Serv

Re: [JBoss-user] java.lang.SecurityException: sealing violation

2001-03-30 Thread Scott M Stark
> get the J2EE reference implementation out of your classpath. Actually, I'm > beginning to form the opinion that JBoss' startup scripts should ignore > the current CLASSPATH environment variable. > Agreed. ___ JBoss-user mailing list [EMAIL PROTECT

[JBoss-user] RE: I need ammo. -WL SUX

2001-03-30 Thread Rob Castaneda
>>So one, BEA screwed up using multicast for messaging large amounts of data >>in a cluster. Other products like Gemstone have a much more mature cluster >>technology and do not need to message to stay in synch. I *believe* this has changed with 6.0, where they use multicast for "heartbeats" and

Re: [jBoss-User] Error when creating entity bean

2001-03-30 Thread Dan Christopherson
That bug may have been fixed. Did the SQLException result in an exception getting thrown from ejbLoad? On Fri, 30 Mar 2001, Tim Yates wrote: > Solved half of the problem (we think) > > One of the editorial staff was going through an MS proxy which was caching > everything, and reposting informa

Re: [JBoss-user] Web App Fails to Run on Disconnected Windows 2000Laptop

2001-03-30 Thread Dan Christopherson
I believe the parser still trys to load the DTD in non-validating mode. From what I can remember this is because it might need to transform some bits of the XML based on parts of the DTD (something like you can create your own entities?) On Fri, 30 Mar 2001, Jim Archer wrote: > Thats waht I was

Re: [JBoss-user] Problems getting RemoteObject from Handle

2001-03-30 Thread Dan Christopherson
You need a 'jndi.properties' file that points to JBoss' naming stuff. How are you getting the bean in the first place? On Fri, 30 Mar 2001, Burkard Endres wrote: > Hi > > I have a problem getting a RemoteObject from a Handle. > The Been is a stateful session Bean. > The Handle has been stored i

RE: [JBoss-user] JBoss verses Orion

2001-03-30 Thread Fink, Paul
Oh sorry I should have said. Jboss 2.1 binary (down loaded March 22) Orion is 1.3.8 -Original Message- From: Dan Christopherson To: 'jBoss' Cc: 'Orion-Interest' Sent: 3/30/01 3:21 PM Subject: Re: [JBoss-user] JBoss verses Orion What version of JBoss? If 2.1 (beta) the latest binary o

Re: [JBoss-user] Illegal Access Exception

2001-03-30 Thread Dan Christopherson
On Fri, 30 Mar 2001, jBoss Monkey wrote: > > I had this project running for a while on the previous version of jBoss. > Today I did the build with the latest bits from cvs. I have used the same > old user and role properties files, callback handler etc... Here is the > exception I got. > > Cou

Re: [JBoss-user] Oracle database pool hangs on 2.1

2001-03-30 Thread Alexander Jerusalem
Hi, I'm trying to configure my Oracle connection pool on 2.1 and found this message. I'm doing exactly as suggested in this posting but still get a NullPointerException at jboss startup: ... [OracleDB] XA Connection pool OracleDB bound to java:/OracleDB [OracleDB] Stopped [OracleDB] java.lang.N

Re: [JBoss-user] Web App Fails to Run on Disconnected Windows 2000Laptop

2001-03-30 Thread Jim Archer
Thats waht I was thinking as I wrote that email, and the truth is that I just don't know. I'm sure the parset can be told not to validate, but I don't know if jBoss has a config option for this. Jim --On Friday, March 30, 2001 1:34 PM -0500 Donald Ball <[EMAIL PROTECTED]> wrote: > On Fri, 30

RE: [JBoss-user] I need ammo. -WL SUX

2001-03-30 Thread marc fleury
|Unless, you have a framework that implements reliable multicasting, like |www.javagroups.com, I'm still researching and digging into this technology |to see if it would |be a fit. As of now, it looks really good, but it is a little bit built to |be its own application instead of a component ins

Re: [JBoss-user] JBoss verses Orion

2001-03-30 Thread Dan Christopherson
What version of JBoss? If 2.1 (beta) the latest binary or a build from source? If source, what date? Earlier this year there were some performance problems stomped, but I haven't done any testing for performance. On Fri, 30 Mar 2001, Fink, Paul wrote: > > I ported our Orion application to JBos

Re: [JBoss-user] Keeping WL and JBoss Deployment Descriptors in synch, reference " I need ammo".

2001-03-30 Thread Jamie Orchard-Hays
I'm ready to share the conversion scripts, but need to put disclaimer for our company in them. I've been searching around the web, but haven't found a decent one. Any of you guys have a decent generic disclaimer I can put in so I can send these up? Thanks, Jamie Orchard-Hays - Original Messa

RE: [JBoss-user] I need ammo. -WL SUX

2001-03-30 Thread Filip Hanik
> |So one, BEA screwed up using multicast for messaging large > amounts of data > |in a cluster. Other products like Gemstone have a much more > mature cluster > |technology and do not need to message to stay in synch. > > that is actually pretty smart (mcast sync of ball) we were > planning on us

[JBoss-user] JBoss verses Orion

2001-03-30 Thread Fink, Paul
I ported our Orion application to JBoss. I love JBoss for usability, documentation and support. Unfortunately our application is very performance dependent the JBoss version ran very slow. After playing with cache setting, etc. It seemed like the communications was the main bottle neck. To test t

Re: [JBoss-user] Experience with Oracle cached statements and Minerva

2001-03-30 Thread Ivan Bilenjkij
anyone knows where do i find minerva source? i know i can get (think its 0.98) from jboss 2.0. ive got some pieces that i would like to contribute; namely: adaptive connection pooling. yes i did ask google where is it but couldn't find anything except a link to kpi.com.au and theres nothing there.

RE: [JBoss-user] I need ammo. -WL SUX

2001-03-30 Thread marc fleury
|So one, BEA screwed up using multicast for messaging large amounts of data |in a cluster. Other products like Gemstone have a much more mature cluster |technology and do not need to message to stay in synch. that is actually pretty smart (mcast sync of ball) we were planning on using that... if

RE: [JBoss-user] Q: jBoss & Jetty Package

2001-03-30 Thread MArandjelovic
Thanks for feedback, Julian, Greg. I have a problem deploying any war file in jetty or jboss/jetty (I have been tested my sample war, java bug tracking system from http://www.gjt.org/pkg/bugrat/ and javacorporate's eforum) and couldn't find any instruction how to do that. Could you please provid

RE: [JBoss-user] I need ammo. -WL SUX

2001-03-30 Thread MicaCooper
Michael, This is currently BEA's top priority fix over all others. I know of no documentation except a voluminous amount on the private engineering db internal to BEA. It is a problem on all platforms but does not noticeably manifest itself except on windows. The reason is weblogic uses multicast

Re: [JBoss-user] JBoss 2.1 and Catalina-NullPointerException problem

2001-03-30 Thread Fulco Muriglio
On Thu, Mar 29, 2001 at 11:11:57AM -0500, Alvin Yap wrote: > I have a Jboss2.1 and Tomcat 4.0 (Catalina) on Linux 6.2 using JDK1.3 > Does anybody have a fix to this problem. I have this app working on > Jboss2.1 and Tomcat 3.2.1 > > [J2EE Deployer Default] Starting module bfrs_web.war > [Auto de

[JBoss-user] Binary Only Distributions ???

2001-03-30 Thread Day, Jem BGI WAC
Hi, This may well be a 'licensing' issue but is it possible to package a real binary only distribution without all the source code & associated javadoc ? Purely to reduce the size of downloads and resultant disk-space usage. Jem... ___ JBo

RE: [JBoss-user] What is the "beta" in jboss-tomcat-2.1-beta.zip?

2001-03-30 Thread Filip Hanik
beta means beta.   almost all features complete not fully tested/verified to be considered production quality.   that is what beta means to most software organizations :)   Filip   ~Namaste - I bow to the divine in you~Filip HanikSoftware Architect[EMAIL PROTECTED]www.filip.net -Ori

RE: [JBoss-user] Unix version

2001-03-30 Thread Simphoukham, Southin
John, Thank you for the info. Southin -Original Message- From: John Collins [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 11:52 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Unix version "Simphoukham, Southin" wrote: > Where can I download the Unix version of JBoss 2.1

[JBoss-user] What is the "beta" in jboss-tomcat-2.1-beta.zip?

2001-03-30 Thread Chunnuan Chen
Hi, When I download the binary for    .  JBoss_tomcat.zip (8.75M) [MAR-26-2001] the file name is jboss-tomcat-2.1-beta.zip. What does the "beta" within the filename mean (seeing this word just makes me feel not so comfortable)? Does it mean the Jboss 2.1 itself is in beta release? If so, why

Re: [JBoss-user] Web App Fails to Run on Disconnected Windows 2000Laptop

2001-03-30 Thread Donald Ball
On Fri, 30 Mar 2001, Jim Archer wrote: > Its because the XML parser can't get to the DTD. You can try commenting out > all the DTD lines from the top of the XML files and see what happens. That > might work... can't you configure the xml parser to be non-validating? - donald _

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread Liu, Kenneth Albert (Kenneth)** CTR **
Hey - that's a great explanation! Do you think you could try to get it submitted into the documentation effort? It took me a whole day to figure out what you told me in one email. Ken > -Original Message- > From: James Kiryakoza [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 30, 2001

Re: [JBoss-user] Q: jBoss & Jetty Package

2001-03-30 Thread Greg Wilkins
Julian Gosnell wrote: > I shall be rewriting the jboss_jetty integration this weekend, now that i > finally have the time to figure JMX out properly. This will include the Jetty 3.1 JMX enhancements, where most if Jetty's own components are JXM manageable (threadpools, listeners, contexts etc.)

RE: [JBoss-user] I need ammo. -WL SUX

2001-03-30 Thread Micheal J
Windows 2000 scales just fine Fillip. Certainly the 32-CPU Windows 2000 Datancentre boxes represent much more _vertical_ scalability than 90% or more of businesses need or want I imagine. As for _horizontal_ scalability you can scale till the cows... More seriously, I am curious though about this

Re: [JBoss-user] Web App Fails to Run on Disconnected Windows 2000Laptop

2001-03-30 Thread Jim Archer
Its because the XML parser can't get to the DTD. You can try commenting out all the DTD lines from the top of the XML files and see what happens. That might work... Jim --On Friday, March 30, 2001 11:24 AM -0600 "Dole, Christopher" <[EMAIL PROTECTED]> wrote: > Hello, > > I do some of my deve

Re: [JBoss-user] Keeping WL and JBoss Deployment Descriptors in synch, reference " I need ammo".

2001-03-30 Thread Peter Routtier-Wone
XSLT My question is this: is there a way to keep the app-server-specific |deployment descriptors in synch through some sort of tool? Is there a |migration tool that maps WebLogic Deployment Descriptors to JBoss's, or |vice-versa? How do you update your WL DDs? $,²ë®f¢–)à–+-$,²ë®X¬¶Ë(º

[JBoss-user] Web App Fails to Run on Disconnected Windows 2000 Laptop

2001-03-30 Thread Dole, Christopher
Hello, I do some of my development on the road, away from any networks. I have a web application that runs fine when I'm connected, but throws the error below when it tries to start and I am not connected to a network. I am running jboss-tomcat-2.1-beta, and otherwise everything is working fine.

Re: [JBoss-user] Error w/jboss-tomcat-2.1-beta.zip (March-26-2001)

2001-03-30 Thread John Collins
Dorothy Gantenbein wrote: > Hi - > > I just downloaded jboss-tomcat-2.1-beta.zip from the > web site and unzipped it. > > On my Windows 2000 machine, I get an immediate error > when I try to use run.bat. The error appears to be > in Sax. > > Has anyone else experienced this problem? I also was

RE: [JBoss-user] I need ammo. -WL SUX

2001-03-30 Thread MicaCooper
Bill, We've been trying to get an install of Weblogic51 up and running for 4 months! BEA has as of yet been unable to get it run either. They finally admitted that they have a SERIOUS problem with windows and clustering. On jBoss I could just go into the code and fix or turn off the feature that

RE: [JBoss-user] Keeping WL and JBoss Deployment Descriptors in synch, reference " I need ammo".

2001-03-30 Thread John Moore
Title: RE: [JBoss-user] Keeping WL and JBoss Deployment Descriptors in synch, reference " I need ammo". John P., We are building under jBoss and will deploy under jBoss but we also have customers who are existing WebLogic and Inprise customers who are going to host the application themselve

Re: [JBoss-user] I need ammo.....(Humorours..)

2001-03-30 Thread Peter Routtier-Wone
Are you sure it wasn't the topic of marketing that was obscene? These AIs are getting better... A¢Ë.±êæj)bžb²ÒA¢Ë.±êåŠËl²‹«qç讧zØm¶Ÿÿ–+-²Ê.­ÇŸ¢¸ë–+-³ùb²Ø§~ãn‹,ºÇ«

Re: [JBoss-user] Keeping WL and JBoss Deployment Descriptors in synch, reference " I need ammo".

2001-03-30 Thread Bill Burke
John, We just started having a parallel build of Weblogic and JBoss so we're still working out the kinks, but You can share ejb-jar.xml because that is a standard file. One of my colleagues has written some python scripts to convert Weblogic DDs into Jboss DDs. There is some hand editin

Re: [JBoss-user] Keeping WL and JBoss Deployment Descriptors in synch, reference " I need ammo".

2001-03-30 Thread Dewayne McNair
Just a thought, but, this sounds like a job for a "style" task in ant -- write an XSLT that will transform one vendor descriptor to another. -- Dewayne > My question is this: is there a way to keep the app-server-specific > deployment descriptors in synch through some sort of tool? Is there a >

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread James Kiryakoza
I'm no expert, but here's some code to get you started if you'd like to create an MBean called Foo: 1) Create an interface called FooMBean. It can be empty, but it will contain method declarations for your accessor/mutator methods if you have any. package com.example.FooMBean; public interface

Re: [jBoss-User] Error when creating entity bean

2001-03-30 Thread Tim Yates
Solved half of the problem (we think) One of the editorial staff was going through an MS proxy which was caching everything, and reposting information with the same PK Still don't know why it locked, and didn't just destroy the erroneous Entity bean, but at least now, it shouldn't get in that st

Re: [JBoss-user] instantdb deadlock

2001-03-30 Thread Alexander Kogan
Dominik, Have you just replaced instantdb.jar or done something more to switch to 3.26? Thanks. Dominik Baranowski wrote: > > FYI: I've encounted a deadlock while performing concurrent access to > instantDB > this is fixed in version 3.26 which can be downloaded from the enhydra site. > > -d

[JBoss-user] I need ammo.....(Humorours..)

2001-03-30 Thread Bill Burke
Thought you all might find this funny. I got this below email from my "I need ammo" thread. Pretty funny huh? I guess "ammo" is a dirty word. :-) Original Message Subject: ScanMail Message: To Sender, sensitive content found and action t aken. Date: Fri, 30 Mar 2001 10:4

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread James Kiryakoza
The Jboss.jcml seems to be overwritten whether it's in the conf directory or the conf/default directory. However, this may be a bug in JBoss 2.0. I switch to 2.1 and the problem no longer happens. Merci -Original Message- From: joel cordonnier [mailto:[EMAIL PROTECTED]] Sent: Friday, Mar

RE: [JBoss-user] Keeping WL and JBoss Deployment Descriptors in synch, reference " I need ammo".

2001-03-30 Thread marc fleury
Develop that "plugin" sell it for $10 bucks through JBoss Group "write code, get paid" marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of John Penrose |Sent: Friday, March 30, 2001 11:05 AM |To: '[EMAIL PROTECTED]' |Subject: [JBoss-user] Keeping W

[JBoss-user] Keeping WL and JBoss Deployment Descriptors in synch, reference "I need ammo".

2001-03-30 Thread John Penrose
Bill, We want to do the opposite, but we're not actually doing it yet: we would like to develop under WebLogic, and eventually deploy under both WebLogic and JBoss. We have determined that we need clustering and fail over, so it looks like JBoss is out for now. But when JBoss supports that, we'

Re: [JBoss-user] I need ammo

2001-03-30 Thread Bill Burke
Unfortunately, I have already stated the below points. What they want is somebody who has actually deployed an applications to around what our scale is. Thanks for your reply though. Bill Frank Thiemonge (NBK) wrote: > These are just business reasons guys. Unfortunately I can somewhat get i

Re: [JBoss-user] JMX implications

2001-03-30 Thread Peter Routtier-Wone
>> Do the various subsystems of JBoss implement the Agent Level? > > All subsystems are instrumented MBeans. Period. > > Does inheritance from JBoss classes automatically instrument our EJBs? > > No the actual EJB's have nothing to do with JMX. They exist only under > the premises of th

[JBoss-user] Can't get common classpath to work

2001-03-30 Thread Alexander Jerusalem
Hi, I'm trying to configure my web app to use a common class loader and class path with my EJBs. The deployment howto says: To make sure that this package is now loaded by the common classloader, we reference it from within the web package by adding a Class-Path: entry to the web packages MA

RE: [JBoss-user] instantdb deadlock

2001-03-30 Thread gregor . giebel
While we're at it: I have my db (InstantDB - the default out-of-the-box db) set to drop tables and recreate them after use, which is fine for my (very small) development environment. However, when coming up again, InstantDB (or is it Hypersonic? I haven't really found out about the difference bet

Re: [JBoss-user] for weblogic JDBC Type 4 Drivers

2001-03-30 Thread Brenton House
Still no luck on the Atinav drivers. I think I must be missing a specific property name and that is why it is throwing a nullPointerException. I was getting this same exception with the Weblogic drivers before I got each and every property name exactly right. I am also trying to get JBoss to wo

RE: [JBoss-user] I need ammo

2001-03-30 Thread Frank Thiemonge (NBK)
These are just business reasons guys. Unfortunately I can somewhat get into the twisted mind of a CIO so please don't flame me or anything... 1) It has zero monetary cost (but of course, contributions are more than welcome) 2) It is open source, meaning that is something is broke you don't have t

Re: [JBoss-user] JMX implications

2001-03-30 Thread Rickard Öberg
> > Need to add your own custom stuff? No problem, write a JMX component for it. > > Need to integrate tool XYZ? No problem, write a JMX component for it. > > I have started reading up on JMX. It appears to be basically an instrumentation standard, and finally I've discovered the signifance of all

FW: [JBoss-user] Transaction Isolation Level

2001-03-30 Thread Kevin Meldorf (NBK)
Yo Marc! If you're still browsing the list, could you field this one for me??? Thanks Kevin -Original Message- From: Kevin Meldorf (NBK) [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 2:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Transaction Isolation Level How are Tra

Re: [JBoss-user] I need ammo.

2001-03-30 Thread Bill Burke
Peter, We're not in production yet, but we are in beta. We originally started working and developing with Weblogic 5.1 about a year ago and actually went into beta with it. Recently, about a month ago, because of serious budgetary constraints, we ported from Weblogic to JBoss and have been

[JBoss-user] JMX implications

2001-03-30 Thread Peter Routtier-Wone
Rickard, since your comment > Need to add your own custom stuff? No problem, write a JMX component for it. > Need to integrate tool XYZ? No problem, write a JMX component for it. I have started reading up on JMX. It appears to be basically an instrumentation standard, and finally I've disc

RE: [JBoss-user] SQL Server Drivers

2001-03-30 Thread Frank Thiemonge (NBK)
We are using the i-net Opta 2000. you can read more about it at http://www.inetsoftware.de/English/Produkte/OPTA/default.htm and the jboss-user archives (I posted quite a bit about it already. Look for something like "SQL Server Driver Test"). It costs about $1600 for an all you can eat lice

Re: [JBoss-user] MDB parser error

2001-03-30 Thread Peter Antman
You probably hav a syntactic error on your selector tag in ejb-jar.xml. The error seams to have to do with that JBossMQ cant parse your selector statement (i.e your filtering) //Peter On Fri, 30 Mar 2001, Timo Kauppinen wrote: > Hello > > I've got this problem with jbossmq/MessageDrivenBean th

Re: [JBoss-user] JBoss@Oreilly conference.

2001-03-30 Thread Peter Antman
On Fri, 30 Mar 2001, Toby Allsopp wrote: > Peter Antman wrote: > > > Well, that was just a few imressions from the conference. And by the way, > > I have started writing a J2EE Connector JMS resource adapter, which will > > bring JMS as a true resource (transacted) to JBoss also for publishing >

[JBoss-user] Experience with Oracle cached statements and Minerva

2001-03-30 Thread Tim Taylor
It looks to me like you can't use Oracle's statement caching and Minerva pools together without modifying JBoss and/or Minerva code. Minerva does statement caching itself, but there is no way to control it centrally, either from jboss.jcml or from a hand-written service MBean. The statement

AW: [JBoss-user] JBoss@Oreilly conference.

2001-03-30 Thread Mellouk, Mohammed
Marc die nächste ;-) -Ursprüngliche Nachricht- Von: marc fleury [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 30. März 2001 16:50 An: [EMAIL PROTECTED] Cc: Michael Loukides Betreff: RE: [JBoss-user] JBoss@Oreilly conference. Thanks for the report, I am glad JBoss was mentionned every

RE: [JBoss-user] JBoss@Oreilly conference.

2001-03-30 Thread marc fleury
Thanks for the report, I am glad JBoss was mentionned everywhere, we *are* the open source leading group in J2EE, and buzz makes us feel all warm. I will just say this... I had to cancel because I am working on the training, I am broke (post Telkel), and I am going to JavaONE and I pay one tick

RE: [JBoss-user] JBoss questions...

2001-03-30 Thread marc fleury
|I believe that this is misinformation. JBoss's bundled transaction |manager implements two phase commit, so using multiple XAResources in |the same transaction should work fine. | |What it doesn't support is propagating the transaction context to other |transaction managers, i.e. outside one JVM.

RE: [JBoss-user] I need ammo

2001-03-30 Thread marc fleury
everyone's got it yet? marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Peter |Routtier-Wone |Sent: Friday, March 30, 2001 3:48 AM |To: [EMAIL PROTECTED] |Subject: Re: [JBoss-user] I need ammo | | |Jim, this reason will work on me. It's logical a

RE: [JBoss-user] I need ammo

2001-03-30 Thread marc fleury
|> What are the compelling business cases, guys? Or, to put it another way, |> where's the money? I've thought of quite a few, but I won't list them yet |> because I don't want to blind you to your own insights. | |Here's one for ya: painless integration. | |Need to add your own custom stuff? No p

RE: [JBoss-user] JBoss@Oreilly conference.

2001-03-30 Thread marc fleury
|> - Local interfaces added for possible cal by reference semantic between |> beens in the same...well ear-file I think. Makes entity beans possible to |> use in a fine grained fasion, behind an entity or session facade wich |> calles them throug the container but with normal java local call |sema

RE: [JBoss-user] Postgres datasource causes JBoss init to stop...

2001-03-30 Thread Carey Nation
Well, my little test program threw a very nice SQLException that told me what was going on. JBoss just stopped. It was almost as if it were in an infinate catch/retry loop... >From: Jim Archer <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: RE: [JBoss-user] Po

Re: Re'f. : [JBoss-user] Postgres datasource causes JBoss init to stop...

2001-03-30 Thread Carey Nation
Yeah, I'd done that already. it was the -i on postmaster... >From: Philippe GTLYA-NTIC-PETIT ><[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re'f. : [JBoss-user] Postgres datasource causes JBoss init to >stop... >Date: Fri, 30 Mar 2001 11:25:41 +0200 > >Did

[JBoss-user] Strange !

2001-03-30 Thread Gabriel De Munno Francisco
Hi, Why JBoss isn't listed at javasoft site as an Application Server ? (http://www.javasoft.com/products/ejb/tools1.html) tks, Gabriel ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

FW: [JBoss-user] Case studies

2001-03-30 Thread marc fleury
|-Original Message- |From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Russell |Sent: Thursday, March 29, 2001 11:14 PM |To: [EMAIL PROTECTED] |Subject: Re: [JBoss-user] Case studies | | | |Hi Marc Fleury , | | We been using JBoss for a months and have develop few ejb bea

RE: [JBoss-user] JBoss questions...

2001-03-30 Thread marc fleury
JBoss has support for distributed transactions it is the JBossTx that doesn't, to get distributed transactions you can drop tyrex or jonas' tx in JBoss and it should work. We are going to provide it since folks are asking for it. HOWEVER 1- It is a purely "checkpoint" feature, I don't know of

Re: [JBoss-user] Non-XA data source setup

2001-03-30 Thread Tim Taylor
Hi, David Jencks wrote: > Hi, > > What in more detail are you trying to do? What is your datasource > connected to? Why are you setting autocommit true? > The datasource is connected to Oracle, and we have several cases where our database code runs outside a container. We have some RMI ser

[JBoss-user] MDB parser error

2001-03-30 Thread Timo Kauppinen
Hello I've got this problem with jbossmq/MessageDrivenBean that I can't figure out: I created, packaged and deployed my messageDrivenBean successfully. I also remembered to create my Queue into jbossmq.xml. As I tried to test the MDB with a test client and sent a message to the queue the MDB is l

RE: [JBoss-user] iplanet

2001-03-30 Thread Swarr, Bob
Title: RE: [JBoss-user] iplanet iPlanet is destined for obscurity.  WebLogic is increasing its market share over all other competitors, including WebSphere.  WebLogic supports Linux. JBoss is the only EJB Server  that I''ve tested (including iPlanet and WebSphere) that comes close to WebLogi

RE: [JBoss-user] problem with oracle connection pool, Pl. help me its very urgent

2001-03-30 Thread Swarr, Bob
I believe that you're not getting the oracle database, but the "default" datasource.  I ran into the same problem (using the Oracle thin driver). I put in a JDBC call that retrieved that database name and displayed it with a System.out.println() to debug this problem.  Just follow the direc

Re: [JBoss-user] Basic jsp --> ejb example for Jboss?

2001-03-30 Thread Andrew Hadinyoto
Hi Jason, Just in case you missed it, try the following from JBoss preliminary manual and new manual. "http://www.jboss.org/manual/third_party.html#tomcat" "http://www.jboss.org/documentation/HTML/ch10.html#N22e6" My setup is using different JVM for Tomcat and JBoss, so I used the instruction fr

[jBoss-User] Error when creating entity bean

2001-03-30 Thread Tim Yates
Hi there!! We have an entity bean (using BMP) with several fields, including one CLOB field... Occasionally, when a user is adding an item of content to the system, the server.log file shows the following error: java.sql.SQLException: ORA-00600: internal error code, arguments: [19942], [], [],

[JBoss-user] Entity Bean & MySQL

2001-03-30 Thread Mauro Delrio
I try to deploy CDCollection using a mysql DB : java:/MySQL .. but running Upload i found this error : [JAWS] Initializing JAWS plugin for CDBean [JAWS] Loading standardjaws.xml : file:/D:/EJBContainer/jboss-2.1/conf/default/standardjaws.xml [JAWS] jar:file:/D:/EJBContai

RE: [JBoss-user] SQL Server Drivers

2001-03-30 Thread Micheal J
It does say it is a partial list Renzo. What's the motivation behind your initial post in any case?. Why did you want to know what other users are using? Micheal > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Renzo Toma > Sent: 30 March 2001 11:5

[JBoss-user] Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/Main on MacOSX

2001-03-30 Thread Anderson, Duncan
Hi, I managed to get JBoss working on NT, now I'm trying to get it working on MaOSX (I've noticed a couple of successful reports on the list). I downloaded JBoss binary, unpacked, went to jboss/bin and type "sh run.sh" in the terminal. I get back the following (I had to remove the -server option

Re: [JBoss-user] ...problems with mySQL Database

2001-03-30 Thread Ken Jenks
>No it's time to get together with our project. So we try to share one >mySQL database on a project-partners localhost. He provides the >mySQL-Server and holds all Data needed. With some DataBase Visualizer I >get remote access via LAN and can access the Database. Our servers name is >"ist-dr

Re: [JBoss-user] JBoss questions...

2001-03-30 Thread Toby Allsopp
[ apologies if this message appears more than once - mail client probs ] On Thu, Mar 29, 2001 at 06:18:46PM -0800, Crothers.Dean wrote: > Filip, > > thanks for the explanation, even though its not what I wanted to > hear!! > > So I guess the issue now is when will JBoss support distributed

Re: [JBoss-user] [EmbeddedTomcat] java.rmi.ServerException: Transaction rolled back:com/sun/xml/tree/XmlDocument

2001-03-30 Thread fabien
sorry about that, mismatch between xml.jar and crimson.jar. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 1:57 PM Subject: [JBoss-user] [EmbeddedTomcat] java.rmi.ServerException: Transaction rolled back:com/sun

Re: [JBoss-user] JBoss@Oreilly conference.

2001-03-30 Thread Toby Allsopp
Peter Antman wrote: > Well, that was just a few imressions from the conference. And by the way, > I have started writing a J2EE Connector JMS resource adapter, which will > bring JMS as a true resource (transacted) to JBoss also for publishing > and not only (as now) for message driven beasn;-)

  1   2   >