[JBoss-user] [Performance Tuning] - Re: Low CPU Utilization on Linux

2005-08-04 Thread gozilla
jizzoe

What king of JVM are you running ?

Aren't you running it in green thread mode ?

Gozilla

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3888453#3888453

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888453


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: 4.0.1 to 4.0.2 ClassCastException on PortableRemoteObjec

2005-05-17 Thread gozilla
Yes, thats what happened.

AFAIK, you have to force the pass-by-value semantics somewhere, but I don't 
remember where.

As I already said, I wouldn't go that way, I would simply wipe the client jar.

Cheers


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3878013#3878013

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878013


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: 4.0.1 to 4.0.2 ClassCastException on PortableRemoteObjec

2005-05-16 Thread gozilla
tigerreef, I don't get your point about anonymous wrote : I don't see how this 
will work any other way with the deployment I want.
Using the UCL is the way to avoid an 'ejbclient.jar', because the classes are 
found in the jar already. Just wipe it out.

If you absolutely wants to have an ejbclient.jar (and also use one) then it 
means that the classes are ALWAYS loaded by two different class loaders (as you 
found), and then you CAN'T possibly use any PASS BY REFERENCE optimisation, and 
you loose nearly all the advantages of colocating the WAR and the JAR inside 
the same EAR (except the ease of deploy) because you have to use the 'PASS BY 
VALUE' semantics (means serialize/deserialize).

Cheers



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3877849#3877849

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877849


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393alloc_id=16281op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: 4.0.1 to 4.0.2 ClassCastException on PortableRemoteObjec

2005-05-15 Thread gozilla
Hi tigerref,

I thing the problems comes from the fact that the classes in question exist in 
two places in your EAR: once in the EJB jar and once in the war 
(WEB-INF/classes).

anonymous wrote : Servlet o's CL: [EMAIL PROTECTED] 
url=file:/C:/jboss-4.0.2/server/default/tmp/deploy/tmp27550TSmartApp.ear 
,addedOrder=40} target's CL: WebappClassLoader 
  | delegate: false 
  | repositories: 
  | /WEB-INF/classes/ 
  | 

In that case, a change in webapp class loading will have an impact.

So, two options:
- fight with the CL setting
- or (easier) remove the duplicate classes from the WAR.

Cheers

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=382#382

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=382


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393alloc_id=16281op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: method-permission problem

2005-04-05 Thread gozilla
Hi morenito9000

Something you could also have tried is to specify the wildcard permission after 
the other one. Order often made a difference in descriptors.

Gozilla

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872768#3872768

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872768


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: load-repository to a acheive ear isolation(deployment ba

2004-05-25 Thread gozilla
(re-post since it seems that there is a gap in the forum somewhere between the 21th 
and today)
---
Hi davidmboon

I think the problem comes from the fact that you are deploying your ears inside a 
subdirectory of the deploy directory 'lms'.

Did you set the 'RecursiveSearch' attribute of the 'URLDeploymentScanner' mbean to 
true ?

Otherwise, (and that's what looks like) JBoss treat the lms directory as a deployment 
unit.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835718#3835718

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835718



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: load-repository to a acheive ear isolation(deployment ba

2004-05-24 Thread gozilla
Hi davidmboon

I think the problem comes from the fact that you are deploying your ears inside a 
subdirectory of the deploy directory 'lms'.

Did you set the 'RecursiveSearch' attribute of the 'URLDeploymentScanner' mbean to 
true ?

Otherwise, (and that's what looks like) JBoss treat the lms directory as a deployment 
unit.




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836024#3836024

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836024


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user