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
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
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
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
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
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.
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
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
> 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
>
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
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
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:
> /**
>
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
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
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
> 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
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
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
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
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
*
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
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
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]
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
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
25 matches
Mail list logo