Re: [JBoss-user] Custom MBeans

2001-03-30 Thread joel cordonnier
Do you use the 'Default' configuration or your own ? Joel --- James Kiryakoza [EMAIL PROTECTED] a crit : I created a custom MBean to set up my Log4J configuration. The bean works fine, but when I try to pass it a parameter by including a reference to it in the Jboss.jcml file, the jcml

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

2001-03-30 Thread Rickard Öberg
so the last day of the Oreilly Java Enterprise Conference has past. Yes, I was there, and I really heard a LOT of people talking about, mention, referencing, planing to test JBoss. Thats nice, but a shame that no one from the JBoss team showed up, instead the open source part of the

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread Penn
Hi, i'm learning to create a MBean, may i know where/how to start thanks Penn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of joel cordonnier Sent: Friday, March 30, 2001 4:11 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Custom MBeans Do

Re: [JBoss-user] I need ammo

2001-03-30 Thread Peter Routtier-Wone
Jim, this reason will work on me. It's logical and it's testable, with an immediate benefit. It will NOT work on a corporate decision-maker who wouldn't know a desirable EJB feature if it fell on his head. What are the compelling business cases, guys? Or, to put it another way, where's the

Re: [JBoss-user] I need ammo

2001-03-30 Thread Rickard Öberg
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 problem,

RE: [JBoss-user] MS SQL7 JDBC-ODBC parameters

2001-03-30 Thread Micheal J
The free JDBC-ODBC driver is evil. Sun's free JDBC-ODBC driver [written by/with Merant if memory serves] isn't a great driver. It has poor performance and other issues with threading for instance. www.merant.com and www.EasySoft.com both offer substantially better JDBC-ODBC drivers. They are very

[JBoss-user] help : java.sql.SQLException : could not find table ...

2001-03-30 Thread java
Hello, could someone help me? I will explain my problem : I'm using JBoss 2.0 final on Windows 2000 service pack 1 with Mysql 3.23.33 on a pentium III with 390 MB RAM. OS: Windows 2000 Service Pack 1 JBoss : JBoss 2.0 final JDK : java 2 sdk 1.3 J2EE : java 2 sdk enterprise edition

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

2001-03-30 Thread Philippe GTLYA-NTIC-PETIT
Did you allowed your PostgreSQL to accept incoming queries from other boxes than the localhost ? /Philippe [EMAIL PROTECTED]%internet le 29/03/2001 19:24:54 Veuillez rpondre [EMAIL PROTECTED]%internet@WTFR Pour : [EMAIL PROTECTED]%internet@WTFR cc : Objet : [JBoss-user] Postgres

Re: [JBoss-user] help : java.sql.SQLException : could not find table ...

2001-03-30 Thread jK.MkIII
Are you sure that your bean get connection to right database and with right identity? I similiar problem yesterday when had problem with creating datasource and then my bean just happily got defaullt datasource and of course there wasn't that table in there :) -- jK.MkIII

[JBoss-user] java.io.FileNotFoundException

2001-03-30 Thread Ralf Purnhagen
Hi, we use current CVS of JBoss. Sometimes we get the following Exception: [SessionManager] TRANSACTION ROLLBACK EXCEPTION:Could not activate; nested exception is: java.io.FileNotFoundException: E:\javalib\jboss\dist\db\sessions\SessionManager\985947443675.ser (Das System kann die angegebene

Re: [JBoss-user] Illegal Access Exception

2001-03-30 Thread Scott M Stark
This is just saying that access to one of your bean methods is not allowed for the guest user. The MethodInvocation is an attempt to show which method is being denied but it has not been printed correctly. This is probably now failing because previously if a method did not have any security

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

2001-03-30 Thread Alexander Methke
Ursprngliche Nachricht: ...Hi there, it's me again, up to now I found that funny mistake when starting up jBoss, it didn't like the order I wrote my mBeans. So I changed the order and no outprints...silly thing? But there's a new problem (Alex--- world best troublemaker is). No

RE: [JBoss-user] SQL Server Drivers

2001-03-30 Thread Renzo Toma
This list lacks the commercial jdbc driver from www.jturbo.com Renzo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Micheal J Sent: vrijdag 30 maart 2001 11:01 To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] SQL Server Drivers

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

2001-03-30 Thread Naresh Sharma
Hello Everybody, I am new to the JBoss, and recently downloaded jboss-tomcat-2.1-beta.zip from http://www.jboss.org/business/binary.html As per the instructions from http://www.jboss.org/documentation/jboss_win32_1.html, unzipped the file and run "run.bat" in the bin directory. I got the

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

2001-03-30 Thread fabien
Hi all, I'm getting this error when I reach this simple piece of code in a stateful SessionBean : .. XmlDocument xmlDoc = new XmlDocument(); . , the Xmldocument class doesn't implements serializable but that shouldn't be a pb since it's not a bean attribute. In addition I believe

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;-)

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

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] ...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

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:54

[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], [], [],

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

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

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 WebLogic

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 servers

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

[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

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 you

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]

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

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

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

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

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

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

2001-03-30 Thread Mellouk, Mohammed
Marc die nchste ;-) -Ursprngliche Nachricht- Von: marc fleury [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 30. Mrz 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

[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

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 and

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.htmand 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

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

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

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 the

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

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 the

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

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,

[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

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

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

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

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žbA.Šl‹qzmŸ–+-.Ÿ–+-b~n‹,

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

[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

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

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

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

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

2001-03-30 Thread Chunnuan Chen
Hi, When Idownload 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 doesn't

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

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

[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... ___

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 deploy]

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

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

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

[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

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 using

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

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

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

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

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

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

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

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:

[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 clinit (see Sub bug id 4165). This results in the following error when deploying a bean: --- snip --- [Container factory] java.lang.NoSuchMethodException: clinit

[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

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: ?xml version="1.0" encoding="ISO-8859-1"? application display-nameImaginearsApp/display-name module web

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

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

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 the

[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

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]

[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

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