RE: [jBoss-User] Problems Running JBoss in JBuilder's Debugger

2001-02-12 Thread Scott Warren
Title: RE: [jBoss-User] Problems Running JBoss in JBuilder's Debugger I use JB3.0 which is even worse, bacause it doesn't use the current directory as the home. To debug beans in JBoss I include all the libraries and use the following class to start JBoss import org.jboss.Main; import

RE: [jBoss-User] Apache+Tomcat+jBoss

2001-02-12 Thread Ross Inglish
Dewayne, I have been following this thread with great interest, since your solution appears to answer some of the problems associated with running Apache, Tomcat and jBoss together. I would find it very helpful if you would post the binary versions of these files somewhere so that I could

AW: [jBoss-User] ZOAP unix scripts

2001-02-12 Thread Jung , Dr. Christoph
Hi Douglas, this extremely helps and I will include your scripts into the dist ASAP. Best, CGJ -Ursprüngliche Nachricht- Von: Douglas D. Dickinson [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 10. Februar 2001 22:59 An: [EMAIL PROTECTED] Betreff: [jBoss-User] ZOAP unix scripts Since

RE: [jBoss-User] LOCKING-WAITING (TRANSACTION) - Another problem

2001-02-12 Thread Bordet, Simone
Tom, are you using JBoss from CVS ? If so, I've already fixed this but not committed yet. If not, then it's really strange, post more info please. Oh, and BTW I tested the fix also on Tru64 1.3.0 :) Anyway yes, it's in the EII. Simon -Original Message- From: Tom Cook [mailto:[EMAIL

[jBoss-User] Need Help Gurus

2001-02-12 Thread Bradd R Frasier
hello gurus.i just want to know how exactly i could use my servlet on the web...i have sucessfully run tomcat with jBoss and i really don't know the next step i would do for me to be able to execute my servlet in the web..i did able to test my servlet in my pc(localhost:8080) and

[jBoss-User] Cocoon: XSP Lib to access jboss resources

2001-02-12 Thread Jürgen Walter
Hi Design-Gurus, I am very new to both, Cocoon and Jboss. Therefore I really appreciate hints and tips in using Cocoon and Jboss togehter. a) Has anybody written a xsp library to access jboss from cocoon (xml-files). Or does it make more sense to just use beans (servlets) or JSPs from within

Re: [jBoss-User] possibly off-topic

2001-02-12 Thread Aaron Stromas
Of course! Totally slipped my mind. Many thanks to all responders. -a Tom Cook wrote: On Fri, 09 Feb 2001, you wrote: I apologise for this probably off-topic question but it really bugs me... I'm running jBoss with embedded Tomcat and I connect on port 8080 to invoke a servlet that

RE: [jBoss-User] Apache+Tomcat+jBoss

2001-02-12 Thread Jeff Markham
Still no luck. Here's my startup: @echo off @if not "%ECHO%" == "" echo %ECHO% @if "%OS%" == "Windows_NT" setlocal set CLASSPATH=run.jar set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\jasper.jar set

[jBoss-User] Dynamic classloading

2001-02-12 Thread abrahiv
Hi all I have seen quite a bit of discussion on the issue of Dynamic classloading I have spent several days trying to do it myself...but NO BANANA On the client side I have jboss-client in the class path and also jnp-client in that directory. I do not have my Ejb home remote interfaces on

[jBoss-User] Re: Same Session bean deployed twice: consequences?

2001-02-12 Thread Emmanuel Sciara
Hi! JBoss allowed me to install the same session bean twice when using the same jar with different names. Anybody knows what might be the consequences of doing this? Emmanuel Do You Yahoo!? Get your free @yahoo.co.uk address at

[jBoss-User] deploying with utility classes in the JBoss/lib dir.

2001-02-12 Thread Emmanuel Sciara
Hi guys, Here is the following scenario: I want to deploy a session bean. I want my ejb jar to contain only the session bean and my utility classes to be in a separate utility jar. This utility jar is in the jboss lib directory, and still my ejb jar will not deploy. What do i do wrong?

Re: [jBoss-User] how to build sources

2001-02-12 Thread Luke Taylor
I wrote: Hi, This business is due to changes to the "ant" build tool which make it unable to handle relative paths. Changes were made to the Windows build script to make it use absolute paths (unfortunately there is no easy way to obtain the current directory in an NT script). The

[jBoss-User] printable documentation

2001-02-12 Thread Mathew Mathew
Sugesstion: - Can we have a link to a printable version of the jboss documentation on the website. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] Error when undeploying ejb jar

2001-02-12 Thread Emmanuel Sciara
Hi! Most of the time when undeploying my jar, jboss prints the message: Could not remOve file ... /tmp/deploy/jar file. Why cannot it remove it? Does it have any implications? Emmanuel Do You Yahoo!? Get your free @yahoo.co.uk

[jBoss-User] Could possibly use JBoss in real world app

2001-02-12 Thread Emmanuel Sciara
Hi guys, There is a possibility that whe might use JBoss for a real world, heavy duty ecommerce application where I am working now. But to make a case for JBoss I need to know the following: - When is horizontal scaling going to be available (I mean clustering on different hardware boxes).

AW: [jBoss-User] System.out.print does not appear in server.log

2001-02-12 Thread Jung , Dr. Christoph
there must be already a (committed?) jboss-contribution that provides an interface to log4j through the org.jboss.logging.Log interface ... Nevertheless that doesnt give us the opportunity to hide the jboss logger correctly behind System.out and System.err for now. I would find it also far

RE: [RE: [jBoss-User] Free/ Open Source IDE foe EJB]

2001-02-12 Thread Nortje, Andrew
Title: RE: [RE: [jBoss-User] Free/ Open Source IDE foe EJB] Can't we get this guy off this list!? -Original Message- From: Kenworthy, Edward [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 2:51 AM To: 'jBoss' Subject: RE: [RE: [jBoss-User] Free/ Open Source IDE foe

[jBoss-User] System.out.print does not appear in server.log

2001-02-12 Thread Sternagel Annegret (PN-SYS/DAS)
Hello, I'm working with jboss 2.0 FINAL. For logging I'm using the default settings, so ConsoleLogging and FileLogging are enabled. When I call System.out.println(text) or System.err.println(text), the text appears as expected in the console window and in server.log. But when I call

[jBoss-User] jbuilder4 debugging

2001-02-12 Thread Andrew Reischer
Hi... I am having difficulty debugging ejb through jbuilder 4(really just running the server under jbuilder4) I followed the instructions at http://www.jboss.org/newsite/documentation/jbuilder4.htm the error I get is: any suggestions ? C:\JBuilder4\jdk1.3\bin\javaw -classic -classpath

[jBoss-User] ZOAP Docs patch (was: Re: ZoapInstallationsinstructions?)

2001-02-12 Thread Douglas D. Dickinson
I've downloaded the Zoap module - where are the instructions for installing this? After checking out the CVS source, look at examples.html in the root of your checkout directory. The message contains some fixes for the ZOAP docs to address some HTML-bugs things that were slightly

AW: [jBoss-User] System.out.print does not appear in server.log

2001-02-12 Thread Jung , Dr. Christoph
It´s because the builtin org.jboss.logging.LogStream is a bit "straightforwardly" implemented (It simply overrides println(String), hence the effect of print is not correctly logged). Here is an example code (NOT TESTED, its taken from org.apache.ant.tools.taskdefs.LogOutputStream of ant) how to

RE: [jBoss-User] System.out.print does not appear in server.log

2001-02-12 Thread Kenworthy, Edward
Surely a neater alternative would be to adopt log4j as jboss's logging mechanism ? -Original Message- From: Jung , Dr. Christoph [mailto:[EMAIL PROTECTED]] Sent: 12 February 2001 14:05 To: 'jBoss' Subject: AW: [jBoss-User] System.out.print does not appear in server.log Its because the

AW: [jBoss-User] ZOAP Docs patch (was: Re: ZoapInstallationsinst ructions?)

2001-02-12 Thread Jung , Dr. Christoph
Hi DouglasDD, bless you for your contribution. It´s going to be patched ASAP. Best, CGJ -Ursprüngliche Nachricht- Von: Douglas D. Dickinson [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 12. Februar 2001 16:03 An: jboss-user Betreff: [jBoss-User] ZOAP Docs patch (was: Re: Zoap

RE: [RE: [jBoss-User] Free/ Open Source IDE foe EJB]

2001-02-12 Thread Jeff Markham
Title: RE: [RE: [jBoss-User] Free/ Open Source IDE foe EJB] I second that. Too manyconfrontational posts. Search the archive. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nortje, AndrewSent: Monday, February 12, 2001 9:47 AMTo:

Re: [jBoss-User] how to build sources

2001-02-12 Thread Kyle Cordes
I got the same error about the invalid path. I was running from the jboss/src/build directory. I modified the build.bat to have absolute directories in the classpath, and it worked. - Original Message - From: "Castro, David" [EMAIL PROTECTED] To: "'jBoss'" [EMAIL PROTECTED] Sent:

[jBoss-User] File locking problems on deployment

2001-02-12 Thread Steve Slatcher
I had no problems with hot deployment under WIn95 but life is not so simple with win2000. There are a number of issues, which maybe some of you would recognise. E.g. Often I cannot copy in a new EAR file into the deploy directory without shutting down the server. Windows won't let me.

Re: [jBoss-User] Does jboss actually work?

2001-02-12 Thread Frank Thiemonge (NBK)
I came across this same error and have a little to share on how we solved it. Turns out our Weblogic JDBC driver was corrupted. We have no idea how or why, but after trying to run a simple java app that makes a connection using the driver, we got the same error. After we re-unzipped the driver

RE: [jBoss-User] RE: CVS

2001-02-12 Thread Alexander Klyubin
I use the following settings with my WinCVS: CVSROOT is :pserver:[EMAIL PROTECTED]:/products/cvs/ejboss Authentication is "passwd" file on the cvs server User version: cvs1.10 (Standard) Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

Re: [jBoss-User] Starting jBoss as a service on Linux

2001-02-12 Thread Christopher Albert
Greetings, Here is another version of the Linux jboss init script. Thanks to Michael Drew, Toby Allsopp, and Tom Cook for their help. If this seems okay, I'll send it on to the jboss-dev list. 1. First some suggested options to run.sh. I have left all logging to jboss, though I am a bit

Re: [RE: [jBoss-User] Free/ Open Source IDE foe EJB]

2001-02-12 Thread Scot Bellamy
Actually, Mr. Kenworthy, your comments are the only immature comments I have seen. Please take your useless comments elsewhere! Kenworthy, Edward wrote: Ah diddums. Waaah waaah waah. Grow up ffs. -Original Message- From: Jeff Markham [mailto:[EMAIL PROTECTED]] Sent: 12 February

RE: [jBoss-User] RE: CVS

2001-02-12 Thread Rob Castaneda
Hi, Be wary of trailing whitespace, usually occurs when copying URL's from IE regards, -Rob -- Robert Castaneda [EMAIL PROTECTED] CustomWarehttp://www.customware.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

Re: [jBoss-User] deploying with utility classes in the JBoss/libdir.

2001-02-12 Thread Toby Allsopp
Emmanuel Sciara wrote: Hi guys, Here is the following scenario: I want to deploy a session bean. I want my ejb jar to contain only the session bean and my utility classes to be in a separate utility jar. This utility jar is in the jboss lib directory, and still my ejb jar will not

[jBoss-User] unable to build snapshot of the sources

2001-02-12 Thread Patrick Buchinger
hi everyone!! i just downloaded the zip file of the latest (12.2.2001, 02:00) cvs-snapshot, but i'm unable to compile them what did i do: 1.) i unzipped the file. 2.) i changed to entpacked_jboss_dir/src/build and executed "sh build.sh" 3.) now the build skript complained about not finding

RE: [jBoss-User] RE: CVS

2001-02-12 Thread Luis Ochoa
Thanks all. Yea, now that you mention it, it must be a firewall problem, does the cvs server tries to SYN back to the client? I don't know how cvs works, but looks like it's not like http, is it? Luis. -Original Message- From: Sacha Labourey [mailto:[EMAIL PROTECTED]] Sent: Monday,

[jBoss-User] RE:jbuilder4 debugging

2001-02-12 Thread Andrew Reischer
Sorry about my earlier post.. I had the wrong version of jboss. I changed to the 2.0 final followed the instructions, and It works Andy reischer -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL

Re: [jBoss-User] unable to build snapshot of the sources

2001-02-12 Thread Rafizan Baharum
shutdown hook is from jdk1.3 Patrick Buchinger wrote: hi everyone!! i just downloaded the zip file of the latest (12.2.2001, 02:00) cvs-snapshot, but i'm unable to compile them what did i do: 1.) i unzipped the file. 2.) i changed to entpacked_jboss_dir/src/build and executed "sh

RE: [jBoss-User] unable to build snapshot of the sources

2001-02-12 Thread Maruthi Rao
patrik Use jdk 1.3 , cause 1.2 does not have add shutdown hook functionality Maruthi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Patrick Buchinger Sent: Monday, February 12, 2001 11:03 AM To: jBoss Subject: [jBoss-User] unable to build snapshot of

Re: [jBoss-User] unable to build snapshot of the sources

2001-02-12 Thread Toby Allsopp
Patrick Buchinger wrote: hi everyone!! i just downloaded the zip file of the latest (12.2.2001, 02:00) cvs-snapshot, but i'm unable to compile them what did i do: 1.) i unzipped the file. 2.) i changed to entpacked_jboss_dir/src/build and executed "sh build.sh" 3.) now the build

Re[2]: [jBoss-User] Starting jBoss as a service on Linux

2001-02-12 Thread Ingo Bruell
Hi jBoss, CA Greetings, CA Here is another version of the Linux jboss init script. CA Thanks to Michael Drew, Toby Allsopp, and Tom Cook for their help. CA If this seems okay, I'll send it on to the jboss-dev list. CA 1. First some suggested options to run.sh. CA I have left all logging to

Re: [jBoss-User] NotSerializableException

2001-02-12 Thread Toby Allsopp
Francisco Andrades wrote: Does this mean that i cant have a non-serializable field as a member of a stateful session bean? if i cant, how do i refference a InitialContext? Yes. Make field transient, set in ejbActivate (and ejbCreate). Toby. --

RE: [jBoss-User] Client Apps remotely accessing EJBs--remoteclass loader

2001-02-12 Thread Joe Barefoot
Hi Tom, I've been fooling around with ways to acquire the interface classes for an EJB at runtime from the server. Frankly, I'm kind of surprised that no vendor (to my knowledge) does this yet--it would allow the implementation of EJBs, including their interfaces, to be updated on the

[jBoss-User] javax.naming question

2001-02-12 Thread Jeff Fayman
Greetings, I am trying to use a non-EJB client to connect using JNDI to an EJB deployed on Jboss. When executing the client, I receive the following error: Error: javax.naming.CommunicationException: Can't find SerialContextProvider Which occurs when the system executes the following: Object

[jBoss-User] SQL Server JDBC Drivers/Driver Test

2001-02-12 Thread Frank Thiemonge (NBK)
I never got this from the jboss mailing lists but saw it on the on-line archives, otherwise I would have responded sooner. After balancing price and perks, I tested the i-net Opta2000 Opta (http://www.inetsoftware.de/English/Produkte/OPTA/default.htm) and Net Direct's JSQLConnect

RE: [jBoss-User] NotSerializableException

2001-02-12 Thread Nortje, Andrew
Title: RE: [jBoss-User] NotSerializableException Francisco The deal is that all bean members of a class must be serializable so they (the beans) can be passivated. The InitialContext issue (this may be an over simplification), create a new class that extends InitialContext and implement

Re: [jBoss-User] javax.naming question

2001-02-12 Thread Toby Allsopp
Jeff Fayman wrote: Greetings, I am trying to use a non-EJB client to connect using JNDI to an EJB deployed on Jboss. When executing the client, I receive the following error: Error: javax.naming.CommunicationException: Can't find SerialContextProvider Which occurs when the system

Re: [jBoss-User] Could possibly use JBoss in real world app

2001-02-12 Thread Tom Cook
On Mon, 12 Feb 2001, you wrote: Hi guys, There is a possibility that whe might use JBoss for a real world, heavy duty ecommerce application where I am working now. But to make a case for JBoss I need to know the following: - When is horizontal scaling going to be available (I mean

Re: [jBoss-User] Client Apps remotely accessing EJBs--remoteclassloader

2001-02-12 Thread Alexander Kogan
Joe Barefoot wrote: Does JBoss provide any facilities for easily serving up the class bytes for a given class, or some other mechanism for locating and returning interface classes, without knowing what JAR file they are located in? Yes, it does. Read carefully the message below: Depends

Re: [jBoss-User] Error when undeploying ejb jar

2001-02-12 Thread Tom Cook
On Mon, 12 Feb 2001, you wrote: Hi! Most of the time when undeploying my jar, jboss prints the message: Could not remOve file ... /tmp/deploy/jar file. Why cannot it remove it? Does it have any implications? Are you running on Windoze (95 or 98)? If so, this is a recognised JDK

RE: [jBoss-User] NotSerializableException

2001-02-12 Thread Tom Cook
On Tue, 13 Feb 2001, you wrote: Francisco The deal is that all bean members of a class must be serializable so they (the beans) can be passivated. The InitialContext issue (this may be an over simplification), create a new class that extends InitialContext and implement

RE: [jBoss-User] Remote Interface as EntityBean fields

2001-02-12 Thread Tom Cook
Ah, I think I begin to understand! When a bean reference is persisted, either it's PK or it's handle is what is actually stored (I can't remember which). Either of these objects is enough to get a reference to the same EJB, even after a server restart (obviously in this case it is not the same

Re: [jBoss-User] Starting jBoss as a service on Linux

2001-02-12 Thread Tom Cook
Yep, looks pretty handy to me. While you're asking for timestamped logs, how about log rotation, as well? I've been meaning to write it for a while, haven't quite got there... Tom On Tue, 13 Feb 2001, you wrote: Greetings, Here is another version of the Linux jboss init script. Thanks to

RE: [jBoss-User] Could possibly use JBoss in real world app

2001-02-12 Thread marc fleury
| - What about support. I know this mailing list is | great but we might need to send sensitive information | that cannot go out in the open (do not worry we would | still share our problems and solutions with you guys!) | | - Are there any courses available. Some guys here | might need some

Re: [jBoss-User] unable to build snapshot of the sources

2001-02-12 Thread Scott M Stark
Runtime.addShutdownHook is another method that was added in jdk 1.3 What OS and VM are you using? - Original Message - From: "Patrick Buchinger" [EMAIL PROTECTED] To: "jBoss" [EMAIL PROTECTED] Sent: Monday, February 12, 2001 11:02 AM Subject: [jBoss-User] unable to build snapshot of the

Re: [jBoss-User] NotSerializableException

2001-02-12 Thread Francisco Andrades
Title: RE: [jBoss-User] NotSerializableException Ok, sorry, it's pretty obvious that the bean field must be serializable :) , but i dont see why i must make a subclass of InitialContext in order to use it inside the stateful beans. Its something that (almost) everybody needs inside his beans

Re: [jBoss-User] Deploying EJBs in-place?

2001-02-12 Thread Tom Cook
On Mon, 12 Feb 2001, you wrote: Sorry Tom, but I think I got distracted from the real purpose of my first post. In my first post I was specifically talking about deploying beans during the development phase. I figure this is the only time when beans should be deployed without jarring them

Re: [jBoss-User] Dynamic classloading

2001-02-12 Thread Tom Cook
On Mon, 12 Feb 2001, you wrote: Hi all I have seen quite a bit of discussion on the issue of Dynamic classloading I have spent several days trying to do it myself...but NO BANANA On the client side I have jboss-client in the class path and also jnp-client in that directory. I do not

[jBoss-Dev] FAKADAWAK

2001-02-12 Thread marc fleury
"FAQ out of whaq" is the title of the mail. We have a FAQ that is either outdated or incorrect or with missing links. I am looking for a couple of guys to look at it... any takers??? let me know if you are interested marc _ Marc Fleury, Ph.D [EMAIL PROTECTED]

RE: [jBoss-User] LOCKING-WAITING (TRANSACTION) - Another problem

2001-02-12 Thread Tom Cook
On Mon, 12 Feb 2001, you wrote: Tom, are you using JBoss from CVS ? Yes - from about Jan 30, I think. If so, I've already fixed this but not committed yet. If not, then it's really strange, post more info please. Cool! Oh, and BTW I tested the fix also on Tru64 1.3.0 :) Wow, someone else

[jBoss-User] ZOAP: zoap/examples.html missing some info

2001-02-12 Thread Douglas D. Dickinson
zoap/examples.html indicates that I should be able to zoap-enable my EJBs by having something like the following in the EJB's META-INF/jboss.xml file: /jboss !-- ERR: remove leading '/' -- enterprise-beans session ejb-nameYourService/ejb-name

[jBoss-User] ZOAP: need a SOAP client to test with...

2001-02-12 Thread Douglas D. Dickinson
I appologize is the message is a bit confused, but the truth is that I *am* confused! After some fiddling I *believe* that I have ZOAP creating SOAP interfaces for the EJBs that I deploy. (At least jboss no longer throws exceptions when I drop my .jar into jboss/deploy/) My main question is:

Re: [jBoss-User] FAKADAWAK

2001-02-12 Thread Tom Cook
On Tue, 13 Feb 2001, you wrote: "FAQ out of whaq" is the title of the mail. We have a FAQ that is either outdated or incorrect or with missing links. I am looking for a couple of guys to look at it... any takers??? let me know if you are interested I can, but not for another two weeks.

Re: [jBoss-User] FAKADAWAK

2001-02-12 Thread Dewayne McNair
I'll take a stab at it... do you have any specific changes in mind, or just general clean up? - Original Message - From: "marc fleury" [EMAIL PROTECTED] To: "jBoss" [EMAIL PROTECTED]; "jBoss Developer" [EMAIL PROTECTED] Sent: Monday, February 12, 2001 5:39 PM Subject: [jBoss-User]

RE: [jBoss-User] FAKADAWAK

2001-02-12 Thread marc fleury
nothing specific since there is a "big" cleanup first. It seems to me Jeremiah Johnson and kunle odutola who used to support it are gone. This is the third generation and beware that those who do it dissapear from the face of the earth in the year... Good luck soldier, marc |-Original

[jBoss-User] Any artists?

2001-02-12 Thread marc fleury
Guys we need logos for JBossTX JBossCX JBossSS Transaction, Connectors and Security are the themes. Are you guys inspired? any graphic "closet" artist in jboss-user ? step right up, we love you already... marc _ Marc Fleury, Ph.D [EMAIL PROTECTED] _ --

[jBoss-User] jBoss Tomcat install confusion

2001-02-12 Thread Jim Archer
Hi All... I have been reading the jBoss web site in an effort to understand how to install jBoss and Tomcat and intergrate the two. The web site has a bundled download that includes jBoss 2.0 FINAL and Tomcat 3.2b7. However, if I read further down (on the jBoss/Tomcat page) I see it says

[jBoss-User] Classpath for PortableRemoteObject

2001-02-12 Thread Troy Thompson
Hi, I looked through the archives for this question, so I apologize if this has been asked before. I have JRun currently running as our test app server. I would like to test jboss as an alternative. I have jboss running on my Linux 7.0 development box. I am trying to run the Interest client

[jBoss-User] JBoss/Jetty Deployment Problems

2001-02-12 Thread Kevin A. Roll
I have encountered persistent and frustrating problems involving repeated deployment of the same EAR file. I am using the JBOSS PRE 2.1 + Jetty build on a Linux box. It seems that when I attempt to re-deploy a newer version of the same EAR file I am not guaranteed to get the new content when

[jBoss-User] Where do I get a beta?

2001-02-12 Thread Jim Archer
I promise, I have been over the web site, through the FAQ and I checked the mail archive... I can't figure out where to get the beta versions of jBoss. I was looking for PROD-03 or PROD-04 to test with Tomcat. If it there I missed it, I'm sorry, but please tell me where to find them...

Re: [jBoss-User] jBoss Tomcat install confusion

2001-02-12 Thread Dewayne McNair
I have been reading the jBoss web site in an effort to understand how to install jBoss and Tomcat and intergrate the two. The web site has a bundled download that includes jBoss 2.0 FINAL and Tomcat 3.2b7. This is correct... you can download the bundled package that has Tomcat+JBoss running

RE: [jBoss-User] Dynamic classloading

2001-02-12 Thread Joe Barefoot
Thanks a lot Tom; I wasn't aware that you could set a classloader for a particular thread as you have in your code snippet: Thread.currentThread().setContextClassLoader( cl ); That particular tidbit of knowledge solves several problems for me! joe -Original Message- From: [EMAIL

[jBoss-User] EJB design/safety question

2001-02-12 Thread Bobby Martin
Since inheriting EJBs is not safe, is it possible to simply build your object model as if you weren't using EJB, then build one entity bean for each persistent object, and some number of session beans to act as the interface? The entity beans would be a kind of struct that your 'real' object

[jBoss-User] Calling methods of a Bean from another Session Bean.

2001-02-12 Thread Narinder Singh
Hi I need to call methods of a Session Bean from another bean. I was previously using the following method for this. Context jndiContext = new InitialContext(); InterestHome interestHome = (InterestHome )jndiContext.lookup("InterestBean"); Interest interest =

[jBoss-User] table not found for BMP

2001-02-12 Thread Tom . Daly
Gidday all, I am currently getting the following error when my BMP code tries to access the Oracle 8.1.7 db (note I am sure that the database and table exist). I have searched the archives and it appears that I may not be acessing my OracleDB pool but rather the hypersonic pool. If this is the

RE: [jBoss-User] Calling methods of a Bean from another SessionBean.

2001-02-12 Thread Alexander Klyubin
?? You CANNOT, in general, call your beans by instantiating their implementation class instance and calling methods on it. You'd have to provide many features of the container for the instance. E.g. if you instantiate a CMP "bean" that way, you'd have to provide persistence and so forth.

RE: [jBoss-User] ZOAP: need a SOAP client to test with...

2001-02-12 Thread Alexander Klyubin
Try checking http://msdn.microsoft.com/xml. There are some tools available. Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Douglas D. Dickinson Sent: Tuesday, February 13, 2001 02:55 To: jboss-user Subject: [jBoss-User] ZOAP: need a

Re: [jBoss-User] Calling methods of a Bean from another SessionBean.

2001-02-12 Thread Rafizan Baharum
On Tue, 13 Feb 2001, Narinder Singh wrote: Hi I need to call methods of a Session Bean from another bean. I was previously using the following method for this. Context jndiContext = new InitialContext(); InterestHome interestHome = (InterestHome )jndiContext.lookup("InterestBean");

Re: [jBoss-User] table not found for BMP

2001-02-12 Thread Tom . Daly
Rafizan, Thanks for your help, please find the conf files below or where appropriate just pieces of the conf files. thanks again Tom JBOSS.xml ?xml version="1.0" encoding="ISO-8859-1"? jboss enterprise-beans session ejb-nameSequenceSes/ejb-name

[jBoss-User] Illegal xml character

2001-02-12 Thread Belli Andrea
During deploying, I receive the message: #xb; Illegal XML character I checked jaws.xml and ejb-jar.xml and I didn't found any strange character: I didn't understand where the problem is. These are the two files: ?xml version="1.0" encoding="ISO-8859-1"? !DOCTYPE ejb-jar PUBLIC "-//Sun

Re: [jBoss-User] Dynamic classloading

2001-02-12 Thread Rickard Öberg
Hey Tom Cook wrote: URL urls[] = new URL[1]; urls[0] = new URL( "http://localhost:8083" ); ClassLoader cl = new URLClassLoader( urls ); Thread.currentThread().setContextClassLoader( cl ); System.setSecurityManager( new RMISecurityManager() ); // Not sure this is needed RMI needs an SM, so

[jBoss-User] Oracle XADataSource unable to load MBean class

2001-02-12 Thread Lee Thian Urn
hello, I have recently tried to set up Jboss on Windows 98 to run a CMP, using Oracle 8i (8.1.5) on Windows NT as the database. However when I start JBoss (after configuring the 3 jboss configuration files): jboss.properties jboss.conf jboss.jcml I get the error: