Re: [JBoss-user] JBoss-2.4.2 release with updated Tomcat4.0/3.2.3 bundles

2001-10-02 Thread Vinay Menon
actual mail and it ended up on the mailing list! Am really sorry for that. As I was telling Marc yesterday, we have just put a new website live on Jboss2.4.0 and its looking good. Just a question of it settling down before we do an upgrade. ;-) Regards Vinay Menon - Original Message - From

Re: [JBoss-user] getCallerPrincipal problems

2001-10-02 Thread Vinay Menon
Has anyone tried integrating non-web applications with the JBoss security framework? I believe principals can be propagated from Web Containers to the JBoss easily but what about from Swing based applications etc? Any thoughts? - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]

[JBoss-user] Anyone using select-for-update?

2001-07-31 Thread Vinay Menon
Hello, Has anyone used the select-for-update feature in JBoss? Can I change it dynamically at run time - i.e. can start off in a non-locking mode and then switch to select for update mode during program execution? Also, anyone tried any NO WAIT extensions for this? Thanks Vinay Menon

Re: [JBoss-user] How can I stop the server after started

2001-07-09 Thread Vinay Menon
java org.jboss.Shutdown You'll need jboss.jar in your classpath. Vinay - Original Message - From: "yan fan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 5:52 PM Subject: Re: [JBoss-user] How can I stop the server after started > Thanks Mike! > I already u

Re: [JBoss-user] DataSource

2001-07-08 Thread Vinay Menon
btw, if you check archives you'll find the jboss-web.xml file that needs to go with this. - Original Message - From: "Richard Bottoms" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 08, 2001 11:46 AM Subject: [JBoss-user] DataSource > Please clairfy something for me. > >

Re: [JBoss-user] DataSource

2001-07-08 Thread Vinay Menon
DataSource ds = (DataSource)ctx.lookup("java:/mysql"); - Original Message - From: "Richard Bottoms" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 08, 2001 11:46 AM Subject: [JBoss-user] DataSource > Please clairfy something for me. > > This doesn't work in my JSP: > > I

Re: [JBoss-user] servlet to ejb lookup

2001-07-07 Thread Vinay Menon
Alright, Try this... 1. Remove the ejb-ref from your web.xml 2. Change your jboss-web.xml from DBaseFetch ejb/DBaseFetchHome to ejb/DBaseFetchHome ejb/DBaseFetchHome and lookup the bean as usual. Should work Vinay - Original Messag

Re: [JBoss-user] DataSource Name Problem !

2001-07-07 Thread Vinay Menon
Hello, a) To set up a datasource you need to add it to your jboss.jcml file under the profile [default/tomcat] you are using. There are datasources set up for InstantDB and Hypersonic and you can basically copy paste the same and change the name, the poolname, the url , JDBCUser and Password to s

[JBoss-user] JBoss - Tomcat v Resin

2001-07-01 Thread Vinay Menon
Has anyone tried using JBoss with Resin. They claim to be the fastest servlet engine around [among others!] and was wondering what your impressions of it were. Believe that it *not* having an integrated VM with JBoss would offset it a bit. Many thanks in advance Vinay _

Re: [JBoss-user] EJB Referencing problem

2001-07-01 Thread Vinay Menon
Have you set up a ejb ref in your ejb-jar xml file for the session bean you are trying to refer to? it should look like ejb/PieParamEB Entity uk.co.isesolutions.biz.pieparam.entity.PieParamEntityHome uk.co.isesolutions.biz.pieparam.entity.PieParamEntityRemote PieParamEntity

Re: [JBoss-user] Simple Question - Please Assist

2001-06-24 Thread Vinay Menon
Please make sure that you have the jars under JBOSS_HOME/client in your client's classpath. The class you mentioned is in jbosssx-client.jar I believe. Vinay > Ray Grieselhuber wrote: > > Hi, > I asked a question the other day, and I have not received any > response. I really think it will be

Re: [JBoss-user] question

2001-06-24 Thread Vinay Menon
Per the spec The ejb-name element specifies an enterprise bean’s name. This name is assigned by the ejb-jar file producer to name the enterprise bean in the ejb-jar file’s deployment descriptor. The name must be unique among the names of the enterprise beans in the same ejb-jar file. The enterpris

Re: [JBoss-user] More Newbie Questions

2001-06-24 Thread Vinay Menon
Hasn't the second line been commented out?! Believe the first line would be enough. The line to use the PortableRemoteObject is an RMI-IIOP thingey. So just session = (Session)new InitialContext().lookup("java:comp/env/mail/MyMail"); would be fine for now.   - Original Message - From: Hun

Re: [JBoss-user] Accessing EJBs from a custom service.

2001-06-24 Thread Vinay Menon
Did u check out http://www.jboss.org/documentation/HTML/ch11s45.html     - Original Message - From: Victor M. Sent: Sunday, June 24, 2001 8:16 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Accessing EJBs from a custom service.  Hello,I need to add a custom service (MBean). This MBean must

Re: [JBoss-user] Transactions problems

2001-06-24 Thread Vinay Menon
To add,     If you need all the methods to commit one shot via the Session bean facade you'd probably specify the transaction for the session bean method as 'RequiresNew' so that the container starts a new transaction for you and the transaction setting for all entity bean as Required so that t

Re: [JBoss-user] Problems Compiling Message Driven Bean

2001-06-23 Thread Vinay Menon
Sanity check! Does the ejb.jar actually have the class MessageDrivenBean in it?   - Original Message - From: Hunter Hillegas Sent: Saturday, June 23, 2001 7:14 PM To: JBoss 2 Subject: [JBoss-user] Problems Compiling Message Driven Bean  I am building my first MDB and I'm having trouble com

Re: [JBoss-user] primitive primary key description

2001-06-23 Thread Vinay Menon
btw, the tags are   java.lang.Long  creationTime    Cheers Vinay - Original Message - From: Boris Garbuzov Sent: Saturday, June 23, 2001 8:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] primitive primary key description  Sorry for not digging into DTDs first. I heard, to make primary ke

Re: [JBoss-user] primitive primary key description

2001-06-23 Thread Vinay Menon
Culprit is long [the one you have flagged]. Needs to be Java classes I believe.   Vinay   - Original Message - From: Boris Garbuzov Sent: Saturday, June 23, 2001 8:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] primitive primary key description  Sorry for not digging into DTDs first. I

Re: [JBoss-user] Deploying problem

2001-06-23 Thread Vinay Menon
Hmm, dtd causing problems for you? Can you connect to java.sun.com otherwise? Generally have found that when folks are not able to connect to the java.sun.com it screws up cos the XML deployement descriptors have references to the DTD at the Sun site.   Vinay   - Original Message - From:

Re: [JBoss-user] create(), ejbCreate() and id

2001-06-23 Thread Vinay Menon
Must add that you should be able to create Entity Beans without primary keys as well. As to what data they represent is obvious hence.   Vinay   - Original Message - From: Konstantin Priblouda Sent: Saturday, June 23, 2001 6:00 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] create(), e

Re: [JBoss-user] Benchmark????

2001-06-18 Thread Vinay Menon
Do you have a rough idea as to how the application is laid out and whether it is going to be IO bound or CPU bound and stuff? Emerson wrote: > > probably it will be deployed on HP-UX machines... > certainly big ones > > At 11:44 17/06/01 +0100, you wrote: > >Hello Emerson, > >I have

Re: [JBoss-user] Opta2000/Minerva pool combination, hang at startup

2001-06-17 Thread Vinay Menon
Believe that is because it actually tests the pool by reserving and releasing a connection. Vinay "Laurens M. Fridael" wrote: > > Hi, > > I solved the problem. I must make sure SQL Server is running (I have it > running on my development machine). If SQL Server is not running the Minerva > poo

Re: [JBoss-user] Benchmark????

2001-06-17 Thread Vinay Menon
Hello Emerson, I have done some amount of benchmarking on JBoss. What platform are you looking at deploying JBoss on? If you can let me know what kind of deployment scenario you have, I might be able to help. Regards Vinay Emerson wrote: > > I´m going to propose using JBoss in our

Re: [JBoss-user] HOW TO DISABLE ENTITY-BEAN CACHING?

2001-06-15 Thread K.V. Vinay Menon
For what its worth did you try changing the following section in standardjboss.xml 50 1000 300 600 400 60 1 0.75

Re: [JBoss-user] Minerva DataSource Error

2001-06-15 Thread K.V. Vinay Menon
>>> [OracleDB] XA Connection pool OracleDB bound to java:/OracleDB Use: java:/OracleDB Vinay - Original Message - From: "De Closmadeuc, Etienne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 9:03 AM Subject: [JBoss-user] Minerva DataSource Error I'm trying t

Re: [JBoss-user] Deploying .ear

2001-06-15 Thread K.V. Vinay Menon
have you set up the ejb references in jboss-web.xml? Vinay - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 8:34 AM Subject: [JBoss-user] Deploying .ear Hi all, have problem, I trying deploy my.ear application at JBoss 2.2.2 with Tomcat

Re: [JBoss-user] Weird deployment error...

2001-06-15 Thread K.V. Vinay Menon
Make sure you are not throwing any non-RMI/IIOP type exceptions in DataManager itself. Remember, the home object resides on the server and the RemoteInterface travels over the wire so the Remote Interface should have a. Methods that return only valid RMI/IIOP types b. Methods that throw only vali

Re: [JBoss-user] XADatasource connection from outside of EJB

2001-06-15 Thread K.V. Vinay Menon
Why not? I believe it is perfectly fine to use the Minerva connection pool even from non-EJB components. Vinay - Original Message - From: "Ferguson, Doug" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 11:37 PM Subject: [JBoss-user] XADatasource connection from

Re: [JBoss-user] XADatasource connection from outside of EJB

2001-06-15 Thread K.V. Vinay Menon
To another VM!? A definite no-no! Vinay - Original Message - From: "Ferguson, Doug" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 12:55 AM Subject: RE: [JBoss-user] XADatasource connection from outside of EJB > No... > > Yeah... I realize that the java code jus

Re: [JBoss-user] Expanded form

2001-06-14 Thread K.V. Vinay Menon
don't put it in another folder. simply unjar the file as is under deploy. the auto deployer should pick it up from there. - Original Message - From: "Boris Garbuzov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 7:17 PM Subject: [JBoss-user] Expanded form > I

Re: [JBoss-user] Entity beans not caputer System.out

2001-06-14 Thread K.V. Vinay Menon
Hmm, did you also check the server.log? - Original Message - From: "Ferguson, Doug" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 9:56 PM Subject: [JBoss-user] Entity beans not caputer System.out > > I print out debug messages in my ent

Re: [JBoss-user] JSP examples fail (was: What is a "web container" ?)

2001-06-14 Thread K.V. Vinay Menon
JBoss/Tomcat combo Not finding JDK_HOME/lib/tools.jar in classpath. - Original Message - From: "Claus Nielsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 6:29 PM Subject: [JBoss-user] JSP examples fail (was: What is a "web container" ?) > On 13 Jun 2001 14

Re: [JBoss-user] Cannot get tomcat working with JBoss

2001-06-14 Thread K.V. Vinay Menon
Have not downloaded this version of JBoss but it seems like the start up is not seeing jars under tomcat/lib. - Original Message - From: "Allan McLemore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 9:02 PM Subject: [JBoss-user] Cannot get tomcat working with

Re: [JBoss-user] It is compulsory that jboss start on server JVM?

2001-06-08 Thread K.V. Vinay Menon
And just for the record, I've been able to get upto 3 fold improvements in server response times as compared to the -server option on Tru64 with the -fast option [Fast VM for Tru64 on those huge Alpha servers] Vinay - Original Message - From: "Juha Lindfors" <[EMAIL PROTECTED]> To: <[EMAI

Re: [JBoss-user] JBoss-Tomcat-Apache (try again)

2001-06-07 Thread K.V. Vinay Menon
For what its worth some stuff i'd typed about setting up apache/tomcat/jboss Setting up jBoss-Tomcat 2.2 1. Unzip the zip file to your applications directory 2. To setup a datasource, a) Take a back up of jboss.jcml under JBOSS_HOME/conf/tomcat [assuming that you are running the Tomcat-jBos

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 is the deal, > > I really n

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: [JBoss-user] PLEASE HELP EJB ENTITY

Re: [JBoss-user] Can anyone explain...

2001-06-06 Thread K.V. Vinay Menon
Unzip the file and run run.bat. Has never been an issue. What is the problem you are facing?   Vinay - Original Message - From: Lachezar Dobrev To: JBoss Mailing-list Sent: Wednesday, June 06, 2001 4:25 PM Subject: [JBoss-user] Can anyone explain...    I'm

Re: [JBoss-user] Oh where, or where, did the Jetty page go? Or where, or where, c an it be?

2001-06-06 Thread K.V. Vinay Menon
Is the file even there?! Seems all the files are just dummy ones! Vinay - Original Message - From: "Kemp Randy-W18971" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 3:48 PM Subject: [JBoss-user] Oh where, or where, did the Jetty page go? Or where, or where, c

Re: [JBoss-user] More message in log file

2001-06-06 Thread K.V. Vinay Menon
Set debug = true in standadjboss.xml Or just edit the log4j.properties files for a different logging level. I believe you should be seeing all (useful) log messages in server.log anyway. Vinay - Original Message - From: "POUSSIN Benjamin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: [JBoss-user] More message in log file

2001-06-06 Thread K.V. Vinay Menon
change debug - Original Message - From: "POUSSIN Benjamin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 3:52 PM Subject: [JBoss-user] More message in log file > Hello, > > How can i have more debug message in jboss log file ??? > I don't find help in docum

Re: [JBoss-user] strange message

2001-06-06 Thread K.V. Vinay Menon
If anyone is using the following server > mail.group.kz (mail.group.kz [194.186.234.67]) Please make sure that the anti spam filter don't cause grief to others! - Original Message - From: "Julian Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 20

Re: [JBoss-user] getting problems with datasources

2001-06-06 Thread K.V. Vinay Menon
the namespace is not accessible outside the container. - Original Message - From: "durgaprasad gannamani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 9:27 AM Subject: [JBoss-user] getting problems with datasources i have been working with weblogic since a

[JBoss-user] ListManagers: Fw: ScanMail Message: To Sender, sensitive content found and action taken.

2001-06-05 Thread K.V. Vinay Menon
ListManagers, Does anyone know why this comes? Vinay - Original Message - From: "System Attendant" <[EMAIL PROTECTED]> To: "'K.V. Vinay Menon'" <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 3:27 PM Subject: ScanMail Message: To Sender

Re: [JBoss-user] where should I put my method which returns an iteger from the database::

2001-06-05 Thread K.V. Vinay Menon
1. Would say all business methods go in the remote interface and all lifecycle and finder methods go in the home interface. 2. don't call create on home.create - you'll end up creating a record 3. specify a finder in the home to get the appropriate bean and then call the method on the remote inter

Re: [JBoss-user] jdbc jndi question

2001-06-05 Thread K.V. Vinay Menon
the jboss-web.xml (can't find it anywhere). Do you have an example so i can get a grip of the syntax.   Maarten - Original Message - From: K.V. Vinay Menon To: [EMAIL PROTECTED] Sent: Tuesday, June 05, 2001 12:43 PM Subject: Re: [

Re: [JBoss-user] jdbc jndi question

2001-06-05 Thread K.V. Vinay Menon
in order to use a datasource specified in the jboss.jcml in the embedded tomcat you will need to add a resoruce reference in a jboss-web.xml file for the web application. The  datasource will then be accessible under java:comp/env.   Vinay - Original Message - From: mroosenda

Re: [JBoss-user] Problem accessing beans from JSPs

2001-06-05 Thread K.V. Vinay Menon
For JSP/Servlets to access EJBs using the java:comp/env namespace and lookup EJBs deployed within the JBoss-Tomcat combo, you will need to put in a jboss-web.xml that specifice the ejb-references. But I'd be doubtful if you can access an EJB like a regular bean using the useBean tag. I really ca

Re: [JBoss-user] hello everybody!

2001-06-05 Thread K.V. Vinay Menon
if its just not finding the jar put it in the JBOSS_HOME/lib/ext directory and JBoss should pick it up from there. Vinay - Original Message - From: "Tony Shao - ThatWeb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 8:58 AM Subject: [JBoss-user] hello everybody!

Re: [JBoss-user] JNDI Namespace access..

2001-06-04 Thread K.V. Vinay Menon
I have got helper classes deployed with servlets/jsps to access the datasouces created by JBoss. Is that what you are looking for? That involves adding a jboss-web.xml file to the WEB-INF directory. If you are trying to access it outside the container itself, it is unlikely it will work [if

Re: [JBoss-user] Regarding EJB references

2001-05-21 Thread K.V. Vinay Menon
And how are you referring to the ejbs ? Using the java:/comp/env namespace or using the 'external' jndi namespace?? I believe it would be the advantange between in-VM and out of VM call. Vinay - Original Message - From: "Keerthi Panneer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: M

[JBoss-user] JBoss/Tomcat - Benchmarks Available?

2001-05-21 Thread K.V. Vinay Menon
Hi,     Has anyone run load tests for the JBoss/Tomcat combo on different hardware configurations? Specifically,   1. Tru64 Unix 2. Linux on Intel 3. Windows NT/2000 4. Sun SPARC Solaris   If you have any benchmark results that you could share would be really good.   Thanks   Vinay Menon  

Re: [JBoss-user] Curious DataSource / Naming behavior

2001-05-13 Thread K.V. Vinay Menon
Thanks for the correction. Vinay - Original Message - From: "Toby Allsopp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 7:41 PM Subject: Re: [JBoss-user] Curious DataSource / Naming behavior > On Sun, May 13, 2001 at 11:20:45AM +010

Re: [JBoss-user] Curious DataSource / Naming behavior

2001-05-13 Thread K.V. Vinay Menon
The servlet is executing within the same JVM and should share the same namespace. The clients could be external to the JVM and hence fall over. Think this is what is happening. You should be able to give just MySqlDB in your lookup and it should work. Vinay - Original Message - From: "Iva

Re: [JBoss-user] Newbie question installing JBoss-2.2.1_Tomcat-3.2.1

2001-05-13 Thread K.V. Vinay Menon
http://localhost:8080/jboss - Original Message - From: "Terry Ray" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 4:18 AM Subject: [JBoss-user] Newbie question installing JBoss-2.2.1_Tomcat-3.2.1 > Hi, > > I've just installed said version on RedHat 6.2/JDK 1.3. I

Re: [JBoss-user] Controlling whats in server.log

2001-05-13 Thread K.V. Vinay Menon
Believe the server log has output from all the Logger.log calls. If you don't want to log everything you could change the logging level to something like ERROR in the log4j.properties file. Vinay - Original Message - From: "Jim Archer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sun

Re: [JBoss-user] j2ee client components

2001-05-12 Thread K.V. Vinay Menon
You should be able to deploy an ear from JBoss. Vinay - Original Message - From: "Bogdan Ghidireac" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 12, 2001 7:50 PM Subject: [JBoss-user] j2ee client components > Hi, > > I want to deploy my application (ear file) to JBoss

Re: [JBoss-user] CMP finder method problem

2001-05-12 Thread K.V. Vinay Menon
xml > - Setting true in standardjboss.xml (under > Standard CMP EntityBean, which is what I've written) > - Setting true for the > connection pool I'm using > > Did I miss anything? > > Thanks, > Jason > > - Original Message - > From: K.V. Vinay

Re: [JBoss-user] unable to deploy tomcat-test.ear

2001-05-11 Thread K.V. Vinay Menon
1. If your run.bat under JBOSS_HOME/bin has the start up specified as java -classpath "%CLASSPATH%" %JAXP% org.jboss.Main tomcat %1 %2 %3 %4 %5 %6 %7 %8 %9 it will use the tomcat configuration directory under JBOSS_HOME/conf/tomcat Note the 'tomcat' option specified. 2. Under JBOSS_HOME/conf/

Re: [JBoss-user] How to execute a JSP in a EJB

2001-05-11 Thread K.V. Vinay Menon
1. JSP has HTML Form 2. Form is 'POSTED' to a servlet 3. Servlet extracts the form data - i.e. mail contents + other params 4. A session bean in accessed that fronts an entity bean as well. 5. The data from teh database is got from the entity bean 6. The session bean compiles the mai and uses a m

Re: [JBoss-user] CMP finder method problem

2001-05-11 Thread K.V. Vinay Menon
Jason, The sql statements should appear at server start up in the server log if you set debug to true in the standardjaws file. They will come be logged just after the beans are deployed. Am surprised that it is not showing up. Is there any sql at all being generated? Vinay - Original Mes

Re: [JBoss-user] Bean Automatic Removal

2001-05-11 Thread K.V. Vinay Menon
There is the section org.jboss.ejb.plugins.LRUStatefulContextCachePolicy 50 1000 >> 1800 1800 300 600 >>> 400 60 1 0.75 in standardjboss.xml that looks like what you m

[JBoss-user] FAQs

2001-05-11 Thread K.V. Vinay Menon
Hi,     Understand that you manage the FAQ for JBoss. Do you think it would be a good idea to add answers to commonly asked questions and hacks in the FAQ so that people can find it readily?   Cheers,   Vinay Menon   ISe-net SolutionsCarphone Warehouse plcwww.carphonewarehouse.com   +44

Re: [JBoss-user] Invalid Column Name

2001-05-11 Thread K.V. Vinay Menon
Check the sqls being generated Also, why do you have a findAllSubNetworks finder... isn't it just meant to do what findAll does? Vinay - Original Message - From: "Madhu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 10:01 AM Subject: [JBoss-user] Invalid Column N

Re: [JBoss-user] Help Required

2001-05-11 Thread K.V. Vinay Menon
Also, If you want to log the sqls to console [and can live with all the other crap that shows up!] change the logging threshold from Console logging on log4j.properties from INFO to DEBUG. log4j.appender.Console.Threshold=DEBUG Cheers Vinay - Original Message - From: "Torsten Terp" <

Re: [JBoss-user] Help Required

2001-05-11 Thread K.V. Vinay Menon
And remember to check server.log under the log directory. The sqls do not appear on the server console - its being written to the debug log! Vinay - Original Message - From: "Torsten Terp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 10:41 AM Subject: SV: [JBoss-

Re: [JBoss-user] Logging

2001-05-11 Thread K.V. Vinay Menon
Check out the log4j documentation at Jakarta http://jakarta.apache.org/log4j/docs/documentation.html Vinay - Original Message - From: "Ralf Purnhagen" <[EMAIL PROTECTED]> To: "jBoss" <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 9:39 AM Subject: [JBoss-user] Logging > Hi! > > I want

Re: [JBoss-user] CMP finder method problem

2001-05-11 Thread K.V. Vinay Menon
The findAll should generate a query of the format select primkeyfield1,primkeyfield2... from table_name Vinay - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 9:07 AM Subject: RE: [JBoss-user] CMP finder method problem > > I could get t

Re: [JBoss-user] oracle integration

2001-05-06 Thread Vinay Menon
Hi, placed classes12.zip in jboss/lib/ext - Good. That is required modified in jboss.jcml:name="DefaultDomain:service=JdbcProvider">name="Drivers">oracle.jdbc.driver.OracleDriver,org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver   - Fine this should load the Oracle JDBC driversadded in jboss

Re: [JBoss-user] could not find the package

2001-05-06 Thread Vinay Menon
Is this .jsp file something you made? I would be very surprised if a package called com.name.package existed! Is this something you need to replace with something else? What EJB are you trying to access? What is its package structure?   Vinay - Original Message - From: Hao Cheng Sent: Sat

Re: [JBoss-user] Strange Behavior?

2001-05-06 Thread Vinay Menon
Why would you want to do that? Shouldn't commit option 'A' work just fine? Greg, do you want to tell us what your transaction setting is?   Vinay - Original Message - From: Rama Rao Sent: Sunday, May 06, 2001 5:48 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Strange Behavior?

Re: [JBoss-user] New User of Jboss

2001-05-06 Thread Vinay Menon
yer.deploy(J2eeDeployer.java:178)"   I'd appreciate if someone could help me with the solving the above error.Looking forward to hearing from you. Have a nice day.With regards,Sachin S. Khanna - Original Message - From: Vinay Menon To: JBOSS Sent: Saturday, May 05, 2001 9:30 PM Subject:

Re: [JBoss-user] New User of Jboss

2001-05-05 Thread Vinay Menon
Make sure that you do not have any other jboss.xml and ejb-jar.xml in path. For eg. it you have a directory META-INF under say C:\Work and C:\Work is in the class path .. remove it! The ejb-jar.xml and jboss.xml are loaded from classpath and if it appears in the system class path anywhere the JBoss

Re: [JBoss-user] jsp, tag extensions, EJB, Jboss & Tomcat

2001-05-05 Thread Vinay Menon
I'd say   1. Your client side code packaging should include the remote and home [and other classes shared by the EJB and the client such as helper classes]   2. These should figure in your war file.   The classloaders for JBoss & Tomcat are different and hence the problem.   Regards,   Vinay --

Re: [JBoss-user] view examples

2001-05-05 Thread Vinay Menon
For Tomcat's JSP/Servlet examples   http://localhost:8080/   For the JBoss-Tomcat test   http://localhost:8080/jboss/index.html   Vinay - Original Message - From: Hari Yellina Sent: Saturday, May 05, 2001 10:19 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] view examples Hi,    I have

Re: [JBoss-user] ejbCreate -- Is there any limit of number of parame

2001-05-05 Thread Vinay Menon
Have not checked the jboss source to see if there are any hairy bits there but   1. Why one earth are you passing so many parameters!! 2. If you *do* need to pass 20 parameters why don't you package them all in a helper class and then send them across?   Vinay - Original Message - From: p

Re: [JBoss-user] why so little interest in SOAP

2001-05-04 Thread Vinay Menon
Hi,    I've been playing around with XML-RPC and SOAP for a while and think they are fairly decent in terms of the things they open up. But my apprehensions using XML have been - XML parsing is still non-trivial and resource intensive, they increase the amount of stuff passed over the wire and fina

Re: [JBoss-user] Interest Example, NoClassDefFoundError

2001-05-04 Thread Vinay Menon
riginal Message ----- From: Vinay Menon To: JBOSS Sent: Friday, May 04, 2001 4:16 PM Subject: Re: [JBoss-user] Interest Example, NoClassDefFoundError Please include jbosssx-client.jar in your classpath.   Vinay - Original Message - From: Boon Yeo Sent: Friday, May 04, 2001 6:06 PM To: [

Re: [JBoss-user] EJB question

2001-05-04 Thread Vinay Menon
e> > specific. Or not?> >> > I'm not good at SQL. So how would your suggestion look in code? Whatwould> > the key generator bean look like? Off which table would it work?> >> > Ralph> >> > - Original Message -> > From: Vinay Menon <

Re: [JBoss-user] EJB question

2001-05-04 Thread Vinay Menon
> database to autoincrement when I create a table is probably always> database> > specific. Or not?> >> > I'm not good at SQL. So how would your suggestion look in code? Whatwould> > the key generator bean look like? Off which table would it work?> >> >

Re: [JBoss-user] Is it best to place business logic in EJB's or in d

2001-05-04 Thread Vinay Menon
Hi,     Ok! Putting business logic in stored procedures is really not a *recommended* J2EE practice! Apart from the purism involved, I think it is best to keep the business logic portable. You have mentioned that your organisation is an Oracle shop and so database portability is really not an issue

Re: [JBoss-user] Interest Example, NoClassDefFoundError

2001-05-04 Thread Vinay Menon
Please include jbosssx-client.jar in your classpath.   Vinay - Original Message - From: Boon Yeo Sent: Friday, May 04, 2001 6:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Interest Example, NoClassDefFoundError Hello folks,Anybody knows why I am getting this error below?[root@unicorn

Re: [JBoss-user] N tier Load Balanced Environments - not your typica

2001-05-04 Thread Vinay Menon
John,   A couple of thoughts. Separating the Tomcat and the JBoss stack will cost in terms of serialization but your set up is going to be typical of most production systems. But if you have no solid reason for not separating them, do not! Also, have you benchmarked the Tomcat server's http

Re: [JBoss-user] deployment problem

2001-05-04 Thread Vinay Menon
Make sure it is META-INF and not meta-inf.  It is case sensitive.   Vinay - Original Message - From: David Li Sent: Friday, May 04, 2001 1:32 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] deployment problem Hi, veteran.Can someone explain to me why I got this problem? I used Jar tool to

Re: [JBoss-user] Custom finders with JBoss and SQL Server ??

2001-05-04 Thread Vinay Menon
If you can give me an idea of what you're writing I could knock up some psuedocode for you.   Vinay - Original Message - From: Cumps Jef Sent: Thursday, May 03, 2001 6:24 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Custom finders with JBoss and SQL Server ?? Hi,I read in the documentat

Re: [JBoss-user] EJB question

2001-05-04 Thread Vinay Menon
Why don't you just use a primary key generator bean to encapsulate the key genaration? The ejbCreate can then work off that ejb and assign the primary key field to the primary key generated field? so your autoincrement essentially will not be on the same table as the ejb but a different one and the

Re: [JBoss-user] not bound problem

2001-05-03 Thread Vinay Menon
remember it has to be within the same jvm... so as long as the class runs in the same jvm as jboss you should be able to get hold of this.   Vinay - Original Message - From: Michael Baedorf Sent: Thursday, May 03, 2001 3:24 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] not bound prob

Re: [JBoss-user] not bound problem

2001-05-03 Thread Vinay Menon
Try looking up   java:/MySqlDB   Should work..   Vinay - Original Message - From: Michael Baedorf Sent: Thursday, May 03, 2001 3:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] not bound problem Hello,I´m a newbie and I have a problem getting a database connection.I configured the foll

Re: [JBoss-user] How to integrate JBuilder 4 with JBoss

2001-05-03 Thread Vinay Menon
Am not aware of any 'complete' integration options as-is but you can debug application in jboss from JB. Follow the instructions at   http://www.jboss.org/documentation/HTML/ch11s99.html Vinay - Original Message - From: Adam Lipscombe Sent: Thursday, May 03, 2001 11:18 AM To: [EMAIL PROTEC

Re: [JBoss-user] No valid deployment descriptor

2001-05-03 Thread Vinay Menon
You could possibly not dial in at all and start jBoss on a stand alone machine and try !   Vinay - Original Message - From: Jim Archer Sent: Thursday, May 03, 2001 6:57 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] No valid deployment descriptor Another wild guess... Is the ISP block

Re: [JBoss-user] Where to find org.apache.log4j.*

2001-05-03 Thread Vinay Menon
look under lib/ext there should be a log4j.jar file in there [in fact 2 of them!] - Original Message - From: Sam Sent: Thursday, May 03, 2001 2:22 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Where to find org.apache.log4j.* Where can I find the jar which contains these?Thanks!Sam__

Re: [JBoss-user] LIKE queries in cmp

2001-05-03 Thread Vinay Menon
build the lastName argument i.e. {0} with a % around it - for eg: %smith%. Should worok fine then. - Original Message - From: Carles Pi-Sunyer Sent: Thursday, May 03, 2001 3:08 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] LIKE queries in cmp Is it possible to to create LIKE queries in a

Re: [JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-02 Thread Vinay Menon
Yesterday we had a post on the list which was about specifying a jnp reference to an external bean ... the reference looked like   jnp://192.168.1.102:1099/guyr/DbSource   Any help?   Vinay - Original Message - From: Sam Sent: Wednesday, May 02, 2001 11:39 PM To: JBOSS Subject: [JBoss-use

Re: [JBoss-user] "env not bound" when running petstore demo

2001-05-02 Thread Vinay Menon
"XA Connection pool EstoreDB bound to java:/EstoreDB", andI wondered if the name was wrong... but I thought that in any casecomp/env should be bound always...?There's no startup message that deals specifically with"EstoreDataSource" -- I didn't realize it would show up

Re: [JBoss-user] "env not bound" when running petstore demo

2001-05-02 Thread Vinay Menon
In the server start up console do you see message that say the EstoreDataSource has been bound? Has the datasource been set up in the jboss.jcml file? - Original Message - From: Richard Feit Sent: Wednesday, May 02, 2001 9:30 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] "env not bound"

Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe

2001-05-02 Thread Vinay Menon
well with j2ee.jar.  I have tried adding j2ee.jar to the classpath upon invocation of org.jboss.main and there are all kinds of error messages that appear upon restart.  SoI don't believe that is the right approach.   Thanx.Norton -Original Message-From: Vinay Menon [mailto:

Re: [JBoss-user] java.lang.IllegalAccessError with version 2.2.1 of

2001-05-02 Thread Vinay Menon
Do you have any other versions of ant installed and in classpath by any chance? That is caused by an incompatible class definition being found. - Original Message - From: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 6:54 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] java.lang.Ille

Re: [JBoss-user] [JBossMQ] Cannot start the JMS server ! Invalid con

2001-05-02 Thread Vinay Menon
Check   1. You have jbossmq.xml in the conf 2. The DataDirectory in jbossmq.xml has a valid directory and you can write to it. 3. You can clear all the files in the DataDirectory and try   If this still does not settle it mail me.   Vinay - Original Message - From: Kjell Nilsen Sent: We

Re: [JBoss-user] No valid deployment descriptor

2001-05-02 Thread Vinay Menon
am.   cheerio, chris   | chris wilson || web dev ||| [EMAIL PROTECTED] || | www.wondergeek.com | | -Original Message-----From: Vinay Menon [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 01, 2001 7:00 PMTo: JBOSSSubject: Re: [JBoss-user] No valid deployment descriptor A wild thought! Can you ping loc

Re: [JBoss-user] Java Classes Can they be Bottleneck for performance

2001-05-02 Thread Vinay Menon
Rama Rao,     That is very strange! How heavy are these java classes?! I mean, for most decent sized object, that should not be the case. I am not sure whether anyone else has hit the wall with this but I am sure that I have not had any issues with this os far. Would really like to know details of

  1   2   >