[JBoss-user] Unsubscribe me!

2002-06-24 Thread Tiago Fernandes Thomaz
Please unsubscribe me! Tiago Fernandes Thomaz --- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ ___ JBoss-user mailing list [EMAIL PROTECTED]

RE: [JBoss-user] What is the CVS Password for anonymous user?

2002-06-24 Thread Lennart Petersson
From: Tim Fox [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] What is the CVS Password for anonymous user? Date: Fri, 21 Jun 2002 10:38:35 +0100 Reply-To: [EMAIL PROTECTED] are you behind a firewall? - if so you need to open port 2401 Sorry if already anvsered - digging

[JBoss-user] error when start my jboss server,pls help me!

2002-06-24 Thread don_henley
when begin running the jboss server,some error ocurr: 16:43:07,000 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resour ce:log4j.xml log4j:ERROR Could not create an Appender. Reported error follows. what should i do? É̶¼ÐÅÏ¢¸Û http://www.zz.ha.cn 371Ãâ·ÑÓÊÏä http://www.371.net

Re: [JBoss-user] Problems securing a webapp using FORMbased authentication.

2002-06-24 Thread Marcus Ahnve
Sorry, forgot that. JBoss3.0.0 with the bundled Jetty as downloadble from sourceforge. /Marcus On Thu, 2002-06-20 at 20:48, Jules Gosnell wrote: What version of JBoss/Jetty are you using ? Jules Marcus Ahnve wrote: I might add that changing the security domain in jboss-web.xml to

Re: [JBoss-user] Problems securing a webapp using FORMbased authentication.

2002-06-24 Thread Marcus Ahnve
And, as just tested, 3.0.1RC1. /Marcus On Mon, 2002-06-24 at 11:32, Marcus Ahnve wrote: Sorry, forgot that. JBoss3.0.0 with the bundled Jetty as downloadble from sourceforge. /Marcus On Thu, 2002-06-20 at 20:48, Jules Gosnell wrote: What version of JBoss/Jetty are you using ?

Re: [JBoss-user] xdoclet creating wrong package

2002-06-24 Thread wonder sonic
Hi, I'm not an xdoclet expert but did you put the line: packageSubstitution packages=session,entity substituteWith=interfaces/ in the build.xml ant file? look at the example: ... target name=xdoclet-generate depends=init taskdef name=ejbdoclet

Re: [JBoss-user] xdoclet creating wrong package

2002-06-24 Thread Sundaram Ramasamy
yes, I have those lines in my build.xml file. - Original Message - From: wonder sonic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 7:50 AM Subject: Re: [JBoss-user] xdoclet creating wrong package Hi, I'm not an xdoclet expert but did you put the line:

Re: [JBoss-user] xdoclet creating wrong package

2002-06-24 Thread Emerson Cargnin - MSA
I prefer to use the tag inside of home and remote interfaces, as it's better to separate the remotes from locals. ex: remoteinterface packageSubstitution packages=servidor.ejb substituteWith=ambos.ejbinterface/ /remoteinterface localinterface/

Re: [JBoss-user] xdoclet creating wrong package

2002-06-24 Thread wonder sonic
Could you send your ant build.xml file and your .ant.properties file? --- Sundaram Ramasamy [EMAIL PROTECTED] a écrit : yes, I have those lines in my build.xml file. - Original Message - From: wonder sonic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 7:50

[JBoss-user] Re: Never ending etandalone Tomcat issues

2002-06-24 Thread Jon Swinth
Thanks Guy, for the response. That is the way I used to do things. However, there is code in org.jboss.tm.usertx.client.ClientUserTransaction that calls new InitialContext() when you are trying to use a transaction from Tomcat. If I don't use jndi.properties then the client transaction will

Re: [JBoss-user] read-ahead in jboss3.0 CMP

2002-06-24 Thread Dan Christopherson
How are you accessing the entities? If your accesses are not all in the same transaction, the read-ahead is wasted right now. -danch Steve Buikhuizen wrote: Hello, I'm trying to get read-ahead working with the 3.0 release. Here's what my jbosscmp-jdbc.xml looks like. jbosscmp-jdbc

Re: [JBoss-user] Transaction object is null in JDBCStoreManager

2002-06-24 Thread Dain Sundstrom
JBossCMP will only work with a transaction. Are you trying to run cmp code without a transaction? -- Dain Sundstrom Chief Architect JBossCMP JBoss Group, LLC Julien Viet wrote: Hi, I have a NullPointerException in JDBCStoreManager

Re: [JBoss-user] CMR bug fixed?

2002-06-24 Thread Dain Sundstrom
Yes that is HEAD, but I agree with Stephen Coy in that you should only use this version if you are interested in developing JBoss. As for the problems you have, I suggest you update the code again and recompile. You may have checked out the code in the middle of another developer's commit.

Re: [JBoss-user] SQL request

2002-06-24 Thread Dain Sundstrom
Set the org.jboss.ejb.plugins.cmp category in the log4.xml file to debug and you will see all of the executed sql. If you want to see every parameter and loaded column, set the level to trace. Documentation is in the file. -dain Greg Turner wrote: One way to do this is that most databases

[JBoss-user] Tomcat/Jetty/JBoss Authentication through NT Domain

2002-06-24 Thread Michael Angelo Libio
I was wondering if anyone has ever come up with or thought of a solution for an internal web application that authenticates the users against the NT Domain controller. I'd like to use the built-in authentication mechanism provided by Tomcat of Jetty (via Realms), maybe even delegate it to JBoss

Re: [JBoss-user] LDAP and BMP

2002-06-24 Thread Dain Sundstrom
Novell has an LDAP JDBC driver, but I don't know if it works. http://developer.novell.com/ndk/ldapjdbc.htm BTW, JBossCMP persistence to anything is scheduled for JBoss 4.0. -dain Elizabeth Barham wrote: Hi, I am interested in writing some kind of BMP or CMP that, instead of querying a

Re: [JBoss-user] read-ahead in jboss3.0 CMP

2002-06-24 Thread Dain Sundstrom
I would bet you are not using a single transaction for the access. The data that is preloaded is only valid for a single transaction, and if it is not used it is lost. I suggest you buy a copy of the JBossCMP documentation which has a chapter on Optimized Loading. -dain Steve Buikhuizen

Re: AW: [JBoss-user] data base cache.

2002-06-24 Thread Dain Sundstrom
JBoss does not have a distributed cache, and there isn't one planed other then better integration with Gemstone. I don't really understand what you need. Can you explain exactly want you would want out of such a cache? Any ideas and suggestions along this path would be greatly appreciated.

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-24 Thread Dain Sundstrom
JBossCMP only allows relationship between cmp entities managed by JBossCMP. Does the EJB specification allow relationships between CMP and BMP (unidirectional of course). Also, EJB-QL queries are are limited to only query over CMP entities. Did you know that JBossCMP supports BMP style

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #2508 - 10 msgs

2002-06-24 Thread Dain Sundstrom
I think all you need is database pessimistic locking (SELECT FOR UPDATE) which will row lock the inventory item in the database for the length of the transaction as soon as it is loaded (finder or ejbLoad). You can turn this on in JBossCMP with the row-locking element and in JAWS I think you

[JBoss-user] Strange exception deploying a WAR

2002-06-24 Thread Pavel Kolesnikov
Hallo, I've encountered following weird problem; I have an EJB application containimg one session bean called UserManager that should be accessed from two web applications. I'm sure both of those web apps use the same code for getting home and remote interface for UserManager, they use similar

(SOLVED) RE: [JBoss-user] ERROR Proxy: getClasses

2002-06-24 Thread Duarte Nuno Loreto
Hello! Just for the record, if anyone else gets this problem and searches the mailing list archives... This problem was happening in HP-UX and not in W2K due to the HP-UX JVM. We were using the 1.3.0.01 HP-UX JVM and it has major bugs. One was preventing this from happening. When we

Re: [JBoss-user] Strange exception deploying a WAR

2002-06-24 Thread Scott M Stark
You are using an out of date beta. Go to sourceforge and get the latest 3.0.0 release. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Pavel Kolesnikov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

[JBoss-user] Re: Trying to get outside a transaction

2002-06-24 Thread Jon Swinth
Thanks for the reply Dain. Yes, I have set the row-locking element for JBossCMP. However, the problem I have is that there will be a lot of access to the inventory rows that are just checking to see if there is still available and don't need a lock. I would also like it if those reads did

[JBoss-user] Sybase and SET CHAINED command not allowed

2002-06-24 Thread Pavel Kolesnikov
On Mon, 24 Jun 2002, Scott M Stark wrote: You are using an out of date beta. Go to sourceforge and get the latest 3.0.0 release. Well... I tried to fix the problem before I start fighting another problem that has appeared with testing the 3.0.0 release :) The problem is following exception

RE: [JBoss-user] Shorten server boot time/Pool not bound

2002-06-24 Thread Eric Kaplan
I had sent this one out last week and not gotten a response. Does anyone have any idea why this might be the case/seen something like this before? Thanks Eric -Original Message- From: Eric Kaplan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 10:51 AM To: [EMAIL PROTECTED]

[JBoss-user] subscribe

2002-06-24 Thread Emilio Numazaki
Emilio Numazaki Analista de Sistemas - NDS * [EMAIL PROTECTED] Fóton® Informática e Serviços ( (61) 328 5060 R.: 211

Re: [JBoss-user] Sybase and SET CHAINED command not allowed

2002-06-24 Thread David Jencks
Please get 3.0.1 from cvs (checkout Branch_3_0 and verify that this is fixed. david jencks On 2002.06.24 14:24:35 -0400 Pavel Kolesnikov wrote: On Mon, 24 Jun 2002, Scott M Stark wrote: You are using an out of date beta. Go to sourceforge and get the latest 3.0.0 release. Well... I

Re: [JBoss-user] Shorten server boot time/Pool not bound

2002-06-24 Thread David Jencks
You need (at least) jca-service.xml and jboss-local-jdbc.rar in deploy to get local tx db access. david jencks On 2002.06.24 14:33:44 -0400 Eric Kaplan wrote: I had sent this one out last week and not gotten a response. Does anyone have any idea why this might be the case/seen something like

RE: [JBoss-user] Shorten server boot time/Pool not bound

2002-06-24 Thread Eric Kaplan
OK, but I still get my db pool not bound, and this is the same oracle-service.xml that works fine in the default directory. Thanks Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Monday, June 24, 2002 3:16 PM To: [EMAIL

[JBoss-user] jbosscmp-jdbc_3_0.dtd gone from website?

2002-06-24 Thread Jerry Smith
Has the jbosscmp-jdbc_3_0.dtd moved somewhere else? It's no longer at http://www.jboss.org/j2ee/dtd. --- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ ___ JBoss-user mailing list [EMAIL

[JBoss-user] deployment cache

2002-06-24 Thread Emilio Numazaki
Hi people, Has someone managed to use deployment cache with JBoss-3.0.0 (With Tomcat)? I'm having the folowing problem: Without cache, my .war file deploys and runs well, but when I activate deployment cache, nothing works... For example, without cache, I can access my application just typing

Re: [JBoss-user] Creating Connection Pools at runtime

2002-06-24 Thread Stephen Davidson
Hi David. Thanks, exactly what I was looking for. Now to port the general idea over to my ConnectionFactory object... -Steve David Jencks wrote: OK, look at the org.jboss.test.jmx.test.DeployConnectionManagerUnitTestCase in the testsuite module for an example of code that creates the

Re: [JBoss-user] Shorten server boot time/Pool not bound

2002-06-24 Thread David Jencks
You have no security system. You may possibly be able to run your adapter without it if you remove the depends references to parts of it from your oracle-service.xml. Get 3.0.1 from cvs, it tells you about problems like this after every directory scan. david jencks On 2002.06.24 15:45:56

[JBoss-user] New to the list and New to JBoss 3.0

2002-06-24 Thread Conover, Ryan
Hello All, I am currently running JBoss 2.4.4 with no problems. Clients connect fine. I am trying to migrate to JBoss 3.0, but all my clients are having trouble connecting to the JBoss 3.0 Server. In Jboss 2.4.4 I had to set java.rmi.server.hostname=myservername in my jboss.properties file

RE: [JBoss-user] Shorten server boot time/Pool not bound

2002-06-24 Thread Eric Kaplan
that did it. once again, thanks david. regards eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Monday, June 24, 2002 4:36 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Shorten server boot time/Pool not bound You have no

Re: [JBoss-user] New to the list and New to JBoss 3.0

2002-06-24 Thread Dain Sundstrom
Ryan, I suggest you start with the Quick Start guide. I don't know if your question is answered in it, but is a good starting point. http://prdownloads.sourceforge.net/jboss/JBoss.3.0QuickStart.pdf?download -dain Conover, Ryan wrote: Hello All, I am currently running JBoss 2.4.4 with no

RE: [JBoss-user] New to the list and New to JBoss 3.0

2002-06-24 Thread Conover, Ryan
I have read through the quick start guide, but I have been still unsuccessful. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 6:07 PM To: [EMAIL PROTECTED]

re: [JBoss-user] 'EmbeddedCatalinaServiceSX [...] JasperException Unable to compile JSP' then stops all other JSPs compiling

2002-06-24 Thread Scot Mcphee
Hi, I've inherited an incredibly poorly engineered web application which I am now trying to re-engineer so that's it's at least in better condition than which I've found it. After doing a bit of refactoring we found that when installed on our preview (test) server we sporadically get a

[JBoss-user] help on JMS Connection's ExceptionListener

2002-06-24 Thread Sheng Zou
Title: help on JMS Connection's ExceptionListener Hi, Doesn't anyone know if JMS Connection's ExceptionListener stuff works or now in JBoss2.4.4? I saw similiar post on the Message Forum, but no one seems to know... thanks a lot! sheng

Re: [JBoss-user] CMR bug fixed?

2002-06-24 Thread Douglas Su
Dain and Stephen, First of all, thank you very much guys. Okay, I checked out the jboss-all source from both HEAD and Branch_3_0. The one from Branch_3_0 can not be successfully build. It gives 6 errors and 3 warnings. The one from HEAD had no problem when I build it. However it

Re: [JBoss-user] New to the list and New to JBoss 3.0

2002-06-24 Thread Scott M Stark
Look at the server/default/deploy/properties-service.xml and either the URLList or Properties attributes that allow for setting system properties. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Conover,

RE: [JBoss-user] jbosscmp-jdbc_3_0.dtd gone from website?

2002-06-24 Thread Sean Howell
Try http://jboss.org No www's, it caught me too :) Sean -Original Message- From: Jerry Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 25 June 2002 5:46 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] jbosscmp-jdbc_3_0.dtd gone from website? Has the jbosscmp-jdbc_3_0.dtd moved

[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"

[JBoss-user] Help on JBossMQ ConnectionBorken - Reconnect

2002-06-24 Thread Sheng Zou
Title: help on JMS Connection's ExceptionListener As an alternative to subclass NON-WORKing ExceptionListener (JBoss2.4.4)to receive ConnectionBroken exception, i am trying towrite code to resend message on sender side upon JMSException, and my receiver will alwaysrestarts with JMS server,

[JBoss-user] Re: Never ending etandalone Tomcat issues

2002-06-24 Thread Guy Rouillier
Sorry, I've never use the ClientUserTransaction class so I won't be of further help. Having used JBoss for quite awhile now, I would be very surprised if this class was designed only to use the default set of connection properties - just doesn't fit with the general pluggability built into the