[JBoss-user] Packaging EJBs/classes for restricted access.

2003-09-03 Thread Rahul Ganjoo
Hi All! How do I package my ejbs/class files such that only one application can access it? If I put my class files in the lib folder, all other app ejbs can access it. I want to package some utility classes such that only a specific application should access them. TIA, Rahul Ganjoo. <>

[JBoss-user] Urgent: JBoss Reference Needed.

2003-07-04 Thread Rahul Ganjoo
competitors are recommending commercial appservers. Any Help would be appreciated. Regards, Rahul Ganjoo. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download

RE: [JBoss-user] Workflow engine for JBoss 3.2 ?

2003-07-02 Thread Rahul Ganjoo
Hi Dustin! The product I work on is a commercial workflow solution and works with Jboss2.x,3.x. Please check www.wipro.com/flowbrix . Get in touch with me if you wish to find out more details. Regards, Rahul Ganjoo. -Original Message- From: Barlow, Dustin [mailto:[EMAIL PROTECTED] Sent

[JBoss-user] Core Developers Network Announces Public Launch - whats happening?

2003-06-05 Thread Rahul Ganjoo
i cant see it being positive for Jboss in the short term...at the same time would someone shed some more light on whats happening please? mark? -Original Message- From: Corby Page [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 11:02 PM To: [EMAIL PROTECTED] Subject: [JBoss-user

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-06-03 Thread Rahul Ganjoo
and spend less time cleaning our inboxes!! -Original Message- From: Sacha Labourey [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:44 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] J2EE en españa As long as you stay on JBoss-user, I suggest you

RE: [JBoss-user] Starting threads from session beans

2003-03-28 Thread Rahul Ganjoo
Hey Igor,can you point me to more info on this??? TIA, Rahul. -Original Message- From: Igor Fedorenko [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 4:29 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Starting threads from session beans You can write JCA adapter and do (vir

RE: [JBoss-user] Starting threads from session beans

2003-03-27 Thread Rahul Ganjoo
J2EE spec doesnt allow u to start threads in EJBs...it gets too messy if you try... try MDBs... -Original Message- From: Alex Sumner [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 1:45 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Starting threads from session beans Hi, Briefl

RE: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-27 Thread Rahul Ganjoo
ignorance is bliss... -Original Message- From: Rob Finneran [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 2:44 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss: Not Ready For Prime Time Funny! - Original Message - From: "Ian Duggan" <[EMAIL PROTECTED]> To: <[

[JBoss-user] AOP?

2003-03-06 Thread Rahul Ganjoo
Can anyone point me to a good resource on AOP...fundamentals n stuff?? TIA, Rahul. --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disorie

[JBoss-user] trivial!

2003-01-13 Thread Rahul Ganjoo
Doesn't anyone find anything wrong with the title of www.jboss.org ??? JBoss :: All your J2EE are belong to us Some people think football is a matter of life and deathIts much more serious than that!

[JBoss-user] JMX resource on the net?

2002-11-20 Thread Rahul Ganjoo
Can anyone point me to a good resource on the net on JMX and Mbeans? TIA, Rahul Ganjoo. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user

[JBoss-user] A question on Jboss scalability!

2002-10-28 Thread Rahul Ganjoo
pport concurrently. We are not running Jboss clusters yet. Guys let me know if you need any other info to help me with this. Thanks a lot in advance, Regards, Rahul Ganjoo. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

RE: [JBoss-user] Port 8082

2002-10-24 Thread Rahul Ganjoo
Title: Message http:/localhost:8080/jmx-console -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kazandjian ErikSent: Thursday, October 24, 2002 7:19 PMTo: jboss-user@lists. sourceforge. net (E-mail)Subject: [JBoss-user] Port 8082 H

Re: [JBoss-user] Strange Problem on Linux

2002-10-17 Thread rahul ganjoo
ing to finish. > > Whether it will help you depends on how strictly you need to control the > threads. In my case the parallelism is a benefit not a requirement. > > On Thu, 2002-10-17 at 09:20, rahul ganjoo wrote: > > Hi Pete! > > What was being acheived using thr

Re: [JBoss-user] Strange Problem on Linux

2002-10-17 Thread rahul ganjoo
is welcome. Thanks and Regards, Rahul Ganjoo. Pete Beck wrote: > I think there is a very simple solution to this which is much safer. > Instead of triggering threads off in your class, move the thread body > into a MDB and then simply send several messages from your session bean. > &g

Re: RE: [JBoss-user] Strange Problem on Linux

2002-10-16 Thread rahul ganjoo
Thanks Dude,I appreciate the help.. funnily enough we got it to work somehow though the design needs to change... - Original Message - From: "Geer, Benjamin" <[EMAIL PROTECTED]> Date: Wednesday, October 16, 2002 2:53 pm Subject: RE: [JBoss-user] Strange Problem on Linux

Re: [JBoss-user] Strange Problem on Linux

2002-10-15 Thread rahul ganjoo
trouble on win2k boxes??? Is there any workaround to this on Linux till we get the design right? TIA, Rahul Ganjoo. Jonathan.O'[EMAIL PROTECTED] wrote: > Rahul, > I thought the EJB spec doesn't allow code to start threads. You should > probably send an update message to a

Re: [JBoss-user] Strange Problem on Linux

2002-10-15 Thread rahul ganjoo
time but the second time it hangs giving the trace below (Saroj's mail). However it runs fine on Win2k with same JB config. Even if we change those db updations to just SOPs, it still hangs the second time around. TIA, Rahul Ganjoo. saroj kumar wrote: > Hi All, > > This is the fu

[JBoss-user] Mbean Exception!

2002-09-27 Thread rahul ganjoo
Why do i get this on start up with Jboss3.0.2? theres nuthin app specific in my deploy yet...except oracle-service.xml...which is attached.. 17:19:38,778 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()' Cause: Incomplete Deployment listing:

Re: [JBoss-user] JBOSS - Components library

2002-09-27 Thread rahul ganjoo
--- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > > https://lists.sour

Re: [JBoss-user] Adding jar files to \server\all\lib directory

2002-09-17 Thread rahul ganjoo
that not possible.Is putting all jars that Jboss needs in deploy/lib the only way it works with JBoss?? TIA, Rahul Ganjoo. David Jencks wrote: > On 2002.09.17 02:11:21 -0400 rahul ganjoo wrote: > > In this context i have a few basic questions... > > My deploy directory has many

Re: [JBoss-user] Adding jar files to \server\all\lib directory

2002-09-16 Thread rahul ganjoo
In this context i have a few basic questions... My deploy directory has many plain jars(just class files) and other jars having EJB components. I have observed that Jboss deploys these jars alphabetically and if a bean Jar needs a class file thats in a jar which has not been deployed yet(coz name

Re: [JBoss-user] Interest sample error

2002-09-05 Thread rahul ganjoo
jboss-common.jar Rishikesh Tembe wrote: Hello, this is the error I get when I try to run the Interest sample application. Where can  I find the missing class? And what exactly is it's function? Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/logging/Logger [java] at

Re: [JBoss-user] JBoss3/tomcat + Apache

2002-09-04 Thread rahul ganjoo
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache-howto.html http://httpd.apache.org/docs/misc/FAQ.html   Sobkowiak Krzysztof wrote: Hallo I'd like to configure Apache to work with JBoss/Tomcat. Could someone help me to do it? I'd like tu put *.jsp file (or servlet) in my $HOME/public

[JBoss-user] ClassCast Exception with Entity Beans on Jboss3.0!

2002-08-21 Thread rahul ganjoo
] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701) 19:31:31,105 ERROR [STDERR] at java.lang.Thread.run(Thread.java:53   Any help will be welcome, Thanks, Rahul Ganjoo.  

[JBoss-user] Time-out for a Stateless session bean

2002-08-21 Thread rahul ganjoo
Hi! Would like to know how to set the transaction timeout value of session bean in Jboss.I could do it using the following tag in weblogic...whats the equivalent in Jboss??(which tag in Jboss.xml) 120 Thanks and Regards, Rahul Ganjoo. Preeti Sood wrote: > Thanks for