RE: [JBoss-user] application.xml

2003-07-16 Thread Ramrakhiani, Vikas
I feel context '/crunk' is being used by another app. Try changing it to something else and then test deployment again. vikas. -Original Message- From: Bryan Liles [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 3:48 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] application.xm

RE: [JBoss-user] Windows 2000 Service Pack 4

2003-07-16 Thread MailMan
I'm running W2K-pro service pack 4, JBoss-Jetty (3.2.2) - sun sdk 1.4.1-02. I can try to upgrade my java - otherwise it could be Tomcat !?    - René -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Dennis R. GeskerSent: 17. juli 2003 00:49To:

Re: [JBoss-user] Re: Multiple Classloaders .. Bug?

2003-07-16 Thread Brian Wallis
On Thu, 17 Jul 2003 03:12 pm, Scott M Stark wrote: > There are still two class loaders, but the classes from test2 may have been > loaded into the ULR cache such that it is irrelevant that test1.jar > references test2.jar. OK. I was using displayClassInfo() on the LoaderRepository to see the clas

Re: [JBoss-user] Transaction Isolation levels

2003-07-16 Thread Scott M Stark
Yes it is using the ManagedConnectionFactoryProperties config-property: TRANSACTION_READ_COMMITTED See the jboss-3.0.7/docs/examples/jca/oracle-xa-service.xml for example. -- Scott Stark Chief Technology Officer JBoss Group, LLC Michael Sta

Re: [JBoss-user] application.xml

2003-07-16 Thread Scott M Stark
It appears that there is already a /crunk web application context deployed. If this is on redeployment there was an issue that was corrected post DR2. -- Scott Stark Chief Technology Officer JBoss Group, LLC Bryan Liles wrote: I'm curious to why I

Re: [JBoss-user] Re: Multiple Classloaders .. Bug?

2003-07-16 Thread Scott M Stark
Brian Wallis wrote: I don't think it is consistent either. If I have two jars test1.jar and test2.jar where test1.jar has a Class-Path: test2.jar then - if test1 is deployed first I get two class loaders for test2 - if test2 is deployed first I get only one class loader for test2, when test1

[JBoss-user] Re: Multiple Classloaders .. Bug?

2003-07-16 Thread Brian Wallis
> On 2003-07-16 06:32 Scott M Stark <[EMAIL PROTECTED]> wrote: > > Yes, one for the Class-Path which associates the jar with the referencing > deployment and one since its a stand alone deployment. This seems odd behaviour. It will cause duplicate class loaders for jars and hence illegal type pr

[JBoss-user] 一样的盘面,不一样的收益

2003-07-16 Thread [EMAIL PROTECTED]
  散户宝金牛咨询,获利超28%,先获利后付费!

[JBoss-user] World's Largest buyer

2003-07-16 Thread drtsh65
Dear sir, Welcome to one of the Largest Trade Community on the Internet , we have over 100,000 buyers, suppliers, importers, exporters in our database, please feel tree to take a look at our website. By Joining us , you will expose yourself to unlimited worldwide business opportunities. h

[JBoss-user] Windows 2000 Service Pack 4

2003-07-16 Thread Dennis R. Gesker
jboss-3.2.2RC1_tomcat-4.1.24 Sun SDK 1.4.2 I recently applied service pack 4 to windows 2000 and now it seems that run.bat fails to load Jboss and reports a java.lang.NoClassDefFoundError. [BTW:  java -jar run.jar loads the server just fine.] I didn't seem to have this problem before install

Re: [JBoss-user] No Class Loaders deploying simple MBean

2003-07-16 Thread Scott M Stark
A jar in server/x/lib, or a sar in deploy are the standard mechanisms for deploying the classes. You must not be encoding the classes with the correct fully qualified class names? What version of JBoss is this as well? Quite a while back services without a package (the default package) where not

[JBoss-user] application.xml

2003-07-16 Thread Bryan Liles
I'm curious to why I am getting this error: 18:15:44,195 WARN [ServiceController] Problem starting service jboss.deployment:name=file%3a/opt/jboss4DR2/server/default/tmp/deploy/server/default/deploy/ot-aia.ear/67.ot-aia.ear-contents/ot-aia.war,service=DeploymentInfo org.jboss.deployment.Deploymen

[JBoss-user] MDB registered as EntityBean

2003-07-16 Thread Xu, Xiangdong
Hi, After deploying a MDB, TestMessage, I found the following entry in the log: 2003-07-16 17:49:11,066 DEBUG [org.jboss.management.j2ee.factory.EJBModuleFactory] Create container: jboss.j2ee:jndiName=local/TestMessage,service=EJB, module: jboss.management.local:EJBModule=ejb-test.jar,J2EEApplicati

RE: [JBoss-user] Transaction Isolation levels

2003-07-16 Thread Michael Stanley
Ok.  So I’m assuming this means transaction isolation levels (even for data connections only) are not supported in 3.0.x?    - Mike   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: Wednesday, July 16, 2003 12:48 PM To: [EMA

RE: [JBoss-user] No Class Loaders deploying simple MBean

2003-07-16 Thread Steven Harris
Scratch that - Creating a sar and putting it in /deploy seems to have worked, both for hot deploy and for static deploy with user-service.xml. -Original Message- From: Steven Harris [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 4:42 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-us

Re: [JBoss-user] JMS usage and EJB rollback question

2003-07-16 Thread Michael Klem
I found a better solution. Use JMS transactions and commit the messages. At 10:32 AM -0700 7/16/03, Michael Klem wrote: I am using JMS to send a message from within an EJB and I have this question. Inside my EJB I do the following: Add a row to table A Send a JMS message that table A has been

[JBoss-user] [GWAVA:10i1kq1e] SPAM block message notification

2003-07-16 Thread GWAVA
This is an automated Notification e-mail message from GWAVA. The message you sent, from the address [EMAIL PROTECTED] to [No To Addresses] Concerning: JBoss-user digest, Vol 1 #4720 - 10 msgs Was not delivered because the message was found to be Spam by the e-mail system in use at the intended

RE: [JBoss-user] Transaction Isolation levels

2003-07-16 Thread Michael Stanley
Ok.  So I’m assuming this means transaction isolation levels (even for data connections only) are not supported in 3.0.x?    - Mike   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: Wednesday, July 16, 2003 12:48 PM To: [EMA

[JBoss-user] No Class Loaders deploying simple MBean

2003-07-16 Thread Steven Harris
I'm having a problem deploying a simple FooMBean for a Foo class that just implements a no-op method foo(). I was cheered by the casual remark on p.61 of the Admin and Development Guide: "MBeans that are independent of JBoss Services are the trivial case. They can be written per the JMX specific

[JBoss-user] Jboss halts when using transaction-attribute not-supported

2003-07-16 Thread kris . kristensen
Env. Win2k, JDK 1.4.x JBossweb 3.0.6 Firebird 1.x/MySQL 4.x Scenario: - 1 Session bean using 4 entity beans - All beans are using container managed transactions, incl. the session bean. - The method (entry point) in the session bean has the transaction property set to 'Required' and this metho

[JBoss-user] Who is spying on you?

2003-07-16 Thread matthew emmons
Title: Untitled Document Find out if your boss, spouse or a criminal is spying on you Also if you have downloaded any music, movie clips, or games then your computer may be infected with SpyWares and AdWares! Advertisers use downloadable music as a vehicle to "legally" add SpyWares and AdWares

[JBoss-user] jmx-console show nothing

2003-07-16 Thread Carfield Yim
After update from 3.0.x (don't remember the minor) to 3.2.1 , I find that the jmx-console don't show anything, anyone experience this? How to solve? -- \\\|/// \\- - -// ( @ @ ) ---oOOo-(_)-oOOo Visit

[JBoss-user] JMS usage and EJB rollback question

2003-07-16 Thread Michael Klem
I am using JMS to send a message from within an EJB and I have this question. Inside my EJB I do the following: Add a row to table A Send a JMS message that table A has been modified Add a row to table B Add a row to table C The problem is that if when adding data to tables B or C fails I

RE: [JBoss-user] Transaction Isolation levels

2003-07-16 Thread Bill Burke
in jboss 3.2 you can only configure data connection isolation levels.   In your blah-ds.xml data connection pool config file add:   TRANSACTION_SERIALIZABLE | TRANSACTION_READ_COMMITTED | etc   Bill -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Be

Re: [JBoss-user] Maximum length of class name/package?

2003-07-16 Thread Robert HALL
> There is no JBoss max length. > > -- > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > Robert HALL wrote: > > > I seem to recall running into an issue of this sort with > Weblogic. Is > > there a known upper length limit

Re: [JBoss-user] NoSuchObjectException: Could not activate; failedto recover session

2003-07-16 Thread Joao Clemente
- Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 3:11 PM > This shows that the call is not going through the HA aware proxy. It is going > through the local invoker and bypassing the HA aware proxy because of the > collocation of the caller and

[JBoss-user] Transaction Isolation levels

2003-07-16 Thread Michael Stanley
Where can I configure default transaction isolation levels?   - Mike

[JBoss-user] Problem Redeploying wars

2003-07-16 Thread Peter Spiess
Is there a problem with redeploying wars in 4.0.0DR2 or is it just me? I have replicated this with 2 different WARs. Peter Here is a stack trace: 2003-07-16 10:37:27,720 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/usr/local/jboss-4.0.0DR2/server/default/deplo

[JBoss-user] 广告宣传的利器

2003-07-16 Thread wangning9

RE: [JBoss-user] 2nd Try: ejbStore() in BMP Stuck

2003-07-16 Thread Muraly R
Hi Suarjit, Thnaks for the direction...:-) It helped me to resolve the issue. One quick question, what is the trans-attribute for ejbSotre() and ejbLoad() function(). The reason for the doubt being, since this is invoked by the container, whether they will be aprt of any t

Re: [JBoss-user] NoSuchObjectException: Could not activate; failedto recover session

2003-07-16 Thread Scott M Stark
This shows that the call is not going through the HA aware proxy. It is going through the local invoker and bypassing the HA aware proxy because of the collocation of the caller and callee. The problem is occuring in the stateful session cache replication though. How is the serverlet session and

Re: [JBoss-user] Re: ObjectName[] property editor

2003-07-16 Thread Scott M Stark
Submit it as a patch to sourceforge. -- Scott Stark Chief Technology Officer JBoss Group, LLC Eric Jain wrote: Is there any way to directly specify ObjectName[] attributes in jboss-service.xml configuration files? I ended up writing a simple Obj

Re: [JBoss-user] NoSuchObjectException: Could not activate; failed to recover session

2003-07-16 Thread Joao Clemente
I've tried using a java client instead of a servlet, same thing happens. If there is no interaction with another member of the cluster between the 2 requests, sent before the node goes down and after it comes up again, this exception occurs and there is no failover. - Original Message - Fr

Re: [JBoss-user] cvs naming convention

2003-07-16 Thread Scott M Stark
See the cvs admin doc here: http://www.jboss.org/index.html?module=html&op=userdisplay&id=developers/guides/cvs-admin -- Scott Stark Chief Technology Officer JBoss Group, LLC Eric J Kaplan wrote: Can anyone tell me what the current naming conventi

Re: [JBoss-user] Maximum length of class name/package?

2003-07-16 Thread Scott M Stark
There is no JBoss max length. -- Scott Stark Chief Technology Officer JBoss Group, LLC Robert HALL wrote: I seem to recall running into an issue of this sort with Weblogic. Is there a known upper length limit on a fully qualified class name in

Re: [JBoss-user] Multiple Classloaders

2003-07-16 Thread Scott M Stark
Every deployment has its own class loader. Think of hot deployment. Read the class loader docs available on sourceforge docs section for more details. -- Scott Stark Chief Technology Officer JBoss Group, LLC Brian Wallis wrote: On Wed, 16 Jul 200

Re: [JBoss-user] Multiple Classloaders .. Bug?

2003-07-16 Thread Scott M Stark
Yes, one for the Class-Path which associates the jar with the referencing deployment and one since its a stand alone deployment. -- Scott Stark Chief Technology Officer JBoss Group, LLC Brian Wallis wrote: On Wed, 16 Jul 2003 15:58, Brian Wallis

AW: [JBoss-user] Problem accessing JNDI over Http

2003-07-16 Thread Kristian Köhler
HI Jani thanks! Now it works. ;-) Kristian > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag von Janardhan > Burugupalli > Gesendet: Mittwoch, 16. Juli 2003 11:27 > An: [EMAIL PROTECTED] > Betreff: AW: [JBoss-user] Problem accessing JNDI over Ht

AW: [JBoss-user] Problem accessing JNDI over Http

2003-07-16 Thread Janardhan Burugupalli
i used this url and it worked fine http://localhost:8080/invoker/JNDIFactory jani -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Kristian Köhler Gesendet: Mittwoch, 16. Juli 2003 09:33 An: [EMAIL PROTECTED] Betreff: [JBoss-user] Problem accessing J

Re: [JBoss-user] multiple JBoss/Tomcat instance big problem [SOLVED]

2003-07-16 Thread Ionel Gardais
shame on me, I'm not worthy ... The problem was that both jndi.properties files pointed the same JNDI server. all seems to be ok now ... ionel --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems

[JBoss-user] Problem accessing JNDI over Http

2003-07-16 Thread Kristian Köhler
Hi all i encountered problems with JNDI over Http. (JBoss 3.2.1, JDK 1.4.1_01, Windows 2000) I changed the deployment decsriptor for my slsb like this: 8< snip Addierer AddiererJNDI

Re: [JBoss-user] cascade delete question

2003-07-16 Thread Alexey Loubyansky
Hello Ionel, cascade-delete, if set, should be on the many side. So, cascade-delete. alex Wednesday, July 16, 2003, 9:38:14 AM, Ionel Gardais wrote: IG> Hi, IG> Considere three beans A, B and C. (B and C are two instance of the same IG> kind) IG> B and C knows A but A does not know B or C (un

[JBoss-user] multiple JBoss/Tomcat instance big problem

2003-07-16 Thread Ionel Gardais
Hi, I am facing a strange problem. I have two JBoss3.2.1-Tomcat4.1.24 instance running on two different computers (on the same network) Both are runned using the default configuration (no clustering, no farming) Each computer have it's own database. - - | DB #1 | | D

RE: [JBoss-user] Maximum length of class name/package?

2003-07-16 Thread Danny . Yates
Hi, Without giving away too many commercial details, we have a bean implementation class: com.x.x.xxx.x.impl.x Bean So I don't think absolute length is an issue. However, there may be an issue with the "depth" of the package names,

Re: [JBoss-user] EJB modeling

2003-07-16 Thread Ionel Gardais
Hi Surajit, I think about this solution but I don't think it is very handy. Xdoclet allows string subitution, doesn't it ? I migth dig in this direction for dynamic JNDI naming. It looks like a patch more than a solution but I will take a look, Thanks, ionel ---

Re: [JBoss-user] Multiple Classloaders .. Bug?

2003-07-16 Thread Brian Wallis
On Wed, 16 Jul 2003 15:58, Brian Wallis wrote: > This seems to result in ojdbc14 being loaded by two instances of > UnifiedClassLoader3. Once for the Class-Path entry in the EJB jar file > (3eec1a, addedOrder=22) and once because it is present in the deploy > directory (bc9673, addedOrder=0) I'v

Re: [JBoss-user] Deploy error using jboss-3.2.2RC1

2003-07-16 Thread Alexey Loubyansky
Hello Carsten, are you sure the primary key field consists of only one field? If so, could you provide me with a testcase? Thanks, alex Tuesday, July 15, 2003, 1:15:25 PM, Carsten Hammer wrote: CH> Hi, CH> What does this mean? CH> 11:57:10,924 INFO [StatelessSessionInstancePool] Started CH>

RE: [JBoss-user] EJB modeling

2003-07-16 Thread Surajit Bhattacharjee
Dunno if this will answer ur question to the desired extent, but how about distributing the common 'low-level' beans as part of jars/ears of different applications, and giving different JNDI names for these repeated beans in each of the jars/ears. That gives u code reuse for sure, and all that the

RE: [JBoss-user] 2nd Try: ejbStore() in BMP Stuck

2003-07-16 Thread Surajit Bhattacharjee
Hi Muraly!   Can u mail the code snippet from inside the ejbStore() ?   Regards, Surajit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Muraly RSent: Wednesday, July 16, 2003 10:04 AMTo: [EMAIL PROTECTED]Subject: [JBoss-user] 2nd Try:

RE: [JBoss-user] 2nd Try: ejbStore() in BMP Stuck

2003-07-16 Thread Surajit Bhattacharjee
At the outset, it looks like the record is locked in DB. Did u try to do a direct update on the same row from any other interface/utility (like Sqlplus in Oracle) ?   Surajit -Original Message-From: Surajit Bhattacharjee [mailto:[EMAIL PROTECTED]Sent: Thursday, July 17, 2003