Re: [JBoss-user] SSL + Jaas

2001-05-14 Thread Scott M Stark
I haven't tried Tomcat/SSL so I would guess the credentials are being stored differently and the JbossRealm needs to access them differently. Can you post how your configuring Tomcat with SSL so I can look into it? On Mon, 14 May 2001 12:37:14 +0100 Shotton Mark MMUk <[EMAIL PROTECTED]> wrote: >

Re: [JBoss-user] Question on Security Role Mapping

2001-05-14 Thread Scott M Stark
That is correct. On Mon, 14 May 2001 15:52:05 -0400 "Dale V. Georg" <[EMAIL PROTECTED]> wrote: > > OK, I think I understand now. Here's why I was getting > confused: I was > looking at the JAAS login module which uses the > users.properties and > roles.properties files and I was sort of equat

Re: New: [JBoss-user] MDB...why?

2001-05-14 Thread jsoriano
Great!! 10 Thank you Per ! 20 Goto 10 __ Jaume Soriano Sivera <[EMAIL PROTECTED]> Tel: 96504 -ext. 44744 Fax: 965040047 Portal y servicios multimedia - Nuevas tecnologias W a n a d o o E s p a n a - http://www.wanadoo.es

[JBoss-user] Backup problem?

2001-05-14 Thread Jim Archer
Hi All... We are getting ready to put a system into production and a question occured to us. Our plan is to use jBoss/Tomcat 2.2.1 with PostgreSQL on Debian/Linux. Postgres has a pgdump utility that will allow an online backup that is guaranteed correct (from a referential integrity standpoin

Re: [JBoss-user] Embedded Tomcat Load-On-Startup w/ EJB's

2001-05-14 Thread Jim Archer
Hi John... We ran into the same issue. Its logged as a bug on Sourceforge, assigned to Scott Stark. I'm not sure what his plans are for addressing it. My plan was to put the network down during deployments until there is a fix. Jim --On Monday, May 14, 2001 11:54 AM -0700 John Moore <[EMAIL

Re: [JBoss-user] select count(*) from ... during CMP bean creation

2001-05-14 Thread David Jencks
Hi, On 2001.05.14 11:47:44 -0400 danch (Dan Christopherson) wrote: > [EMAIL PROTECTED] wrote: > > > Hi all, > > > > Is there any possibility to switch off the additional lookup when > creating > > the CMP entity bean? > > > > As far as I know, JAWS first invokes the "SELECT COUNT(*) FROM > MYBE

RE: [JBoss-user] jBoss architecture question

2001-05-14 Thread Michael Bilow
Here is something interesting which I just discovered was added into the man/man1/java.1 file which comes with the April 23 Release Candidate 2 of JDK 1.3.1 for Linux: -Xrs Reduce usage of operating-system sig- nals by Java virtual machine (JVM). Sun's JVM catches signals to imp

Re: [JBoss-user] Question on Security Role Mapping

2001-05-14 Thread Dale V. Georg
OK, I think I understand now. Here's why I was getting confused: I was looking at the JAAS login module which uses the users.properties and roles.properties files and I was sort of equating it to NT security where users.properties represents the NT users and roles.properties represents the NT g

Re: [JBoss-user] Problem making CORBA call

2001-05-14 Thread Toby Allsopp
On Mon, May 14, 2001 at 09:24:23AM -0700, Dave Ortman wrote: > Hi, > > I'm attempting to make a call to a CORBA service from within a session bean. > The code below works perfectly fine when I run it from a Swing Java client. > However, as soon as I place it in a session bean, I recieve a NULL

Re: [JBoss-user] Does it really needed the interfaces of the EJBHome andEJBObject subclasses to exist on the client side?

2001-05-14 Thread arionyu
Hi! I would view this question in this way: Do you need the class when you compile? If the answer is positive, it would be quite sure that you would need it when you use it (during runtime) Just my 2cents Arion

Re: [JBoss-user] where can i find the minerva source

2001-05-14 Thread Toby Allsopp
On Mon, May 14, 2001 at 08:44:10PM +0200, Tbone wrote: > Hi, > maybe i can help, i have some idea's how a pool can implemented. My personal interest in pooling is restricted to the pooling of resource manager connections, such as JDBC connections. I agree that Minerva's pooling setup is probably

[JBoss-user] JBoss221Tomcat321Error500 Javac.Main

2001-05-14 Thread hossa hossa
When I call the Servlets deployed with Tomcat, everything is fine, calling the JSP's causes the Error 500 JAvac.main... I know that this Bug is older, but I have not found a Solution on the Web. (using JSDK 1.3) __ Do You Yahoo!? Yahoo! Auctions -

[JBoss-user] direct access of a bean ?

2001-05-14 Thread gizmo
today i begun my diploma work in a company - they have been developing a tool to test classes. now they want to integrate a test environment for EJB's, but for it they want to work with the real bean and not with the remote reference, so they can hold always the same instance of the class and are

RE: [JBoss-user] jaws.xml

2001-05-14 Thread Dave Ortman
Plenty of info in the documentation: http://www.jboss.org/documentation/HTML/ch05.html -Dave Ortman -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ray Sent: Monday, May 14, 2001 3:24 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] jaws.xml What's the

Re: [JBoss-user] NoSuchMethodError

2001-05-14 Thread Ivan
I assume that you declared the method addNet() in the remote interface right? Ivan - Original Message - From: "Madhu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 14, 2001 7:08 AM Subject: [JBoss-user] NoSuchMethodError > Hi All, >I have a SessionBean, in whic

[JBoss-user] Does it really needed the interfaces of the EJBHome and EJBObject subclasses to exist on the client side?

2001-05-14 Thread Adrian Vicentiu Omusoru
Hi!In order to work with an ejb component, does it really needed the interfaces of the EJBHome and EJBObject subclasses to exist on the client side? Or these interfaces can be dinamically loaded from the server side! How? Because I get the following exception when I try to get the home inter

Re: [JBoss-user] where can i find the minerva source

2001-05-14 Thread Tbone
Hi, maybe i can help, i have some idea's how a pool can implemented. here is may setup interface Pool { public Object take() throws PoolException; public void release( Object token ) throws PoolException; } interface PoolContext{ public void setFactory( Factory factory ) throws Factor

Re: Re: [JBoss-user] How to read a file as a Resource

2001-05-14 Thread mutha phuka
just checking: where do you put the XML file and how do you 'set your classpath' some thoughts: have you tried creating a bean that prints out the classpath so you can verify that it is 'correct'? have you tried just putting the xml file in the lib/ext folder and not modifying the classpath?

[JBoss-user] ClassCastException thrown during Context.lookup()

2001-05-14 Thread Michael Hustler
Hi, can anyone tell me what I am doing wrong in this code block? I am trying to establish a connection to a topicConnectionFactory from within my client. Executing the code block results in a ClassCastException during the lookup() call. Properties env = new Properties(); env.setProperty("java.

RE: [JBoss-user] Using Xerces

2001-05-14 Thread Dave Ortman
I got a similar error and I'm not sure why. Can anyone explain? In the meanwhile, if you change your scripts so that the Xerces jar files come AFTER all the JBoss jar files (run.jar, etc.) in the CLASSPATH, then all should work fine. -Dave Ortman >Folks, > > >I tried to configure JBoss to

Re: [JBoss-user] Blind Lookup

2001-05-14 Thread Lucian Bargaoanu
Thanks, actually this is more than I need. I just need to return the result of lookup. I've succeeded to do that locally, but from another host it doesn't work. I did set a security manager. //Lucian, // //it's not legal, according to spec, but it works in jboss: //try //{ //

R: [JBoss-user] Bean Automatic Removal

2001-05-14 Thread Bordet, Simone
Hey, > Thank you for the answer... from the doc, it seems that this > is scheduled > for 2.4 but is it already in the jboss CVS... Correct. This means that if you want to use this feature you have to check out the latest CVS code. > A new question then... that may seems obvious but does > aut

Re: [JBoss-user] select count(*) from ... during CMP bean creation

2001-05-14 Thread danch (Dan Christopherson)
[EMAIL PROTECTED] wrote: > Hi all, > > Is there any possibility to switch off the additional lookup when creating > the CMP entity bean? > > As far as I know, JAWS first invokes the "SELECT COUNT(*) FROM MYBEANTABLE > WHERE MYBEANPK = ?", checks if the column contains 0, and only then issues >

Re: [JBoss-user] EJB Remote Interface for Tomcat

2001-05-14 Thread danch (Dan Christopherson)
[EMAIL PROTECTED] wrote: > Hi! > > Is it a must to place the classes of remote interface of EJB to classpath > of Tomcat so that she can lookup? > Why I can't make use of WEB-INF/classes? That should work for JSP and servlet. If you only need support from servlets, you should be able to simpl

Re: [JBoss-user] Curious DataSource / Naming behavior

2001-05-14 Thread QuKN
Is ther any work arounds? I saw a post by Scott M Stark on 21 Nov 2000, is it useful for this situation? http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg06258.html thanks! Kai

[JBoss-user] Tomcat/Jboss integration and security

2001-05-14 Thread François Charoy
Hello, I use the JBossRealms and JDBCRealms with Hypersonic for jboss/tomcat (2.2.1) security integration. It works fine to a certain extent. When something goes wrong in the authentification, the DB connection to the database is lost and I have to restart the server. has somebody already experie

[JBoss-user] How to install ZOAP?

2001-05-14 Thread Adam Lipscombe
Folks, What's happening with ZOAP? The links from the projects page (http://www.jboss.org/zoap/zoap.htm) is dead. Has anyone used ZOAP? Are there any examples? Thanks - dam ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.n

Re: Re: [JBoss-user] How to read a file as a Resource

2001-05-14 Thread Pedro E. Gómez
I do that and nothing... --- Message: 8 Date: Sat, 12 May 2001 06:55:02 -0700 (PDT) From: Nikhil Patil <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] How to read a file as a Resource To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Hi Start the resource name with / assuming that t

Re: [JBoss-user] Blind Lookup

2001-05-14 Thread Michael Bilow
I am not exactly confident that I understand your question, but you can do things like that outside of EJB. See, for example: http://java.sun.com/j2se/1.3/docs/guide/rmi/codebase.html Obviously, you need to be able to locate the home interface from somewhere by the time EJB gets involve

[JBoss-user] Open letter: ZOAP is dead, long live JBossSOAP!

2001-05-14 Thread Jung , Dr. Christoph
> -Ursprüngliche Nachricht- > Von: Jung , Dr. Christoph > Gesendet: Montag, 14. Mai 2001 10:33 > An: '[EMAIL PROTECTED]'; Jboss-Development (E-Mail); > '[EMAIL PROTECTED]' > Betreff: Open letter: ZOAP is dead, long live JBossSOAP! > > Dear fellow JBoss developers, dear JBo

[JBoss-user] Using LDAP as an external context.

2001-05-14 Thread Mike . Wolf
I'm currently investigating federating an LDAP server (IPlanet currently) into JBoss's namespace. I've been able to bind the LDAP namespace into JBoss using the ExternalContext mbean, and have even deployed a bean into that namespace. The problem I'm encountering is that when I perform a loo

RE: [JBoss-user] MDB...why?

2001-05-14 Thread Nikhil Patil
Hi I really don't know if you need a MDB. You can achieve your goal by the servlet invoking the Checker bean directly. You're functinality is synchronous in nature. YOu could use MDB to do the same, however it would be unnecessary use of resources. -Original Message- From: [EMAIL PROTECT

Re: [JBoss-user] Apache + JBoss-Tomcat ?

2001-05-14 Thread Dewayne McNair
Yes, it is possible. The mod_jk.conf-auto that is generated should really not be used -- you should copy it to mod_jk.conf and use this new file as your include from Apache. If you do this, then you can make changes to it without it being rewritten each time you restart Tomcat. - Original M

[JBoss-user] I want to unsubscribe this mailing list

2001-05-14 Thread 정준우
I plan to subscribe this mailing list later hava a nice day!! ^^ Your life on the net DreamWiz Free Mail @ http://www.dreamwiz.com/ DreamSearch Click the world!!!  http://search.dreamwiz.com/

[JBoss-user] Distribution formats: tar vs. zip

2001-05-14 Thread Michael Bilow
Just to add a comment here, even bare tar would be really nice instead of just zip. Unlike zip, tar preserves Unix ownership and permissions. At present, these have to be set by trial and error, since as far as I know the necessary information is not even documented. It is possible to set every

[JBoss-user] Problem parsing web-app_2.3.dtd

2001-05-14 Thread Lutz Hilken
Hi, I'm using jboss-tomcat-2.2. Crimson crashes when parsing the new web-app dtd (2.3). I've packaged my .ear file with deploy-tool of j2ee from sun and got this after deploying: [Auto deploy] Auto deploy of file:/D:/jboss-tomcat-2.2/jboss-2.2/deploy/CD.ear [J2EE Deployer Default] Deploy J2EE

[JBoss-user] JBoss security question

2001-05-14 Thread Ralf Metzger
Hi there, I have a question about security in jboss. When I want to invoke a method on my bean, I get an Illegal access Exception, because I have not set a in my ejb-jar.xml. I found a posting in the archive, which is saying, that I need for every method I want to access, but I could not find an

[JBoss-user] NamingService initialization problems--ConnectionException

2001-05-14 Thread Tim Taylor
The NamingService initialization intermittently fails for me on both JBoss-2.2 and JBoss-2.2.1. I am running on Java 1.3 under Cygwin on Windows 2000. It looks like the org.jboss.naming.NamingService.initService() method is creating an InitialContext. It seems strange that an InitialContext

Re: [JBoss-user] Some question about datasouce in jboss

2001-05-14 Thread Ivan
I was told datasources can only be accessed from within servlets and or ejbs. Are you trying to access it from a regular client? Ivan - Original Message - From: "alex gibbs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 14, 2001 2:26 AM Subject: [JBoss-user] Some questio

Re: New: [JBoss-user] MDB...why?

2001-05-14 Thread Per Lewau
I seemed to have ranted abit, but I hope you'll find this useful. On Mon, 14 May 2001 [EMAIL PROTECTED] wrote: > (Excuse me if this e-mail appears twice) > > Thank you Per!! > > The origin of this confusion is a sample in JBoss Documentation, > making more specific: example called "MDB as a

Re: [JBoss-user] How do I specify a resource (properties file)for a bean to look up

2001-05-14 Thread Victor Lan
I'm not sure if you can reference a Properties from a bean. How would you bind the Properties to JNDI? I also have log4j setup for my beans. I reference the log4j properties file as an , and look it up in the java:comp/env space. Victor - Original Message - From: "Otis Gospodnetic"

Re: [JBoss-user] Blind Lookup

2001-05-14 Thread Toby Allsopp
On Mon, May 14, 2001 at 06:26:14PM -0400, Alexander Kogan wrote: > Hi, Toby! > > Toby Allsopp wrote: > > > > > it's not legal, according to spec, but it works in jboss: > > > > Ok, I'm calling you on this. Section numbers (and spec version) please. > > Well, let say that in order to look up o

[JBoss-user] jaws.xml

2001-05-14 Thread Ray
What's the difference between jaws.xml and standardjaws.xml? Thanks. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ___ JBoss-user mailing list [EMAIL PROTECTED] htt

Re: [JBoss-user] DefaultDS?

2001-05-14 Thread Dave Ortman
You're asking a bit much from the database with the timeout that you set - 18 miliseconds. Put 4 or 5 zeros at the end of that and it should work fine. 18 -Dave Ortman > I'm not sure what I'm doing wrong, but it looks as if DefaultDS isn't coming up correctly. > > Can anyone tell me if I've

[JBoss-user] Browsing the naming service

2001-05-14 Thread Ivan
Hello all, I have downloaded a free LDAP brower from http://www.ldapbrowser.com I am trying to use it to browse the contents of the JBoss naming service. (I am not sure if it is even possible but I figure its worth a try.) According to the company the folowing information is required 1) Host (

Re: [JBoss-user] Blind Lookup

2001-05-14 Thread Alexander Kogan
Hi, Toby! Toby Allsopp wrote: > > > it's not legal, according to spec, but it works in jboss: > > Ok, I'm calling you on this. Section numbers (and spec version) please. Well, let say that in order to look up other bean from a bean you have to put in deployment descriptor. Correct? What if

Re: [JBoss-user] DefaultDS?

2001-05-14 Thread danch (Dan Christopherson)
Looks like HypersonicSQL isn't listening on that port. The Allisons wrote: > I'm not sure what I'm doing wrong, but it looks as if DefaultDS isn't coming up >correctly. > > Can anyone tell me if I've got something wrong in my jboss.jcml? > > The pertinet parts of jboss.jcml and the log

[JBoss-user] petstore 1.1.2 help?

2001-05-14 Thread Jonah Peskin
Could someone please provide info on the install for Petstore 1.1.2, preferrably on JBoss 2.2.1 w/embedded Tomcat 3.2.1 ? This is my first time using JBoss (or any J2EE app server), and it would really clear a LOT up for me to be able to examine a fully working j2ee app like petstore. I tried i

[JBoss-user] DefaultDS?

2001-05-14 Thread The Allisons
I'm not sure what I'm doing wrong, but it looks as if DefaultDS isn't coming up correctly. Can anyone tell me if I've got something wrong in my jboss.jcml? The pertinet parts of jboss.jcml and the log are attached. If I'm mistaken and just wasting electrons, sorry thanks for

RE: [JBoss-user] Pet Store 1.1.2

2001-05-14 Thread Robert Nicholson
The way I would approach this is get 1.1.1 and use the jboss patch for that and then try to follow your way to 1.1.2 by spotting the differences. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Da-Ming Duan > Sent: Monday, May 14, 2001 1:39 PM > To:

[JBoss-user] CMP and auto_increment

2001-05-14 Thread Ray
Hi there ... I have a table which has an auto incrementing field, and I'm accessing it using a Contaimer Managed Bean If I want create a new record, I just call rec.create("title"); I don't bother with setting the id number because it's generated automatically. Now I reckon that I still need

Re: [JBoss-user] Blind Lookup

2001-05-14 Thread Toby Allsopp
On Mon, May 14, 2001 at 11:37:37AM -0400, Alexander Kogan wrote: > Lucian, > > it's not legal, according to spec, but it works in jboss: Ok, I'm calling you on this. Section numbers (and spec version) please. Toby. > > try > { > Object home = context.lookup(compon

[JBoss-user] Pet Store 1.1.2

2001-05-14 Thread Da-Ming Duan
Can somebody tell me how to deploy Pet Store1.1.2 on JBoss2.2.1_Tomcat3.2.1 ? Especially the database (Cloudscape) configuration part like that for Pet Store 1.1.1 at http://www.jboss.org/documentation/HTML/ch11s167.html. I don't quite understand steps 6,7 and 8 on this site. Step 9 even makes my

Re: [JBoss-user] NoSuchMethodError

2001-05-14 Thread Toby Allsopp
On Mon, May 14, 2001 at 07:38:25PM +0530, Madhu wrote: > Hi All, >I have a SessionBean, in which I have the method addNet(). The > deployment process went on fine. When I try to access, first I try to get the > Home Interface of the SessionBean, That works fine. I am able to get the > Inte

Re: [JBoss-user] where can i find the minerva source

2001-05-14 Thread Toby Allsopp
On Mon, May 14, 2001 at 10:11:44AM +0200, Vesco Claudio wrote: > Hi! > > I need also the source of minerva package because I have implemented > connection sharing for jca... when can we have the new package in jboss? Couple of days. It will remain at a couple of days until approximately two day

Re: [JBoss-user] Oracle Connection Pool Startup - Null Pointer Error

2001-05-14 Thread Toby Allsopp
On Mon, May 14, 2001 at 04:14:03AM +, john cooney wrote: > I am having lots of problems starting an Oracle connection pool, I > am getting a null pointer exception. NPEs in Minerva on startup are a known problem. The cause is usually a misconfiguration, but it should be reported more informa

[JBoss-user] MBEAN development and NotificationBroadcaster

2001-05-14 Thread Sacha Labourey
Hello, I encounter a strange problem while developing a new mbean. I do not want it to extend ServiceMbeanSupport or any helper class: just the strict minimum. I did my xxxMBean class, xxx class (implementing xxxMBean and MBeanRegistration) and added this to jboss.jcml: lulu But whe

Re: [JBoss-user] ResultSet.TYPE_SCROLL_INSENSITIVE

2001-05-14 Thread MailingLists
Oscar - I too noticed this problem, and it appears to me to be a Minerva problem rather than oracle specific (if you followed the jboss documentation). If it was a huge issue for me i probably would look into using a different connection pool -- poolman comes to mind -- to replace it or modify th

Re: [JBoss-user] Help connecting to Jboss through firewalls with ip-rewriting

2001-05-14 Thread Raffael Herzog
Niklas Jönsson <[EMAIL PROTECTED]> wrote: > The Client connects to y.y.y.y, rewritten to x.x.x.x-> this first > call seems to work > Then, next handshake, the Client tries to connect directly to > x.x.x.x..and is quite lost. Set the system property java.rmi.server.hostname to the cor

[JBoss-user] Embedded Tomcat Load-On-Startup w/ EJB's

2001-05-14 Thread John Moore
Title: Embedded Tomcat Load-On-Startup w/ EJB's We have a servlet that loads static data into the application object through our entity beans; everything is running in jboss /w embedded tomcat.  Because Embedded Tomcat starts before the EJB container the servlet can't get to the data.   I mov

[JBoss-user] Help connecting to Jboss through firewalls with ip-rewriting

2001-05-14 Thread Niklas Jönsson
Hi. I'm having problems connecting to the nameservice(jindi) on a remote computer. LAN 1: Client LAN 2: JBoss (ip x.x.x.x) Between the LANS there are a couple of firewalls and some routers (ip-rewriting). All ports are open between these machines. The Client connects to y.y.y.y, rewritten to

New: [JBoss-user] MDB...why?

2001-05-14 Thread jsoriano
(Excuse me if this e-mail appears twice) Thank you Per!! The origin of this confusion is a sample in JBoss Documentation, making more specific: example called "MDB as a Listener". How many "subscribers" appear in this example? I think a subscriber is 'Worker Bean', isn't it? Then, to have more

[JBoss-user] Problem making CORBA call

2001-05-14 Thread Dave Ortman
Hi, I'm attempting to make a call to a CORBA service from within a session bean. The code below works perfectly fine when I run it from a Swing Java client. However, as soon as I place it in a session bean, I recieve a NULL exception. I'm assuming it has something to do with the I/O and the EJ

Re: [JBoss-user] MDB...why?

2001-05-14 Thread Thomas Hagedorn
Hi, as far as I understand, MDB's are designed for 2 main issues. 1. to enable an asynchrone communication mechanism (i.e. to trigger some actions where the client has no need to wait for the result.) 2. to enable a listener mechanism where sending and recieving processes could be connected in a

[JBoss-user] Open letter: ZOAP is dead, long live JBossSOAP!

2001-05-14 Thread Jung , Dr. Christoph
> -Ursprüngliche Nachricht- > Von: Jung , Dr. Christoph > Gesendet: Montag, 14. Mai 2001 10:33 > An: '[EMAIL PROTECTED]'; Jboss-Development (E-Mail); > '[EMAIL PROTECTED]' > Betreff: Open letter: ZOAP is dead, long live JBossSOAP! > > Dear fellow JBoss developers, dear JB

Re: [JBoss-user] Blind Lookup

2001-05-14 Thread Alexander Kogan
Lucian, it's not legal, according to spec, but it works in jboss: try { Object home = context.lookup(componentName); Method createMethod = home.getClass().getMethod("create", null); Object component = createMethod.invoke(home, null); }

Re: [JBoss-user] MDB...why?

2001-05-14 Thread jsoriano
Thank you Per!! The origin of this confusion is a sample in JBoss Documentation, making more specific: example called "MDB as a Listener". How many "subscribers" appear in this example? I think a subscriber is 'Worker Bean', isn't it? Then, to have more than one subscriber i've to create other B

RE: [JBoss-user] Using Xerces

2001-05-14 Thread Adam Lipscombe
Folks, I tried to configure JBoss to use Xerces as suggested but get the following error at start-up: JBOSS_CLASSPATH=;/lib/tools.jar;D:\Development\Landmark\Xerces\Xerces-1_3_1\ xerces.jar;run.jar;D:\Development\Landmark\Xerces\Xerces-1_3_1\xerces.jar;.. /lib/crimson.jar jboss.home = C:\JBoss

Re: [JBoss-user] Bean Automatic Removal

2001-05-14 Thread François Charoy
Thank you for the answer... from the doc, it seems that this is scheduled for 2.4 but is it already in the jboss CVS... A new question then... that may seems obvious but does automatic removal means that EJB remove is called this is not clear in the specification. François - Original Message

Re: [JBoss-user] Transaction Exceptions with OPTA2000

2001-05-14 Thread Rafael Alves Chaves
The workaround I found was to ignore i-net data sources and use OPTA 2000 as a JDBC 2.0 Optional Package non-compliant driver: oto25 org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl ... From the Minerva docs: "You must determine whether your driver supports the JDBC 2.0

RE: [JBoss-user] Registry of Queue in JBoss/JMS

2001-05-14 Thread Valentin Encinas
Yes, but how MyQueue is registered in JBoss? It is necessary to raise again the server for it works? Thank you very much! Valentin. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Taylor, Richard Enviado el: lunes 14 de mayo de 2001 16:15 Para:

[JBoss-user] select count(*) from ... during CMP bean creation

2001-05-14 Thread RRokytskyy
Hi all, Is there any possibility to switch off the additional lookup when creating the CMP entity bean? As far as I know, JAWS first invokes the "SELECT COUNT(*) FROM MYBEANTABLE WHERE MYBEANPK = ?", checks if the column contains 0, and only then issues the "INSERT INTO MYBEANTABLE ". Abov

[JBoss-user] NoSuchMethodError

2001-05-14 Thread Madhu
Hi All, I have a SessionBean, in which I have the method addNet(). The deployment process went on fine. When I try to access, first I try to get the Home Interface of the SessionBean, That works fine. I am able to get the Interface of the SessionBean. When I try to access a method of the Se

RE: [JBoss-user] Registry of Queue in JBoss/JMS

2001-05-14 Thread Taylor, Richard
If your queue name is MyQueue in JBoss, you have to look it up as queue/MyQueue. Similarly MyTopic is topic/MyTopic. Richard. -Original Message- From: Valentin Encinas [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 2:52 PM To: Jboss-User Subject: [JBoss-user] Registry of Queue i

[JBoss-user] Registry of Queue in JBoss/JMS

2001-05-14 Thread Valentin Encinas
Hello again!    Now I have the following error in JMS:   Queue name is MyQueue JNDI lookup failed: javax.naming.NameNotFoundException: MyQueue not bound The code of the program is simple and is the following one:   import java.util.Properties;import javax.jms.*;import javax.naming.*;   publ

Re: [JBoss-user] Using Xerces

2001-05-14 Thread Chris Winters
* Manuel Alzola ([EMAIL PROTECTED]) [010512 12:09]: > Hello, I´m trying to use xerces on jboss-tomcat, as I was doing in standalone >tomcat, but it continues using crimsom , and I suppose it becouse of this lines in >jboss run.bat > > set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;../lib/crimson.jar

RE: [JBoss-user] Some question about datasouce in jboss

2001-05-14 Thread Nikhil Patil
DataSource are not remote objects in JBOSS, thus if you are executing this code outside the JBOSS appserver you will get that exception. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of alex gibbs Sent: Monday, May 14, 2001 5:26 AM To: [EMAIL PROTECTED]

[JBoss-user] SSL + Jaas

2001-05-14 Thread Shotton Mark MMUk
Hello Can anyone help me with a problem that I have with logging in to the JBoss security realm via Tomcat with SSL ... I am running JBoss with an embedded Tomcat that has SSL enabled. I login to the tomcat SimpleRealm via SSL and the user is authenticated OK. However the user credentials are no

[JBoss-user] Blind Lookup

2001-05-14 Thread Lucian Bargaoanu
I need to look up a bean without knowing about it's home interface. Can i do that? I tried and it tells me that it cannot find the home interface. Can't i download somehow that .class file from the server? Maybe with the RMI classloader. Sorry if this is a silly question.

Re: [JBoss-user] MDB...why?

2001-05-14 Thread Per Lewau
On Mon, 14 May 2001 [EMAIL PROTECTED] wrote: > Hi: > I'm testing JBoss with MDB but i'm still lost about its > utility... > I'd like to write an application to manage a little > "web-shop" using EJBs and MDBs as follows: > > * A java servlet who takes data from web application, i.e. >the i

Re: [JBoss-user] How to deploy servlet application from adirectory other than jetty.home?

2001-05-14 Thread Ganasen Gounden
I have a servlet application installed on c:\myapp. I have configured tomcat to call this application sucessfuly. I am now moving onto Jboss/Jetty. How can I do this in jboss/jetty without having to copy this application into the jett.home stucture? I want is to be able to modify the jetty.xml

[JBoss-user] Some question about datasouce in jboss

2001-05-14 Thread alex gibbs
Hi all, I've got a DataSouce question about JBoss.I'm trying to access database connection from binding datasource in jboss.Below is my code: System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); System.setProperty("java.naming.provider.url","12

[JBoss-user] Cannot instantiate class: org.jnp.interfaces.NamingContextFactory

2001-05-14 Thread Indika Fernando
Hi all I am using BMP's using a jboss server and it runs on windows 2000 and I am accessing the bean services from a Linux machine(Client). But this gives the following exception :: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory The same client programe is run from a windows 20

[JBoss-user] MDB...why?

2001-05-14 Thread jsoriano
Hi: I'm testing JBoss with MDB but i'm still lost about its utility... I'd like to write an application to manage a little "web-shop" using EJBs and MDBs as follows: * A java servlet who takes data from web application, i.e. the identifier of a client who wants to buy a book. * Before allowi

RE: [JBoss-user] where can i find the minerva source

2001-05-14 Thread Vesco Claudio
Hi! I need also the source of minerva package because I have implemented connection sharing for jca... when can we have the new package in jboss? Claudio > -Original Message- > From: Toby Allsopp [SMTP:[EMAIL PROTECTED]] > Sent: Sunday, May 13, 2001 11:49 PM > To: [EMAIL PROT

[JBoss-user] configuring Jboss, Petstore 1.1.2 and Oracle

2001-05-14 Thread Rob Raymond
I have configured jboss.jcml to have an Oracle XA datasource: [EstoreDB] Starting [EstoreDB] XA Connection pool EstoreDB bound to java:/EstoreDB [EstoreDB] Started However I always get the following: [Container factory] Deploying TheInventory [Container factory] No resource manager found for jdbc

RE: [JBoss-user] Controlling whats in server.log

2001-05-14 Thread Vincent Harcq
Then I guess (I found back an "old" JBoss on my PC - I collection them you know :) ) > Maybe you have Debug in it ? > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Jim Archer > Envoye : lundi 14 mai 2001 1:46 >