[jBoss-User] JAAS Based Security in JBoss

2001-02-01 Thread jBoss Monkey
Hello Mark, I have been using binary distrubution JBoss-PRE2.1 with jetty 3.0.2 which I got from http://www.jboss.com/jboss_jetty.zip Please let me know if i still need to build from the source to get JAAS based security to work. Thanks, ~JM From: "Scott M Stark" [EMAIL PROTECTED]

Re: [jBoss-User] How do I count entities?

2001-02-01 Thread caskey-lists-jboss
On Feb 1, Tom Cook quoth: On Thu, 01 Feb 2001, you wrote: On Jan 31, Kimpton,C (Chris) quoth: I want to find out how many entities I have of a particular bean, eg I have a CompanyBean, is there a standard countAll CompanyHome method - or can I define a custom finder with

Re: [jBoss-User] JAAS Based Security in JBoss

2001-02-01 Thread Scott M Stark
That 2.1-PRE binary is not sufficiently recent to work. The 2.1-PRE label applies to a wide range of changes than have occurred since the 2.0 final release and you must have the code from 1/10/2001 or latter in order for the instructions in the howto to apply. - Original Message - From:

Re: [jBoss-User] Petstore 1.1.1

2001-02-01 Thread Tom Coleman
I wrote: Instead of creating an "/estore" context, the Context Manager creates a "/petstore.war" context! The META-INF/application.xml file in petstore.ear needs a leading /. This change does not seem to be able to get past Sun's packaging, so I I rebuilt the ear manually. web

[jBoss-User] Thanks`

2001-02-01 Thread Bradd R Frasier
Hello there friend.i was able to run tomcat using JBoss through your help..it was a great relief for me=)...i learned a lot from your clear advice.by the way, after i started to run jboss and run a servlet, i was not successful in running it. hence i got this exception in

[jBoss-User] Http 404 not found

2001-02-01 Thread Bradd R Frasier
i just want to know why i can't run my servlet and i just got this error message : Http 404 not found i was able to configure Jboss with tomcat but the thing is i can't run my servlet properly and instead i got that message...hpe someone again help me...many thanks Bradd Get your small

[jBoss-User] JBossCMP?

2001-02-01 Thread Jeffrey Wescott
What's up with the JBossCMP mailing list? I subscribed a few days ago, posted and have seen NO traffic. Furthermore, the Archives end on 01/24. I am in rather desperate need of someone answering my questions on a one-line Oracle patch for JBossCMP (JAWS). ++Jeff --

Re: [jBoss-User] Oracle 8.1.7 XA (Was: ClassCastException onSerializableEnumeration)

2001-02-01 Thread Jean-Michel DELSAUX
Thanks, I use the thin driver from oracle - downloaded from last week - and jboss 2.0 final. I download the last csv rigth now... and i uncomment the line jboss.xa.xidclass property. One exception was the deadlock with entity beans. So the solution seems to define them reentrant=true.

[jBoss-User] Unable To Run Tomcat When Embedded With JBOSS

2001-02-01 Thread kmkolle
Note: I am a new user with JBoss. I searched thru the archives first and found some things, but nothing for exactly what I need. Maybe it's out there, but I haven't found it. I'm trying to run the example Interest code as a servlet using the run_with_tomcat.bat file. In the console(winNT), it

Re: [jBoss-User] JBoss and JDOM

2001-02-01 Thread Chris Winters
I ran across this a little while ago -- put the right parser (in this case, Xerces) first in your classpath and see what happens. The problem is that every app has its own XML parser but not all of them implement DOM-2 specifications. Hope this helps. Chris - Original Message - From:

RE: [jBoss-User] Unable To Run Tomcat When Embedded With JBOSS

2001-02-01 Thread dreaddy
I'm interested in hearing the answers too. Note: I am a new user with JBoss. I searched thru the archives first and found some things, but nothing for exactly what I need. Maybe it's out there, but I haven't found it. I'm trying to run the example Interest code as a servlet using the

Re[2]: [jBoss-User] Deployer bug ?

2001-02-01 Thread Ingo Bruell
Hi jBoss, SS Its empty. SS I shutdown the server to re-deploy (I understand this is also bug in final) SS and it deletes the temp files on shutdown jBoss clears the tmp Directory at startup in the current CVS Version. Does the deployer or verifier shows a message during deployment ?

Re: [jBoss-User] How do I count entities?

2001-02-01 Thread Tom Cook
On Thu, 01 Feb 2001, you wrote: On Jan 31, Kimpton,C (Chris) quoth: I want to find out how many entities I have of a particular bean, eg I have a CompanyBean, is there a standard countAll CompanyHome method - or can I define a custom finder with jbossCMP, or do I need to go under

[jBoss-User] JBoss and JDOM

2001-02-01 Thread Thomas.Kirsch
I use JDOM to parse data out of XML files. The parsing works fine outsite of JBoss. When I parse XML files from within JBoss, I get a "NoSuchMethodException" when I try to invoke the second of these two statements: org.jdom.input.DOMBuilder builder = new

[jBoss-User] Re: [castor-dev] JBoss / Castor :ClassNotFoundException : XMLSerializer

2001-02-01 Thread Oleg Nitz
Hi Christophe, I guess you have the castor jar file in the "global" classpath, I mean CLASSPATH environment variable or jre/lib/ext. Remove it from there and put to jboss/lib/ext. Regards, Oleg On Wednesday 31 January 2001 13:36, [EMAIL PROTECTED] wrote: Hello, I try to integrate JBoss

RE: [jBoss-User] Nested findBys on the same Home interfacedon'tw ork WAS RE: Finders

2001-02-01 Thread Luis Ochoa
Thanks for your reply. -Jboss is 2.0 FINAL -The code below executes in a session bean (part of a 1 session bean and 2 entity beans app, all with "Required" transactional attributes) -I'm using CMP -Database is Oracle8.1.5 using Minerva pools with the 1.1.1 Oracle JDBC drivers (thus not using

Re: [jBoss-User] JBoss and JDOM

2001-02-01 Thread Alexander Kogan
Thomas, I'm using JDOM a lot inside/outside jBoss. I've just dropped jdom.jar and xerces.jar into jboss/lib/ext (I didn't include them into ejb-jar, because almost all my beans use jdom). When I need to create new builder I just call default constructor, eg: SAXBilder builder = new

RE: [jBoss-User] Unable To Run Tomcat When Embedded With JBOSS

2001-02-01 Thread David L. Martin
try http://localhost:8080/jboss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Castro, David Sent: Wednesday, January 31, 2001 3:28 PM To: 'jBoss' Subject: RE: [jBoss-User] Unable To Run Tomcat When Embedded With JBOSS It might help if you posted the

Re: [jBoss-User] Nested findBys on the same Home interfacedon'twork WAS RE: Finders

2001-02-01 Thread Ole Husgaard
Hi, If the code snippet below executes on the client, in another VM, I don't think it is a transactional issue, as the two finder methods execute in different transactions. But otherwise it might be. Which JBoss version? CMP ot BMP? Which database, and how is it set up in JBoss? Best

Re: [jBoss-User] NoClassDefFoundError - ERROR in the MBEAN system

2001-02-01 Thread Tom Cook
On Thu, 01 Feb 2001, you wrote: Hello, I try to get a JDO connection from a Entity and I get a NoClassDefFoundError [ODATAServicesRegistry] java.lang.NoClassDefFoundError: org/exolab/castor/jdo/DataObjects polite cough caster-0.8.11.jar _is_ in JBOSS_HOME/lib/ext, isn't it? Sorry, but

[jBoss-User] Petstore - working version for Jboss 2.0

2001-02-01 Thread Stuart
I have noticed a few comments on the Petstore app from SUN and difficulties implementing it. Does anyone have a working (ie with jBoss) version available? If so how do I get it? TIA Stuart -- -- To subscribe:[EMAIL

RE: [jBoss-User] Deployer bug ?

2001-02-01 Thread Shahar Solomianik
Hi. Its empty. I shutdown the server to re-deploy (I understand this is also bug in final) and it deletes the temp files on shutdown Shahar. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ingo Bruell Sent: Wednesday, January 31, 2001 9:20 PM To: jBoss

RE: [jBoss-User] Unable To Run Tomcat When Embedded With JBOSS

2001-02-01 Thread Castro, David
It might help if you posted the output from the console (including server startup, bean deployment, connection attempt). Its a bit hard to guess without seeing what is happening -Original Message- From: dreaddy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 5:54 PM To:

Re: [jBoss-User] Catalina

2001-02-01 Thread Roberto Leong
Hi if im getting your question straight youll have to configure jboss.conf and jboss.jcml and eventually server.xml if youre want to change catalina default settings Roberto - Original Message - From: "JJAR" [EMAIL PROTECTED] To: "jBoss" [EMAIL PROTECTED] Sent: Wednesday, January 31,

Re: [jBoss-User] JAAS Based Security in JBoss

2001-02-01 Thread Scott M Stark
If your entries are being removed from jboss.jcml then you have an older pre2.1 version. What is the date of your cvs snapshot? - Original Message - From: "jBoss Monkey" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 31, 2001 10:46 AM Subject: [jBoss-User] JAAS Based

Re: [jBoss-User] Help: Jboss/Jetty

2001-02-01 Thread Tom Cook
The configuration files have changed between 2.0-FINAL and PRE-2.1. Download a fresh PRE-2.1 and modify the configuration files in there, instead of copying across your old configs, which it looks like you are doing. Tom On Wed, 31 Jan 2001, you wrote: Hi all, 1. Do the integration

Re: [jBoss-User] Can't bound Datasource ?

2001-02-01 Thread Tom Cook
Datasources are bound to the java: namespace, as you correctly note. This namespace is local to the virtual machine, and can not be accessed outside the jboss VM, say by a client. You could embed minerva in your client, or figure out what changes need to be made to stop the java: binding. I

Re: [jBoss-User] Problem with webapps deployement in JBoss /Tomcat

2001-02-01 Thread Tom Cook
If you run tomcat inVM with JBoss, put your webapps in the JBOSS_HOME/deploy directory instead. I'm not sure if directory based deployment is still broken (it seemed to be a while back) but war files definitely work. Failing that, you can use the JMX adapters to deploy from anywhere or use the

[jBoss-User] Petstore 1.1.1

2001-02-01 Thread Tom Coleman
I'm trying to deploy the Petstore 1.1.1 demo. I've created a jboss-web.xml file and added it to the .war file per Rickards archived message of 21-Dec-2000. This alters the behavior of the deployer. Instead of creating an "/estore" context, the Context Manager creates a "/petstore.war"

[jBoss-User] JAAS Based Security in JBoss

2001-02-01 Thread jBoss Monkey
Oleg, I have jboss-jetty 2.1-PRE binary. In fact after introspection into jboss.jar, you will find org.jboss.secirity.JaasSecurityManagerService.class and NOT org.jboss.secirity.plugins.JaasSecurityManagerService.class so i removed the 'plugins'. Moreover, I tried both way (with or without

[jBoss-User] JAAS Based Security in JBoss

2001-02-01 Thread jBoss Monkey
Hello Oleg, Below is my jboss.jcml: == jboss.jcml ?xml version="1.0"? server mbean name="Adaptor:name=html" attribute name="MaxActiveClientCount"10/attribute attribute name="Parser" / attribute name="Port"8082/attribute /mbean

Re: [jBoss-User] JAAS Based Security in JBoss

2001-02-01 Thread Oleg Nitz
Monkey, You don't have to modify jboss.jcml because it already contains JaasSecutityManagerService entry. Please, check the original jboss.jcml from the JBoss distribution once more. I guess that you add the second entry and then it is removed. Oleg On Wednesday 31 January 2001 20:46, jBoss

Re: [jBoss-User] JAAS Based Security in JBoss

2001-02-01 Thread Oleg Nitz
On Thursday 01 February 2001 02:10, jBoss Monkey wrote: This does not have JaasSecutityManagerService entry, Strange. Is it from JBoss 2.0 or 2.1-PRE? If 2.0, then the doco is not applicable, in 2.0 JaasSecurityManager entry is in jboss.conf, if I am not mistaken. but when I add one like

RE: Re[2]: [jBoss-User] Transation is not rollbacked by throwingan EJBException is ejbStore

2001-02-01 Thread Arnaud Tavard
Hi again, I am now using jBoss PRE-2.1 and I still have the same problems. Danke Tchuss Arnaud -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Ingo Bruell Envoye : mercredi 31 janvier 2001 20:18 A : jBoss Objet : Re[2]: [jBoss-User] Transation is

[jBoss-User] Vendor Announce: EJB 2.0 Persistence for JBoss

2001-02-01 Thread ejbpm
vendor MVCSoft Inc. would like to announce the immediate availability of the "educational edition" of its EJB 2.0 persistence manager, based on the proposed final draft of the EJB 2.0 specification. You can purchase the persistence manager (including source code) from Flashline at

RE: [jBoss-User] JBoss / Java console window

2001-02-01 Thread Kenworthy, Edward
That's exactly it, thankyou. -Original Message- From: Jung , Dr. Christoph [mailto:[EMAIL PROTECTED]] Sent: 23 January 2001 15:21 To: 'jBoss' Subject: AW: [jBoss-User] JBoss / Java console window jboss actually does start, just does not produce any console output as the result of using

Re: [jBoss-User] Unable To Run Tomcat When Embedded With JBOSS

2001-02-01 Thread Bradd R Frasier
--i am unable to run tomcat in Jboss...can someone help me out??? i have difficulites in configuring Jboss...pls help me to those gurus there On Wed, 31 Jan 2001 14:15:36 kmkolle wrote: Note: I am a new user with JBoss. I searched thru the archives first and found some things,

RE: [jBoss-User] Catalina

2001-02-01 Thread Johnson Lim
Thanks for the info -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Roberto Leong Sent: Wednesday, January 31, 2001 7:21 PM To: 'jBoss' Subject: RE: [jBoss-User] Catalina not yet the integration is done but not in cvs yet, some jboss jars had to be

Re: [jBoss-User] Samples??

2001-02-01 Thread Tom Coleman
Hi Paul Just checking... You were working on this a while ago. Did you ever get petstore 1.1.1 working with jBoss? - Tom Coleman| Telephone: (616) 243-2125 X1124 Auto Wares, Inc. | Fax: (616) 243-8823 440 Kirtland SW| Grand

Re: [jBoss-User] Samples??

2001-02-01 Thread Paul Schaap
Tom, Hi Paul Just checking... You were working on this a while ago. Did you ever get petstore 1.1.1 working with jBoss? No, I ran out of time :-( I had started work on it, so I might have a partial start that I can post an unfinished diff/tarball for tomorrow when I get to work

[jBoss-User] Tomcat

2001-02-01 Thread Frank Hess
Hi, i tried to start jboss with tomcat as described in the documentation and added the following lines in the jboss.conf: MLET CODE = "org.jboss.tomcat.EmbeddedTomcatService" ARCHIVE="jboss.jar" CODEBASE="../../lib/ext/" ARG TYPE="int" VALUE=8080 /MLET The log says: [EmbeddedTomcat]

[jBoss-User] JDO / EJB : Need your help

2001-02-01 Thread Christophe . Demez
Hello Oleq, (I know you are THE expert that can help me !!!) I try to get a JDO connection from a Entity and I get a NoClassDefFoundError The exception : [ODATAServicesRegistry] java.lang.NoClassDefFoundError: org/exolab/castor/jdo/DataObjects I have add this to my

[jBoss-User] Auto-Deployment of EAR/JAR fails with BrokenPipe/JMSException

2001-02-01 Thread Guenther Pewny
Hi folks, using the jBoss sources (of Jan 29 2001), auto-deployment of ears (without restarting jBoss) always fails with ---BEGIN--- ... [J2EE Deployer Default] Starting module myProject.jar [Container factory] Deploying:file:... [Container factory] Deprecated container invoker. Change to

[jBoss-User] OracleXADataSource or XADataSourceImpl with Oracle8.1.7 ????

2001-02-01 Thread Jean-Michel DELSAUX
Hi all, Config: --- Win 2000 jboss 2.1 of 01-31-2001 1) jboss.jcml: attribute name="DataSourceClass"oracle.jdbc.xa.client.OracleXADataSource/attribute jboss.properties: jboss.xa.xidclass=oracle.jdbc.xa.OracleXid 2) jboss.jcml: attribute

Re: [jBoss-User] JDO / EJB : Need your help

2001-02-01 Thread Oleg Nitz
Hello Christophe, [EMAIL PROTECTED][10\.1\.1\.3]claimedtobekorba.linedata.com wrote: Hello Oleq, My name is Oleg, but Oleq sounds better :-) (I know you are THE expert that can help me !!!) We'll see :-) I try to get a JDO connection from a Entity and I get a NoClassDefFoundError The

[jBoss-User] JAWS: How to deal with CHAR-columns and trailingspaces

2001-02-01 Thread Erik G. Dybdahl
We have an Oracle table where the PK column is of type CHAR(8). Using the default mechanism for CMP-beans, this means that the client has to provide 8 characters for the parameter to findByPrimaryKey, hence shorter parameters must be padded with blanks. Also, retrieved values must be trimmed. Is

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

2001-02-01 Thread Bordet, Simone
Andrew, I tried "nopassivation" caches using a custom jboss.xml file as explained in http://www.jboss.org/documentation/contconf_howto.html#CacheConf No joy. ;), see below Here is my jboss.xml ?xml version="1.0" encoding="Cp1252"? jboss securetrue/secure

Re: [jBoss-User] Tomcat

2001-02-01 Thread Tim Yates
So everything seems to be OK and the startpage of tomcat http://127.0.0.1:8080/index.html is shown correctly. But by klicking on a link on the startpage (for example the jsp-examples) http://127.0.0.1:8080/examples/jsp/ i get a 404 (File not found) and the jboss-log says: As server.xml is not

RE: [jBoss-User] JAWS: How to deal with CHAR-columnsandtrailingspaces

2001-02-01 Thread Cor Hofman
It sounds to me like you already know the answer :-) Greetings, Cor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Erik G. Dybdahl Sent: Thursday, February 01, 2001 15:26 To: jBoss Subject: RE: [jBoss-User] JAWS: How to deal with CHAR-columns

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

2001-02-01 Thread Nortje, Andrew
Simon I added the missing org.jboss.tm.TxManager. Same story... LOCKING WAITING? Regarding my other attempt to get my app working with the CVS code, I think there is something wrong with the 'daily updated snapshot of the sources (ZIP archive)', because my app runs fine under jBoss 2.0, no

Re: [jBoss-User] jboss_jetty configuration

2001-02-01 Thread Julian Gosnell
Bruce, The version of jboss_jetty in CVS allows you to do this, but relies (I believe) on changes made to JBoss since the version in the bundle was frozen. In the meantime, I don't understand why merging your admin.xml file into your jetty.xml should not work. You can't just copy the entire

RE: [jBoss-User] Tomcat

2001-02-01 Thread Johnson Lim
Hi Frank, To run the examples page, you just can simply copy the examples.war from %tomcat_home%\webapps\ to %jboss_home%\deploy. I think it will help Johnson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Frank Hess Sent: Thursday, February 01, 2001

[jBoss-User] Mail archives

2001-02-01 Thread Kemp Randy-W18971
Is this list available in a mail archive? While I hate to mention the competition, OpenEJB and Jonas have lists accessible by thread and date (with Jonas broken down by month and year). Is this available for Jboss? Should it be available for Jboss? --

RE: [jBoss-User] Entity Security

2001-02-01 Thread Wood, Alan
*nod* Makes sense. So each method is testing the security independently? Alan -Original Message- From: Kenworthy, Edward [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 8:11 AM To: 'jBoss' Subject: RE: [jBoss-User] Entity Security The way we do it is to use

RE: [jBoss-User] Entity Security

2001-02-01 Thread Wood, Alan
Interesting approach. It sounds similar to what I wanted to do also, my main concern is the requirement for every method to check security. But I guess that is the best solution. Alan -Original Message- From: Alexander Klyubin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01,

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

2001-02-01 Thread Bordet, Simone
Andrew, Simon I added the missing org.jboss.tm.TxManager. Same story... LOCKING WAITING? So, with no passivation caches, JBoss hangs ? If it does not hang, then the LOCKING WAITING is normal, since you are trying to access the same bean from 2 transactions contemporarly. The message is

Re: [jBoss-User] Castor / JBoss / integration examples

2001-02-01 Thread Christophe . Demez
Thanks a lot, It is really interesting ! Also, have you see my other problem, I have a NoClassDefFoundError, but I do not know why ? Have you faced the same problem ? Thanks for your help Christophe

[jBoss-User] jboss_jetty configuration

2001-02-01 Thread Lyon, Bruce
JBoss gurus: I am trying to get jboss_jetty (JBoss-PRE2.1 with jetty 3.0.2) working on NT and RH7 Linux. I would like to be able to run the jetty demonstration admin and debug servlets. In jetty without jboss, the script that runs jetty (jetty.sh) takes as arguments the names of

RE: [jBoss-User] ORACLE - CMP Problems

2001-02-01 Thread Kimpton,C (Chris)
Hi, The jboss.xml file is used for defining the jndi name of your beans - which is more straight EJB and not related to CMP (I think...). Thus the file you need to worry about is jaws.xml. How far do you get - does jboss startup and give a message that the Oracle datasource you've entered

[jBoss-User] CAN YOU HELP? Nested findBys on the same Homeinterface don't wor k

2001-02-01 Thread Luis Ochoa
Thanks you in advance for your help, as I'm getting ready to put this app in production, and jBoss IS my only choice. I have: -Jboss 2.0 FINAL -The code below executes in a session bean (part of a 1 session bean and 2 entity beans app, all with "Required" transactional attributes) -I'm using

RE: [jBoss-User] JAWS: How to deal with CHAR-columns andtrailingspaces

2001-02-01 Thread Cor Hofman
You could consider changing the PK to be VARCHAR. Oracle will then automatically strip the trailing spaces. Groeten, Cor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Erik G. Dybdahl Sent: Thursday, February 01, 2001 12:32 To: jBoss Subject:

RE: [jBoss-User] ORACLE - CMP Problems

2001-02-01 Thread Kimpton,C (Chris)
Hi, Hi, Thanks for the immediate reply. Yes Oracle data source has started successfully. But when i try to deploy the bean with jaws.xml and jboss.xml written by me it is giving error. (It is unable deploy saying that no VALID deployment Descriptor found). Sounds like the file is

RE: [jBoss-User] JAWS: How to deal with CHAR-columns andtrailingspaces

2001-02-01 Thread Erik G. Dybdahl
--- Cor Hofman [EMAIL PROTECTED] skrev: You could consider changing the PK to be VARCHAR. Oracle will then automatically strip the trailing spaces. Yes, but what if the table is huge, is in an already existing production environment, and changing the datatype could have side effects on

Re: [jBoss-User] JDO / EJB : Need your help

2001-02-01 Thread Christophe . Demez
Sorry Oleg !! 1 - Simple question : I have create a myBO.jar that contains my classes that should be persisted, how can I update my classpath to allow my EJBs to find theses classes ? Do I set the CLASSPATH variable or I add it to the MLET ? 2 - Here is the log: In the class path I have no

[jBoss-User] ORACLE - CMP Problems

2001-02-01 Thread Rama Rao
Hello , I am a new user to JBoss 2.0. I am trying to deploy on CMP bean. I could do it with the Hypersonic SQL database. Since it uses standardJBoss.xml and standardJAWS.xml it worked fine. When i try to create those files with EJX editor, i am no where finding the GUI for entering

Re: [jBoss-User] Nested findBys on the same Homeinterfacedon'tw ork WAS RE: Finders

2001-02-01 Thread Ole Husgaard
Hi, I'm not familiar with CMP and Oracle 8.1.5, but since this is read-only, and you are using Minerva, it should be possible to find out what is wrong here. Since read-only, you know what is in the DB at all times. I would check the expression ccTx.getReferenceTx() that you use to create a

Re: [jBoss-User] JAWS: How to deal with CHAR-columns andtrailingspaces

2001-02-01 Thread Joe Pribele
I probably wrong but won't Oracle just ignore the spaces when doing a select. if the column is char(8) and you do select * from blah where col1 = 'joe' its still the same as select * from blah where col1 = 'joe^' // ^ being spaces this works in MS SQL Server but that doesn't really mean

[jBoss-User] jboss_jetty updated to JBoss-PRE-2.1 Jetty-3.0.2

2001-02-01 Thread Julian Gosnell
The binaries page on jboss.org has been updated accordingly. I enclose a list of the changes Greg has made between the two releases (the last bundle was based on 3.0.rc6). Since Jetty has moved from a release candidate to a solid release you will probably want to upgrade. The bundle should

RE: [jBoss-User] Weird stuff with finder results

2001-02-01 Thread Luis Ochoa
This sounds A LOT like what's happenning to me, in message with subject: CAN YOU HELP? Nested findBys on the same Home interface don't work. Luis. -Original Message- From: Sietze Dijkstra [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 10:23 AM To: [EMAIL PROTECTED]

[jBoss-User] Starting as a service under NT?

2001-02-01 Thread David Bock
Hi, We have recently replaced Weblogic with jBoss in a high profile application. We are very pleased with our results so far. We are preparing to enter testing with our application, and we have been spending the past few days configuring our testing environment. We need to make jBoss

RE: [jBoss-User] JAWS: How to deal with CHAR-columns andtrailingspaces

2001-02-01 Thread Steve Magoun
Joe, Oracle (8.0.5 through 8.1.7, at least) does pay attention to trailing spaces - it treats them like any other character. As a result, select * from blah where col1 = 'joe' won't return any rows if col1 = 'joe^^^' You can use the rtrim() operator in your select, however: select * from blah

Re: [jBoss-User] ORACLE - CMP Problems

2001-02-01 Thread Rama Rao
Hi, Thanks for the immediate reply. Yes Oracle data source has started successfully. But when i try to deploy the bean with jaws.xml and jboss.xml written by me it is giving error. (It is unable deploy saying that no VALID deployment Descriptor found). Can u send me one sample jboss.xml and

[jBoss-User] Can't use JMS with JBOSSTomcat

2001-02-01 Thread me to
I'm using JBOSStomcat 2.0 final with the last snapshot of JMS, under Window NT4 I try to send message with JMS in a servlet. It can't work work because JMS can't find JNDI context. So I'm change the run.bat prog ram in this way: @echo off @if not "%ECHO%" == "" echo %ECHO% @if "%OS%" ==

RE: [jBoss-User] Unable To Run Tomcat When Embedded With JBOSS

2001-02-01 Thread dreaddy
Hello all I am running the jboss_tomcat combined download on Win2000. It works fine if I run them individually but not as the released package. Can you help? I am having the same issue running jboss_with_tomcat. The following is my entire output window. The 2 last output entries are a result of

RE: [jBoss-User] Unable To Run Tomcat When Embedded With JBOSS

2001-02-01 Thread dreaddy
Bordet, Simone That did the trick. Thank you. Try http://localhost:8080/jboss Simon -Original Message- From: dreaddy [mailto:[EMAIL PROTECTED]] Sent: gioved 1 febbraio 2001 19:20 To: jBoss Subject: RE: [jBoss-User] Unable To Run Tomcat When Embedded With JBOSS Hello all

RE: [jBoss-User] jboss_jetty configuration

2001-02-01 Thread Lyon, Bruce
Jules - Thank you for the prompt response. That approach will do for now. I just made some mistakes before about what path the servlets would end up under, and consequently I was looking for them in the wrong place... I know I can start multiple listeners in jetty.xml. If I

[jBoss-User] Sharing JDBC data sources between beans and servlets

2001-02-01 Thread owen
I want to share the JDBC datasources I'm using for my beans with my servlets via JNDI bindings. I know this is possible with Orion. Can anyone tell me if it's possible with JBoss and how? Thanks in advance, Owen. This email has been virus scanned using Sophos Anti-Virus by intY (www.inty.net)

[jBoss-User] Weird stuff with finder results

2001-02-01 Thread Sietze Dijkstra
Hello, All I would like to post the following question to the community: I am writing some custom finder methods for CMP Entity Beans (which have been tested). Some return single objects, others return Collections. The finders returning single objects function perfectly. The problem is, when I

[jBoss-User] Newbie Q: JSPs won't run...

2001-02-01 Thread Dee Binggeli
Can anybody help me, or at least point me in the right direction? Having installed jBoss/Tomcat, I was able to run the Servlet examples (by way of localhost:8080), but I cannot run any of the JSP examples. I'm getting all kind of error messages that are difficult for me to interpret. before I

[jBoss-User] Getting No Love with Tomcat/JBoss

2001-02-01 Thread kmkolle
I've read the posts from Tim Yates and Johnson Yim among others and this has been helpful. But, I still cannot get an example to work using tomcat within JBoss VM. I copied my examples.war file to JBOSS\deploy just like the suggestion. I don't really care which example I try, but right now I'm

Re[4]: [jBoss-User] Deployer bug ?

2001-02-01 Thread Ingo Bruell
Hi jBoss, SS The only suspect deployer message is that it doeant say "mapping ... " for SS that beans remote interface methods, like it does for other beans, but there SS is no deployer or verifyer error. I have no idea. Could you post your ejb-jar.xml and jboss.xml, please? so long

Re: [jBoss-User] Starting as a service under NT?

2001-02-01 Thread Oleg Nitz
Hi David, Have you seen "contrib/ntservice" in CVS? Regards, Oleg David Bock wrote: Hi, We have recently replaced Weblogic with jBoss in a high profile application. We are very pleased with our results so far. We are preparing to enter testing with our application, and we have

RE: [jBoss-User] Unable To Run Tomcat When Embedded With JBOSS

2001-02-01 Thread Bordet, Simone
Try http://localhost:8080/jboss Simon -Original Message- From: dreaddy [mailto:[EMAIL PROTECTED]] Sent: gioved 1 febbraio 2001 19:20 To: jBoss Subject: RE: [jBoss-User] Unable To Run Tomcat When Embedded With JBOSS Hello all I am running the jboss_tomcat combined

[jBoss-User] Does anyone have ejb-jar_1_2.dtd

2001-02-01 Thread Dug
I have been trying to find a copy of the ejb-jar DTD and any additional information on the Deployment descriptor. The link is broken at sun and the jBoss manual has not included it yet. Does anyone have a copy they can mail me ot know of any unbroken links Thanks in advance Dug

RE: [jBoss-User] Weird stuff with finder results

2001-02-01 Thread Bordet, Simone
Hey, please always post jboss version, OS, DB Anyway you're using jboss 2.0 and that exception should be related to the fact that there is some problem in activating your beans. If you're using CMP, then this is very strange (unless you throw an exception in ejbActivate ;). If BMP, check that no

[jBoss-User] Template for error reporting

2001-02-01 Thread marc fleury
I believe we should put a template for "error reporting" on the web site. You CMP/BMP, etc etc... I am not talking about "Bugs" just "it doesn't work, it is weird, can you help me" kinda mails. any ideas for such a template? JBoss Version: OS: DB/Driver: CMP/BMP: CMT/BMT: Description:

[jBoss-User] could not bind

2001-02-01 Thread Bruno Cloutier
Hi I have deployed an ear file and it's ok When I try tolookup the object with a servlet by the command : Object ref = jndiContext.lookup("CabinHome"), I always get the message : CabinHome not bind. What can it be? Thank's in advance Bruno Get Your Private, Free E-mail from MSN Hotmail at

RE: [jBoss-User] Does anyone have ejb-jar_1_2.dtd

2001-02-01 Thread Rob Castaneda
Hi Dug, Is it any of these? http://java.sun.com/dtd/ejb-jar_2_0.dtd http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd regards, -Rob -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of DugSent: Thursday, February 01, 2001 9:05 AMTo:

Re: [jBoss-User] Thanks`

2001-02-01 Thread jBoss Monkey
After looking at your console output it seems that you are running Tomcat standalone, not Embedded. Make sure u start jBoss using 'run_with_tomcat' and not just using 'run' Also the kind of binding exception you are getting, it looks like u are running two instances of jboss at the same

Re: [jBoss-User] JAAS Based Security in JBoss

2001-02-01 Thread jBoss Monkey
Thanks Scott and Alexander, The bottom like is that I need the latest build for the JAAS security stuff. That helps a lot. ~JM From: "Scott M Stark" [EMAIL PROTECTED] Reply-To: "jBoss" [EMAIL PROTECTED] To: "jBoss" [EMAIL PROTECTED] Subject: Re: [jBoss-User] JAAS Based Security in JBoss

Re: [jBoss-User] JAAS Based Security in JBoss

2001-02-01 Thread jBoss Monkey
Thanks Scott and Alexander, The bottom like is that I need the latest build for the JAAS security stuff. That helps a lot. ~JM From: "Scott M Stark" [EMAIL PROTECTED] Reply-To: "jBoss" [EMAIL PROTECTED] To: "jBoss" [EMAIL PROTECTED] Subject: Re: [jBoss-User] JAAS Based Security in JBoss

[jBoss-User] Classpath/Muliple Jars/Helper files

2001-02-01 Thread Doug Ferguson
Hi, I've read some threads on jBoss regarding multiple jars and that beans which communicate to each other should be in the same jar. I would like to put my beans in seperate jar files but the beans all access a "helper class". I would like to put this class in a centralized location so that I

[jBoss-User] Building jBoss from source

2001-02-01 Thread jBoss Monkey
Is there any HowTo document for building jBoss from the source. Please advise. Thanks, ~jm _ Get your FREE download of MSN Explorer at http://explorer.msn.com -- -- To

RE: [jBoss-User] Does anyone have ejb-jar_1_2.dtd

2001-02-01 Thread Rob Castaneda
How do you like the URL's for consistency... :-) -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of DugSent: Thursday, February 01, 2001 12:49 PMTo: 'jBoss'Subject: RE: [jBoss-User] Does anyone have ejb-jar_1_2.dtd Hi Rob, They

RE: [jBoss-User] Template for error reporting

2001-02-01 Thread Shahar Solomianik
I am able to set up a jBoss community in http://www.k-sphere.com (which is better than experts-exchange in all areas !) for free, offcourse (I developed it...). If any of you guys is interested, just let me know. Shahar. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[jBoss-User] CannotProceedException

2001-02-01 Thread Ron Yust
Can anyone tell me why I get the following error when trying to deploy an EJB jar? javax.naming.CannotProceedException; remaining name '/' Any suggestions would be appreciated. -Ron

RE: [jBoss-User] JBossCMP?

2001-02-01 Thread Joe Shevland
What's up with the JBossCMP mailing list? I subscribed a few days ago, posted and have seen NO traffic. Furthermore, the Archives end on 01/24. I am in rather desperate need of someone answering my questions on a one-line Oracle patch for JBossCMP (JAWS). Oops :( I'd neglected to add some

RE: [jBoss-User] Building jBoss from source

2001-02-01 Thread dreaddy
geez. You are a glutton for punishment :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of jBoss Monkey Sent: Thursday, February 01, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: [jBoss-User] Building jBoss from source Is there any HowTo document for

RE: [jBoss-User] Starting as a service under NT?

2001-02-01 Thread Russell Smyth
There would be no batch file if you are starting the program as a service. Batch files cannot be started as NT services. You have to write a C/C++ prog with an embedded JVM to run Java code as a service. The one fix is to make sure that everything looked for is found by classpath, ie files are

Re: [jBoss-User] jboss_jetty configuration

2001-02-01 Thread Julian Gosnell
H I have a feeling that Listeners do not act as a scope for Contexts as Contexts scope Servlets. I think the Listener space is global, in which case you simply kick off 2 HttpServers from the same config file (Greg - can you do this ?), and put one Listener in each. I shall forward this

  1   2   >