[jBoss-User] ejb-ref in deployment descriptor

2001-01-14 Thread Mattias V. Bertelsen
Are entries in the deployment descriptor *required* for an EJB to be able to look up another EJB using JNDI? I want to write a session bean that looks up other session and entity beans, without knowing ahead of time which particular ones it will be using. All of the required interface classes

Re: [jBoss-User] JBoss and Interbase

2001-01-14 Thread Toby Allsopp
Have you set your bean to use that datasource? By default it will DefaultDS. You can set the default in standardjboss.xml or per-bean with META-INF/jboss.xml. Toby. Jonathan Ackerman wrote: > Yep, > > Set it up as per the manual, I can see the JDBC driver been loaded and my > datasource bein

[jBoss-User] JBoss/Castor in nutshell

2001-01-14 Thread Johnson Lim
Hello guys, I using Jboss/tomcat and plan to use any RDBMS. Since I have read mailist on jboss, I have several newbies question on minds: - If we plan to make an application, in what condition we need castor/cocobase, since we can use DBMS/RDBMS and using jaws? - why we use ODBMS rather than RD

[jBoss-User] default timeout of Statefull Session Bean

2001-01-14 Thread Wong Chee Mon
What is the default timeout of Statefull Session Bean on Jboss? cmwong -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] How to use ejx?

2001-01-14 Thread Wong Chee Mon
Hi All, Is there any manual of using ejx? How do I add a new bean at the "Actions" under the Enterprise beans's tab when creating a new ejb-jar? I can use ejx to edit existing ejb-jar's configuration but how do I use it to create a new ejb-jar? I can't find any button to add action to the "Acti

RE: [jBoss-User] Regarding Jaws

2001-01-14 Thread Johnson Lim
Thanks guy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tobias Frech Sent: Monday, January 15, 2001 7:21 AM To: jBoss Subject: Re: [jBoss-User] Regarding Jaws Hi Johnson! This is not an "authorized" answer. This is just what I picked up over the time

Re: [jBoss-User] JBoss and Interbase

2001-01-14 Thread Jonathan Ackerman
Yep, Set it up as per the manual, I can see the JDBC driver been loaded and my datasource being created. Checked this by setting the wrong password in jboss.jcml and saw my datasource create fail. Jonathan >Have you set your datasource up in jboss.conf and jboss.jcml? >Sorry to be patronising

Re: [jBoss-User] Regarding Jaws

2001-01-14 Thread Tobias Frech
Hi Johnson! This is not an "authorized" answer. This is just what I picked up over the time: Johnson Lim wrote: > > Hi all, > > I have using Jaws as my CMP mapping to Hypersonic. I works to create table > either with same name and diff table and column name. > > I have questions regarding jaws

[jBoss-User] Can Embeddedtomcat handler multiple virtual host

2001-01-14 Thread Johnson Lim
Hello all, Since the Jboss+Embeddedtomcat are ignoring the server.xml other than context text, is that any possible way to run multiple virtual host using that specification. I using JBoss Pre-2.1/tomcat 3.2.1/cocoon 1.8 Thanks johnson --

[jBoss-User] Regarding Jaws

2001-01-14 Thread Johnson Lim
Hi all, I have using Jaws as my CMP mapping to Hypersonic. I works to create table either with same name and diff table and column name. I have questions regarding jaws: - It seem that jaws not create the primary key field on the database. It that true? or I have something wrong with my jaws co

Re: [jBoss-User] JBoss and Interbase

2001-01-14 Thread Tim Yates
Have you set your datasource up in jboss.conf and jboss.jcml? Sorry to be patronising if you have ;-) Tim. > Has anyone been able to get JBoss and Interbase to work together ? > > I'm trying to write a BMP entity bean. Whenever my ejbLoad() method is > called I get a "java.sql.SQLException: Tab

[jBoss-User] JBoss and Interbase

2001-01-14 Thread Jonathan Ackerman
Hi All, Has anyone been able to get JBoss and Interbase to work together ? I'm trying to write a BMP entity bean. Whenever my ejbLoad() method is called I get a "java.sql.SQLException: Table not found: " exception message. Now I've double checked the table and it is there. I also wrote a s

Re: [jBoss-User]??: [jBoss-User] Problem about CMP? Big Bug withJBoss CMP??

2001-01-14 Thread levels
Title: RE: [jBoss-User]??: [jBoss-User] Problem about CMP? Big Bug with JBoss CMP?? Hi,   My problem is that the EJB can't update the rows.It didn't update the fields title,artist,type and notes after ejbStore() is invoked.Or in another word, The update of EJB is not successful.  

Re: [jBoss-User] DeploymentException with Oracle Connection Pool

2001-01-14 Thread Tobias Frech
Hi Ijonas! Looks like the Account bean deployed successfully, did it ? Does it also use oracle as the database ? If yes the basic schema seems to work. The exception you get states, that the datasource name you are trying to connect to does not exist. This name ("xa.DEMOConnectionPool") is fetche

Re: [jBoss-User] Adding user account dynamically

2001-01-14 Thread Oleg Nitz
Hi Heiko, It depends upon security manager that you use. Say, with the simple file based JaasServerLoginModule it's impossible, while with DatabaseServerLoginModule it's possible. Regards, Oleg On Sunday 14 January 2001 21:40, Heiko Gottschling wrote: > Hi, > > in JBoss, is there a way of addi

RE: [jBoss-User]??: [jBoss-User] Problem about CMP? Big Bug with JBoss CMP??

2001-01-14 Thread Cook, Thomas
Title: RE: [jBoss-User]??: [jBoss-User] Problem about CMP? Big Bug with JBoss CMP?? -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent:   Friday, January 12, 2001 5:17 PM To: jBoss Subject:    Re: [jBoss-User]??: [jBoss-User] Problem about CMP? Big Bug w

RE: [jBoss-User] Exception in ejbCreate

2001-01-14 Thread Cook, Thomas
Title: RE: [jBoss-User] Exception in ejbCreate Is that correct?  Section 12.3.1 of the spec. seems to say that this will cause RemoteException to be thrown to the client, the bean instance to be discarded and the transaction to be rolled back.  If that's what you want... But you shouldn't be

Re: [jBoss-User] jBoss jndi = no comp/env ?

2001-01-14 Thread Scott M Stark
>> The convention is java:comp/env/XXX, not java:/comp/env/XXX > >Both works, but yes the specs says "java:comp". > >/Rickard Is this an artifact of that java: url context factory in JBoss? In general, java:comp/env/var is not the same heirarchical name as java:/comp/env/var as this little exampl

RE: [jBoss-User] Security Exception?

2001-01-14 Thread Bordet, Simone
Urgh, yet another one. Please search on the archives for a solution to this problem, as you can guess you're not the first and the topic has been covered so many times... Thanks Simon > -Original Message- > From: Dan Holmes [mailto:[EMAIL PROTECTED]] > Sent: domenica 14 gennaio 2001 7:

RE: [jBoss-User] No ejbLoad() after ejbCreate()

2001-01-14 Thread Nortje, Andrew
Thanks, much appreciated, yup I just figured that out. > -Original Message- > From: Rickard Oberg [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 14, 2001 5:00 AM > To: jBoss > Subject: Re: [jBoss-User] No ejbLoad() after ejbCreate() > > > Hi! > > "Nortje, Andrew" wrote: > > What I

RE: [jBoss-User] No ejbLoad() after ejbCreate()

2001-01-14 Thread Nortje, Andrew
You need to populate the entity bean attibutes with the correct data at create time. There is no ejbLoad after ejbCreate > -Original Message- > From: Nortje, Andrew [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 13, 2001 9:32 AM > To: 'jBoss' > Subject: [jBoss-User] No ejbLoad() af

[jBoss-User] Adding user account dynamically

2001-01-14 Thread Heiko Gottschling
Hi, in JBoss, is there a way of adding user accounts dynamically (i.e. setting up accounts at runtime with username/password which can be authenticated by the security framework)? thx Heiko -- -- To subscribe:[EMAIL PROTECTE

Re: [jBoss-User] Opinions on JBuilder Enterprise

2001-01-14 Thread Dan Miser
I haven't even looked at this yet. I've been using JB4 to create all of the EJB code and bundle it up into a JAR. Then I use EJX on the JAR and deploy the modified JAR file to jBoss manually. I'm sure this can be automated, there's just far too much on my plate with higher priorities right now. --

Re: [jBoss-User] No ejbLoad() after ejbCreate()

2001-01-14 Thread Rickard Öberg
Hi! "Nortje, Andrew" wrote: > What I do is I create an account if the account does not exist, for the > given entity at a given institution. home.create() (insert into the > database) creates a new account. All OK so far. > > As can seen from the debug output a new account_id = 26 is created. Al

[jBoss-User] DeploymentException with Oracle Connection Pool

2001-01-14 Thread Ijonas Kisselbach
Hi, I'm trying to deploy a .jar containing 2 CMP beans, developed in JBuilder 4 using JBoss. I've followed the steps in jBOSS 2.0 Manual (Section: Advanced Configuration) and I've also followed the guidelines from "CMP with Oracle HOWTO". I'm using the Oracle 8i native JDBC 2 Optional Package XAD

Re: [jBoss-User] Catalina Integration?

2001-01-14 Thread Roberto Leong
working on it... but no date promises Roberto - Original Message - From: "Sean Brandt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 14, 2001 3:05 PM Subject: [jBoss-User] Catalina Integration? > When will, or will jBoss have Tomcat 4 ( Catalina ) integrated/embed

[jBoss-User] Catalina Integration?

2001-01-14 Thread Sean Brandt
When will, or will jBoss have Tomcat 4 ( Catalina ) integrated/embedded? - Sean -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

Re: [jBoss-User] jCVS configuration

2001-01-14 Thread Juha Lindfors
user: anon password: anon CVS module: jboss CVS server: cvs.working-dogs.com CVS Repository: /products/cvs/ejboss -- Juha At 17:31 14.1.2001 +0530, you wrote: >Hello people, > Am new to CVS. Can anyone tell me the username, password, CVS module, CVS Server, CVS repository of the various modul

[jBoss-User] jCVS configuration

2001-01-14 Thread Unmesh S Malvankar
Hello people, Am new to CVS. Can anyone tell me the username, password, CVS module, CVS Server, CVS repository of the various modules in jBoss? I tried connecting through jCVS, using the paramaters on the jBoss site. I get a message that says, 'I HATE YOU'. :-( What am I missing? Best regards

RE: [jBoss-User] JBoss and CLOBs

2001-01-14 Thread Shahar Solomianik
Hi. I tried it with many jaws config options and none worked against Oracle8i db. I had to make it a BMP. Shahar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steven Haines Sent: Saturday, January 13, 2001 2:03 AM To: jBoss Subject: [jBoss-User] JBoss

Re: [jBoss-User] jBoss jndi = no comp/env ?

2001-01-14 Thread Rickard Öberg
Scott M Stark wrote: > The convention is java:comp/env/XXX, not java:/comp/env/XXX Both works, but yes the specs says "java:comp". /Rickard -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help

RE: [jBoss-User] That did the trick

2001-01-14 Thread Shahar Solomianik
You mean you pointed it specifically ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp Randy-W18971 Sent: Friday, January 12, 2001 11:03 PM To: '[EMAIL PROTECTED]' Subject: [jBoss-User] That did the trick In converting the Orion CMP primer from Ori