[JBoss-user] Please Help

2003-07-24 Thread Peter Luttrell
Does anyone know how to fix this 11:09:35,453 WARN [TransactionImpl] XAException: tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=IS756//117, BranchQ ual=] errorCode=XAER_PROTO javax.transaction.xa.XAException at oracle.jdbc.xa.OracleXAResource.disallowLocalTxnMode(OracleXAResource

RE: [JBoss-user] please help with sar

2003-03-17 Thread Keysers, Wonne
Add a /META-INF/jboss-app.xml to your .ear describing your service. Rgds Wonne Keysers -Original Message- From: kiuma [mailto:[EMAIL PROTECTED] Sent: Mon 3/17/2003 17:34 To: [EMAIL PROTECTED] Cc: Subject: [JBoss-user] please help with

RE: [JBoss-user] please help with sar

2003-03-17 Thread JD Brennan
Title: RE: [JBoss-user] please help with sar I think you have to modify the META-INF/application.xml in the .ear to reference the .sar. You can also put the .sar inside the .jar inside the .ear and it will get deployed.  (That's what we do.) JD -Original Message- From:

[JBoss-user] please help with sar

2003-03-17 Thread kiuma
Hi all, I currently have an ear (say test.ear archive (ejb-test.jar + test.war) and since I'm trying to eval hibernate I need a hib-test.sar. Now I'm trying to put hib-test.sar it inside test.ear, but inspecting jndi-view service no hibernate service is started. If I put hib-test.sar directly in

Re: [JBoss-user] Please help with Jboss Transaction XidImpl timed out

2003-03-05 Thread David Jencks
Try the current 2.4 version. 2.4.3 pooling could time out connection requests under heavy load while serving other requests. david jencks On 2003.03.05 01:36 Dhiraj Peechara wrote: > Hello , > > We are using Jboss 2.4.3, Tomcat 3.2.3, jdk 1.3, postgres 7.2.1 > running on Red Hat Linux 7.2

[JBoss-user] Please help with Jboss Transaction XidImpl timed out

2003-03-04 Thread Dhiraj Peechara
Hello , We are using Jboss 2.4.3, Tomcat 3.2.3, jdk 1.3, postgres 7.2.1 running on Red Hat Linux 7.2 The Jboss server stops responding occassionally(1 to 2 times in a week). The jboss fails to get a connection object giving following errors. Transaction XidImpl [FormatId=257, GlobalId=xx

[JBoss-user] Please help list-admin: I keep getting the e-mails twice

2003-02-12 Thread Randahl Fink Isaksen
I have no clue what is wrong, but I keep getting each of the e-mails from this list twice. I tried unsubscribing – no effect.   I would like to receive each e-mail only once.     Randahl  

[JBoss-user] Please Help Me

2002-12-24 Thread Dhiraj Ramakrishnan
Hi all , I really hope i will get a reply this time i have been struggling with this for quite some time My application uses a JTree to help ease the navigation through the whole application. The problem i am facing is that , it is authenticating the users present in the

Re: [JBoss-user] Please Help: JBoss - How to start a user service ????

2002-12-19 Thread David Jencks
did you try just deploying the datasource configuration? I believe that when you request the first connection it will create a Driver instance. If that doesn't work for some reason, you will have to wriate a small mbean implementing a void start() throws Exception method in which you instantiat

[JBoss-user] Please Help: JBoss - How to start a user service ????

2002-12-18 Thread Sasidharan, Manoj
Hello All, I want to start CloudScape from within JBoss. CloudScape can be started by instantiating an object of its Driver class. Hence I tried to put the logic in a startcs-service.xml: This somehow does not work. Please help. When I deploy the file, following error is displayed on conso

Re: [JBoss-user] Please help me! Transaction problem

2002-10-25 Thread Greg Turner
Here is how to deal with this: http://www.tuxedo.org/~esr/faqs/smart-questions.html Gene Ge wrote: Someone please help me, I have asked this question many times and still not get any answer yet! I also searched in archives but get no answer. _

Re: [JBoss-user] Please help me! Transaction problem

2002-10-24 Thread Stephen Coy
From where does EditStudentInfoAction get its session bean reference? Does it create a new one for each request, or does it create just one and try to re-use it for each request? The latter situation is guaranteed to cause the problem below. If that is not the cause, then show me your implemen

Re: [JBoss-user] Please help me! Transaction problem

2002-10-24 Thread Dmitri Colebatch
dim - Original Message - From: "Gene Ge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 1:55 PM Subject: [JBoss-user] Please help me! Transaction problem > Someone please help me, I have asked this question many times and still not >

[JBoss-user] Please help me! Transaction problem

2002-10-24 Thread Gene Ge
Someone please help me, I have asked this question many times and still not get any answer yet! I also searched in archives but get no answer. _ 11:43:14,093 ERROR [LogInterceptor] EJBException: javax.ejb.EJBException:

[JBoss-user] Please help with this error!

2002-10-08 Thread kiuma
Hello I'm using jb 3.2b and I'm having the following error. Please could you tell me where I'm wrong ? 2002-10-08 09:23:12,944 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.webappointments/Absence] Initializing CMP plugin for webappointments/Absence 2002-10-08 09:23:12,991 DEBUG [org.j

Re: [JBoss-user] Please help! I meet a CMP Relationship problem:(

2002-09-01 Thread Dmitri Colebatch
I didn't pay enough attention to your code. David has answered this query correctly (surprise surprise) (o: cheers dim > > hth > dim > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, September 02, 20

Re: [JBoss-user] Please help! I meet a CMP Relationship problem:(

2002-09-01 Thread Dmitri Colebatch
From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 12:27 PM Subject: [JBoss-user] Please help! I meet a CMP Relationship problem:( > Hello eveyone: > Please help me: I want to use CMP 1:N relationship and have written "abstract Collectio

Re: [JBoss-user] Please help! I meet a CMP Relationship problem:(

2002-09-01 Thread David Jencks
This is a bug very recently fixed in cvs. Normally you don't do this. If you do coll.add(something); or coll.remove(somethingelse); the database will be updated automatically. Normally you would use setXxx(newCollection) only when you are replacing the entire set of related entities. However

[JBoss-user] Please help! I meet a CMP Relationship problem:(

2002-09-01 Thread ggngenan
Hello eveyone: Please help me: I want to use CMP 1:N relationship and have written "abstract Collection getXxx" and "abstract void setXxx(Collection xxx)". The getter work well but setter seems never take effect. So I did a experiment that manual insert into database some data to make a

RE: [JBoss-user] Please Help: Classpath Issue?

2002-07-22 Thread Sacha Labourey
et 2002 17:50 > À : '[EMAIL PROTECTED]' > Objet : [JBoss-user] Please Help: Classpath Issue? > > > Hi, I've deployed an app to JBoss 3 and though the initial > connection to the > server and obtaining a reference works fine, I'm getting > ClassNotFoundExcep

[JBoss-user] Please Help: Classpath Issue?

2002-07-22 Thread Mike Kenyon
Hi, I've deployed an app to JBoss 3 and though the initial connection to the server and obtaining a reference works fine, I'm getting ClassNotFoundException's whenever my EJB attempts to look up another EJB. I'm assuming it has to be a classpath issue with the server. Any thoughts? Mike --

Re: [JBoss-user] Please help jboss-3.0.0_tomcat-4.0.3 does not work (tomcat4-service.xml changed)

2002-06-13 Thread kleung
Hi Greg, Thank you for your information. The jboss-3.0.0_tomcat-4.0.3 did not contains the webtest.ear file in the deploy directory. Thank, On Thu, 13 June 2002, Greg Turner wrote > > The JBoss/Tomcat combo DOES work. You just need to learn how to work it. If you are using the JBoss/Tomcat

Re: [JBoss-user] Please help jboss-3.0.0_tomcat-4.0.3 does not work (tomcat4-service.xml changed)

2002-06-13 Thread kleung
Hi Damon Torgerson, Thank you for the information; however, I am still confused. I am only trying to test out the Cataline example and test pages. Last time when I installed the jboss3.0.0RC1_Tomcat4.zip, I did not need to add anything to the deploy directory. If I need to add a context, can you

Re: [JBoss-user] Please help jboss-3.0.0_tomcat-4.0.3 does not work (tomcat4-service.xml changed)

2002-06-13 Thread Greg Turner
The JBoss/Tomcat combo DOES work. You just need to learn how to work it. If you are using the JBoss/Tomcat combo, that means you are running an app server call JBoss, which means Tomcat does not run independently. This means Tomcat is just another service offered by the JBoss app server. All

Re: [JBoss-user] Please help jboss-3.0.0_tomcat-4.0.3 does not work (tomcat4-service.xml changed)

2002-06-13 Thread Damon Torgerson
You have to define a context either in your application.xml file or your server.xml/web.xml files. On Thursday, June 13, 2002, at 10:34 AM, [EMAIL PROTECTED] wrote: > Hi, > > Please help me to configure out what is going on. > I downloaded the jboss-3.0.0_tomcat-4.0.3.zip file and > setup all p

[JBoss-user] Please help jboss-3.0.0_tomcat-4.0.3 does not work (tomcat4-service.xml changed)

2002-06-13 Thread kleung
Hi, Please help me to configure out what is going on. I downloaded the jboss-3.0.0_tomcat-4.0.3.zip file and setup all paths. Jboss does not complain about much and it works. However, when I try to access tomcat by accessing the http://localhost:8080 in netscape4.76 browser, I got the following

[JBoss-user] Please help: "Fatal error: Cannot find class java/lang/StackOverflowError"

2002-06-12 Thread Shamis, Leonid
Hello, I've got the error message "Fatal error: Cannot find class java/lang/StackOverflowError" and JBoss server crashed when I attempted to use Form Based authentication (against Oracle database) from my "hypothetic" application. Also as a result of Submit from Login page the URL wich stays dis

[JBoss-user] Please help re: Client-side UserTransactions not commiting

2002-01-17 Thread Bryan Field-Elliot
I am hoping someone can help me solve a problem I'm having with JBoss 2.4.4 (using RedHat Linux 7.1 and PostgreSQL 7.0.2). My client application manipulates several entity beans. I know that a better design would be to use a session facade, but that's not an option in the short term. In any case

Re: [JBoss-user] Please help me ...

2001-10-25 Thread Andrius Juozapaitis
ack, I realized that the next second I sent the message out ;-) sorry for the confusion my post might have caused --andrius - Original Message - From: "danch" <[EMAIL PROTECTED]> : Any time you call a finder there's at least one hit on the database, for : that very reason. Even with commi

[JBoss-user] Please help

2001-10-24 Thread MSedliak
Hi All, please I would like to ask you for help. I use JBoss-2.2.2_Tomcat-3.2.2 and I have a problem when I try to use my stateless EJB sk.softip.ejb.util.EjbDispatcher after approx 20 minuts of waiting. I get this exception. Are there some ideas ? java.lang.NullPointerException at org.open

Re: [JBoss-user] Please help me ...

2001-10-24 Thread danch
gt; > > > > -Original Message- > From: Andrius Juozapaitis [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 24, 2001 10:04 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Please help me ... > > > RE: [JBoss-user] Please help me ...IMHO slsb + entit

RE: [JBoss-user] Please help me ...

2001-10-24 Thread John Moore
Title: RE: [JBoss-user] Please help me ... Andrius, Good point, then it comes down to what you are trying to get the sum of.   I have tables w/ million+ active records, multiple containers, commit-option=B/C and our sums/counts are of big results so the collection route was a bad thing

Re: [JBoss-user] Please help me ...

2001-10-24 Thread Andrius Juozapaitis
RE: [JBoss-user] Please help me ...IMHO slsb + entity bean collection approach looks like a better and more universal one. with jboss caching the entities, you might not get a db hit at all. and if your data is more or less static, there is a way to use read-only entity beans, look in the

Re: [JBoss-user] Please help me ...

2001-10-24 Thread IvanLatysh
Hello, John! You wrote to "'IvanLatysh'" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> on Wed, 24 Oct 2001 09:14:00 -0700: JM> Note: we put the name of our datasource into an rather JM> than hard code; you wouldn't need to do this. I have done the same way. Now I see. You mean to calculate sum fo

RE: [JBoss-user] Please help me ...

2001-10-24 Thread John Moore
Title: RE: [JBoss-user] Please help me ... I agree with the Fred that the SLSB is the better route and cleaner overall.  In any event, you are only going to return an int.  So, in your remote interface add a public int getXYZ() ... and then add the same to the Bean.  The following is from a

Re: [JBoss-user] Please help me ...

2001-10-24 Thread IvanLatysh
Hello, John! You wrote to "'IvanLatysh'" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> on Wed, 24 Oct 2001 08:46:42 -0700: JM> or, #4) Rather than a new entity bean, use the existing entity bean JM> and put a new method that grabs the datasource from jndi, gets a JM> connection, runs the query an

RE: [JBoss-user] Please help me ...

2001-10-24 Thread John Moore
Title: RE: [JBoss-user] Please help me ... or, #4) Rather than a new entity bean, use the existing entity bean and put a new method that grabs the datasource from jndi, gets a connection, runs the query and closes (hands back) the connection. I have done #2 & #4, more often #2. #1 w

Re: [JBoss-user] Please help me ...

2001-10-24 Thread IvanLatysh
Hello, Fred! You wrote to "IvanLatysh" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> on Wed, 24 Oct 2001 08:36:21 -0700: FL> Aggregate queries are usually best performed by a SLSB using an SQL FL> statement. One exception is if the query range is a small number of FL> records whose corresponding EB

Re: [JBoss-user] Please help me ...

2001-10-24 Thread Fred Loney
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 24, 2001 7:40 AM Subject: [JBoss-user] Please help me ... > > Hi All. > > I have got one problem and I can't get the right way. > > I have database and I wrap this database with EntityBeans. > But now I

[JBoss-user] Please help me ...

2001-10-24 Thread IvanLatysh
Hi All. I have got one problem and I can't get the right way. I have database and I wrap this database with EntityBeans. But now I need build report and I need summary information (in SQL: select sum(myColumn) from myTable group by myID) I see any ways how to do it. 1. Build the new EntityBea

[JBoss-user] Please Help JDBC or JAAS error , I/O Error Occured !!

2001-07-30 Thread Binoy
Hi I have been using postgres database since last 7 months working on a involving JBoss server as an application server and postgres database at backend lately.. i noticed as the database started growing larger.. today encountered some error while firing this query select firstname , last name f

[JBoss-user] Please help me

2001-07-26 Thread riyaz ahamed
Hai, I am very fond of JBOSS server ie the way it handes Ejb. Please help me I am getting this error when i deploy the Interest session bean in JBOSS. Please not this error comes when ever I deploy the bean [J2EE Deployer Default] Started [Auto deploy] Starting [Auto deploy] Watching D:\JBos

[JBoss-user] Please help me

2001-07-25 Thread riyaz ahamed
hi, I am new to JBoss, I installed it and then when I started JBoss, it's auto deployer has given the following error for the very simple bean and for the interest bean. Please, can anybody help me. Riyaz ahamed. [Container factory] javax.naming.CommunicationException. Root exception is ja

[JBoss-user] Please Help, XAException when deploying CMP bean with oracle 8idatasource

2001-06-20 Thread Hiep Luong
I just got started with jboss and trying examples from the RMH Enterprise JavaBeans book. I get a boat load of errors when I deploy the cabinbean example with JBOSS using Oracle 8i. When first deployed the bean Jboss was set with Hypersonic as the datasource(DefaultDS). I next switched to Oracl

Re: [JBoss-user] PLEASE HELP!!!! EJB ENTITY FINDBY ISSUES

2001-06-06 Thread K.V. Vinay Menon
what are your authentication/authorization settings? roles etc? Vinay - Original Message - From: "zach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 6:18 PM Subject: [JBoss-user] PLEASE HELP EJB ENTITY FINDBY ISSUES > Ok here

Re: [JBoss-user] PLEASE HELP!!!! EJB ENTITY FINDBY ISSUES

2001-06-06 Thread K.V. Vinay Menon
Can you please post your entire code! Trust me we can fix the problem! So don't go looking for other app servers! Vinay - Original Message - From: "zach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 6:18 PM Subject: [JBos

[JBoss-user] PLEASE HELP!!!! EJB ENTITY FINDBY ISSUES

2001-06-06 Thread zach
Ok here is the deal, I really need to get this problem solved or I have to start looking at different software. This seems like such a small problem why is this failing Here is the issue: Why does this jboss code throw me and illegalAccessException when I try to do a ejbFindByPrimaryKey call on

[JBoss-user] Please Help !!

2001-06-04 Thread Binoy's Jboss
Hello !! This is to inform you that my messages have not been posted on the list since a long time.. i have been mailing my problems regurlarly.. but i never see my messages on the list Help in this regard will be appreciated Thanks !! Binoy ___ JBoss

Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-21 Thread Scott M Stark
erson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 21, 2001 1:29 PM Subject: Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction > ...I was trying to run an embedded tomcat client talking to jboss in the > same VM! Ther

Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-21 Thread Lewis Henderson
...I was trying to run an embedded tomcat client talking to jboss in the same VM! There is another issue to this in that you cannot have override java.security.auth.login.config for the client as the server also uses it! If I use stand-alone tomcat everything seems to work...I'm still holding m

Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-21 Thread Scott M Stark
, 2001 1:31 PM Subject: RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction > ...I tried the three new jars...I get the same problem...However, the > problem is 'client' side. > > Using two machines, both with JBoss & Embedded Tomcat

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-20 Thread Lewis Henderson
es the SecurityAssociation as it's threads change... ...am I making sense and is there anything else I can try? Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lewis Henderson Sent: 20 May 2001 14:53 To: [EMAIL PROTECTED] Subject: RE: [JBoss-us

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-20 Thread Lewis Henderson
Thx! When will 2.3 be available? Can I use the new jboss-jaas.jar and jbosssx.jar with 2.2.1? Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark Sent: 20 May 2001 04:59 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Please help

Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Scott M Stark
Currently(JBoss-2.2.1) the security information that is obtained from the server request is stored in a ThreadLocal and so is only available to the request thread. You need to propagate the security information to any child threads. As of JBoss-2.3, security information is stored in an Inheritabl

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Lewis Henderson
) [WorkflowClient]at com.cf.rt.client.WfoWorkflowHelper.getWorkItems(WfoWorkflowHelper.java:576) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dain Sundstrom Sent: 19 May 2001 16:20 To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] P

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Dain Sundstrom
request is processes? -dain -Original Message- From: Lewis Henderson [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 19, 2001 9:07 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction ...I am using 'struts' wi

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Lewis Henderson
To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction |...I am using 'struts' with an initial logon action that connects to a |StatefulSessionBean and stores its reference in the session for use by |actions later on in

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread marc fleury
]On Behalf Of marc fleury |Sent: 19 May 2001 14:46 |To: [EMAIL PROTECTED] |Subject: RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => |JAAS Authentiaction | | |If the threads are spawned by a same thread, we need to implement |InheritableThreadLocal behavior and then the asso

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Lewis Henderson
|[mailto:[EMAIL PROTECTED]]On Behalf Of Lewis |Henderson |Sent: Saturday, May 19, 2001 7:24 AM |To: [EMAIL PROTECTED] |Subject: RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => |JAAS Authentiaction | | |...I've found the cause of my original problem...now I need an answ

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread marc fleury
, 2001 7:24 AM |To: [EMAIL PROTECTED] |Subject: RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => |JAAS Authentiaction | | |...I've found the cause of my original problem...now I need an answer... | |My client is multi-threaded...I login successfully on the first |thread.

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Lewis Henderson
ue or something deeper? Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of awc Sent: 18 May 2001 22:01 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction OK, so this pipes into to wh

Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-18 Thread awc
OK, so this pipes into to what ever you have set up. Tks for the clarification. anil. Dain Sundstrom wrote: > Anil, > > No, the code I posted simply hands login off to JAAS. You can use the > JaasServerLoginModule, the DatabaseServerLoginModule, or any other login > module (I wrote my own). B

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-18 Thread Dain Sundstrom
ties files. -dain -Original Message- From: awc [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 12:26 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction Dain, don't you have to add this to auth.conf (

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-18 Thread Lewis Henderson
ECTED]' Subject: RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction Last month I sent the following message, which details how I integrated the Tomcat and JBoss security systems. Scott Stark has written a new JBoss realm that work similar to mine. His ne

Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-18 Thread awc
Dain, don't you have to add this to auth.conf (if you use PostgreSQL) org.jboss.security.plugins.samples.DatabaseServerLoginModule required dsJndiName="java:/jdbc/PostgresDB" principalsQuery="select password from principals where principalid=?" rolesQuery="select role, rolegroup from roles wher

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-18 Thread Lewis Henderson
o:[EMAIL PROTECTED]]On Behalf Of Dain Sundstrom Sent: 18 May 2001 16:39 To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction Last month I sent the following message, which details how I integrated the Tomcat and JBoss

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-18 Thread Dain Sundstrom
Last month I sent the following message, which details how I integrated the Tomcat and JBoss security systems. Scott Stark has written a new JBoss realm that work similar to mine. His new JBoss realm is available in CVS (I'm not sure where) and I think will be in the next release of JBoss. I h

[JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-18 Thread Lewis Henderson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lewis Henderson Sent: 15 May 2001 17:19 To: JBoss User (E-mail) Subject: [JBoss-user] Example Servlet Connecting to EJB using JAAS Does anyone have an example of servlet connecting to an EJB in JBoss usin

Re: [JBoss-user] Please Help... i have been working on this problem for 5 days

2001-04-28 Thread Toby Allsopp
Roman Brouk wrote: > thanks for reply! why isn't it a correct way to access Datasource? I'll repeat the answer I gave in the mail addressed to me directly (please don't send mail directly to me and to the list). See section 19.4 of the EJB spec and numerous discussions here on jboss-user. H

RE: [JBoss-user] Please Help... i have been working on this problem for 5 days

2001-04-27 Thread Roman Brouk
thanks for reply! why isn't it a correct way to access Datasource? -roman. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Toby Allsopp Sent: Friday, April 27, 2001 3:48 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Please Help... i have

Re: [JBoss-user] Please Help... i have been working on this problem for 5 days

2001-04-27 Thread Toby Allsopp
Roman Brouk wrote: > I am using BMP. The question is how to access DataSource that represents > connection pool. > > on start up JBOSS says that "[mySQLDS] XA Connection pool mySQLDS bound to > java:/mySQLDS [mySQLDS] ". I have entries in jboss.jcml. > > But in entity bean which I retrieve fro

RE: [JBoss-user] Please Help... i have been working on this problem for 5 days

2001-04-27 Thread WMckean
try "java:comp/env/mySQLDS" in your lookup. Wes -Original Message- From: Roman Brouk [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 5:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Please Help... i have been working on this problem for 5 days I am using BMP. Th

[JBoss-user] Please Help... i have been working on this problem for 5 days

2001-04-27 Thread Roman Brouk
I am using BMP. The question is how to access DataSource that represents connection pool. on start up JBOSS says that "[mySQLDS] XA Connection pool mySQLDS bound to java:/mySQLDS [mySQLDS] ". I have entries in jboss.jcml. But in entity bean which I retrieve from JNDI, when I get connection: tr

RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread tim . taylor
ednesday, March 21, 2001 3:30 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction I tried to it in a session bean it DOES NOT FIND it too. Is UserTransaction implemented in JBOSS at all? Looks to me that it is not. -O

RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread Dan Christopherson
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 21, 2001 4:06 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] PLEASE HELP : How to bind > javax.transaction.UserTransaction > > > Previous discussions indicate that this can't be done in

RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread Mike Jau
: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction Previous discussions indicate that this can't be done in JBoss and that supporting it would be non-standard. I wanted to do this too and ran into the same issue. If you just want to use a UserTransaction from code in the

RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread Kirill Averianov
irill Averianov Sent: Wednesday, March 21, 2001 11:41 AM To: JBOSS (E-mail) Subject: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction PLEASE HELP ! > How to bind javax.transaction.UserTransaction to the JNDI > at the JBoss startup ? > What JBoss configurati

RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread tim . taylor
E-mail) Subject: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction PLEASE HELP ! > How to bind javax.transaction.UserTransaction to the JNDI > at the JBoss startup ? > What JBoss configuration files must be changed for that ? > > >

[JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread Kirill Averianov
PLEASE HELP ! > How to bind javax.transaction.UserTransaction to the JNDI > at the JBoss startup ? > What JBoss configuration files must be changed for that ? > > > Thanks a lot , Kirill. ___ JBoss-user mailing list [EMAIL PRO

[JBoss-user] Please help

2001-03-21 Thread Nester Dias
Hi... Can you check whats wrong with this code.I am trying to maintain it but having no luck so far:Please let me know why I am I getting a datasource not bound exception.I have tried everything suggested on the mailing list but absolutely no reward... Hers the important lookup code from the ca

Re: [JBoss-user] Please help: javax.naming.ServiceUnavailableException: iiop.

2001-03-18 Thread Scott M Stark
Sent: Sunday, March 18, 2001 12:01 PM Subject: [JBoss-user] Please help: javax.naming.ServiceUnavailableException: iiop. > Hello, > I ported IBM VAJ 3.5 EJB's 1.0 to 1.1 and succesfully deployed in JBOSS 2.1. > The tables where correctly created on HSQL. > > JNDI

[JBoss-user] Please help: javax.naming.ServiceUnavailableException: iiop.

2001-03-18 Thread Franco Biaggi
Hello, I ported IBM VAJ 3.5 EJB's 1.0 to 1.1 and succesfully deployed in JBOSS 2.1. The tables where correctly created on HSQL. JNDI properties: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=localhost:1099 Now when I use the client t