[JBoss-user] Examples VisualCafe

2001-06-15 Thread Richard Bottoms
Thanks for such a great piece of technology. What I am interested in are some very in-depth examples on the order of what's in books like 'Mastering Enterprise Java Beans.' In fact, a book itself would be great. I'd be up for helping in the creation of an eBook or Acrobat version. Additionally,

[JBoss-user] Re: Out of sync EJBs after passivation

2001-06-15 Thread Dmitri Colebatch
Norton, Our problem from the previous thread that you refer to was that in our ejbPassivate code we did not set our dataholder to null. Ok - I think this is what your problem is: If you are holding references to other ejbs, the you should set them to null in ejbPassivate and re-obtain them

RE: [JBoss-user] httprequest fired twice

2001-06-15 Thread Jee-Meng Ang
Just wondering if anyone has been able to find a way to resolve this issue. I did a preliminary testing and found that the requests are similar, including all the headers. JM. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jee-Meng Ang Sent: Thursday,

Re: [JBoss-user] Weird deployment error...

2001-06-15 Thread Hermann RANGAMANA
Remove EJBException from your create method ---Hermann - Original Message - From: Phan Anh Tran [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 7:12 AM Subject: [JBoss-user] Weird deployment error... My remote interface: public interface DataManager

Re: [JBoss-user] JBossMQ exception on startup

2001-06-15 Thread Guy Rouillier
Make sure the directory c:/java/JBoss-2.2.2_Tomcat-3.2.2/jboss/db/jbossmq is present. If not, create it. It wasn't for me with 2.2.1. - Original Message - From: Allan Kamau [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 9:32 AM Subject: Re: [JBoss-user] JBossMQ

Re: [JBoss-user] My Jdbc pool doesn't work,help!

2001-06-15 Thread Guy Rouillier
Please read the docs and/or search the archives. There are very many message covering required configuration for working with Oracle (I've posted them myself at least a half dozen times.) - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 1:18

RE: [JBoss-user] How to use uniqueidentifier / auto-numbering fie ld in a database ?

2001-06-15 Thread Saint-Martin Cecile
Hi, You can use EJBUtils at : http://sourceforge.net/projects/ejbutils/ or J-GUID http://www.activescript.co.uk/ SAINT-MARTIN Cecile [EMAIL PROTECTED] -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Konstantin Priblouda Envoye : jeudi 14 juin

[JBoss-user] Deploying .ear

2001-06-15 Thread MDemian
Hi all, have problem, I trying deploy my.ear application at JBoss 2.2.2 with Tomcat 3.2.2. my.ear contains my.war archive with 3 JSP files and 1 java controller class, then my.jar archive with 1 Entity EJB. After deploy, I start first JSP, this JSP instancied controller class (no problem),

Re: [JBoss-user] manual

2001-06-15 Thread François Charoy
I agree. I would be very happy to contribute to the doc, and I subscribed to the jboss-docs but I'm not sure to know enough about jboss, and I don't know what are the actual needs. Is there some kind of todo list. And still, why not a jboss wiki. That would allow dynamic contribution... François

RE: [JBoss-user] httprequest fired twice

2001-06-15 Thread Jörg Schorr
Title: RE: [JBoss-user] httprequest fired twice Hi, we also have this problem, and from what we found (I do not have the link anymore) on the web is that not all versions of IE 5.5 have this problem and we also did some changes in our javascript parts for buttons (as images) which were

Re: [JBoss-user] XADatasource connection from outside of EJB

2001-06-15 Thread K.V. Vinay Menon
To another VM!? A definite no-no! Vinay - Original Message - From: Ferguson, Doug [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 12:55 AM Subject: RE: [JBoss-user] XADatasource connection from outside of EJB No... Yeah... I realize that the java code just sees

Re: [JBoss-user] XADatasource connection from outside of EJB

2001-06-15 Thread K.V. Vinay Menon
Why not? I believe it is perfectly fine to use the Minerva connection pool even from non-EJB components. Vinay - Original Message - From: Ferguson, Doug [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 11:37 PM Subject: [JBoss-user] XADatasource connection from

Re: [JBoss-user] Weird deployment error...

2001-06-15 Thread K.V. Vinay Menon
Make sure you are not throwing any non-RMI/IIOP type exceptions in DataManager itself. Remember, the home object resides on the server and the RemoteInterface travels over the wire so the Remote Interface should have a. Methods that return only valid RMI/IIOP types b. Methods that throw only

RE: [JBoss-user] Re: Out of sync EJBs after passivation

2001-06-15 Thread Andre [EMAIL PROTECTED]
Yes ! We had similar problems and setting reference to null fix it. Andre Vermeulen -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 9:06 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [JBoss-user] Re: Out of sync EJBs after

RE: [JBoss-user] HELP - jboss and interbase

2001-06-15 Thread Radomir Kubala
Hi, my problem is solved. I checked my configuratin again. I had bad configuration, I'm sorry. Now I have new problem. When I run example under the j2ee server, it's ok. Under the jboss the new values of balance wasn't updated in database. There are still zero. rado

Re: [JBoss-user] Deploying .ear

2001-06-15 Thread K.V. Vinay Menon
have you set up the ejb references in jboss-web.xml? Vinay - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 8:34 AM Subject: [JBoss-user] Deploying .ear Hi all, have problem, I trying deploy my.ear application at JBoss 2.2.2 with Tomcat

RE: [JBoss-user] HELP - jboss and interbase

2001-06-15 Thread RRokytskyy
and what does your server.log say about this? usually when you have all debug turned on, you have all the statements that are executed by JAWS. Check if there are your update statements. Another way of debugging is to use the HypersonicSQL DB. It generates nice .sql file with all executed

RE: [JBoss-user] expanded form

2001-06-15 Thread Lewis Henderson
I think you can have many deploy directories specified in the jboss.jcml...unjar into ~jboss/deploy/MyApp and add ../deploy/MyApp to jboss.jcml Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Boris Garbuzov Sent: 15 June 2001 05:19 To: [EMAIL

Re: [JBoss-user] Minerva DataSource Error

2001-06-15 Thread Samuel Franklyn
InitialContext jndiCntx = new InitialContext( ); DataSource ds = (DataSource) jndiCntx.lookup(java:comp/env/OracleDB); return ds.getConnection( ); Change that into this InitialContext jndiCntx = new InitialContext( ); DataSource ds = (DataSource)

[JBoss-user] Oracle install probs

2001-06-15 Thread Stephen White (EHPT)
Title: Oracle install probs Hi, Iv just been trying to get an Oracle doirver working in Jboss. Iv placed my classes12.zip file in the lib/ext file and edited the jboss.cml file so :- !-- JDBC -- mbean code=org.jboss.jdbc.JdbcProvider name=DefaultDomain:service=JdbcProvider attribute

Re: [JBoss-user] Oracle install probs

2001-06-15 Thread Lachezar Dobrev
Title: Oracle install probs Hi, Iv just been trying to get an Oracle doirver working in Jboss. Iv placed my classes12.zip file in the lib/ext file and edited the jboss.cml file so :- !-- JDBC -- mbean code="org.jboss.jdbc.JdbcProvider"

Re: [JBoss-user] Oracle install probs

2001-06-15 Thread Lachezar Dobrev
Title: Oracle install probs 1st Sorry about the previous post. Damn Outlook :((( Do not do that. Use: attribute name="Drivers"org.hsql.jdbcDriver, org.enhydra.instantdb.jdbc.idbDriver, oracle.jdbc.driver.OracleDriver/attribute You have defined databases that use the Hsql and the Idb.

Re: [JBoss-user] Minerva DataSource Error

2001-06-15 Thread Allan Kamau
use DataSource ds = (DataSource) jndiCntx.lookup(java:/OracleDB); return ds.getConnection( ); Allan. --- De Closmadeuc, Etienne [EMAIL PROTECTED] wrote: I'm trying to execute a query on an Oracle 8.1.7 database but ... I can't figure what JNDI name must be used. mbean

RE: [JBoss-user] :-) EJB2.0 RunAs

2001-06-15 Thread Lewis Henderson
Scott, The problem I am trying to overcome is that I have WAR clients that need to access EJB's via the WAR app and not directly. I also need to have a 'loaded-on-startup' servlet (A scheduler in a WAR) to access EJB's without a 'real' user logging on. However if a 'real' user does access the

[JBoss-user] ibm jdk 1.3

2001-06-15 Thread Schouten, Andreas
Hello, uses someone ibm's jdk 1.3? We want use it, because it's ORB implamentation is hopefully more accurate. We get a NoSuchMethodException in the org.xml.sax package. By now I don't see the coherence with the jdk, but it would help if I know that somebody uses imb's jdk sucsessful. Thanks

[JBoss-user] HOW TO DISABLE ENTITY-BEAN CACHING?

2001-06-15 Thread Frank Villarreal
Hello all. I was wondering if someone can give me a hand. I temporarily need to disable all entity-bean caching in JBoss. Is this possible? My problem is that I have an external application that is updating my entity-bean tables (I will eventually eliminate that, but for now I have no choice

[JBoss-user] xalan 'n' stuff

2001-06-15 Thread Timo Kauppinen
Hello! I know this may be a common problem (or maybe not). At least I think I have seen this thing discussed here.. but I ask it anyway: If I want to use xalan as the xsl-parser in my servlet (I'm using Jboss-2.2.2 with tomcat), where should I put the xalan.jar? Tomcat can't find the needed

Re: [JBoss-user] Minerva DataSource Error

2001-06-15 Thread K.V. Vinay Menon
[OracleDB] XA Connection pool OracleDB bound to java:/OracleDB Use: java:/OracleDB Vinay - Original Message - From: De Closmadeuc, Etienne [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 9:03 AM Subject: [JBoss-user] Minerva DataSource Error I'm trying to

RE: [JBoss-user] ibm jdk 1.3

2001-06-15 Thread Saint-Martin Cecile
We use IBM JDK 1.3; we have deleted the xerces.jar file in jre\lib\ext and download Apache Xerces 1.3.0 and added it to JBoss classpath, it works fine. SAINT-MARTIN Cecile [EMAIL PROTECTED] -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Schouten,

[JBoss-user] (no subject)

2001-06-15 Thread Lewis Henderson
Hi, I'm using (trying to use!) the EJX editor to configure my EJBThe EJB already deploys beautifully! It contains an ejb-jar.xml, jboss.xml and jaws.xml. When I open it with EJX choosing 'EJB1.1 XML with JBoss XML' as the file type I get the following! Any pointers ? Lewis P.S. I cannot

RE: [JBoss-user] xalan 'n' stuff

2001-06-15 Thread Saint-Martin Cecile
We use Xalan xsl parser, we added xalan.jar to Tomcat classpath (in tomcat.bat). SAINT-MARTIN Cecile [EMAIL PROTECTED] -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Timo Kauppinen Envoye : vendredi 15 juin 2001 14:09 A : [EMAIL PROTECTED]

RE: [JBoss-user] xalan 'n' stuff

2001-06-15 Thread Frank Villarreal
How about in the WEB-INF/classes or WEB-INF/lib directory of your web-application? - Frank Villarreal -Original Message- From: Timo Kauppinen [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 7:09 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] xalan 'n' stuff Hello! I

RE: [JBoss-user] xalan 'n' stuff

2001-06-15 Thread Lewis Henderson
I put my xerces.jar, xalan.jar and jaxp.jar in the jre/lib/ext as I use them for all kinds of projects! It should have worked in the /jboss/lib/extwhat class is it failing to find? Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Timo

Re: [JBoss-user] Auto-increment CMP primary key?

2001-06-15 Thread Richard Kasperowski
Nordahl, David C wrote: You'd need to create a PrimaryKeyBean like mentioned in earlier posts today ^ Duh! Sorry for the noise! -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/

[JBoss-user] jboss.org web site broken?

2001-06-15 Thread Richard Kasperowski
It looks like it's not serving JSP. Who can fix it? Thanks, -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED]

Re: [JBoss-user] HOW TO DISABLE ENTITY-BEAN CACHING?

2001-06-15 Thread K.V. Vinay Menon
For what its worth did you try changing the following section in standardjboss.xml cache-policy-conf min-capacity50/min-capacity max-capacity1000/max-capacity overager-period300/overager-period

Re: [JBoss-user] jboss.org web site broken?

2001-06-15 Thread Tim Yates
If you saw Marc Fleury's email from yeasterday, you will see: snip Again for the next few days the website will be a little messy and under construction, thanks for your understanding, regards marcf /snip They are moving the website to run on jBoss... Tim. - Original Message -

RE: [JBoss-user] jboss.org web site broken?

2001-06-15 Thread Lewis Henderson
I think its in the middle of an overhall!!! I don't know how long it will be in this state tho! Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Kasperowski Sent: 15 June 2001 13:49 To: [EMAIL PROTECTED] Subject: [JBoss-user] jboss.org web

RE: [JBoss-user] xalan 'n' stuff

2001-06-15 Thread Timo Kauppinen
Well, the error stack is this: javax.xml.transform.TransformerFactoryConfigurationError: java.lang.ClassNotFoundException: org.apache.xalan.processor.TransformerFactoryImpl at javax.xml.transform.TransformerFactory.newInstance(TransformerFactory.java:121) I also thought that it would

[JBoss-user] J2EE Specs for ENC

2001-06-15 Thread De Closmadeuc, Etienne
You kindly answer me that I must use java:/OracleDB as datasource JNDI name, and it works. But I wonder that it's the right way ! The specification is java:/comp/env for any resource and java:comp/env/jdbc is recommended for datasource references. To be continued ... Etienne de Closmadeuc

RE: [JBoss-user] xalan 'n' stuff

2001-06-15 Thread Lewis Henderson
It looks as though the config is correct! Do you have the correct version of xalan.jar...(Does this class exist in the jar)? Mine is 705k 15-Mar-2001 14:21 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Timo Kauppinen Sent: 15 June 2001 14:20 To:

RE: [JBoss-user] xalan 'n' stuff

2001-06-15 Thread Saint-Martin Cecile
Putting all your libraries in jre/lib/ext is not a good solution. It's the best way for having version conflicts...especially with XML or XSL parsers. You should have a classpath contaning all jars needed per application. For tomcat and Jboss, modify .bat by adding needed libraries in local

[JBoss-user] Newbie: Just download JBoss Again

2001-06-15 Thread Alan McDade
Hi All Now I have some time again I am experimenting with J2EE and would like to use jBoss on my win2000 machine. However I have a problem When starting jboss with tomcat I get the following error message. I can however view http;//localhost:8080/ to get the tomcat test page. I would

Re: [JBoss-user] J2EE Specs for ENC

2001-06-15 Thread danch
The answer you got was the short, easy answer, not the whole answer. The java:/OracleDB URL works because that's where the datasource is bound by JBoss to make it available to the deployer layers. This URL will only work in JBoss, really. To use 'java:comp/env/jdbc/OracleDB' you'll need to

[JBoss-user] search on this mailing list not working?

2001-06-15 Thread Jim Clayson
Hi! I'm new to this list and was wondering if there is a known problem with searching through the messages for a topic that is already covered. Regards Jim ___ JBoss-user mailing list [EMAIL PROTECTED]

RE: [JBoss-user] Newbie: Just download JBoss Again

2001-06-15 Thread Alex Radka
I got this exception when I had soemthing else running on the same port. In my case it was Apache. Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alan McDade Sent: Friday, June 15, 2001 10:18 AM To: Jboss-User Subject: [JBoss-user] Newbie: Just

RE: [JBoss-user] Newbie: Just download JBoss Again

2001-06-15 Thread Alan McDade
Thanx Alex After carefully scrutinising my system somebody had installed Oracle 8i on it which included Apache. After removing it, all is well. Hope nobody wants to use Oracle again though !!! Alan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex

[JBoss-user] How to hot deploy tomcat webApp with attribute

2001-06-15 Thread Robert J. Liu
I try to hot deploy the tomcat admin applications to use JBOSS's JAAS feature. I successfully deployed the app following the JBOSS JAAS tutorial. I did login well, but then when I click the View All Contexts button, I got the following error Error: 500 Location:

RE: [JBoss-user] HOW TO DISABLE ENTITY-BEAN CACHING?

2001-06-15 Thread Frank Villarreal
K.V. Vinay Menon [mailto:[EMAIL PROTECTED]] wrote : For what its worth did you try changing the following section in standardjboss.xml cache-policy-conf min-capacity50/min-capacity

Re: [JBoss-user] :-) EJB2.0 RunAs

2001-06-15 Thread Scott M Stark
What I implemented is the EJB2.0 run-as feature. The servlet 2.3 run-as feature will be next, but I'm not sure it handles what your looking for. I have WAR clients that need to access EJB's via the WAR app and not directly. This case is an unauthenticated client accessinga servlet that in turn

[JBoss-user] RE: [jboss-board] Bad Link on your site

2001-06-15 Thread marc fleury
yep that one is real, thanks for reporting it folks there might be some broken links, please report them to me/juha/sebastien/scott regards marcf |-Original Message- |From: David Snyder [mailto:[EMAIL PROTECTED]] |Sent: Friday, June 15, 2001 11:33 AM |To: 'marc fleury' |Subject: RE:

Re: [JBoss-user] Oracle install probs

2001-06-15 Thread Guy Rouillier
Title: Oracle install probs Don't know if this is the issue you are seeing or not, but for JBoss 2.2.1 under JDK 1.3 on Windows 2K, that statement will hang for almost a full minute on a Pentium III 500 MHz, and then startup will resume. Did you wait a couple minutes to see if things

[JBoss-user] searching past messages on this site

2001-06-15 Thread Jim Clayson
Hi! I'm new to this list and was wondering if there is a known problem with the search facility for searching through messages for a topic that has already been covered. Regards Jim ___ JBoss-user mailing list [EMAIL PROTECTED]

[JBoss-user] adding deploy directory

2001-06-15 Thread Boris Garbuzov
I tried to use your recommendation, but perhaps my syntax is wrong. I have a directory cart_ear that contains ejb jar, war and META-INF\application.xml. The file cartJ2ee.ear produced by jarring it worked fine. But adding it as a deployment URL did not help. JBoss does not notice and does not

Re: [JBoss-user] Oracle install probs

2001-06-15 Thread Scott M Stark
It only hangs for 30 seconds and the problem only occurs if you have configured the Log4jService. - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 10:01 AM Subject: Re: [JBoss-user] Oracle install probs Oracle install

[JBoss-user] JMS and MessageDrivenBean

2001-06-15 Thread Griffin, Michael
JBoss-User, I have created a MessageDrivenBean that serves as the responder in a request / reply scenario. I get the reply Destination from the JMSReplyTo property on the message. The handling of the onMessage code is simple. I lookup the QueueConnectionFactory, create a QueueConnection,

[JBoss-user] Change owner jboss

2001-06-15 Thread Darío Sánchez C.
Hello All, I have JBoss-2.2.1_Tomcat-3.2.1 redhat 6.2 jdk1.3 ... Works fine!!! I need to change or to create a owner for start, stop, and modify the content files of JBoss-2.2.1_Tomcat-3.2.1. Who does anyone do this? Best regards, Darío Sánchez. [EMAIL

[JBoss-user] Status of clustered Stateful Session Beans.....

2001-06-15 Thread Ferguson, Doug
Hey, I am working on a project and am curious when clustered session breans will be available. d. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] manual

2001-06-15 Thread Ivan Bolcina
Title: RE: [JBoss-user] manual Or you. -Original Message- From: Grim Shieldsson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 6:37 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] manual My original reply was going to explain the facts of programming life to him..

RE: [JBoss-user] Re: SQL Server using Merant Drivers.

2001-06-15 Thread Griffin, Michael
Are you using run_with_tomcat, or run to start JBoss? I had a similar problem. I had changed the jboss.jcml (and other configuration files) in the conf/default directory, but started JBoss using run_win_tomcat. When using run_with_tomcat, the configuration is loaded from conf/tomcat.

RE: [JBoss-user] manual

2001-06-15 Thread Richard Bottoms
At 07:37 PM 6/15/01 +0200, you wrote: I agree totally! You made an exellent point! I can volunteer my skills in publishing to handle page layout and conversion to Acrobat electronic versions. 'Fluffy' documentation is the key for successful expansion beyond gearheads to people who RTFM,

[JBoss-user] How do I ask jboss to search DTDs locally first?

2001-06-15 Thread Keith Kee
Hi: I discovered to my horror this morning that my ejbs are totally dependent on the Internet when JBoss began to fail because it could not access jboss.dtd at http://www.jboss.org/documentation. This was the error message I got below: Cause:org.jboss.ejb.DeploymentException: External entity

[JBoss-user] Manual suggestions

2001-06-15 Thread Vladimir Blagojevic
Hi, Can we please stop going crazy about this? Lets do some constructive. All the people that are complaining about documentation please take a minute or two and focus your complains. For example , you might state the following: 1) Which parts of documentation are missing or inadequate? 2)

[JBoss-user] TransactionTimeout

2001-06-15 Thread Thomas . Kirsch
I have the following questions: 1. If I set the transaction time-out in jboss.jcml as follows: mbean name=DefaultDomain:service=TransactionManager attribute name=TransactionTimeout3000/attribute /mbean Does this mean the transaction will time out after 3000 minutes or seconds? 2. Does

Re: [JBoss-user] Updated JBoss/Jetty bundle

2001-06-15 Thread Daren R. Sefcik
On Wed, 13 Jun 2001, Scott M Stark wrote: An updated JBoss-2.2.2_Jetty-3.1.RC5-3.tgz bundle has been posted to sourceforge. This version has the same level of integrated security as Downloaded and installed it. - The dreaded null null null not here..don't even need to hit a jsp page:

[JBoss-user] simple question

2001-06-15 Thread majid nakit
Hi, I have just installed JBoss-2.2.2_Tomcat-3.2.2 in windows2000, I am new to EJB, please could you show me : 1)How do I know that JBoss_Tomcat is working fine ? 2) is there any example that I can test. Thanks __ FREE voicemail, email, and

RE: [JBoss-user] The method return values in the home interface must be of valid types for RMI/IIOP.

2001-06-15 Thread Emerson
I know that, but the appServer gives a warning... At 16:30 13/06/01 -0400, you wrote: but you could have the business methods in an interface and implement the interface. then you have something like +-+ +-+ | businessint |

[JBoss-user] Visual Cafe 4

2001-06-15 Thread Richard Bottoms
Anyone using Visual Cafe 4 with JBoss? r.b. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] test

2001-06-15 Thread majid nakit
test -- majid nakit [EMAIL PROTECTED] - email (617) 598-1047 x3190 - voicemail/fax __ FREE voicemail, email, and fax...all in one place. Sign Up Now! http://www.onebox.com ___ JBoss-user mailing

Re: [JBoss-user] simple question

2001-06-15 Thread danch (Dan Christopherson)
On that machine, point a browser at 'http://localhost:8080/jboss' This will let you try out some simple tests. majid nakit wrote: Hi, I have just installed JBoss-2.2.2_Tomcat-3.2.2 in windows2000, I am new to EJB, please could you show me : 1)How do I know that JBoss_Tomcat is working fine

[JBoss-user] inconsistent (but frequent) InitialContext.lookup() problems

2001-06-15 Thread Greg Merrill
I have recently begun having serious problems retrieving beans from JNDI. For some reason, InitialContext.lookup() keeps throwing a CommunicationException. However, it doesn't always happen! (Although after it happens once, it happens fairly consistently until a re-deploy or restart JBoss, at

Re: [JBoss-user] Updated JBoss/Jetty bundle

2001-06-15 Thread Scott M Stark
Don't know what is going on. I just downloaded it and retried it on my RedHat7.0 box and it comes up fine. The old files are still there so are you sure you grabbed JBoss-2.2.2_Jetty-3.1.RC5-3.tgz : bash-2.04$ cksum JBoss-2.2.2_Jetty-3.1.RC5-3.tgz 132996107 10168751

[JBoss-user] javax.rmi???

2001-06-15 Thread Emerson
Where (jar file) is Javax.rmi at?? Emerson Cargnin TRE-SC Setor de Desenvolvimento Tel: (48) 251-3700 - Ramal 3134 ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] RE: simple question

2001-06-15 Thread Noorzaie, Jamal
Majid: When you start jboss, you should see a message at the bottom of your command line window, such as: [Mail Service] DEBUG: not loading optional address map file: /META-INF/javamail. address.map [Mail Service] Mail Service 'Mail' bound to java:/Mail [Mail Service] Started [Service Control]

Re: [JBoss-user] inconsistent (but frequent) InitialContext.lookup() problems

2001-06-15 Thread Scott M Stark
That is a windows tcp error: WSAENOBUFS(10055): An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. Your creating too many connections for your OS. Try keeping one InitialContext around instead of creating every time

Re: [JBoss-user] Manual suggestions

2001-06-15 Thread Richard Bottoms
1) Which parts of documentation are missing or inadequate? The 'complaint', isn't so much that the docs aren't good, in fact they are better than with many Open Source projects. For me, it's the recognition that technologies such as JBoss have to be usable beyond the gearhead elite. Many, many

[JBoss-user] manual and business

2001-06-15 Thread Boris Garbuzov
You touched some business ussues together with documentation. Why open source product is better to learn than some WebLogic? 1. Supposidely, open source community is much more live, more fun to get involved. But WebLogic also has user forums and peer supposrt. And that community may be even

[JBoss-user] jboss-tomcat

2001-06-15 Thread Richard Bottoms
I've got my EJB 'ejbTest'working with the grand output of 'Hello World.' Is there an example on the JBoss site of how to take this EJB and use it under Tomcat? Assume a default install of the JBoss/Tomcat bundle. Thanks, r.b. ___ JBoss-user

Re: [JBoss-user] manual and business

2001-06-15 Thread Richard Bottoms
At 01:25 PM 6/15/01 -0700, you wrote: You touched some business ussues together with documentation. Why open source product is better to learn than some WebLogic? Fun isn't why I do this. I do it to earn a living. Red Hat understood that there needs to be a proper balance. On one side,

Re: [JBoss-user] jboss-tomcat

2001-06-15 Thread Scott M Stark
The most uptodate example is the JAAS security tutorial that shows deployment of a secure ear. It does not explain the whys of the steps, it just goes through the process and hides the details in the ant build script. http://www.jboss.org/documentation/HTML/ch11s83.html - Original Message

[JBoss-user] Not finding HomeInterface

2001-06-15 Thread Emerson
I got this error when making Jserv work as a client of other JBoss machine javax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundException: EleitorVLHHome at java.lang.Throwable.(Throwable.java:96) at java.lang.Exception.(Exception.java:44) at

[JBoss-user] ClientLogin module can't load from tomcat context

2001-06-15 Thread Ferguson, Doug
Hi, I am using integrated tomcat and my client login module will only load from a jar file that I explicitly put in my JBOSS_CLASSPATH If it is in my WEB-INF/classes or my WEB-INF/lib it won't load. Is this a classloader problem? d. ___

[JBoss-user] Not finding HomeInterface

2001-06-15 Thread Emerson
I got this error when making Jserv work as a client of other JBoss machine javax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundException: EleitorVLHHome at java.lang.Throwable.(Throwable.java:96) at java.lang.Exception.(Exception.java:44) at

RE: [JBoss-user] manual and business

2001-06-15 Thread Digital Strider
This is an interesting experiment in the evolution of open-source and the kinds of future bricks and mortar that can lay the foundations for tomorrows future open-source evolutions. Most commercial software companies offer developer free implementations in the hopes of winning product loyalty

Re: [JBoss-user] ClientLogin module can't load from tomcat context

2001-06-15 Thread Scott M Stark
This is a known issue with the JAAS 1.0.1 implementation. The org.jboss.security.auth.spi.ProxyLoginModule can be used to work around this issue: /** A proxy LoginModule that loads a delegate LoginModule using the current thread context class loader. The purpose of this module is to work around

[JBoss-user] RMI of JBoss client - JSERV

2001-06-15 Thread Emerson
Is it possible to have a JBoss client running JServ and JSDK20 using EJBs from a only JBoss machine??? It´s not working... Is there any incompability between JVM IBMJava2-13 and JBoss RMI??? Emerson Cargnin TRE-SC Setor de Desenvolvimento Tel: (48) 251-3700 - Ramal 3134

Re: [JBoss-user] manual and business

2001-06-15 Thread danch
Digital Strider wrote: This is an interesting experiment in the evolution of open-source and the kinds of future bricks and mortar that can lay the foundations for tomorrows future open-source evolutions. Most commercial software companies offer developer free implementations in the hopes

Re: [JBoss-user] manual and business

2001-06-15 Thread danch
Boris Garbuzov wrote: You touched some business ussues together with documentation. Why open source product is better to learn than some WebLogic? 1. Supposidely, open source community is much more live, more fun to get involved. But WebLogic also has user forums and peer supposrt. And that

[JBoss-user] mysql

2001-06-15 Thread Boris Garbuzov
I saw some doubts on the list about future MySQL support. Is it currently supported by JBoss' CMP? What should I tell to JBoss to use my connection URL and associated issues? ___ JBoss-user mailing list [EMAIL PROTECTED]

[JBoss-user] Tip for Newbies

2001-06-15 Thread Anjan Rao
Hi, This tip is if you have downloaded JBoss with Tomcat. Please modify properties files in jboss_home\conf\default when ur running JBoss WITHOUT tomcat (click run.bat) and modify the properties files in jboss_home\conf\tomcat when running JBoss WITH tomcat (click

[JBoss-user] Where did the Documentation jar files go?

2001-06-15 Thread DurhamJG
Hi I'm just getting going with JBoss and I was implementing the CDBean example, but I could not find the CDBean zip file? It seems that the web site is being changed and many links are broken. Any idea where I can get this zip file? Thanks, Jennifer

[JBoss-user] XML and XSL hell

2001-06-15 Thread Lionel Siau
Hi Guys, could the fellow/architect doing the XML stuff give some indication where jboss is going with XML and which ones are being targeted. I've been testing integration with quite a number of products and getting XML conflicts all over the place. The worse is Cocoon 2 (the newest one!).

Re: [JBoss-user] javax.rmi???

2001-06-15 Thread danch
It's included in jdk1.3, or can be gotten by downloading the Java-IDL package for jdk1.2 from Sun Emerson wrote: Where (jar file) is Javax.rmi at?? Emerson Cargnin TRE-SC Setor de Desenvolvimento Tel: (48) 251-3700 - Ramal 3134 ___

[JBoss-user] How to run the example in Tomcat?

2001-06-15 Thread FengShuo Yu
Hi, I have downloaded JBoss with Tomcat 2.0. My question is that how can I see the examples that come with Tomcat? why http://localhost:8080/webapp/examples/ is not working anymore? Thanks for your information. FengShuo Yu [EMAIL PROTECTED] ___

Re: [JBoss-user] Work it! work it!

2001-06-15 Thread awc
Hi Marc, are you guys going to have any seminars in Canada?? anil marc fleury wrote: - Worldwide talent at the head (pat on our common backs) - Freeze JBoss2.4 called by Scott - JBoss3.0 in the wings - Books being published on JMX and JBOSS

Re: [JBoss-user] jboss-tomcat

2001-06-15 Thread al
This has been asked so many times... I think I am just going to write up a tutorial for it :) I'll try to have something finished tomorrow Al - Original Message - From: Richard Bottoms [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 4:41 PM Subject: [JBoss-user]

Re: [JBoss-user] javax.rmi???

2001-06-15 Thread al
no, javax.rmi is a part of J2EE. I am pretty sure it is in j2ee.jar (I could be wrong... i have so many libraries added in JBuilder... lol. Al - Original Message - From: Liang Li [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 3:56 PM Subject: RE: [JBoss-user]