[JBoss-user] Strange problems with naming

2001-07-11 Thread Max Krainov
Hello! I have a strange problem. This code: Properties prop = new Properties(); prop.setProperty(Context.INITIAL_CONTEXT_FACTORY,org.jnp.interfaces.NamingContextFactory); prop.setProperty(Context.URL_PKG_PREFIXES,org.jboss.naming:org.jnp.interfaces);

RE: [Ejbdoclet-user] AW: [JBoss-user] Help with another one - ejbdoclet/jboss.dtd not found

2001-07-11 Thread marc fleury
don't worry it is all going away pretty soon marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Eitan Weisbeker |Sent: Wednesday, July 04, 2001 1:10 PM |To: '[EMAIL PROTECTED]' |Subject: RE: [Ejbdoclet-user] AW: [JBoss-user] Help with another |one

[JBoss-user] Should I set ref to sessionbean to null after using it

2001-07-11 Thread Pelle Poluha
Hello! In a servlet, should I set the reference to a stateless sessionbean to null after using it? If not, could I perhaps get the reference in the init() method? Regards, Pelle Poluha ___ JBoss-user mailing list [EMAIL PROTECTED]

Re: [JBoss-user] role-link required?

2001-07-11 Thread Scott M Stark
Our interpretation of the spec does not agree with yours in that you must define a security-role-ref and link it to a security-role using a role-link element. If you read through all of the roles responsibilities, ultimately the deployer has to ensure that the security-role-ref is mapped to an

[JBoss-user] JBoss Tomcat Configuration

2001-07-11 Thread Prashant Sarode
Hi All, I am using JBoss v.2.2.2 Tomcat v.3.2.2 Windows 98 O.S. Right now I am using both these s/w individually. I wanted to run Interest Servlet example. How can I run that Is it possible thru Tomcat ?? Is there any setting needed to configure both JBoss Tomcat together

Re: [JBoss-user] IT'S ALIVE!!!!!

2001-07-11 Thread Hermann RANGAMANA
Title: RE: [JBoss-user] IT'S ALIVE! So for me - Original Message - From: Patrick Munis To: [EMAIL PROTECTED] Sent: Tuesday, July 10, 2001 8:14 PM Subject: RE: [JBoss-user] IT'S ALIVE! it's not working for me. -Original Message-

Re: [JBoss-user] In VM optimization between JBoss and Servlet Container

2001-07-11 Thread Burkhard Vogel
Hi, again, if both are packed in the same ear, the calls are optimized, I'm not sure but I would think that two seperately deployed jars don't offer optimized calls. Burkhard - Original Message - From: C Murphy @ Intechtual [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11,

Re: [JBoss-user] JBoss and J2SDKEE1.3

2001-07-11 Thread Burkhard Vogel
Hi, it is strongly recomended to avoid using j2ee.jar with jboss. If ever, make sure it is BEHIND ejb.jar from JBoss on your classpath! I would recomend using JBossMQ the JBoss JMS provider, even if you are changing to a different app-server, it can be used freely! (And it is far more robust and

[JBoss-user] ClassCastException due to different class loader on jBoss 2.2.2

2001-07-11 Thread Penn
Hi, I found a funny problem on jBoss 2.2.2 I have a compound key primary key class that consists of two attributes In my entity bean, ejbLoad function MyPKclass pk = (MyPKclass) entityContext.getPrimaryKey(); It threw ClassCastException, and I printed out the class loader by using

Re: [JBoss-user] JBoss and J2SDKEE1.3

2001-07-11 Thread Richard Bottoms
At 09:55 AM 7/11/01 +0200, you wrote: Hi, it is strongly recomended to avoid using j2ee.jar with jboss. I asked this earlier so it might a good time to repeat the question. Given the changes and updates going on with the product, what should be in my /lib lib/ext directory right now for best

Re: [JBoss-user] Log4j configuration file location

2001-07-11 Thread Scott M Stark
It could be in a jar or on a web server on the moon. Show your mlet entry and the resulting exception. - Original Message - From: Saint-Martin Cecile [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 12:56 AM Subject: RE: [JBoss-user] Log4j

[JBoss-user] JBoss and RMIregistry

2001-07-11 Thread Peter Neubauer
Hello, I'm trying to to bind a RMI-name to the server where JBoss is runing. I get a Protocol not supported Exception. Does anyone know how to start JBoss as being a full rmiregistry or how to confiure it to wor with the default rmiregistry? Thanks a lot /peter mailto:[EMAIL PROTECTED]

[JBoss-user] Forums merged

2001-07-11 Thread marc fleury
Ok, I think I am done monkeying with the website for a couple of weeks, now we must only pray that it works well. The config? a big ass machine and.. jive+jetty on a jboss bed speaking of which 4:30 am EST, bedtime I can only prey the alarms won't go off PS: oh and do you like the new logo?

RE: [JBoss-user] Newbie having problems with Interest sample

2001-07-11 Thread Martin Welch
Title: RE: [JBoss-user] Newbie having problems with Interest sample I've finally solved this in case anyone's interested. I got sidetracked, I'm afraid. Don't you just love deadlines :) You need all these added to Project | Project Properties Paths , Required Libraries tab: ejb.jar

RE: [JBoss-user] Log4j configuration file location

2001-07-11 Thread Saint-Martin Cecile
MLET CODE = org.jboss.logging.Log4jService ARCHIVE=jboss.jar,log4j.jar CODEBASE=../../lib/ext/ ARG TYPE=java.lang.String VALUE=C:/dev/etango/conf/log4j.properties /MLET Exception is : java.io.FileNotFoundException: Failed to find logj4 props: C:/dev/etango/conf/log4j.properties at

Re: [JBoss-user] Out of memory error

2001-07-11 Thread Nicolai P Guba
JA == Jim Archer [EMAIL PROTECTED] writes: JA Saul, watch your thread usage. jBoss will usually throw an out of JA memory exception when it can't create a new thread... On Solaris, JA you have a hard limit of threads. JA I don't know if this is your actual problem, but I thought I would JA

RE: [JBoss-user] Problem in passivation of session bean

2001-07-11 Thread Bordet, Simone
Hey, the first error is normal, you're stopping the server in the middle of a passivation (very unlucky). The second is a problem in the configuration of your interceptors, you have a stateful container with an entity synchronization interceptor, very bad. Simon -Original Message-

[JBoss-user] Urgent, May someone tell me how JBoss realize a Transaction?

2001-07-11 Thread Edward Wang
Now I am using JBoss+Tomcat 2.22 pack. I setup a Datasource that connect to SQLServer 7.0 with the JDBC Driver of WebLogic (BEA Sys, a Type 4 Driver). And in my Client Class that calls an EJB (Entity), I use the "javax.transaction.UserTransaction", it seems JBoss can not find the

[JBoss-user] JBoss Site Down ?

2001-07-11 Thread Steven Webster
Marc, I think I am done monkeying with the website for a couple of weeks, now we must only pray that it works well. I can only prey the alarms won't go off Sorry for sounding the alarmjust tried accessing the site at 10am GMT, and it's 404ing... Cheers, Steven

Re: [JBoss-user] Log4j configuration file location

2001-07-11 Thread Scott M Stark
Ok. The attribute should first be treated as a URL string and if that fails then as a resource in the classpath. You'll have to specific a file: url for a filesystem path. - Original Message - From: Saint-Martin Cecile [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11,

RE: [JBoss-user] Urgent, May someone tell me how JBoss realize a Transaction?

2001-07-11 Thread Saint-Martin Cecile
Is your entity ben CMP or BMP, i.e. in your ejb-jar.xml file what's your transaction-type /transaction-type value? SAINT-MARTIN Cecile[EMAIL PROTECTED] -Message d'origine-De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Edward WangEnvoy¨¦: mercredi 11

[JBoss-user] passivation

2001-07-11 Thread Tomasz Sulej
Hello, Jboss 2.2.2 + Tomcat I have simple stateful session bean. Only: String getID(); void setID(String); methods I've set max-bean-age time to 60, so after 1min my object was passivated. I've made following actions at the client side: Hashtable tab = new Hashtable(); for(int i =

Re: [JBoss-user] Urgent, May someone tell me how JBoss realize a Transaction?

2001-07-11 Thread Burkhard Vogel
Hi, Why do you want to use User transactions in the first place??? Let the container handle this, thats the whole idea about EJB!!! Add a transaction attribute (required) to the method and let the container handle the transaction - you are done. Burkhard and PLEASE don't use HTML when posting

Re: [JBoss-user] Urgent, May someone tell me how JBoss realize a Transaction?

2001-07-11 Thread Edward Wang
My Bean is a BMP entity bean, and I have already set the persistence-typeBean/persistence-type in ejb-jar.xml. In my impression, transaction-type /transaction-type is only needed in the ejb-jar.xml for a Session Bean? Better if someone could send me a BMP entitybean .jar file with the

Re: [JBoss-user] Urgent, May someone tell me how JBoss realize a Transaction?

2001-07-11 Thread Burkhard Vogel
WHOWA!! Hold it, if you complain about JBoss documentation, read ejb concepts first!!! there are WORKING samples in the CVS and in the documentation, so go and read them first! Burkhard - Original Message - From: Edward Wang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July

RE: [JBoss-user] passivation

2001-07-11 Thread Bordet, Simone
Hi ! Jboss 2.2.2 + Tomcat Your result are correct in the sense that in JBoss 2.2.x the feature of removing the passivated state of stateful beans was not implemented. So in your example happened this: created passivated (on filesystem) sleep activation (from saved state) for getID() remove

[JBoss-user] DatabaseServerLoginModule

2001-07-11 Thread Nicolai P Guba
http://www.jboss.org/documentation/HTML/ch09s17.html talks about this module but I can neither find the API doc nor the file. Is this one still alive? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL

[JBoss-user] How to specify transaction isolation level for CMP entities in JBoss ?

2001-07-11 Thread Keerthi P
__ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED]

[JBoss-user] dynamic class loading and deploying

2001-07-11 Thread Victor Hadianto
This is the background of the problem. First bear with me as this is quite a problem. Say that I have created a framework called ComponentFramework and package this framework in a jar file called ComponentFramework.jar. In this framework I have the ComponentExecutor (Session Bean) and

[JBoss-user] DataSources, JNDI, ejb-jar.xml and avoiding jboss.xml

2001-07-11 Thread Oliver Henlich
Hi! There seem to be so many postings about this stuff and all the solutions seem to involve the use of jboss.xml. The documentation says Note that this file [jboss.xml] is almost NEVER required by JBoss. I would really like to be able to access the DataSource as all the books and tutorials

AW: [JBoss-user] dynamic class loading and deploying

2001-07-11 Thread Jung , Dr. Christoph
This sounds like a case for the org.jboss.deployment.scope.J2eeGlobalScopeDeployer which builds some kind of virtual classloader hosting all (or, in the future, a configurable part of) the deployed applications. Currently it´s disabled (dunno whether it´s already in the binary), for 3.0 it is

[JBoss-user] which logo?

2001-07-11 Thread David Ward
I love the new logo: http://www.jboss.org/pictures/head000.jpg however is there a smaller one detatched from the whole banner that people can use to link to JBoss? The only small, self-contained one I can find is the old one: http://www.jboss.org/pictures/powered_by_jboss_flat_sepia.gif

[JBoss-user] local reference to the DTD

2001-07-11 Thread Graham . Forte
Help!! I am trying to associate a reference to a local copy of the sun DTD, since I dont have external access to it. This is what I have tried to no avail: I am running solaris 8sparc with apache ; and JBoss-2.2.2_Tomcat-3.2.2. I put the copy of dtd in the htdocs folder which resides under

[JBoss-user] forum or list?

2001-07-11 Thread David Ward
Is the jboss-user mailing list intended to be replaced by the new website forums, or are they both going to continue? If both will be used it will be hard to keep track of everything that's going on (2 places to check now instead of one). Is the JBOSS-USER forum on the website a clue?

RE: [JBoss-user] Help-SSL

2001-07-11 Thread Alex Radka
I implemented by integrating Apache with Tomcat (several posts on how to do this) and then added SSL to Apache. I used mod_jk instead of mod_jserv and it took care of everything as handling SSL requests to Tomcat. On the www.apache.org site under apache there are Howto's on how to integrate

[JBoss-user] How to get messages from a remote JMS server

2001-07-11 Thread kevin1
Hello all, I am trying to set up deployment descriptors for some MDB in jboss. I need to subscribe to topics from a remote JMS server. I have added the remote JMS MBean into jboss.jcml as was described in the documentation : mbean code=org.jboss.jms.jndi.JMSProviderLoader

[JBoss-user] CMP and PK

2001-07-11 Thread Max Krainov
Hello, jboss-user. I have another simple question: when I make a CMP Entity Bean with the PK of type Integer, do I need to count the value of this PK in an ejbCreate() methos of the Bean class? Thanks. -- Max Krainov Alphanet International R.

Re: [JBoss-user] Help-SSL

2001-07-11 Thread David Ward
I can't find a mod_jk Makefile for Solaris at the Jakarta site for use with Tomcat 3.2.2. Does anyone know where I can find one? Thanks, David -- Alex Radka wrote: I implemented by integrating Apache with Tomcat (several posts on how to do this) and then added SSL to Apache. I used

Re: [JBoss-user] DataSources, JNDI, ejb-jar.xml and avoiding jboss.xml

2001-07-11 Thread Allen Fogleson
What you must remember is that this was designed this way This is to allow you to map things at deployment time. Just like CMP beans should be mapped at deployment time so should resources. What if you have 6 DS resources on the server... which should I pick to map to if you dont tell me

[JBoss-user] DataSources, JNDI, ejb-jar.xml and avoiding jboss.xml

2001-07-11 Thread Oliver Henlich
Hi! There seem to be so many postings about this stuff and all the solutions seem to involve the use of jboss.xml. The documentation says Note that this file [jboss.xml] is almost NEVER required by JBoss. I would really like to be able to access the DataSource as all the books and tutorials

SV: [JBoss-user] CMP and PK

2001-07-11 Thread Lennart Petersson
what do you mean by 'count the value' ? /Lennart - Original Message - From: Max Krainov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 2:54 PM Subject: [JBoss-user] CMP and PK Hello, jboss-user. I have another simple question: when I make a CMP Entity

RE: [JBoss-user] Help-SSL

2001-07-11 Thread Frank Thiemonge (NBK)
We are using Covalent's SSL for Apache. (http://www.covalent.com/products/ssl/) There are many such commercial products out there, but this is a start if you are looking into them. Hope this helps. Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

RE: [JBoss-user] trying to look up a datasource what am i doing wrong? situation desperate :(

2001-07-11 Thread Larry Kim
hi, when i start up JBoss (using default configuration files), i get this message: [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS so, i assume the DefaultDS is available through jndi. in my client (just a regular java file with a main method), i try to look up the

RE: [JBoss-user] local reference to the DTD

2001-07-11 Thread Alex Radka
I would have thought that would work but try file:///some/directory/structure/web-app_2_2.dtd Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 9:12 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] local

Re: [JBoss-user] trying to look up a datasource what am i doing wrong? situation desperate :(

2001-07-11 Thread Mike Thompson
I think from the client it is available as java:/comp/env/DefaultDS or something like that... --m - Original Message - From: Larry Kim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 9:15 AM Subject: RE: [JBoss-user] trying to look up a datasource what am i

[JBoss-user] Persisting References To Other Entity Beans - help!!!!

2001-07-11 Thread Anthony IVETAC
I was wondering if the latest version of JBoss supported the CMP of references to other Entity beans, as mandated by EJB 2.0? The examples I have been reading are using the technique of storing both a

RE: [JBoss-user] Out of memory error

2001-07-11 Thread Jim Gloor
We've been consistently having this problem, too, after about 5-6 hours (~60,000 transactions) of stress testing. We're using JBoss 2.2.1 + Tomcat 3.2.1 on a Linux box with 200 MB of RAM allocated for the JBoss VM. Here's a specific example of the error message: Exception in thread

RE: [JBoss-user] INSERTING AN ALREADY EXISTING BEAN..... problem

2001-07-11 Thread Bill Burke
Michael, In your jboss conf directory where your jboss.jcml file is in, i.e. .../jboss/conf/default edit standardjboss.xml Search for Standard BMP EntityBean. Under that selection set resizer-period to 0. Also make sure that the max-capacity is much over 106. If you want to know what that

Re: [JBoss-user] which logo?

2001-07-11 Thread Burkhard Vogel
hi, well, there are more: http://www.jboss.org/pictures/powered_by_jboss_flat_blue.gif http://www.jboss.org/pictures/powered_by_jboss_square_blue.gif http://www.jboss.org/pictures/powered_by_jboss_flat_sepia.gif http://www.jboss.org/pictures/powered_by_jboss_square_sepia.gif

Re: [JBoss-user] Jboss Applet problem

2001-07-11 Thread Naredi Vikas
Dear Pelle , Thanks For the suggestion . I have already Made the applet trusted (using microsoft makecert) But the problem remains the same Can u please tell me in details how u made the applet trusted(i mean which tool , keytool ,netscape , microsoft ...) And what are other things u

[JBoss-user] Another person with RMI/IIOP warnings

2001-07-11 Thread Frederick N. Brier
I've read all the archives on this issue and still don't see what I am doing wrong. The string EJBException does not appear anywhere in my source tree ( I used Codewright to do a recursing subdirectory multiple file search ). All my interfaces pass either simple Serializable objects,

[JBoss-user] ClientLoginModule question

2001-07-11 Thread Nick Taylor
Is there a way to tell a client to use the org.jboss.security.ClientLoginModule without having to specify it in a client auth.conf? Cheers Nick ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] DataSources, JNDI, ejb-jar.xml and avoiding jboss.xml

2001-07-11 Thread Maraya Michael
If you use only one datasource, update DefaultDS in jboss.jcml appropriately and you shouldn't need jboss.xml. If I remember correctly, datasource references are defaulted to DefaultDS (hence the felicitous nomenclature). This should ameliorate your reticence in using jboss.xml. ---

[JBoss-user] Problems accessing an ejb from a servlet.

2001-07-11 Thread Allan Kamau
I am running tomcat and JBoss separately. And I would like to access an ejb from a servlet just as my client application did. I tried the ejb interest example and it worked just fine. The client application was able to communicated with a remote ejb. I modified this client application into a

RE: [JBoss-user] which logo?

2001-07-11 Thread Cor Hofman
Quare blue would be my preference. Regards, Cor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Burkhard Vogel Sent: Wednesday, July 11, 2001 16:34 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] which logo? hi, well, there are more:

RE: [JBoss-user] Out of memory error

2001-07-11 Thread Maraya Michael
We've been experiencing memory problems here using JBoss 2.2.2 on Sun's JDK 1.3.1 for Linux. Switching to IBM's JDK 1.3.0-8 seems to have solved the problem though. If you're using 1.3.1, try downgrading to 1.3.0 (you can try IBM, Blackdown or Sun -- I can't seem to find 1.3.0 on the

[JBoss-user] Problems accessing an ejb from a servlet.

2001-07-11 Thread Allan Kamau
I am running tomcat and JBoss separately. And I would like to access an ejb from a servlet just as my client application did. I tried the ejb interest example and it worked just fine. The client application was able to communicated with a remote ejb. I modified this client application into a

RE: [JBoss-user] Jboss Applet problem

2001-07-11 Thread Pelle Poluha
Make a policy like this one for testing, using policytool. You really don't need to sign the applet. Is I've understood it, that's only for granting permissions to certain individuals. If it's ok to allow anything from a certain a computer (in this case the computer on 111.222.333.44) to run on

[JBoss-user] Configuring castor to work with jboss - help!

2001-07-11 Thread Tim Fox
I'm been hammering my head against a brick wall for some time now trying to get Castor to work with JBoss. I've looked through all the postings on the subject at both castor and jboss but to no avail. I've looked at the examples on jboss, and from the rooms example that someone kindly but up for

Re: [JBoss-user] IT'S ALIVE!!!!!

2001-07-11 Thread Andreas Joseph Krogh
Patrick Munis wrote: it's not working for me. This is the output of GET /forums HTTP/1.0 302 Moved Temporarily Date: Wed, 11 Jul 2001 15:44:50 GMT Server: Jetty/3.1.RC5 (Linux 2.2.16-22enterprise i386) Servlet-Engine: Jetty/3.1 (JSP 1.1; Servlet 2.2; java 1.3.0) Location:

Re: [JBoss-user] Another person with RMI/IIOP warnings

2001-07-11 Thread Fred Loney
EJBObject is a Remote, not a Serializable, and therefore AnotherClass is not a valid business method argument. My guess is that SomeClassBean holds an AnotherClass data member, resulting in the invalid return type message for the SomeClassBean finder as well. Replace the AnotherClass data

[JBoss-user] Re: JBoss-user digest, Vol 1 #1076 - 8 msgs

2001-07-11 Thread Javasals
Thanks Tim! I appreciate your help. Here is what my jboss.jcml JDBC section now looks like, after following your suggestion. !-- JDBC -- mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider" attribute name="Drivers"org.gjt.mm.mysql.Driver/attribute /mbean

Re: [JBoss-user] ClientLoginModule question

2001-07-11 Thread Scott M Stark
Not without creating your own javax.security.auth.login.Configuration implementation as the name passed to LoginContext() is just a key into the configuration. - Original Message - From: Nick Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 8:05 AM Subject:

RE: [JBoss-user] INSERTING AN ALREADY EXISTING BEAN..... problem

2001-07-11 Thread Maraya Michael
Thanks for the suggestions, Bill. Here's what happened: 1) check max-capacity. This value is set to 1000, which is well above 106. Looking at the server log, though, I see that JBoss starts out with 1000 then brings it down to 50 (the value in min-capacity) after a few

Re: [JBoss-user] IT'S ALIVE!!!!!

2001-07-11 Thread Scott M Stark
Must be an issue with how Jetty handles urls. - Original Message - From: Andreas Joseph Krogh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 8:52 AM Subject: Re: [JBoss-user] IT'S ALIVE! Patrick Munis wrote: it's not working for me. This is the

RE: [JBoss-user] IT'S ALIVE!!!!!

2001-07-11 Thread marc fleury
yes sometimes the URL gets 8080 as it doesn't seem to be rewritten I know you can set that in apache (respond as URL) but I don't know that it works well on jetty. It is also quite random. marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Scott

[JBoss-user] jboss.xml and jboss-web.xml

2001-07-11 Thread Grobe, Gary
1. What/where should the jndi-name tag be/from in the jboss-web.xml file below? 2. In the jboss.xml file, what should jndi-name and ejb-name be? (fyi - my war context is /acais ...I was told that this might be a prefix in the tag, not clear on this). 3. According to the error below, it states

RE: [JBoss-user] Another person with RMI/IIOP warnings

2001-07-11 Thread Maraya Michael
Do SomeClass and AnotherClass implement Serializable? If I remember correctly, all parameters and return values in RMI need to be primitives or should implement the java.io.Serializable interface. And regarding the exceptions, an subclass maintains the exceptions thrown by its

Re: [JBoss-user] Help-SSL

2001-07-11 Thread Brett Sealey
Jetty and Tomcat both have SSL support using the JSSE builtin. If you don't have a super high HTTPS performance requirement then check it out. Cheers, Brett On Tue, 10 Jul 2001 [EMAIL PROTECTED] wrote: Hi all, Thanks for the help previously.Any one has an idea how to implement SSL and is it

Re: Re: Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-11 Thread tim . haley
Scott, It sounds like the InstantDB datasource is still being defined, but since you have removed the driver, it cannot load. I think that in JBoss 2.2.1 you have to delete the jboss-auto.jcml file in order to avoid having previously defined mbeans from reappearing on you. That was changed in

Re: [JBoss-user] Boot script

2001-07-11 Thread Richard Bottoms
Anyone find a runlevel directory that works for the boot script yet? r.b. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] DatabaseServerLoginModule

2001-07-11 Thread Michael Jara
You can look at the source code here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jbosssx/src/main/org/jb oss/security/auth/spi/DatabaseServerLoginModule.java I have used it without any problems in JBoss release 2.2.2. Mike - Original Message - From: Nicolai P Guba [EMAIL

[JBoss-user] Jboss Security Tutorial

2001-07-11 Thread Nicolai P Guba
Hmmm, I'm running the security tutorial and I get this exception. Any ideas as to why? +++ Running SessionClient with username=scott, password=echoman, example=example1 Exception in thread main java.lang.SecurityException: Unable to locate a login configuration at

RE: [JBoss-user] local reference to the DTD

2001-07-11 Thread Graham . Forte
That doesnt work either. I get the following parser error: External parameter entity %[dtd]; has characters after markup. I also get this same error when I put the dtd in a subfolder and reference it like this: ! DOCTYPE web-app PUBLIC -//Sun Microsystems,Inc.//DTD Web Application 2.2//EN

RE: [JBoss-user] trying to look up a datasource what am i doing wrong? situation desperate :(

2001-07-11 Thread Wood, Alan
As I understand it (people here can correct me if I'm wrong)...anything that is in the java: namespace can only be used from inside the app server itself (from ejbs, etc) It isn't available to clients... Alan -Original Message- From: Larry Kim [mailto:[EMAIL PROTECTED]] Sent:

Re: [JBoss-user] Is JBoss/JBoss MQ XA-compliant ?

2001-07-11 Thread Peter Antman
On Tue, 10 Jul 2001 [EMAIL PROTECTED] wrote: Hello, I have a slight problem involving message driven beans here : ReaderMDB listens on topic Magazine for messages containing Reader in the message-property Receiver-Classes. It is a messagedriven bean able to handle state information

Re: [JBoss-user] How to get messages from a remote JMS server

2001-07-11 Thread Peter Antman
On Wed, 11 Jul 2001, kevin1 wrote: Hello all, I am trying to set up deployment descriptors for some MDB in jboss. I need to subscribe to topics from a remote JMS server. I have added the remote JMS MBean into jboss.jcml as was described in the documentation : mbean

[JBoss-user] Add DataSource (connection pool) Dynamically.

2001-07-11 Thread C Murphy @ Intechtual
Hello, Sorry that this is kind of long, but I'm currently working with a fortune 500 client that is trying to select an App Server to base a product on. The choice is now between JBoss and WebLogic. One of the main features that they are requiring is the ability to dynamically add connection

RE: [JBoss-user] INSERTING AN ALREADY EXISTING BEAN..... problem

2001-07-11 Thread Bill Burke
-Original Message- From: Maraya Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 12:10 PM To: [EMAIL PROTECTED]; 'Bill Burke' Subject: RE: [JBoss-user] INSERTING AN ALREADY EXISTING BEAN. problem Thanks for the suggestions, Bill. Here's what happened:

[JBoss-user] When will EJB 2.0 CMP be implemented?

2001-07-11 Thread Laurens M. Fridael
Hi, When will JBoss offer EJB 2.0 CMP? I just found out that CMP is greatly improved in the 2.0 spec and the features are very interesting. Will it be implemented in JBoss 3? Thanks -Laurens ___ JBoss-user mailing list [EMAIL PROTECTED]

RE: [JBoss-user] INSERTING AN ALREADY EXISTING BEAN..... problem

2001-07-11 Thread Maraya Michael
Bill, I tried increasing the resizer-period to 6000 (10 minutes) so that the cache wouldn't resize during the load and that seems to have sidestepped the problem. I was able to load a total of 9919 records with no INSERTING AN ALREADY EXISTING BEAN errors. I think it's

RE: [JBoss-user] When will EJB 2.0 CMP be implemented?

2001-07-11 Thread marc fleury
Faq marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Laurens M. |Fridael |Sent: Wednesday, July 11, 2001 2:25 PM |To: Jboss-User |Subject: [JBoss-user] When will EJB 2.0 CMP be implemented? | | |Hi, | | |When will JBoss offer EJB 2.0 CMP? I just

[JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-11 Thread marc fleury
Ok guys, the forums online seem to be holding, let's start bringing more pressure on. Unless something massive happens we are on track for this list disappearing. So get and get used to the forum format NOW marcf _ Marc Fleury, Ph.D [EMAIL PROTECTED] _

Re: [JBoss-user] Another person with RMI/IIOP warnings

2001-07-11 Thread Frederick N. Brier
Excellent guess. But why is this a problem? The data members are marked private, not public as required for persistent data members. The primary key values ( primitive int ) to the referenced EJBs are public data members and stored persistently. The class has a AnotherClass private

Re: [JBoss-user] Help-SSL

2001-07-11 Thread Ivan Novick
SSL can be easily used by following the instructions on the Tomcat v. 3.2 documentation. You will need the JSSE download also from javasoft. Ivan - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 10, 2001 9:55 PM Subject: [JBoss-user] Help-SSL Hi

Re: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-11 Thread Ole Husgaard
Hi, marc fleury wrote: the forums online seem to be holding, let's start bringing more pressure on. Unless something massive happens we are on track for this list disappearing. So get and get used to the forum format NOW I strongly disagree. VERY STRONGLY !!! It looks to me like you

Re: [JBoss-user] Urgent, May someone tell me how JBoss realize a Transaction?

2001-07-11 Thread Ole Husgaard
Hi, Please note that you go beyond the spec if you try to marcate transaction boundaries from an entity bean. EJB1.1, section 11.6.1 clearly says: A Bean Provider is not allowed to provide an Entity bean with bean-managed transaction demarcation. (EJB2.0 draft says that it is allowed for message

RE: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-11 Thread Steve Zhang
it seems what Mr. Husgaard said is reasonable..:P we need not shut down this list right? -Original Message- From: Ole Husgaard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 2:25 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] 2 WEEKS EVICTION NOTICE Hi, marc fleury

Re: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-11 Thread Steve Zhang
I agree with Mr Husgaard, since it is reasonble. we need not shut down the list right? :p Best Wishes Steve Zhang Software Developer http://www.ensemble-systems.com ___ JBoss-user mailing list [EMAIL PROTECTED]

Re: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-11 Thread Larry Budnick
Is there any way to coerce the web forum to also handle mailing lists? Webboard (formerly from O'Reilly) did that, and by allowing either type of access - maybe even adding NNTP - one could adapt to the particular needs and desires of the users. And *not* fragment the user/developer community,

Re: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-11 Thread Francisco Andrades Grassi
The web interface looks pretty good, but a lot of people (including myself) cant just go surf the web-site to be up to day with jboss. I can't connect to the web at peek time, that's when i thank good ol' email. I'm pretty sure there's a lot of people like me in this list, using jboss and keeping

RE: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-11 Thread Micheal J
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury Sent: 11 July 2001 20:02 To: Jboss-User@Lists. Sourceforge. Net Subject: [JBoss-user] 2 WEEKS EVICTION NOTICE Ok guys, the forums online seem to be holding, let's start bringing more

Re: Re: Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-11 Thread Scott Salisbury
Tim, Thanks again. I was able to get rid of the InstantDB issue by removing the jboss-auto.jcml. So JBOSS was able to finish its startup. Here is a view of the JNDIVIEW that was suggested. Application: file:/usr/JBoss-2.2.1_Tomcat-3.2.1/jboss/tmp/deploy/Default/ship.jar java:comp

[JBoss-user] Re: local reference to the DTD

2001-07-11 Thread Victor Hadianto
! DOCTYPE web-app PUBLIC -//Sun Microsystems,Inc.//DTD Web Application 2.2//EN Http://supersunbob.tbcds.destin.com/web-app_2_2.dtd; shouldn't that be http (lower case H) in anycase it should work. I refer to my dtd as http://localhost/ejb-jar_1_1.dtd Victor

Re: [JBoss-user] Urgent, how JBoss realize a UserTransaction? Weblogic really do.

2001-07-11 Thread Edward Wang
Hi: Thanks. In JBoss documentation ch08s63.html clearely says too: EJB's can either use declarative transaction management specified in the ejb-jar.jar xml descriptor, or programmatic transaction manager using the UserTransaction interface. Either way, the transaction services are

Re: [JBoss-user] CMP and PK

2001-07-11 Thread Devraj Mukherjee
If you mean you need the number to be generated automatically, then I suggest you have a look at my code for a forum system, which uses autonumbers. http://csusap.csu.edu.au/~dmukhe01/freeforums/ Devraj At 17:54 11/07/01 +0500, you wrote: Hello, jboss-user. I have another simple

[JBoss-user] What is JBossGUI? Where can I download it?

2001-07-11 Thread Edward Wang
:-) Thanks a lot.

Re: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-11 Thread David M. Karr
marc == marc fleury [EMAIL PROTECTED] writes: marc Ok guys, marc the forums online seem to be holding, let's start bringing more pressure on. marc Unless something massive happens we are on track for this list disappearing. marc So get and get used to the forum format NOW

Re: [JBoss-user] Problems accessing an ejb from a servlet.

2001-07-11 Thread David M. Karr
Allan == Allan Kamau [EMAIL PROTECTED] writes: Allan I am running tomcat and JBoss separately. And I would Allan like to access an ejb from a servlet just as my client Allan application did. Allan I tried the ejb interest example and it worked just Allan fine. Allan The

[JBoss-user] More on RMI/IIOP warnings

2001-07-11 Thread Frederick N. Brier
SomeClass and AnotherClass are interfaces that extend EJBObject which in turn extend java.rmi.Remote. I don't believe you are supposed to define and interface as both Serializable and Remote. So these are Remote interfaces for classes which I assume are dynamically generated by JBoss and act

  1   2   >