Re: [JBoss-user] EJB spec violation

2003-08-19 Thread Matthew Hixson
On Tuesday, August 19, 2003, at 05:04  PM, Anders Engström wrote:

On Tue, Aug 19, 2003 at 01:16:27PM -0700, Matthew Hixson wrote:
When I try to deploy my entity beans in JBoss 3.2.1 I see this for
every single bean.
13:10:00,575 WARN  [verifier] EJB spec violation:
Bean   : TextContent
Section: 10.6.2
Warning: The entity bean class must define a set accessor for each CMP
field.
Info   : Field: textContentId
The reason I don't have a setter for that field is because it is the
bean's primary key.  I didn't want us to be able to set the PK from 
our
Java code so I chose not to declare setters for the PK in the bean
interface.  Is there a way to persuade JBoss to allow this violation 
of
the EJB spec or do I need the declarations there for it to know how to
set the PK?
  I was previously using this same code with Resin.  It may have been
doing something for me that I didn't know was required by the EJB 
spec.
  Thanks,
-M@
I have no idea why that code was accepted by Resin - it shouldn't be :)
I'm finding more and more things that Resin allows in its web.xml, but 
which Tomcat completely pukes on.

Simply put the setter in the bean class, but remove the method from the
remote (or local) interface of the bean.
I arrived at the same conclusion and this does indeed seem to be 
working.  I'm using xdoclet so I've added setters to the bean classes, 
but without an @ejb.persistence tag so it doesn't get added to my local 
interfaces.
  Thanks for the reply.
   -M@



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code4
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JBoss TomCat

2003-08-19 Thread Edgar Silva
Hi Folks...

Somebody knows if is possible to use Tomcat's DataSource instead JBoss's
Datasource?

I am asking it due to some problems in our customer using JBoss-TomCat.

Have something about network, or other problem that can generates connection
crashes?

I am using RadHat 7.2 and JBoss 3.2.1-TomCat and Oracle 9.i everything is in
the same machine.

When I am using this same application hosted in TomCat, don't have any
problem. But Have to use JBoss due to JBossMQ , JMX Features and
TimerServices

Any help will be appreciated...

Thanks in Adv.

Edgar





---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Return Message: Re: Approved

2003-08-19 Thread ORAPOST
The included message could not be delivered to the following invalid mail names.  
Please verify these names and try them again.

Bad name:  nedc_doc
--- Begin Message ---
See the attached file for details[Filename: application.pif, Content-Type: application/octet-stream]
[WARNING] - A potentially hazardous attachment was removed from this message by 
Oracle's Mail System.  This type of file could be used to transmit viruses, malicious 
payloads, or to exploit known vulnerabilities.  Please do not report this message as 
SPAM.
--- End Message ---


RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !

2003-08-19 Thread Wolfgang Helbig
Core dumps of a JVM always show a bug in either the JVM or in the
shared libraries/operating system - never in the java code.

So I'd suggest:
1. Upgrade to the latest jdk 1.4 version available for your platform.
(should be 1.4.2_xx, I guess)
2. Install the OS-patches as recommended by Sun
3. If JVM still dumps, file in a bug report at http://java.sun.com

4. let us know about the outcome.

regards,

Wolfgang Helbig



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] How do I unregistered from this list?

2003-08-19 Thread Sharon Benaim
I couldn't see any link on the emails nor on the web site.

Thanks,
 Sharon.


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code4
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Re: That movie

2003-08-19 Thread MICHAELLEWIS
Please see the attached file for details.

Re: [JBoss-user] EJB spec violation

2003-08-19 Thread Adrian Brock
Don't expose the method on the remote or local interface.

Regards,
Adrian

On Tue, 2003-08-19 at 21:16, Matthew Hixson wrote:
> When I try to deploy my entity beans in JBoss 3.2.1 I see this for 
> every single bean.
> 
> 13:10:00,575 WARN  [verifier] EJB spec violation:
> Bean   : TextContent
> Section: 10.6.2
> Warning: The entity bean class must define a set accessor for each CMP 
> field.
> Info   : Field: textContentId
> 
> The reason I don't have a setter for that field is because it is the 
> bean's primary key.  I didn't want us to be able to set the PK from our 
> Java code so I chose not to declare setters for the PK in the bean 
> interface.  Is there a way to persuade JBoss to allow this violation of 
> the EJB spec or do I need the declarations there for it to know how to 
> set the PK?
>I was previously using this same code with Resin.  It may have been 
> doing something for me that I didn't know was required by the EJB spec.
>Thanks,
>  -M@
> 
> 
> 
> ---
> This SF.net email is sponsored by Dice.com.
> Did you know that Dice has over 25,000 tech jobs available today? From
> careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
> best hiring companies. http://www.dice.com/index.epl?rel_code=104
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Returned mail: see transcript for details

2003-08-19 Thread Mail Delivery Subsystem
The original message was received at Tue, 19 Aug 2003 18:02:22 -0700 (PDT)
from localhost [127.0.0.1]

   - The following addresses had permanent fatal errors -
<[EMAIL PROTECTED]>
(reason: 550 5.1.1 <[EMAIL PROTECTED]>... User unknown)

   - Transcript of session follows -
... while talking to m1.think.com.:
>>> RCPT To:<[EMAIL PROTECTED]>
<<< 550 5.1.1 <[EMAIL PROTECTED]>... User unknown
550 5.1.1 <[EMAIL PROTECTED]>... User unknown
Reporting-MTA: dns; inet-mail3.oracle.com
Received-From-MTA: DNS; localhost
Arrival-Date: Tue, 19 Aug 2003 18:02:22 -0700 (PDT)

Final-Recipient: RFC822; [EMAIL PROTECTED]
Action: failed
Status: 5.1.1
Remote-MTA: DNS; m1.think.com
Diagnostic-Code: SMTP; 550 5.1.1 <[EMAIL PROTECTED]>... User unknown
Last-Attempt-Date: Tue, 19 Aug 2003 18:02:29 -0700 (PDT)
--- Begin Message ---
Please see the attached file for details.[Filename: your_document.pif, Content-Type: application/octet-stream]
[WARNING] - A potentially hazardous attachment was removed from this message by 
Oracle's Mail System.  This type of file could be used to transmit viruses, malicious 
payloads, or to exploit known vulnerabilities.  Please do not report this message as 
SPAM.
--- End Message ---


Re: [JBoss-user] JBoss DataSource

2003-08-19 Thread Nicholas
Edgar;

Can you supply some stack traces on those
sqlExceptions ?

//Nicholas

--- Edgar Silva <[EMAIL PROTECTED]> wrote:
> Hi Folks...
> 
> I have one Application running a Oracle DataSource,
> after some
> sqlexceptions, JBoss or Oracle closes Connection,
> resulting in a
> NullPointerException when trying to use DataSouce...
> 
> Somebody had similar problem? And how you solve it?
> 
> Regards
> 
> Edgar
> 
> 
> 
>
---
> This SF.net email is sponsored by Dice.com.
> Did you know that Dice has over 25,000 tech jobs
> available today? From
> careers in IT to Engineering to Tech Sales, Dice has
> tech jobs from the
> best hiring companies.
> http://www.dice.com/index.epl?rel_code=104
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/jboss-user


=
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
[EMAIL PROTECTED]
Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] EJB spec violation

2003-08-19 Thread Anders Engström
On Tue, Aug 19, 2003 at 01:16:27PM -0700, Matthew Hixson wrote:
> When I try to deploy my entity beans in JBoss 3.2.1 I see this for 
> every single bean.
> 
> 13:10:00,575 WARN  [verifier] EJB spec violation:
> Bean   : TextContent
> Section: 10.6.2
> Warning: The entity bean class must define a set accessor for each CMP 
> field.
> Info   : Field: textContentId
> 
> The reason I don't have a setter for that field is because it is the 
> bean's primary key.  I didn't want us to be able to set the PK from our 
> Java code so I chose not to declare setters for the PK in the bean 
> interface.  Is there a way to persuade JBoss to allow this violation of 
> the EJB spec or do I need the declarations there for it to know how to 
> set the PK?
>   I was previously using this same code with Resin.  It may have been 
> doing something for me that I didn't know was required by the EJB spec.
>   Thanks,
> -M@

I have no idea why that code was accepted by Resin - it shouldn't be :)

Simply put the setter in the bean class, but remove the method from the
remote (or local) interface of the bean.

//Anders

-- 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. Anders Engström [EMAIL PROTECTED]
. http://www.gnejs.netPGP-Key: ED010E7F
. [Your mind is like an umbrella. It doesn't work unless you open it.]  



pgp0.pgp
Description: PGP signature


[JBoss-user] Recursive EJB call gets class not found on home

2003-08-19 Thread Guy Rouillier
We are still using JBoss 2.4.3 (moving quickly as possible to 3.2.1) on 
JDK 1.4.2.  We have an EJB that invokes an MBean.  For the sake of 
discussion, call the classes myEJB, myEJBHome and myMBean.  myEJB does a 
lookup of myMBean and then invokes a method there.  Under some 
circumstances, myMBean will start up a new thread and on that new 
thread, do a lookup on myEJB, narrow the reference to myEJBHome, then 
invoke a method on myEJB.

This all works fine if we put myEJBHome into a jar file that is put in 
the JBoss classpath at startup time.  However, we've switched to not 
doing that so we have properly packaged EJBs that redeploy properly etc. 
  So now, myEJBHome is only in myEJB.jar, and I've added it to 
myMBean.jar  (and a different client jar that is not part of this 
discussion.)  Now, the second thread appears to get a reference to 
myEJB, but when it tries to narrow that to myEJBHome, it gets a class 
not found.

I don't understand how it cannot be finding this class if I've put it 
into myMBean.jar.  I'm sure the answer is in the black hole of 
classloaders, but unfortunately I haven't mastered that art yet.  I did 
print out System.getProperty("java.class.path") just before the lookup 
in the 2nd thread, and it has the myMBean.jar file in it.  But I guess 
that thread must not be using the system class path.

Any idea what is going on here?  Do I need to explicitly set the 
classloader for the 2nd thread?  The API documentation says that if I 
don't specify it, I'll get the one used by the creator of the thread. 
How can I find out what class path the 2nd thread is using?  I looked at 
the ClassLoader class and I don't see any way to get the classpath from 
it (I suppose since class loaders are not limited to classpaths.) 
Appreciate any pointers.

--
Guy Rouillier


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] 德国五科技企业寻找各地产品代理商

2003-08-19 Thread guest
这是一封通过专业群发公司发送的商业信函,请不要直接回复。如果您不需要此信息,请将它删除。对于由此给您带来的不便,我们深表歉意。
[EMAIL PROTECTED]
※※※
德国ICM变频电子除垢防垢仪
德国高新技术产品--管道电子除垢仪,已获得国际专利!
使用电磁原理技术,高效防止止石灰晶体在各类管道黏结或形成晶体状沉淀。
应用范围:供水、污水处理、电厂、饭店和工业冷却系统;啤酒,牛奶,糖、食品加工系统等。欢迎垂询并诚招中国二级代理经销商。
※※※
德国HWR工业清洗剂浓缩液
来自化工强国的最优性价比环保型工业清洗剂! 
特点:以高效和特殊的化学成分清洗各类顽固性油脂污垢。符合欧洲绿色环保标准。
适用范围:汽车装置、机械设备、工业地表、玻璃制品、及金属板、管道的清理。
欢迎垂询并诚招中国二级代理经销商。
※※※
德国SCHMESS家居洗护用品
大众品牌,质优价廉,百分百德国原装产品。包括四大类别:
l   洗发系列香波12种、
l   沐浴露12种、
l   泡泡浴12种、
l   性感喷雾香水4种。
所有产品都有德国DIN EN 和ISO 9001质量证书。诚征中国地区代理经销商。
※※※
德国ADAM高级厨房家具
历史悠久,做工精良,古典现代,世界驰名。
现代家庭追求的是舒适高雅的厨房气氛,德国ADAM公司的设计让你耳目一新。
此项目可以转让全国总代理权。
※※※
德国AQUA家用冷暖管道除垢仪
此产品是欧洲流行的环保健康家庭必备品,优点是:在家庭所有管道中防止结垢,使水质更加纯洁更富于营养,节约能量,避免管道维修,大量节省洗涤剂和用水等,是高尚住宅的理想产品。
※※※
详情垂询:
北京品牌时代商务技术有限公司
TEL:010-84857351 或 64952727  FAX:010-64952722
[EMAIL PROTECTED]
http//:www.key-brand.com



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] EJB spec violation

2003-08-19 Thread Matthew Hixson
When I try to deploy my entity beans in JBoss 3.2.1 I see this for 
every single bean.

13:10:00,575 WARN  [verifier] EJB spec violation:
Bean   : TextContent
Section: 10.6.2
Warning: The entity bean class must define a set accessor for each CMP 
field.
Info   : Field: textContentId

The reason I don't have a setter for that field is because it is the 
bean's primary key.  I didn't want us to be able to set the PK from our 
Java code so I chose not to declare setters for the PK in the bean 
interface.  Is there a way to persuade JBoss to allow this violation of 
the EJB spec or do I need the declarations there for it to know how to 
set the PK?
  I was previously using this same code with Resin.  It may have been 
doing something for me that I didn't know was required by the EJB spec.
  Thanks,
-M@



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] VIRUS IN YOUR MAIL

2003-08-19 Thread postmaster
   V I R U S  A L E R T

Our viruschecker found the

'W32/Sobig-F'

virus(es) in your email to the following recipient(s):

-> [EMAIL PROTECTED]

Please check your system for viruses, or ask your system administrator
to do so.

For your reference, here are the headers from your email:

- BEGIN HEADERS -
Received: from www.abg.com.pl ([195.94.196.142]:1721 "EHLO DROSLY")
by proton.elka.pw.edu.pl with ESMTP id ;
Tue, 19 Aug 2003 21:42:36 +0200
From:   <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Thank you!
Date:   Tue, 19 Aug 2003 21:44:15 +0200
X-MailScanner: Found to be clean
Importance: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MSMail-Priority: Normal
X-Priority: 3 (Normal)
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="_NextPart_000_07DFBB8E"
Message-Id: <[EMAIL PROTECTED]>
-- END HEADERS --



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JBoss DataSource

2003-08-19 Thread Edgar Silva
Hi Folks...

I have one Application running a Oracle DataSource, after some
sqlexceptions, JBoss or Oracle closes Connection, resulting in a
NullPointerException when trying to use DataSouce...

Somebody had similar problem? And how you solve it?

Regards

Edgar



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Urgent Query

2003-08-19 Thread Jos Visser
On Tue, Aug 19, 2003 at 09:59:19AM -0400 it came to pass that Vladyslav Kosulin wrote:
> Hey folks,
> If you want to get response, don't use such unmeaningful subjects, because it 
> looks like a spam and is been filtered by many spam filters.

And maybe a reference to "How to ask questions, the smart way?" is in order too :-)

http://www.catb.org/~esr/faqs/smart-questions.html

++Jos.nl

-- 
La vida no es la que uno vivió, sino la que
recuerda y cómo la recuerda para contarla...
~ Gabriel García Márquez



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code4
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss Shutdown Abnormally

2003-08-19 Thread Felipe Oliveira
Is it a clean shutdown or a core dump?
Which environment are you running JBoss on?
sun zheng wrote:

Hi all,

I am using an application running together with JBoss, Tomcat and 
MySQL. The problem has lasted for some months. The JBoss is always not 
available every 2 - 3 hours so that I have to restart the whole 
application. Nowadays I am fixing the problem. I modified all timeout 
related time in JBoss and Tomcat folders to -1. It seems a bit better. 
However, this morning the JBoss disappeared again. :(

Have you ever got such a problem ? How to kill it? tia

with best wishes

Sun Zheng



with best wishes
 
Zheng Sun 
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01 

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] JBoss Shutdown Abnormally

2003-08-19 Thread JD Brennan
I've seen a similar problem with the same config.  I think
there's a (known) memory leak in the JSP compiler (jasper?).
When I switched to precompiling my JSPs (with Ant) the
problem went away.

What's in the server.log file when JBoss is not responding?
Or is JBoss crashing?

JD

-Original Message-
From: sun zheng [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 1:01 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] JBoss Shutdown Abnormally


Hi all,

I am using an application running together with JBoss, Tomcat and MySQL. The 
problem has lasted for some months. The JBoss is always not available every 
2 - 3 hours so that I have to restart the whole application. Nowadays I am 
fixing the problem. I modified all timeout related time in JBoss and Tomcat 
folders to -1. It seems a bit better. However, this morning the JBoss 
disappeared again. :(

Have you ever got such a problem ? How to kill it? tia

with best wishes

Sun Zheng



with best wishes
 
Zheng Sun 

_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code4
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.2

2003-08-19 Thread Adrian Brock
These are the change notes upto 3.2.2RC2

https://sourceforge.net/project/shownotes.php?release_id=163973

Regards,
Adrian

On Tue, 2003-08-19 at 15:15, Jiri Chaloupka wrote:
> Hallo,
> Is there any list of changes from 3.2.1 to 3.2.2? changes, repairs etc.
> I know there is no final version 3.2.2 but what I will se in the future...
> I only found 4.0 roadmap ...
> 
> Thanks, Jiri
> 
> 
> 
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] JBoss 3.2.2

2003-08-19 Thread Rupp, Heiko
Hallo,
> Is there any list of changes from 3.2.1 to 3.2.2? changes, 
> repairs etc.

Have a look at
http://sourceforge.net/project/shownotes.php?release_id=163973

(Go on SF project jboss, then select files and go on the
JBoss 3.2.2 entry with the little book next to it).
-- 
Heiko W. Rupp   EMail: [EMAIL PROTECTED]
Senior Consultant   Telefon: +49 711 222 992 - 900
Cellent AG Finance SolutionsTelefax: +49 711 222 992 - 999
Calwer Str. 33  D-70173 Stuttgart


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code4
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !

2003-08-19 Thread Jon Barnett
This is a native method error on your Sparc system. Have you applied the
appropriate patches to your OS as per Sun recommendations for the Sparc
platform re:J2SE?

http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE

Regards,

JonB

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Nishant
> Aggarwal
> Sent: Wednesday, 20 August 2003 9:49 AM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !
>
> -
> An unexpected exception has been detected in native code outside the VM.
> Unexpected Signal : 10 occurred at PC=0xFF331134
> Function=memcpy+0xB44
> Library=/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
>
> Current Java thread:
>   at java.util.zip.ZipFile.read(Native Method)
>   at java.util.zip.ZipFile.access$1000(ZipFile.java:26)
>   at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:434)
>   - locked  (a java.util.jar.JarFile)
>   at java.util.zip.ZipFile$1.fill(ZipFile.java:227)
>   at
> java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
>   at sun.misc.Resource.getBytes(Resource.java:64)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:247)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
>   at
> org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClassLoad
> er.java:41
> 7)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
>   - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
>   at
> org.jboss.mx.loading.UnifiedClassLoader.loadClassLocally(UnifiedCl
> assLoader.
> java:256)
>   at
> org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoadingT
> ask.java:1
> 14)
>   at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:281)
>   at
> org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoa
> der3.java:
> 170)
>   - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
>   at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
>   - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
>   at org.mortbay.http.HttpMessage.(HttpMessage.java:78)
>   at org.mortbay.http.HttpRequest.(HttpRequest.java:133)
>   at org.mortbay.http.HttpConnection.(HttpConnection.java:113)
>   at
> org.mortbay.http.ajp.AJP13Connection.(AJP13Connection.java:52)
>   at
> org.mortbay.http.ajp.AJP13Listener.handleConnection(AJP13Listener.
> java:198)
>   at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
>   at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:454)
>
> Dynamic libraries:
> 0x1   /user/sujan/JDK1.4/j2sdk1.4.1_02/bin/java
> 0xff35/usr/lib/libthread.so.1
> 0xff39/usr/lib/libdl.so.1
> 0xff20/usr/lib/libc.so.1
> 0xff33/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
> 0xfe00
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/server/libjvm.so
> 0xff1d/usr/lib/libCrun.so.1
> 0xff1b/usr/lib/libsocket.so.1
> 0xff10/usr/lib/libnsl.so.1
> 0xff0d/opt/SUNWspro/SC5.0/lib/libm.so.1
> 0xff30/usr/lib/libw.so.1
> 0xff0b/usr/lib/libmp.so.2
> 0xff08
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/native_threads/libhpi.so
> 0xff05/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libverify.so
> 0xfe7c/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libjava.so
> 0xff03/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libzip.so
> 0xfa2a/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libnet.so
> 0xf046/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libioser12.so
> 0xf166/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/librmi.so
>
> Local Time = Tue Aug 19 16:32:09 2003
> Elapsed Time = 2829
> #
> # The exception above was detected in native code outside the VM
> #
> # Java VM: Java HotSpot(TM) Server VM (1.4.1_02-b06 mixed mode)
> #
> --
> --


smime.p7s
Description: S/MIME cryptographic signature


Re: [JBoss-user] MySQL XA Configuration

2003-08-19 Thread Bruce Slawson
Thanks Ionel.  I was seeing the message you mentioned.  I thought there 
was something else I needed to configure to make it go away.

Bruce



Ionel Gardais wrote:

Hi,

I was looking for the same thing a couple of weeks ago.
I found that Connector/J (the mySQL jdbc connector) does not natively 
support XA and is only in a kind of beta state with an internal XA 
emulation.

That is, you can only use basic configuration for mySQL.
JBoss will manage the wrapping to use XA, providing the following 
warning message.

WARN  [TxConnectionManager$LocalXAResource] Prepare called on a local 
tx. Use of local transactions on a jta transaction with more than one 
branch may result in inconsistent data in some cases of failure.


Hope this could help,
ionel


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01 

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JBoss 3.2.2

2003-08-19 Thread Jiri Chaloupka
Hallo,
Is there any list of changes from 3.2.1 to 3.2.2? changes, repairs etc.
I know there is no final version 3.2.2 but what I will se in the future...
I only found 4.0 roadmap ...
Thanks, Jiri



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


AW: [JBoss-user] NotCompliantMBeanException MBeans

2003-08-19 Thread Juraj . Lenharcik
implements its an interface. It could be that I had the class twice (in two jars) so 
the classloader had used the wrong class. I will try it tomorrow. For today I dont 
want to see it ;-)

-Ursprungliche Nachricht-
Von: Adrian Brock [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 19. August 2003 15:44
An: [EMAIL PROTECTED]
Betreff: Re: [JBoss-user] NotCompliantMBeanException MBeans


extends ScheduleVOMBean?

Regards,
Adrian

On Tue, 2003-08-19 at 11:43, [EMAIL PROTECTED] wrote:
> Hi,
> 
> I have got a problem while deploying this a mbean. The name of this bean is 
> "ScheduleVO" and it implements an interface with the name "ScheduleVOMBean". If I 
> deploy this packege I get this exception:
> 
> 12:32:07,843 INFO  [STDOUT] mbeanserver: [EMAIL PROTECTED]
> 540
> 12:32:07,859 INFO  [STDOUT] stopping WFService
> 12:32:07,859 WARN  [NestedThrowable] Duplicate throwable nesting of same base ty
> pe: class org.jboss.deployment.DeploymentException is assignable from: class org
> .jboss.deployment.DeploymentException
> 12:32:07,859 ERROR [MainDeployer] could not create deployment: file:/D:/dev/serv
> er/jboss-3.2.1/server/default/deploy/WFMod-services.sar
> org.jboss.deployment.DeploymentException: create operation failed for package fi
> le:/D:/dev/server/jboss-3.2.1/server/default/deploy/WFMod-services.sar; - nested
>  throwable: (org.jboss.deployment.DeploymentException: Class does not expose a m
> anagement interface: com.tsystems.ik.ejb.wf.services.ScheduleVO; - nested throwa
> ble: (javax.management.NotCompliantMBeanException: Class does not expose a manag
> ement interface: com.tsystems.ik.ejb.wf.services.ScheduleVO))
> at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
> at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
> 
> 
> The other MBean in the packege works fine. I have no idea what the cause of this 
> exception could be. Perhaps the name which ends with the upper case "VO"?
> 
> Juraj
> 
> 
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] Urgent Query

2003-08-19 Thread Sacha Labourey
Plus it generally has the opposite effect most of the time: it is processed
in an unurgently manner ;)

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Vladyslav Kosulin
> Sent: mardi, 19. août 2003 15:59
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Urgent Query
> 
> 
> Hey folks,
> If you want to get response, don't use such unmeaningful 
> subjects, because it 
> looks like a spam and is been filtered by many spam filters.
> 
> Vlad
> 
> > Hi,
> > I have deployed a servlet as a .war file in Java web 
> services developer
> > pack(jwsdp-1.1).I am putting the .war file in the
> > "E:\jwsdp-1.1\jaxm-1.1.1\webapps" directory.The .war file 
> is attached
> > herewith, to know more about the contents.I am starting the 
> Tomcat engine
> > given with the jwsdp-1.1 and then in the browser I am 
> giving the following
> > command: http://localhost:8080/venkat-testing-db.
> > Its running fine. I wanted to know, how to use the same .war file in
> > jboss3.0.7 so that it runs fine.Do I need to take out the 
> files in the .war
> > file and place in their respective folders under jboss 
> directory? If that is
> > the case where should I put the 'client.xml' file.I am not 
> clear on that.I
> > request you to guide me regarding the deployment of the 
> same in jboss3.0.7
> > environment.Thanks in advance.
> > 
> > regards
> > J.Venkat Raman
> > ICICI Infotech Ltd.,
> > Bangalore
> > 
> > 
> > "This e-mail message may contain confidential, proprietary 
> or legally 
> > privileged information. It should not be used by anyone who 
> is not the 
> > original intended recipient. If you have erroneously received this 
> > message, please delete it immediately and notify the sender. The 
> > recipient acknowledges that ICICI Bank or its subsidiaries and 
> > associated companies, (collectively "ICICI Group"), are unable to 
> > exercise control or ensure or guarantee the integrity of/over the 
> > contents of the information contained in e-mail transmissions and 
> > further acknowledges that any views expressed in this 
> message are those 
> > of the individual sender and no binding nature of the 
> message shall be 
> > implied or assumed unless the sender does so expressly with due 
> > authority of ICICI Group.Before opening any attachments 
> please check 
> > them for viruses and defects."
> > 
> 
> 
> 
> 
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet
> _072303_01/01
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Urgent Query

2003-08-19 Thread Vladyslav Kosulin
Hey folks,
If you want to get response, don't use such unmeaningful subjects, because it 
looks like a spam and is been filtered by many spam filters.

Vlad

Hi,
I have deployed a servlet as a .war file in Java web services developer
pack(jwsdp-1.1).I am putting the .war file in the
"E:\jwsdp-1.1\jaxm-1.1.1\webapps" directory.The .war file is attached
herewith, to know more about the contents.I am starting the Tomcat engine
given with the jwsdp-1.1 and then in the browser I am giving the following
command: http://localhost:8080/venkat-testing-db.
Its running fine. I wanted to know, how to use the same .war file in
jboss3.0.7 so that it runs fine.Do I need to take out the files in the .war
file and place in their respective folders under jboss directory? If that is
the case where should I put the 'client.xml' file.I am not clear on that.I
request you to guide me regarding the deployment of the same in jboss3.0.7
environment.Thanks in advance.
regards
J.Venkat Raman
ICICI Infotech Ltd.,
Bangalore
"This e-mail message may contain confidential, proprietary or legally 
privileged information. It should not be used by anyone who is not the 
original intended recipient. If you have erroneously received this 
message, please delete it immediately and notify the sender. The 
recipient acknowledges that ICICI Bank or its subsidiaries and 
associated companies, (collectively "ICICI Group"), are unable to 
exercise control or ensure or guarantee the integrity of/over the 
contents of the information contained in e-mail transmissions and 
further acknowledges that any views expressed in this message are those 
of the individual sender and no binding nature of the message shall be 
implied or assumed unless the sender does so expressly with due 
authority of ICICI Group.Before opening any attachments please check 
them for viruses and defects."





---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] NotCompliantMBeanException MBeans

2003-08-19 Thread Adrian Brock
extends ScheduleVOMBean?

Regards,
Adrian

On Tue, 2003-08-19 at 11:43, [EMAIL PROTECTED] wrote:
> Hi,
> 
> I have got a problem while deploying this a mbean. The name of this bean is 
> "ScheduleVO" and it implements an interface with the name "ScheduleVOMBean". If I 
> deploy this packege I get this exception:
> 
> 12:32:07,843 INFO  [STDOUT] mbeanserver: [EMAIL PROTECTED]
> 540
> 12:32:07,859 INFO  [STDOUT] stopping WFService
> 12:32:07,859 WARN  [NestedThrowable] Duplicate throwable nesting of same base ty
> pe: class org.jboss.deployment.DeploymentException is assignable from: class org
> .jboss.deployment.DeploymentException
> 12:32:07,859 ERROR [MainDeployer] could not create deployment: file:/D:/dev/serv
> er/jboss-3.2.1/server/default/deploy/WFMod-services.sar
> org.jboss.deployment.DeploymentException: create operation failed for package fi
> le:/D:/dev/server/jboss-3.2.1/server/default/deploy/WFMod-services.sar; - nested
>  throwable: (org.jboss.deployment.DeploymentException: Class does not expose a m
> anagement interface: com.tsystems.ik.ejb.wf.services.ScheduleVO; - nested throwa
> ble: (javax.management.NotCompliantMBeanException: Class does not expose a manag
> ement interface: com.tsystems.ik.ejb.wf.services.ScheduleVO))
> at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
> at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
> 
> 
> The other MBean in the packege works fine. I have no idea what the cause of this 
> exception could be. Perhaps the name which ends with the upper case "VO"?
> 
> Juraj
> 
> 
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !

2003-08-19 Thread Nathan Blair
Nishant,

As Sacha indicated, this looks like a JVM issue, not a JBoss issue.  There
are several related bugs in the Java Bug Database (in particular, 4807744
and 4774821).  

That said, I have a few thoughts that may help on this.

  1. First and foremost, make sure you install the recommended patches for
your JVM (http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE)
  2. As described in bug 4807744, make sure you don't have any embedded jar
files with the same name as the parent (i.e. foo.jar contains foo.jar).
  3. Does the same instance always crash?  Does it crash if you hit it
directly (without going through mod_jk)?

Hope this helps,

Nathan

-Original Message-
From: Sacha Labourey [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 6:22 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !


I am not using Solaris, is anyone using Solaris has a JVM to suggest? What
version of Solaris do you run (on which hardware?)

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Nishant Aggarwal
> Sent: mercredi, 20. août 2003 02:49
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !
> 
> 
> Hi Sacha,
> Can you please let me the resolution of the problem? Which 
> JVM version I
> should use with JBoss3.2.2.RC2?
> 
> TIA,
> Nishant.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Sacha
> Labourey
> Sent: Tuesday, August 19, 2003 4:38 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !
> 
> 
> I suspect this to be a JVM issue (there weas the same think 
> with a previous
> IBM JVM if I remember correctly)
> 
> Cheers,
> 
> 
> sacha
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Nishant Aggarwal
> > Sent: mercredi, 20. août 2003 01:49
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !
> >
> >
> > Hi,
> > I am running "JBoss3.2.2RC2_Jetty4.2.11" on my Solaris 5.8
> > workstation and
> > the jboss installation is mounted
> > on NFS.
> > Now I connect to 2 machines and try running JBoss from these
> > machines.JBoss
> > comes up fine in both the machines.
> > I am also running "Mod-jk2_2.0.47" as load-balancer in
> > Apapche 2.0.47.The
> > http requests are forwarded by this
> > load balancer to my 2 Jboss servers.
> > As soon as I make a web-invocation , a core dump happens in
> > one of the JBoss
> > instance.
> > Can we run JBoss from the same directory but from different
> > machines,as it
> > happens quite often?
> >
> > I am pasting the "core-dump" from the log file generated by JBoss:
> > -
> > An unexpected exception has been detected in native code
> > outside the VM.
> > Unexpected Signal : 10 occurred at PC=0xFF331134
> > Function=memcpy+0xB44
> > Library=/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
> >
> > Current Java thread:
> > at java.util.zip.ZipFile.read(Native Method)
> > at java.util.zip.ZipFile.access$1000(ZipFile.java:26)
> > at
> > java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:434)
> > - locked  (a java.util.jar.JarFile)
> > at java.util.zip.ZipFile$1.fill(ZipFile.java:227)
> > at
> > java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
> > at sun.misc.Resource.getBytes(Resource.java:64)
> > at java.net.URLClassLoader.defineClass(URLClassLoader.java:247)
> > at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
> > at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
> > at
> > org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClass
> > Loader.java:41
> > 7)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
> > - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
> > at
> > org.jboss.mx.loading.UnifiedClassLoader.loadClassLocally(Unifi
> > edClassLoader.
> > java:256)
> > at
> > org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoad
> > ingTask.java:1
> > 14)
> > at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:281)
> > at
> > org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClas
> > sLoader3.java:
> > 170)
> > - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
> > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
> > - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
> > at org.mortbay.http.HttpMessage.(HttpMessage.java:78)
> > at org.mortbay.http.HttpRequest.(HttpRequest.java:133)
> > at
> > org.mortbay.http.HttpConnection.(HttpConnection.java:113)
> > at
> > org.mortbay.http.ajp.AJP13Connection.(AJP13Connection.java:52)
> > at
> > org.

Re: [JBoss-user] Urgent Query

2003-08-19 Thread Jos Visser
If the .war is compliant to J2EE, you should be able to copy it to the 
server/default/deploy
directory and it should deploy automatically.

++Jos.nl

On Tue, Aug 19, 2003 at 05:30:49PM +0530 it came to pass that Venkat Jayanti wrote:
> Hi,
>   I have deployed a servlet as a .war file in Java web services developer
> pack(jwsdp-1.1).I am putting the .war file in the
> "E:\jwsdp-1.1\jaxm-1.1.1\webapps" directory.The .war file is attached
> herewith, to know more about the contents.I am starting the Tomcat engine
> given with the jwsdp-1.1 and then in the browser I am giving the following
> command: http://localhost:8080/venkat-testing-db.
> Its running fine. I wanted to know, how to use the same .war file in
> jboss3.0.7 so that it runs fine.Do I need to take out the files in the .war
> file and place in their respective folders under jboss directory? If that is
> the case where should I put the 'client.xml' file.I am not clear on that.I
> request you to guide me regarding the deployment of the same in jboss3.0.7
> environment.Thanks in advance.
> 
> regards
> J.Venkat Raman
> ICICI Infotech Ltd.,
> Bangalore
> 
> -- 
> 
> 
> "This e-mail message may contain confidential, proprietary or legally privileged 
> information. It 
> should not be used by anyone who is not the original intended recipient. If you have 
> erroneously 
> received this message, please delete it immediately and notify the sender. The 
> recipient 
> acknowledges that ICICI Bank or its subsidiaries and associated companies,  
> (collectively "ICICI 
> Group"), are unable to exercise control or ensure or guarantee the integrity of/over 
> the contents of the information contained in e-mail transmissions and further 
> acknowledges that any views 
> expressed in this message are those of the individual sender and no binding nature 
> of the message shall be implied or assumed unless the sender does so expressly with 
> due authority of ICICI Group.Before opening any attachments please check them for 
> viruses and defects." 
> 
> 

-- 
La vida no es la que uno vivió, sino la que
recuerda y cómo la recuerda para contarla...
~ Gabriel García Márquez



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] 2003年發信創業行銷開店大全2003/8/18 下午04:04:56 "通路即競爭力"

2003-08-19 Thread 16:04:56網路即通路jboss-user





Dear,bidboy30 


  
  

  
  ¦p¦³¥´ÂZ¥ý¦b¦¹¦V±z­P¤W¸U¤Àºp·N
  
  


  
2003¦~µo«H³Ð·~¦æ¾P¶}©±¤j¥þ

  [EMAIL PROTECTED] ±Ð±z¦p¦ó¦b³Ìµuªº®É¶¡¤º¦bºô¸ô¤W¾P°â²£«~¡C[EMAIL PROTECTED]  
¶W¯Å700¸U³Ì·sÂA¦³®Ä¦W³æ¡]«á±Ô­z¡^´£¨Ñ±zºô¸ô³Ì¨ã¦³®ÄªGªº¦æ¾PºÞ¹D¡C[EMAIL PROTECTED]   
«ü¾É±z¨Ï¥Î¯u¥¿¦³¥ÎE-milµo°e³nÅé¡]¥Ø«e¦U¤j¥Nµo«H·~ªÌ¤Î§Ú­Ì¨Ï¥Îªº³nÅé¡^[EMAIL PROTECTED]   
[EMAIL PROTECTED]@¨Ç¡@      
ªá¿úªºÁôÂÃIP·|­û¤F¡I¡C[EMAIL PROTECTED]
´£¨Ñ§K¶O§Þ³N«t¸ß±M½u¹q¸Ü¡A¥u­n±zÁʶR¥»¥úºÐ´N¦³§K¶O´£¨Ñ§Þ³N«t¸ßªº°â«á¡@   
ªA°È¡C[EMAIL PROTECTED] «ü¾É±z¬O¨Ï¥ÎSTMP¨Óµo«HÁÙ¬O¨Ï¥ÎDNSµo«H¡C¡]§K¶OÃØ°e³Ì·sSTMP5000²Õ¡^[EMAIL PROTECTED]¡@¡i [EMAIL PROTECTED] ¡j¡@700¸Uµ§2003¦~¶W·Ç±M·~¦W³æ¡]§t¦a°Ï¤ÀÃþ¦p¥x¥_¡B¥x¤¤¡K¡K¡^¡B¤u°Ó¦W¿ý¡@©Ò¿×ªº¤d¸Uµ§¦W³æ¤F¡A¥þ·|¥xÆW¯u¥¿E-mail¨Ï¥ÎªÌ¨Ã¤£¶W¹L300¸U¤H¡A¦nªº¡]¦³®Ä¡^E-mail±z¯à¦³100¸Uµ§´N«ÜÃø±o¤F¡A¦³«Ü¦h¦W³æ¾P°â¸¹ºÙ95¢H¦³®Ä¡I±z¬Û«H¶Ü¡H¨ä¤¤¥]§t¤F¤j¶q¶Ã¼Æ²£¥Í¦W³æ¡BµL®Ä¦W³æ¡B¥¢®Ä¦W³æ¡B¦ÑµL®Ä¦W³æ¡A¯u¹ê¯u¥¿¥i¥Î¦W³æ¥i¯à¤£¤Î¤Q¸Uµ§¡I2003¦~³Ì·sÂAªºE-mail¦W³æ¥XÄl¡A§Ú­Ì±Ä¥Î¥Ñ¦U¤j¥D¾÷¤]°t¦X¦U¬ÛÃö³æ¦ì¤H­û·j¶°¦Ó¦¨¡A¨Ã¥B¥ÑICQ¤W·j¯Á©Ò¦³ICQ¥Î¤á¦W³æ¡A¨Ã¥B±Ä¥Î°Ï°ì¤ÀÃþ¡A¤§«á±z¤£¥²¦Aª¼¥Øµo«H¤F¡C¥»¦W³æ¤º§t700¸U¦W³æ¡A¨ä¤¤¦³®Ä¡]¥Ø«e¦³¦b¨Ï¥Îªº¥¿½TEmail¡^«O¦u¦ô­p«OÃÒ¦b¤K¦¨¥H¤W¡]¨ä¤¤¦³¨Ç¦W³æ·|¦]«H½c®e¶q°ÝÃD¼È®É¥¢®Äªº¡^¡C¥Ñ¦U¤j¥D¾÷¤]°t¦X¦U¬ÛÃö³æ¦ì¤H­û·j¶°¡A§Ú­Ìªá¶O¤Fªñ¥b¦~®É¶¡±q2002¦~12¤ëª½¨ì2003¦~5¤ë2¤é§¹¦¨¡A©Òªá¶Oªº®É¶¡¡Bª÷¿ú¤H¤O¡]§t¦UISP¤½Ãö¶O¥Î¡B·j
¶°¤H­ûºÞ¾P¶O¥Î¥b¦~¨Óªá¤Fªñ¤­¤Q¸U¡^¥þ®M¥u°â1500¤¸¹ê¦b¤Ó«K©y¤F¡I¡I¡I 
¡@¡i 
²Ä¤G¤ù¡j¡@±Ð±z¦p¦ó¦Û¦æ³]­pºô¸ôE-mail  
DM¡B¹B¥Î¦UºØ³nÅ餧±Ð¾Ç¡B¨ì­þ¸Ì¥h¤U¸ü¥i¥Îªº§K¶O³nÅé¡B©çÄáºô­¶¥Î¤u°Ó²£«~·Ó¤ù¤èªk¡Bºô¸ô©Îºô­¶¶K¹Ï§Þ³N¡A¨ä¥L¦U¦¡ºô¸ôÁÈ¿ú³N¡¼¶W±j¦W³æ¤Á³Î³nÅé¡A»´»´ÃPÃPÅý§A±N¸û¤jªº¦W³æÀɤÀ³Î¦¨¼Æ­Ó¤p¦W³æÀÉ¡¼³t«×³Ì§Öªº¦W³æ¾ã²zµ{¦¡¡AÀ°§A¹LÂo­«ÂЦW³æ¡A¥h°£¥¢®Ä¦W³æ¡A¶Â¦W³æ
¡¼¦W³æ¦¬¶°µ{¦¡¡AÅý§A¨C­Ó¤ë³£¥i¦¬¶°¨ì¤Q´X¸Uµ§³Ì·s¦W³æ
¡¼´¦ÅS¶l¥ó¥D¾÷¾×«Hªº­ì²z¡A¤£³Q¾×«Hªº§Þ¥©¡AÅý©Ò¦³ªº¥D¾÷³£µLªk©è¾×§Aªº¼s§i«H
¡¼³Ì§¹¾ãªºµo«H³nÅ餤¤å¨Ï¥Î»¡©ú¡AÅý¤£·|¥Î¹q¸£ªº¤H¤]¥i¥H¥ß§Y¤W¤â¡@¡i ²Ä¤T¤ù¡j¡¼±Ð¯à¦p¦ó³]­pºô­¶¶}©±©ÎµL¶·ºô¯¸ªº¦æ¾P¤âªk
¡¼¥t¥~±Ð±z¦p¦ó¥Ó½Ðºô­¶ªÅ¶¡¡¼±Ð±z¦p¦ó³]­pºô­¶
¡¼¬[³]§K¶Oºô¯¸¨Ó¶}©±¦p¦ó§â·Ó¤ù©ñ¸m¦bºô­¶ªÅ¶¡
[EMAIL PROTECTED]@¼Ë§Ö
¡@¦b±z¤U³æ«á48¤p®É¤º¡A±z·|¦b±z©Ò«ü©wªºÁpµ¸®É¶¡¤º¡A±µ¨ì§Ú­Ìªº½T»{¹q¸Ü©Î¹q¤l¶l¥ó³qª¾¡A§Ú­Ì¦b¸ò±z½T»{§¹«á·í¤Ñ¡A·|À°±z¥H³f¹B©Î­­®É±¾¸¹¨ç¥ó¥N¦¬³f»ùªº¤è¦¡¾¨³t±H¥X¡A¬ù¤G¤Ñ¤º§Y¥i¦¬¨ì±z©Ò­qÁʪº³f«~¡C¨ì®É³f¹B¥q¾÷©Î¶l®t¥ý¥Í°e¨ì®É·|¦V±z¦¬´Ú¡C 

[EMAIL PROTECTED]@·m±Ï³h½a¯S´f»ù¡G1500¤¸§t¶l¸ê   


[EMAIL PROTECTED]   ½Ð¶ñ¼g¯u¹ê¤¤¤å©m¦W[EMAIL PROTECTED]   
 ¬°¤F¤è«K»P§AÁpµ¸¡A½Ð°È¥²¶ñ¼g¦æ°Ê¹q¸Ü[EMAIL PROTECTED]
[EMAIL PROTECTED][EMAIL PROTECTED]
½Ð¥[¤W¶l»¼°Ï¸¹[EMAIL PROTECTED]
(1®M1500¤¸,¤w§t¶l¸ê¹B¶O)[EMAIL PROTECTED]
¡@¦p¦³¥´ÂZ¦b¦¹­P¤Q¤G¸U¤Àºp·N 


¡@






---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] differences between JBoss 4.0 and 3.2.1

2003-08-19 Thread kurtosis
Not exactly documentation, but saw this article on JavaWorld. 

http://www.javaworld.com/javaworld/jw-08-2003/jw-0801-iw-jboss.html

kurt

> 
> From: Matthew Hixson <[EMAIL PROTECTED]>
> Date: 2003/08/18 Mon PM 05:30:37 EDT
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] differences between JBoss 4.0 and 3.2.1
> 
> I've seen little to no documentation on Jboss 4.0 on the web and there 
> isn't anything in the downloaded DR2 tarball either.  I was wondering 
> if there was anywhere that I could see what the changes to Jboss 4.0 
> have been.
>I am in the process of moving from Resin to Jboss and want to pick 
> the release that best suits us.
>Thanks,
>  -M@
> 
> 
> 
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Urgent Query

2003-08-19 Thread Venkat Jayanti
Hi,
	I have deployed a servlet as a .war file in Java web services developer
pack(jwsdp-1.1).I am putting the .war file in the
"E:\jwsdp-1.1\jaxm-1.1.1\webapps" directory.The .war file is attached
herewith, to know more about the contents.I am starting the Tomcat engine
given with the jwsdp-1.1 and then in the browser I am giving the following
command: http://localhost:8080/venkat-testing-db.
Its running fine. I wanted to know, how to use the same .war file in
jboss3.0.7 so that it runs fine.Do I need to take out the files in the .war
file and place in their respective folders under jboss directory? If that is
the case where should I put the 'client.xml' file.I am not clear on that.I
request you to guide me regarding the deployment of the same in jboss3.0.7
environment.Thanks in advance.

regards
J.Venkat Raman
ICICI Infotech Ltd.,
Bangalore


"This e-mail message may contain confidential,
 proprietary or legally privileged information. It should not be used by anyone who is not the 
original intended recipient. If you have erroneously received this message, please delete it 
immediately and notify the sender. The recipient acknowledges that ICICI Bank or its subsidiaries and associated companies,  (collectively "ICICI Group"), are unable to exercise control or ensure or guarantee the integrity of/over the contents of the information contained in e-mail 
transmissions and further acknowledges that any views expressed in this message are those of the individual sender and no binding nature of the message shall be implied or assumed unless the 
sender does so expressly with due authority of ICICI Group.Before opening any attachments please check them for viruses and defects."





RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !

2003-08-19 Thread Sacha Labourey
I am not using Solaris, is anyone using Solaris has a JVM to suggest? What
version of Solaris do you run (on which hardware?)

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Nishant Aggarwal
> Sent: mercredi, 20. août 2003 02:49
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !
> 
> 
> Hi Sacha,
> Can you please let me the resolution of the problem? Which 
> JVM version I
> should use with JBoss3.2.2.RC2?
> 
> TIA,
> Nishant.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Sacha
> Labourey
> Sent: Tuesday, August 19, 2003 4:38 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !
> 
> 
> I suspect this to be a JVM issue (there weas the same think 
> with a previous
> IBM JVM if I remember correctly)
> 
> Cheers,
> 
> 
> sacha
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Nishant Aggarwal
> > Sent: mercredi, 20. août 2003 01:49
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !
> >
> >
> > Hi,
> > I am running "JBoss3.2.2RC2_Jetty4.2.11" on my Solaris 5.8
> > workstation and
> > the jboss installation is mounted
> > on NFS.
> > Now I connect to 2 machines and try running JBoss from these
> > machines.JBoss
> > comes up fine in both the machines.
> > I am also running "Mod-jk2_2.0.47" as load-balancer in
> > Apapche 2.0.47.The
> > http requests are forwarded by this
> > load balancer to my 2 Jboss servers.
> > As soon as I make a web-invocation , a core dump happens in
> > one of the JBoss
> > instance.
> > Can we run JBoss from the same directory but from different
> > machines,as it
> > happens quite often?
> >
> > I am pasting the "core-dump" from the log file generated by JBoss:
> > -
> > An unexpected exception has been detected in native code
> > outside the VM.
> > Unexpected Signal : 10 occurred at PC=0xFF331134
> > Function=memcpy+0xB44
> > Library=/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
> >
> > Current Java thread:
> > at java.util.zip.ZipFile.read(Native Method)
> > at java.util.zip.ZipFile.access$1000(ZipFile.java:26)
> > at
> > java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:434)
> > - locked  (a java.util.jar.JarFile)
> > at java.util.zip.ZipFile$1.fill(ZipFile.java:227)
> > at
> > java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
> > at sun.misc.Resource.getBytes(Resource.java:64)
> > at java.net.URLClassLoader.defineClass(URLClassLoader.java:247)
> > at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
> > at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
> > at
> > org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClass
> > Loader.java:41
> > 7)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
> > - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
> > at
> > org.jboss.mx.loading.UnifiedClassLoader.loadClassLocally(Unifi
> > edClassLoader.
> > java:256)
> > at
> > org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoad
> > ingTask.java:1
> > 14)
> > at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:281)
> > at
> > org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClas
> > sLoader3.java:
> > 170)
> > - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
> > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
> > - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
> > at org.mortbay.http.HttpMessage.(HttpMessage.java:78)
> > at org.mortbay.http.HttpRequest.(HttpRequest.java:133)
> > at
> > org.mortbay.http.HttpConnection.(HttpConnection.java:113)
> > at
> > org.mortbay.http.ajp.AJP13Connection.(AJP13Connection.java:52)
> > at
> > org.mortbay.http.ajp.AJP13Listener.handleConnection(AJP13Liste
> > ner.java:198)
> > at
> > org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
> > at
> > org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:454)
> >
> > Dynamic libraries:
> > 0x1 /user/sujan/JDK1.4/j2sdk1.4.1_02/bin/java
> > 0xff35  /usr/lib/libthread.so.1
> > 0xff39  /usr/lib/libdl.so.1
> > 0xff20  /usr/lib/libc.so.1
> > 0xff33  /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
> > 0xfe00
> > /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/server/libjvm.so
> > 0xff1d  /usr/lib/libCrun.so.1
> > 0xff1b  /usr/lib/libsocket.so.1
> > 0xff10  /usr/lib/libnsl.so.1
> > 0xff0d  /opt/SUNWspro/SC5.0/lib/libm.so.1
> > 0xff30  /usr/lib/libw.so.1
> > 0xff0b  /usr/lib/libmp.so.2
> > 0xff08
> > /user/sujan/JDK1.4/j2sdk1.4

RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !

2003-08-19 Thread Nishant Aggarwal
Hi Sacha,
Can you please let me the resolution of the problem? Which JVM version I
should use with JBoss3.2.2.RC2?

TIA,
Nishant.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Sacha
Labourey
Sent: Tuesday, August 19, 2003 4:38 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !


I suspect this to be a JVM issue (there weas the same think with a previous
IBM JVM if I remember correctly)

Cheers,


sacha

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Nishant Aggarwal
> Sent: mercredi, 20. août 2003 01:49
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !
>
>
> Hi,
> I am running "JBoss3.2.2RC2_Jetty4.2.11" on my Solaris 5.8
> workstation and
> the jboss installation is mounted
> on NFS.
> Now I connect to 2 machines and try running JBoss from these
> machines.JBoss
> comes up fine in both the machines.
> I am also running "Mod-jk2_2.0.47" as load-balancer in
> Apapche 2.0.47.The
> http requests are forwarded by this
> load balancer to my 2 Jboss servers.
> As soon as I make a web-invocation , a core dump happens in
> one of the JBoss
> instance.
> Can we run JBoss from the same directory but from different
> machines,as it
> happens quite often?
>
> I am pasting the "core-dump" from the log file generated by JBoss:
> -
> An unexpected exception has been detected in native code
> outside the VM.
> Unexpected Signal : 10 occurred at PC=0xFF331134
> Function=memcpy+0xB44
> Library=/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
>
> Current Java thread:
>   at java.util.zip.ZipFile.read(Native Method)
>   at java.util.zip.ZipFile.access$1000(ZipFile.java:26)
>   at
> java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:434)
>   - locked  (a java.util.jar.JarFile)
>   at java.util.zip.ZipFile$1.fill(ZipFile.java:227)
>   at
> java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
>   at sun.misc.Resource.getBytes(Resource.java:64)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:247)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
>   at
> org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClass
> Loader.java:41
> 7)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
>   - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
>   at
> org.jboss.mx.loading.UnifiedClassLoader.loadClassLocally(Unifi
> edClassLoader.
> java:256)
>   at
> org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoad
> ingTask.java:1
> 14)
>   at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:281)
>   at
> org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClas
> sLoader3.java:
> 170)
>   - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
>   at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
>   - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
>   at org.mortbay.http.HttpMessage.(HttpMessage.java:78)
>   at org.mortbay.http.HttpRequest.(HttpRequest.java:133)
>   at
> org.mortbay.http.HttpConnection.(HttpConnection.java:113)
>   at
> org.mortbay.http.ajp.AJP13Connection.(AJP13Connection.java:52)
>   at
> org.mortbay.http.ajp.AJP13Listener.handleConnection(AJP13Liste
> ner.java:198)
>   at
> org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
>   at
> org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:454)
>
> Dynamic libraries:
> 0x1   /user/sujan/JDK1.4/j2sdk1.4.1_02/bin/java
> 0xff35/usr/lib/libthread.so.1
> 0xff39/usr/lib/libdl.so.1
> 0xff20/usr/lib/libc.so.1
> 0xff33/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
> 0xfe00
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/server/libjvm.so
> 0xff1d/usr/lib/libCrun.so.1
> 0xff1b/usr/lib/libsocket.so.1
> 0xff10/usr/lib/libnsl.so.1
> 0xff0d/opt/SUNWspro/SC5.0/lib/libm.so.1
> 0xff30/usr/lib/libw.so.1
> 0xff0b/usr/lib/libmp.so.2
> 0xff08
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/native_threads/
> libhpi.so
> 0xff05
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libverify.so
> 0xfe7c
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libjava.so
> 0xff03/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libzip.so
> 0xfa2a/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libnet.so
> 0xf046
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libioser12.so
> 0xf166/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/librmi.so
>
> Local Time = Tue Aug 19 16:32:09 2003
> Elapsed Time =

Re: [JBoss-user] Unique CMR fields

2003-08-19 Thread Alexey Loubyansky
If you mean mapping foreign key fields to primary key fields, yes, it is 
possible. Just specify the same column names for foreign and primary keys.
If you want UNIQUE, you have to do it yourself, JBoss does not generate it.

alex

Milen Dyankov wrote:
Hi all,

this could be more EJB than JBoss related question, but since I'm using
JBoss I thought I would ask for help here.
Lets say I have 3 beans as shown below:

= SalesBean =
  /**
   *  @...
   */
  public abstract class SalesBean implements javax.ejb.EntityBean {
//[ ... snip ... ]
 *  @ejb.pk-field
 *  @...
 */
public abstract String getId ();
public abstract void setId (String id);
 *  @ejb.relation
 *  name = "Sales-Customer"
 *  role-name = "Sales-for-Customer"
 *  cascade-delete = "yes"
 *  @...
 */
public abstract CustomerLocal getCustomer ();
public abstract void setCustomer (CustomerLocal customer);
/**
 *  @ejb.relation
 *  name = "Sales-Product"
 *  role-name = "Sales-for-Product"
 *  cascade-delete = "yes"
 *  @...
 */
public abstract ProductLocal getProduct ();
public abstract void setProduct (ProductLocal product);
/**
 *  @...
 */
public abstract Integer getAmount ();
public abstract void setAmount (Integer licenceFieldPermissions);
//[ ... snip ... ]
= CustomerBean =
  /**
   *  @...
   */
  public abstract class CustomerBean implements javax.ejb.EntityBean {
//[ ... snip ... ]
/**
 *  @ejb.relation
 *  name = "Sales-Customer"
 *  role-name = "Customer-has-Sales"
 *  @...
 */
public abstract Collection getSales ();
public abstract void setSales (Collection sales);
//[ ... snip ... ]
= ProductBean =
  /**
   *  @...
   */
  public abstract class ProductBean implements javax.ejb.EntityBean {
//[ ... snip ... ]
   /**
 *  @ejb.relation
 *  name = "Sales-Product"
 *  role-name = "Product-has-Sales"
 *  @...
 */
public abstract Collection getSales ();
public abstract void setSales (Collection sales);
//[ ... snip ... ]
=

Relationship works just fine and JBoss creates "customer" and "product" 
fields in "Sales" table. Now what I would like to do is
PRIMARY KEY ('custommer', 'product')
or at least
UNIQUE ('custommer', 'product')

Is this possible?

If "custommer" and "product" are not 's XDoclet seems to 
ignore the "@ejb.pk-field" tag for "getCustomers" and "getProduct". If I 
make them 's then the relationship does not work.

All I need is to make sure that a customer "X" can have only one record 
in table "Sales" for product "Y". Then I would get rid of "id" in 
"Sales" which I don't need at all.

Best regards,
Milen Dyankov


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !

2003-08-19 Thread Sacha Labourey
I suspect this to be a JVM issue (there weas the same think with a previous
IBM JVM if I remember correctly)

Cheers,


sacha

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Nishant Aggarwal
> Sent: mercredi, 20. août 2003 01:49
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !
> 
> 
> Hi,
> I am running "JBoss3.2.2RC2_Jetty4.2.11" on my Solaris 5.8 
> workstation and
> the jboss installation is mounted
> on NFS.
> Now I connect to 2 machines and try running JBoss from these 
> machines.JBoss
> comes up fine in both the machines.
> I am also running "Mod-jk2_2.0.47" as load-balancer in 
> Apapche 2.0.47.The
> http requests are forwarded by this
> load balancer to my 2 Jboss servers.
> As soon as I make a web-invocation , a core dump happens in 
> one of the JBoss
> instance.
> Can we run JBoss from the same directory but from different 
> machines,as it
> happens quite often?
> 
> I am pasting the "core-dump" from the log file generated by JBoss:
> -
> An unexpected exception has been detected in native code 
> outside the VM.
> Unexpected Signal : 10 occurred at PC=0xFF331134
> Function=memcpy+0xB44
> Library=/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
> 
> Current Java thread:
>   at java.util.zip.ZipFile.read(Native Method)
>   at java.util.zip.ZipFile.access$1000(ZipFile.java:26)
>   at 
> java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:434)
>   - locked  (a java.util.jar.JarFile)
>   at java.util.zip.ZipFile$1.fill(ZipFile.java:227)
>   at 
> java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
>   at sun.misc.Resource.getBytes(Resource.java:64)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:247)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
>   at
> org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClass
> Loader.java:41
> 7)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
>   - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
>   at
> org.jboss.mx.loading.UnifiedClassLoader.loadClassLocally(Unifi
> edClassLoader.
> java:256)
>   at
> org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoad
> ingTask.java:1
> 14)
>   at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:281)
>   at
> org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClas
> sLoader3.java:
> 170)
>   - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
>   at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
>   - locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
>   at org.mortbay.http.HttpMessage.(HttpMessage.java:78)
>   at org.mortbay.http.HttpRequest.(HttpRequest.java:133)
>   at 
> org.mortbay.http.HttpConnection.(HttpConnection.java:113)
>   at 
> org.mortbay.http.ajp.AJP13Connection.(AJP13Connection.java:52)
>   at
> org.mortbay.http.ajp.AJP13Listener.handleConnection(AJP13Liste
> ner.java:198)
>   at 
> org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
>   at 
> org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:454)
> 
> Dynamic libraries:
> 0x1   /user/sujan/JDK1.4/j2sdk1.4.1_02/bin/java
> 0xff35/usr/lib/libthread.so.1
> 0xff39/usr/lib/libdl.so.1
> 0xff20/usr/lib/libc.so.1
> 0xff33/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
> 0xfe00
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/server/libjvm.so
> 0xff1d/usr/lib/libCrun.so.1
> 0xff1b/usr/lib/libsocket.so.1
> 0xff10/usr/lib/libnsl.so.1
> 0xff0d/opt/SUNWspro/SC5.0/lib/libm.so.1
> 0xff30/usr/lib/libw.so.1
> 0xff0b/usr/lib/libmp.so.2
> 0xff08
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/native_threads/
> libhpi.so
> 0xff05
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libverify.so
> 0xfe7c
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libjava.so
> 0xff03/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libzip.so
> 0xfa2a/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libnet.so
> 0xf046
> /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libioser12.so
> 0xf166/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/librmi.so
> 
> Local Time = Tue Aug 19 16:32:09 2003
> Elapsed Time = 2829
> #
> # The exception above was detected in native code outside the VM
> #
> # Java VM: Java HotSpot(TM) Server VM (1.4.1_02-b06 mixed mode)
> #
> --
> --
> 
> Any help would be greatly appreciated!
> 
> TIA,
> Nishant.
> 
> 
> 
> ---

Re: [JBoss-user] JMS connection factory

2003-08-19 Thread Nicholas
Assuming the default server:

Edit the file
\server\default\deploy\jms\jbossmq-service.xml.

Add a new XML MBean definition using the existing ones
as a template.  For example:


jboss.mq:service=Invoker
UIL2ConnectionFactory
UIL2XAConnectionFactory
8093
6
true


7


2048



100



//Nicholas


--- shahin <[EMAIL PROTECTED]> wrote:
> Hi list,
> How can I create new ConnectionFactory in JBoss3.2.1
> 
> Thanks.
> 
> 
> 
>
---
> This SF.Net email sponsored by: Free pre-built
> ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are
> available now.
> Download today and enter to win an XBOX or Visual
> Studio .NET.
>
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/jboss-user


=
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
[EMAIL PROTECTED]
Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] multiple instances of jboss on one server

2003-08-19 Thread Bruce Scharlau
At 14:02 18/08/2003 +0100, you wrote:
The -c option is only really intended for configs in the
jboss distribution.
You should use
-Djboss.home.dir=whatver
For the ports, investigate the binding service.

Regards,
Adrian
Adrian,

thanks for that. It works now. I did have to amend the run.sh file to 
include all of the jars under jboss_home/lib as part of the 
jboss_startup_classpath, and then it worked. Now, as you say I need to work 
out something for the ports.

cheers,

Bruce

Dr. Bruce Scharlau
Dept. of Computing Science
University of Aberdeen
Aberdeen AB24 3UE
01224 272193
http://www.csd.abdn.ac.uk/~bscharla
mailto:[EMAIL PROTECTED]
Open Day 2003 - Tuesday 26th August
For more details see: http://www.abdn.ac.uk/openday


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Core dumps in Jboss3.2.2.RC2 !

2003-08-19 Thread Nishant Aggarwal
Hi,
I am running "JBoss3.2.2RC2_Jetty4.2.11" on my Solaris 5.8 workstation and
the jboss installation is mounted
on NFS.
Now I connect to 2 machines and try running JBoss from these machines.JBoss
comes up fine in both the machines.
I am also running "Mod-jk2_2.0.47" as load-balancer in Apapche 2.0.47.The
http requests are forwarded by this
load balancer to my 2 Jboss servers.
As soon as I make a web-invocation , a core dump happens in one of the JBoss
instance.
Can we run JBoss from the same directory but from different machines,as it
happens quite often?

I am pasting the "core-dump" from the log file generated by JBoss:
-
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 10 occurred at PC=0xFF331134
Function=memcpy+0xB44
Library=/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1

Current Java thread:
at java.util.zip.ZipFile.read(Native Method)
at java.util.zip.ZipFile.access$1000(ZipFile.java:26)
at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:434)
- locked  (a java.util.jar.JarFile)
at java.util.zip.ZipFile$1.fill(ZipFile.java:227)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at sun.misc.Resource.getBytes(Resource.java:64)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:247)
at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at
org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClassLoader.java:41
7)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
- locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
at
org.jboss.mx.loading.UnifiedClassLoader.loadClassLocally(UnifiedClassLoader.
java:256)
at
org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoadingTask.java:1
14)
at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:281)
at
org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:
170)
- locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
- locked  (a org.jboss.mx.loading.UnifiedClassLoader3)
at org.mortbay.http.HttpMessage.(HttpMessage.java:78)
at org.mortbay.http.HttpRequest.(HttpRequest.java:133)
at org.mortbay.http.HttpConnection.(HttpConnection.java:113)
at org.mortbay.http.ajp.AJP13Connection.(AJP13Connection.java:52)
at
org.mortbay.http.ajp.AJP13Listener.handleConnection(AJP13Listener.java:198)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:454)

Dynamic libraries:
0x1 /user/sujan/JDK1.4/j2sdk1.4.1_02/bin/java
0xff35  /usr/lib/libthread.so.1
0xff39  /usr/lib/libdl.so.1
0xff20  /usr/lib/libc.so.1
0xff33  /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
0xfe00  /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/server/libjvm.so
0xff1d  /usr/lib/libCrun.so.1
0xff1b  /usr/lib/libsocket.so.1
0xff10  /usr/lib/libnsl.so.1
0xff0d  /opt/SUNWspro/SC5.0/lib/libm.so.1
0xff30  /usr/lib/libw.so.1
0xff0b  /usr/lib/libmp.so.2
0xff08
/user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/native_threads/libhpi.so
0xff05  /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libverify.so
0xfe7c  /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libjava.so
0xff03  /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libzip.so
0xfa2a  /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libnet.so
0xf046  /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/libioser12.so
0xf166  /user/sujan/JDK1.4/j2sdk1.4.1_02/jre/lib/sparc/librmi.so

Local Time = Tue Aug 19 16:32:09 2003
Elapsed Time = 2829
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Server VM (1.4.1_02-b06 mixed mode)
#


Any help would be greatly appreciated!

TIA,
Nishant.



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JMS connection factory

2003-08-19 Thread shahin
Hi list,
How can I create new ConnectionFactory in JBoss3.2.1

Thanks.



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] NotCompliantMBeanException MBeans

2003-08-19 Thread Juraj . Lenharcik
Hi,

I have got a problem while deploying this a mbean. The name of this bean is 
"ScheduleVO" and it implements an interface with the name "ScheduleVOMBean". If I 
deploy this packege I get this exception:

12:32:07,843 INFO  [STDOUT] mbeanserver: [EMAIL PROTECTED]
540
12:32:07,859 INFO  [STDOUT] stopping WFService
12:32:07,859 WARN  [NestedThrowable] Duplicate throwable nesting of same base ty
pe: class org.jboss.deployment.DeploymentException is assignable from: class org
.jboss.deployment.DeploymentException
12:32:07,859 ERROR [MainDeployer] could not create deployment: file:/D:/dev/serv
er/jboss-3.2.1/server/default/deploy/WFMod-services.sar
org.jboss.deployment.DeploymentException: create operation failed for package fi
le:/D:/dev/server/jboss-3.2.1/server/default/deploy/WFMod-services.sar; - nested
 throwable: (org.jboss.deployment.DeploymentException: Class does not expose a m
anagement interface: com.tsystems.ik.ejb.wf.services.ScheduleVO; - nested throwa
ble: (javax.management.NotCompliantMBeanException: Class does not expose a manag
ement interface: com.tsystems.ik.ejb.wf.services.ScheduleVO))
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)


The other MBean in the packege works fine. I have no idea what the cause of this 
exception could be. Perhaps the name which ends with the upper case "VO"?

Juraj


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Unique CMR fields

2003-08-19 Thread Milen Dyankov
Hi all,

this could be more EJB than JBoss related question, but since I'm using
JBoss I thought I would ask for help here.
Lets say I have 3 beans as shown below:

= SalesBean =
  /**
   *  @...
   */
  public abstract class SalesBean implements javax.ejb.EntityBean {
//[ ... snip ... ]
 *  @ejb.pk-field
 *  @...
 */
public abstract String getId ();
public abstract void setId (String id);
 *  @ejb.relation
 *  name = "Sales-Customer"
 *  role-name = "Sales-for-Customer"
 *  cascade-delete = "yes"
 *  @...
 */
public abstract CustomerLocal getCustomer ();
public abstract void setCustomer (CustomerLocal customer);
/**
 *  @ejb.relation
 *  name = "Sales-Product"
 *  role-name = "Sales-for-Product"
 *  cascade-delete = "yes"
 *  @...
 */
public abstract ProductLocal getProduct ();
public abstract void setProduct (ProductLocal product);
/**
 *  @...
 */
public abstract Integer getAmount ();
public abstract void setAmount (Integer licenceFieldPermissions);
//[ ... snip ... ]
= CustomerBean =
  /**
   *  @...
   */
  public abstract class CustomerBean implements javax.ejb.EntityBean {
//[ ... snip ... ]
/**
 *  @ejb.relation
 *  name = "Sales-Customer"
 *  role-name = "Customer-has-Sales"
 *  @...
 */
public abstract Collection getSales ();
public abstract void setSales (Collection sales);
//[ ... snip ... ]
= ProductBean =
  /**
   *  @...
   */
  public abstract class ProductBean implements javax.ejb.EntityBean {
//[ ... snip ... ]
   /**
 *  @ejb.relation
 *  name = "Sales-Product"
 *  role-name = "Product-has-Sales"
 *  @...
 */
public abstract Collection getSales ();
public abstract void setSales (Collection sales);
//[ ... snip ... ]
=

Relationship works just fine and JBoss creates "customer" and "product" 
fields in "Sales" table. Now what I would like to do is
PRIMARY KEY ('custommer', 'product')
or at least
UNIQUE ('custommer', 'product')

Is this possible?

If "custommer" and "product" are not 's XDoclet seems to 
ignore the "@ejb.pk-field" tag for "getCustomers" and "getProduct". If I 
make them 's then the relationship does not work.

All I need is to make sure that a customer "X" can have only one record 
in table "Sales" for product "Y". Then I would get rid of "id" in 
"Sales" which I don't need at all.

Best regards,
Milen Dyankov


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] ejbStore(): Again!!!

2003-08-19 Thread Muraly R

Hi Alex,
The
problem I am facing is after a setXXX() business method in my entity
bean, the call to ejbStore() stays in progress for ever. The point of
failure is when I have inserted a new VO to the DB using the entity bean,
its corresponding ejbStore() is stuck. The exception I am getting is
attached.

I am using CMP

Yes there is only one client, i.e. one thread which initiates the
action.

I am using sybase and the Isolation level set is '0'.

Sybase Doc's Defenition:
At isolation level 0,
the database server needs only write locks. It makes use
of these locks to ensure that no two transactions make modifications
that
conflict. For example, a level 0 transaction acquires a write lock on a
row
before it updates or deletes it, and inserts any new rows with a write
lock
already in place.
Level 0 transactions perform no checks on the rows they are reading.
For
example, when a level 0 transaction reads a row, it doesn’t bother to
check
what locks may or may not have been acquired on that row by other
transactions. Since no checks are needed, level 0 transactions are
particularly
fast. This speed comes at the expense of consistency. Whenever they read
a
row which is write locked by another transaction, they risk returning
dirty
data.

Hope this helps.

Actually the two versions of aour application are running on JOnAs2.4,
'OK'. One the enxt version we are planning to release on JBoss3.0.7. I
never thought there will be such big diffrence between App. servers
implementation.

Thanks(as usual:-) for the Excellent support
Cheers
Muraly

At 18:55 18/08/2003 +0300, you wrote:
Are there more some info available other than
"I have a problem in ejbStore"?

is it BMP?
does it occur for one client (one thread)?
what is the tx isolation level in the db?
any stacktrace?

alex
18:22:49,988 ERROR [DeviceInventoryManagementBean] DeviceInventoryManagementBean: 
setQosDevice( QosDeviceVO ) java.rmi.ServerException: RuntimeException; nested 
exception is: 
java.lang.RuntimeException: Transaction marked for rollback, possibly a timeout
18:22:50,004 ERROR [LogInterceptor] TransactionRolledbackException, causedBy:
java.rmi.RemoteException: RuntimeException; nested exception is: 
java.lang.RuntimeException: Transaction marked for rollback, possibly a timeout
at 
com.cisco.nm.qpm.server.inventory.ejb.DeviceInventoryManagementBean.setQosDevice(DeviceInventoryManagementBean.java:691)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:660)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:77)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:107)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:237)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:98)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:130)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:208)
at 
org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.java:313)
at org.jboss.ejb.Container.invoke(Container.java:738)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:99)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:102)
at 
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:77)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:80)
at 
org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:111)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
at $Proxy98.setQosDevice(Unknown Source)
at 
com.cisco.nm.qpm.server.inventory.ejb.DeviceInventoryDiscoveryBean.rediscoverDeviceAfterFullDiscovery(DeviceInventoryDiscoveryBean.java:3130)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:660)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:77)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:107)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:237)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:98)
at 
org.jboss.ejb.plugins.Secur

Re: [JBoss-user] MySQL XA Configuration

2003-08-19 Thread Ionel Gardais
Hi,

I was looking for the same thing a couple of weeks ago.
I found that Connector/J (the mySQL jdbc connector) does not natively 
support XA and is only in a kind of beta state with an internal XA 
emulation.

That is, you can only use basic configuration for mySQL.
JBoss will manage the wrapping to use XA, providing the following 
warning message.

WARN  [TxConnectionManager$LocalXAResource] Prepare called on a local 
tx. Use of local transactions on a jta transaction with more than one 
branch may result in inconsistent data in some cases of failure.


Hope this could help,
ionel


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] web-console in JBoss 3.2.2RC2

2003-08-19 Thread Rafal Kedziorski
hi,

in JBoss 3.2.1 you cann see in web-console each deployed jar-file with 
informations to each session or entity bean. But I'm missing this in JBoss 
3.2.2RC2.

Regards,
Rafal


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JBoss Shutdown Abnormally

2003-08-19 Thread sun zheng
Hi all,

I am using an application running together with JBoss, Tomcat and MySQL. The 
problem has lasted for some months. The JBoss is always not available every 
2 - 3 hours so that I have to restart the whole application. Nowadays I am 
fixing the problem. I modified all timeout related time in JBoss and Tomcat 
folders to -1. It seems a bit better. However, this morning the JBoss 
disappeared again. :(

Have you ever got such a problem ? How to kill it? tia

with best wishes

Sun Zheng



with best wishes
 
Zheng Sun 
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user