[JBoss-user] Classpaths

2001-07-26 Thread Alice Ad
Hi, Can anyone please tell me what classpaths to set for JBoss to start? Every time I do something new and try to start the server, some class files are not found and I have to spend quite a time to figure out what classpath to add. thanks a lot!

Re: [JBoss-user] Classpaths

2001-07-26 Thread Alice Ad
re you doing this yet still having problems? > > > david jencks > > > On 2001.07.26 18:21:53 -0400 Alice Ad wrote: > > Hi, > > > > Can anyone please tell me what classpaths to set > for > > JBoss to start? Every time I do something new and > try > &

[JBoss-user] compiling jboss

2001-07-30 Thread Alice Ad
hi all, i am trying to compile jboss in a java ide. i set the classpath to all the files/paths mentioned in "Integrating JBuilder 4.0 Foundation with JBoss for source level debugging" of Chaper 11. It still doesn't find the following: junit.framework.* org.jboss.minevra.* and all "sub packages"

[JBoss-user] Building JBoss

2001-10-09 Thread Alice Ad
 A very basic question: I changed something in one of the source files and tried to compile JBoss. Is there any documentation on that? What do I need to do so that all files are compiled and jar files are updated/copied correctly. I tried ant JBoss but it stopped at the very beginning saying "com.d

[JBoss-user] build.bat

2001-10-10 Thread Alice Ad
 Can someone please send me build.bat (for JBoss 2.2.2 Windows NT) ? I downloaded it from jboss-all but somehow its giving me a lot of errors. Your help will be highly appreciated. Thanks much.  Do You Yahoo!? Make a great connection at Yahoo! Personals.

Re: [JBoss-user] build.bat

2001-10-11 Thread Alice Ad
. Thanks a lot.     Tobias Frech <[EMAIL PROTECTED]> wrote: Alice Ad wrote:> > Can someone please send me build.bat (for JBoss 2.2.2 Windows NT) ? I> downloaded it from jboss-all but somehow its giving me a lot of^^^ > errors. Your help will be highly appreciated.Please b

[JBoss-user] javadocs

2001-12-10 Thread Alice Ad
 Hello, Are there any javadocs available for JBoss code. Thanks much.      Do You Yahoo!? Send your FREE holiday greetings online at Yahoo! Greetings.

[JBoss-user] security exception while running/debugging from jbuilder

2001-12-14 Thread Alice Ad
This question is for John P. Coffey or anyone else who can answer this. Im using JBoss2.2.2 with Tomcat 3.2.2 on Win2k. I did exactly as explained in Integrating JBuilder 4.0 Foundation with JBoss for source level debugging of Chapter 9. It compiles fine but when I try to run/debug it, it gives me

[JBoss-user] DeploymentException when using oracle

2001-12-19 Thread Alice Ad
Hello, I want to use Oracle instead of hypersonic/instantdb. This is what i did in jboss.jcml: 1. org.jboss.jdbc.JdbcProvider mbean contains ONLY oracle driver 2. org.jboss.jdbc.HypersonicDatabase mbean and org.jboss.jdbc.XADataSourceLoader mbeans for InstantDN and DefaultDS removed 3. org.jboss.jd

Re: [JBoss-user] DeploymentException when using oracle

2001-12-20 Thread Alice Ad
cleDB). So Im really confused whats wrong. Thanks very much.     David Jencks <[EMAIL PROTECTED]> wrote: It looks like your ejb config wants to use "DefaultDS" which you haveremoved. Either change the dd to use OracleDB or rename DefaultDSdavid jencksOn 2001.12.19 21:57:59 -050

Re: [JBoss-user] no deployment descriptor found but file that could be ment as

2001-12-20 Thread Alice Ad
Make sure that ejb-jar.xml is in the right place. And note, the directory name MUST be "META-INF" not "Meta-inf". Case matters.   Màris Orbidàns <[EMAIL PROTECTED]> wrote: hellocould you tell me, please, what does this mean ?[AutoDeployer] Deploymentfailed:file:/C:/JBoss-4.4.3/deploy/CarmichaelBea

Re: [JBoss-user] DeploymentException when using oracle

2001-12-22 Thread Alice Ad
, but I think if it uses jaws or cmp (neither of which I use), the default target for these is DefaultDS.  You'll have to fix that.   - Original Message - From: Alice Ad To: [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 9:57 PM Subject: [JBoss-user] DeploymentException when u

[JBoss-user] ejb 2.0

2002-03-07 Thread Alice Ad
when is jboss expected to be ejb 2.0 compliant (i guess its 1.1 so far!) ?Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email!

[JBoss-user] Relationships in EJB 1.1

2002-03-09 Thread Alice Ad
I have a 1:n relationship in my database schema between COMPANY & EMPLOYEES. COMPANY will be represented as an entity bean. Is there a recommended way to represent this 1-to-many relationship between Company (an entity bean) & Employee (Employee can be an entity bean or a dependent object to be sto

RE: [JBoss-user] Relationships in EJB 1.1

2002-03-11 Thread Alice Ad
is the first post I've seen since Friday. What other resources do you use to read this kind of stuff? Forums? Mailing lists? Thank you, and sorry I could not help you.   Dan   -Original Message-From: Alice Ad [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 09, 2002 11:57 PMTo: [EMAIL PROTEC

[JBoss-user] Development Mailing List

2002-03-13 Thread Alice Ad
Is there any mailing list for developers (as used to be previously) ? Where can I add myself to it? Ok.. Ive got the following q: Prior to Jboss 3, the binaries included the source code so I could make up a project in an IDE to debug thru the server. The source code desont come with JBoss3.0 binar

Re: [JBoss-user] Development Mailing List

2002-03-15 Thread Alice Ad
ds,Burkhard- Original Message -From: "Alice Ad" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Wednesday, March 13, 2002 5:55 PMSubject: [JBoss-user] Development Mailing List>> Is there any mailing list for developers (as used to be previously) ?Where can

[JBoss-user] forums

2002-03-18 Thread Alice Ad
anyone working to bring back forums link on jboss? thanks much.Do You Yahoo!? Yahoo! Sports - live college hoops coverage

RE: [JBoss-user] forums

2002-03-19 Thread Alice Ad
eroute?   Thanks.   -James     -Original Message-From: Alice Ad [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 3:40 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] forums   anyone working to bring back forums link on jboss? thanks much.   Do You Yahoo!?Yahoo! Sports - live college

[JBoss-user] One-to-Many Relationship with a Dependent Value Class

2002-03-19 Thread Alice Ad
Tried on forums with no response. Thanks. I have an (EJB2.0 CMP) entity bean EmployeeBean. The employee has multiple addresses and I have represented "Address" as a dependent value class. Now I don't want to have the Address as an entity bean but still want to have a 1-to-many relationship between

[JBoss-user]

2002-03-23 Thread Alice Ad
I have in my jaws.xml set to true but even then when I delete my jar file from deploy directory, my tables are not dropped from schema. Any thoughts on whats going on? Thanks  Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards®

Re: [JBoss-user] Transaction Isolation Level

2002-06-20 Thread Alice Ad
using. You can specify it for datasources using the local wrapper with aconfig-property TransactionIsolation and string values likeTRANSACTION_READ_COMMITTED in your mydb-service.xml filedavid jencksOn 2002.06.19 21:23:29 -0400 Alice Ad wrote:> > Hello,> What's the default Transaction

[JBoss-user] Transactions & Exceptions

2002-06-24 Thread Alice Ad
 Hello, I'm having problem understanding some concepts or may be there's something weird going on in my code. MySessionBean is a statless bean. foo() in it has a "Required" trans-attribute MyEntityBean has a local interface. bar() in it has a "RequiresNew" trans-attribute (changing it to "Required"

Re: [JBoss-user] Re: Transactions & Exceptions

2002-06-26 Thread Alice Ad
tion as foo(). Like this from foo():((YourBeanLocal)sessionContext.getEJBLocalObject()).bar()On Tuesday 25 June 2002 01:19 am, [EMAIL PROTECTED] wrote:> Date: Mon, 24 Jun 2002 18:42:56 -0700 (PDT)> From: Alice Ad <[EMAIL PROTECTED]>> To: [EMAIL PROTECTED]> Subject: [JBoss-user] Transactions &

(** Could someone reply please!! ) Fwd: Re: [JBoss-user] Re: Transactions & Exceptions

2002-06-27 Thread Alice Ad
;t, JBoss can't catch the method call in order to create a new Transaction and bar()will be running in the same transaction as foo(). Like this from foo():((YourBeanLocal)sessionContext.getEJBLocalObject()).bar()On Tuesday 25 June 2002 01:19 am, [EMAIL PROTECTED] wrote:> Date: Mon, 24

[JBoss-user] Debugging EJBs

2002-06-27 Thread Alice Ad
How do people debug EJBs? The server is running using a .jar file that contains all my Entity/Session beans. When a client makes a request, I want to trace through the server thread as it goes through my application's EJB code. Thanks very much.Do You Yahoo!? Sign-up for Video Highlights of 2002 F

[JBoss-user] Required Vs RequiresNew

2002-06-27 Thread Alice Ad
I have a stateless session bean and an entity bean. The session bean has a method that has "Required" trans-attribute. It in turn calls two entity bean methods, first of which has "Required" trans-attribute while the second has "RequiresNew" trans-attribute. It returns successfully after calling th

[JBoss-user] Are read only methods supposed to lock entity beans?

2002-07-09 Thread Alice Ad
Hello, The following code hangs because it first calls an entity bean instance's method that has "Required" attribute and then calls the same instance's method that has "RequiresNew" attribute. The 1st transaction is blocking the second one.// the following code hangsclass SessionBean {public void

RE: [JBoss-user] Are read only methods supposed to lock entity beans?

2002-07-09 Thread Alice Ad
Thanks Bill. A few more questions: 1. Will it work if method1 is read-only and method2 is not? (I guess) (The following question is not directly related to the 1st one) 2. My DB has an isolation level of READ_COMMITTED. Is there a way to enforce SERIALIZABLE at app server level? And if yes, does t

RE: [JBoss-user] Are read only methods supposed to lock entity beans?

2002-07-09 Thread Alice Ad
I meant "optimistic and pessimistic concurrency" not "optimistic and pessimistic locking"..   Alice Ad <[EMAIL PROTECTED]> wrote: Thanks Bill. A few more questions: 1. Will it work if method1 is read-only and method2 is not? (I guess) (The following question is n