[JBoss-user] Help ----------ClassNotFoundException

2003-11-06 Thread Subramanian Sethuraman
Hi All, Greetings. I am Subramanian. S. I am facing a problem while starting the JBoss. The description is below: "We are having a signed jar file call it as 'XYZ.jar'. It is an encrypted file(using some third party tool). It is having some MBeans and EJBs. It is available under an *.ear dir

[JBoss-user] JBOSS3.2.2 FAILED TO START ( SARDeployer problem ??)

2003-11-06 Thread praveen kushwaha
Note: forwarded message attached. Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more. Download now.--- Begin Message --- Warning, delivery failure! This is a status message indicating that a message could not be delivered to 1 or more recipients. Original message subject: [JBos

RE: [JBoss-user] RE: JMS problem?

2003-11-06 Thread Adrian Brock
On Fri, 2003-11-07 at 00:38, [EMAIL PROTECTED] wrote: > Thanks Adrian. > > How specifically should we configure log4j on the client? We currently use > log4j for logging on the client in our application and have a > log4j.properties. I can't remember the log4j.properties syntax, but this code sn

RE: [JBoss-user] RE: JMS problem?

2003-11-06 Thread eric . kaplan
Thanks Adrian. How specifically should we configure log4j on the client? We currently use log4j for logging on the client in our application and have a log4j.properties. We'll try setting the exception listener and see if we can reconnect cleanly (at a minimum detect what's happened). Obviously

Re: [JBoss-user] CMP or BMP transactions, isolation level, performance

2003-11-06 Thread Bill Burke
By default, JBoss has serialized access to BMP or CMP beans at runtime via pessimistic locking. There are different locking configurations that you can use that are specified in our for-pay documentation. As for JDBC isolation levels, you can only set this on a per datasource level in the *-ds

Re: [JBoss-user] Commit Option Confusion

2003-11-06 Thread Bill Burke
Are you doing a lot of finder queries? Finder queries still go to DB except for findByPrimaryKey. Also, do you have a lot of contention? Concurrent access? Take a look at the for-pay docs on how to optimize this. Bill Phil Shrimpton wrote: Hi, I am tuning an app before deployment on 3.2.2.

Re: [JBoss-user] AOP framework & documentation

2003-11-06 Thread Bill Burke
Only the website doco is available right now. We'll be expanding the AOP doco in the future and will add to for pay doco as well. [EMAIL PROTECTED] wrote: Dear JBoss team, Is there a printable version of the AOP documentation? I have bought the yearly subscription but cannot find anything relat

RE: [JBoss-user] RE: JMS problem?

2003-11-06 Thread Adrian Brock
Since the problem is with the client disconnecting, can configure log4j on the client? JBossMQ will log what is going on (i.e. why the client is disconnecting). You can also: QueueConnection qc = qcf.createQueueConnection(); qc.setExceptionListener(myExeptionListener); to catch a disconnection an

Re: [JBoss-user] (no subject)

2003-11-06 Thread Adrian Brock
> Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Category Have you modified the classpath or have you added jars in jre/lib/ext? Regards, Adrian On Thu, 2003-11-06 at 16:14, praveen kushwaha wrote: > hello > everybody > > i m used and deployed JBoss3.2.2RC4 with jdk1.4.2_01 >

RE: [JBoss-user] RE: JMS problem?

2003-11-06 Thread Eric J Kaplan
Adrian We have since seen this problem again. It may be indeed a false report due to load on the server, but we can't be 100% sure. It's now hurting customer's perceptions. You mentioned the RMIConnectionFactory as being more resilient, but there are other problems. What are these problems? Ho

[JBoss-user] CMP or BMP transactions, isolation level, performance

2003-11-06 Thread Pedro Salazar
Greetings, I would like to ask if even with the CMP beans is possible to customize the transaction isolation level? If yes, how can I do it? I have an idea that CMP beans are the most light and fastest beans. But I think in the most of the times, we should have business logic in beans that requ

Re: [JBoss-user] relate 2 entities without a common key (WAS Re: [JBoss-user] relationship 1-* with foreign key)

2003-11-06 Thread Pedro Salazar
On Thu, 2003-11-06 at 10:57, [EMAIL PROTECTED] wrote: > I will give you an example of an 1 - N relation using XDoclet tags. > Using this code you can easisly figure out what to put in your code: > > Advertisement --1N-- Correction > > AdvertisementBean.java: > /** >

[JBoss-user] (no subject)

2003-11-06 Thread praveen kushwaha
hello everybody    i m used and deployed JBoss3.2.2RC4 with jdk1.4.2_01   but now i  am facing an error  i dont know why this is coming again and again i had downloaded new jboss3.2.2 after deleting perious one but the problem is same   iF anybody can give me solution ?? Welcome   ERROR DETAILS

AW: [JBoss-user] serial mdb execution?

2003-11-06 Thread Scheil, Sven
thank you. this works pretty well :-) -Ursprüngliche Nachricht- Von: Barlow, Dustin [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 28. Oktober 2003 18:21 An: '[EMAIL PROTECTED]' Betreff: RE: [JBoss-user] serial mdb execution? First you need to configure the invoker-proxy-binding for the

[JBoss-user] Commit Option Confusion

2003-11-06 Thread Phil Shrimpton
Hi, I am tuning an app before deployment on 3.2.2. As this app 'owns' its own database and the DB is not that quick, I though that changing from the default commit option B to A should give me some improvements, but seems to make no difference. My tests complete in the same time with both opti

RE: [JBoss-user] Dynamic Addition of Roles using JAAS

2003-11-06 Thread Kevin Conner
> I meant here authentication. But I have some doubts - is it done > in the end of successful authentication, or just before the first > authorization? - I don't know it. The information is cached after a successful authentication and expires after a specified period. The login module is called i

[JBoss-user] RE: Challenge for EJB-QL, JBossQL, or declared SQL?

2003-11-06 Thread Darren Hartford
I imagine ORDER BY is part of it, but the harder piece is getting the last sequence per batchnumber and THEN return that collection of objects (see example results below). Regular SQL would be something like "SELECT batchnumber, MAX(sequence as MAX_sequence) FROM thetable ORDER BY batchnumber" f

[JBoss-user] Unexpected JBossQL result in 3.2.2

2003-11-06 Thread Stefan Arentz
From: Stefan Arentz <[EMAIL PROTECTED]> Subject:Unexpected JBossQL result in 3.2.2 Date: November 6, 2003 9:55:02 AM CET To: [EMAIL PROTECTED] My object model is pretty simple: Subscription user-> User (1:1) lastSession -> Sess

[JBoss-user] HARMIServerImpl_Stub

2003-11-06 Thread Dayanand Kangala Shanmugham
Title: Message Hi All,   We are using JBoss 3.2.1 and Tomcat 4.1.24 integrated version in Clustered environment (using 2 machines) and are getting the following exception after running the server for few hours:     javax.naming.CommunicationException: Failed to connect to server 192.168.14

Re: [JBoss-user] relate 2 entities without a common key (WAS Re: [JBoss-user] relationship 1-* with foreign key)

2003-11-06 Thread harm
I will give you an example of an 1 - N relation using XDoclet tags. Using this code you can easisly figure out what to put in your code: Advertisement --1N-- Correction AdvertisementBean.java: /** * @ejb.interface-method * @ejb.relation *

[JBoss-user] relate 2 entities without a common key (WAS Re: [JBoss-user] relationship 1-* with foreign key)

2003-11-06 Thread Pedro Salazar
Greetings, -I have 2 entities mapped from 2 database tables, ACCESS_PERMISSION and ACCESS_SCHEDULE. -the "relation" between them is, ACCESS_PERMISSION *has* several ACCESS_SCHEDULE, and a 1-N -*they don't share a common key* ACCESS_PERMISSION - SID_ID SERVICE_ID A1 A2 ... CONSTRA

RE: [JBoss-user] Challenge for EJB-QL, JBossQL, or declared SQL?

2003-11-06 Thread harm
ORDER BY works in JBossQL. It is also in the EJB 2.1 spec. But, I believe JBoss 3.2.x currently supports 2.0. Regards, Harm de Laat Informatiefabriek The Netherlands "Stephane Nicoll" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/06/2003 09:53 AM Please respond to [EMAIL PROTECTED] To

RE: [JBoss-user] Challenge for EJB-QL, JBossQL, or declared SQL?

2003-11-06 Thread Stephane Nicoll
I am not sure ORDER BY is allowed (what about caching then?) I know EJB QL does not allow that. Maybe JBoss QL. Regards, Stephane -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 9:24 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user]

[JBoss-user] AOP framework & documentation

2003-11-06 Thread harm
Dear JBoss team, Is there a printable version of the AOP documentation? I have bought the yearly subscription but cannot find anything related to the AOP framework... Thanks, Harm de Laat Informatiefabriek The Netherlands --- This SF.net em

Re: [JBoss-user] Challenge for EJB-QL, JBossQL, or declared SQL?

2003-11-06 Thread harm
Doesn't 'ORDER BY' help you? "Darren Hartford" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/05/2003 04:10 PM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject [JBoss-user] Challenge for EJB-QL, JBossQL, or declared SQL? Hey all, I got an interesting problem th