[JBoss-dev] [ jboss-Bugs-851757 ] no sequence created on table creation

2003-12-03 Thread SourceForge.net
Bugs item #851757, was opened at 2003-12-01 00:35
Message generated for change (Settings changed) made by loubyansky
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=851757group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: unlord (unlord)
Assigned to: Alexey Loubyansky (loubyansky)
Summary: no sequence created on table creation

Initial Comment:
When auto-increment is enabled on any column using CMP,
a sequence should be created when creating the table.

For example, if entity-command postgresql-fetch-seq is
used, then a postgresql sequence with the appropriate
name should be created when the database table that
contains the column that uses the sequence is created.

This bug is reproducable under JBoss 3.2.2 using
PostgreSQL 7.3.4.

--

Comment By: Jeffrey Bride (jbride)
Date: 2003-12-03 06:43

Message:
Logged In: YES 
user_id=92698

I'm experiencing the same issue with JBoss 3.2.2 and Oracle
9i .  However, I can create the sequence manually in the
database and specify the sequence name in jbosscmp-jdbc.xml
.  JBoss does subsequently utilize the sequence correctly.

--

Comment By: unlord (unlord)
Date: 2003-12-01 01:14

Message:
Logged In: YES 
user_id=35461

In addition, in the case of PostgreSQL, the primary key
should have a DEFAULT nextval('sequence') set on it. 
This is so that code that executes will work immediately.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=851757group_id=22866


---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-851757 ] no sequence created on table creation

2003-12-03 Thread SourceForge.net
Bugs item #851757, was opened at 2003-12-01 00:35
Message generated for change (Comment added) made by loubyansky
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=851757group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: unlord (unlord)
Assigned to: Alexey Loubyansky (loubyansky)
Summary: no sequence created on table creation

Initial Comment:
When auto-increment is enabled on any column using CMP,
a sequence should be created when creating the table.

For example, if entity-command postgresql-fetch-seq is
used, then a postgresql sequence with the appropriate
name should be created when the database table that
contains the column that uses the sequence is created.

This bug is reproducable under JBoss 3.2.2 using
PostgreSQL 7.3.4.

--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2003-12-03 09:46

Message:
Logged In: YES 
user_id=543482

Can you use post-table-create for sequence creation? Like this:
@jboss.persistence post-table-create=CREATE SEQUENCE
%%t_seq START WITH 1 INCREMENT BY 1

--

Comment By: Jeffrey Bride (jbride)
Date: 2003-12-03 06:43

Message:
Logged In: YES 
user_id=92698

I'm experiencing the same issue with JBoss 3.2.2 and Oracle
9i .  However, I can create the sequence manually in the
database and specify the sequence name in jbosscmp-jdbc.xml
.  JBoss does subsequently utilize the sequence correctly.

--

Comment By: unlord (unlord)
Date: 2003-12-01 01:14

Message:
Logged In: YES 
user_id=35461

In addition, in the case of PostgreSQL, the primary key
should have a DEFAULT nextval('sequence') set on it. 
This is so that code that executes will work immediately.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=851757group_id=22866


---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


AW: [JBoss-dev] Playing a part in the JBoss development effort

2003-12-03 Thread Jung , Dr. Christoph
Get a sourceforge account and subscribe to the mailing-list on the 
http://www.sourceforge.net/projects/jboss page (there is also the
description of how to access the cvs and the list of open tasks). 

Best,
CGJ

-Ursprüngliche Nachricht-
Von: Meghshyam Jagannath [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 2. Dezember 2003 22:42
An: [EMAIL PROTECTED]
Betreff: Re: [JBoss-dev] Playing a part in the JBoss development effort


Hi,

I've looked at that. But how do I get onto the development list?
Is signing onto [EMAIL PROTECTED] enough?
How do I know what's the current status of the various projects,
where help is required and how to start off (checking out files,
etc.)?

thanks!
Shyam

--- Juha Lindfors [EMAIL PROTECTED] wrote:
 
 Hello,
 
 this more or less describes the process:

http://www.jboss.org/index.html?module=htmlop=userdisplayid=developers/joi
n
 
 -- Juha
 
 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/


---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
###

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] GET_DIGEST_STABLE error

2003-12-03 Thread Scott M Stark
pbcast.NAKACK needs to be ahead of pbcast.STABLE


Scott Stark
Chief Technology Officer
JBoss Group, LLC

Tom Elrod wrote:

I am using a newer version of JGroups and am getting the following error 
on code that previously worked in JavaGroups:

ChannelException: JChannel(): java.lang.Exception: 
Configurator.sanityCheck(): event GET_DIGEST_STABLE is required by 
STABLE, but not provided by any of the layers below
at org.jgroups.JChannel.init(JChannel.java:151)

I know that there were some changes in stack in the latest version (but 
can't find reference to change requiring GET_DIGEST_STABLE.  My 
properties are as follows and was wondering what I need to change.

private String props = 
UDP(mcast_recv_buf_size=64000;mcast_send_buf_size=32000; +

mcast_port=45566;use_packet_handler=false;ucast_recv_buf_size=64000; +

mcast_addr=228.8.8.8;loopback=false;ucast_send_buf_size=32000;ip_ttl=32): 
+
PING(timeout=2000;num_initial_members=3): +
MERGE2(max_interval=1;min_interval=5000): +
FD(timeout=2000;max_tries=3;shun=true): +
VERIFY_SUSPECT(timeout=1500): +
pbcast.STABLE(desired_avg_gossip=2): +

pbcast.NAKACK(max_xmit_size=8192;gc_lag=50;retransmit_timeout=600,1200,2400,4800): 
+
UNICAST(timeout=1200,2400,3600): +
FRAG(frag_size=8192;down_thread=false;up_thread=false): +

pbcast.GMS(print_local_addr=true;join_timeout=3000;join_retry_timeout=2000;shun=true); 



Thanks.

-Tom



---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] A message from escorts.com

2003-12-03 Thread Chris



Hello!

I'm writing to let you know about Escorts.com, the fastest growing site of its kind on the Internet.

Since we launched Escorts.com more than two years ago, 
we have committed ourselves to building the Internet's Number One Escort community site.
 We have invested hundreds of thousands of dollars in development, advertising, research, and staffing 
 to build the best site for those offering and seeking occasional companionship.

Escorts.com receives more traffic than any other escort site and has become The Internet's Number One Escort site based on client visits. Escorts.com currently has over 50,000 active clients!
Continuing with our aggressive advertising campaign, delivering even more qualified clients to you, we will be advertising in over 200 local newspapers and 300 yellow pages this holiday season.

Many Escorts.com features are FREE. For example, you can create a Profile at no cost. To obtain all the features offered by Escorts.com, we have many affordable packages available. Escorts pay only $30.00 a month to have a complete listing on the #1 site for Escorts. 

With a paid listing, you will have access to these premium features:

	Display your email and website addresses.
	Enable clients to email you at our message center or your email address.
	Display your full reviews.
	Offer Clients advance notice of your schedule and places you plan to visit.
	Display your Interview answers so Clients get all the info about your services!
	Access to the Private Message Boards. No clients allowed!
	Photo Galleries where you can place up to 60 images to show all your assets!
	Promotional tools to let other Escorts and Businesses link back to your listing.


We look forward to welcoming you as a new Member of Escorts.com.
The Escorts.com Staff

If you have any questions or need any assistance signing up please contact our escort relations manager at [EMAIL PROTECTED] or call 1-800-411-3100.

 
If you did not request this email, please use the link below to unsubscribe:
Remove Me 



  





---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-851757 ] no sequence created on table creation

2003-12-03 Thread SourceForge.net
Bugs item #851757, was opened at 2003-11-30 14:35
Message generated for change (Comment added) made by jbride
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=851757group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: unlord (unlord)
Assigned to: Alexey Loubyansky (loubyansky)
Summary: no sequence created on table creation

Initial Comment:
When auto-increment is enabled on any column using CMP,
a sequence should be created when creating the table.

For example, if entity-command postgresql-fetch-seq is
used, then a postgresql sequence with the appropriate
name should be created when the database table that
contains the column that uses the sequence is created.

This bug is reproducable under JBoss 3.2.2 using
PostgreSQL 7.3.4.

--

Comment By: Jeffrey Bride (jbride)
Date: 2003-12-03 07:44

Message:
Logged In: YES 
user_id=92698

Thanks for the reply Alexey!  We're not using XDoclet quite
yet I'll definately take into consideration your
recommendation when we begin using XDoclet.

thanks, jeff

--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2003-12-02 23:46

Message:
Logged In: YES 
user_id=543482

Can you use post-table-create for sequence creation? Like this:
@jboss.persistence post-table-create=CREATE SEQUENCE
%%t_seq START WITH 1 INCREMENT BY 1

--

Comment By: Jeffrey Bride (jbride)
Date: 2003-12-02 20:43

Message:
Logged In: YES 
user_id=92698

I'm experiencing the same issue with JBoss 3.2.2 and Oracle
9i .  However, I can create the sequence manually in the
database and specify the sequence name in jbosscmp-jdbc.xml
.  JBoss does subsequently utilize the sequence correctly.

--

Comment By: unlord (unlord)
Date: 2003-11-30 15:14

Message:
Logged In: YES 
user_id=35461

In addition, in the case of PostgreSQL, the primary key
should have a DEFAULT nextval('sequence') set on it. 
This is so that code that executes will work immediately.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=851757group_id=22866


---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-576913 ] OutOfMemory after redeploys

2003-12-03 Thread SourceForge.net
Bugs item #576913, was opened at 2002-07-03 09:07
Message generated for change (Comment added) made by imaniuk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=576913group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Georg Schmid (giorgio42)
Assigned to: Scott M Stark (starksm)
Summary: OutOfMemory after redeploys

Initial Comment:

JBoss3.0.1RC1 (zip file from sf), Solaris8, JDK 1.3.1_01

After deploying the same ejb jar file about 30 times I got
an OutOfMemory exception from the JVM.

The package contains about 30 EJBs (entity and 
SLSBs) and is 450 K in size.

The exception happened during the start of the 
redeployment.

Regression?

Georg

--

Comment By: IM (imaniuk)
Date: 2003-12-03 16:13

Message:
Logged In: YES 
user_id=923195

We are also experiencing this problem in 3.2.1 and 3.2.2. As a 
part of our solution we need to redeploy an ear file quite 
often and having to restart the server does not seem to be a 
nice fix. The memory leak occurs even if I remove all entries 
from application.xml. Nothing is being deployed, but the 
memory foot-print keeps growing... 
There seems to be two memory leaks: when runnig on Linux 
the top app reports SIZE and SHARE to grow with every 
redeploy.  
BTW, as a way to reproduce the problem I was redeploying 
web-console.war and that also resulted in momory usage 
growing, although at a much slower pace.

--

Comment By: David Corbin (dcorbin)
Date: 2003-10-30 11:09

Message:
Logged In: YES 
user_id=1805

I have this too, with a simple .WAR file (not an EJB in
site) :)  I lose 30-40M of RAM per deployment cycle.  (doing
repeated deploy/undeploys, with no actual web requests) 
However, if I change our init code to do nothing, I  still
lose memory, but more like 1-2M.  

I think that the entire webapp is still hanging around in
memory, and never being subject to garbage collection, which
leads me to believe somebody (in jboss) is holding on to a
servlet reference.

--

Comment By: David Corbin (dcorbin)
Date: 2003-10-30 11:08

Message:
Logged In: YES 
user_id=1805

I have this too, with a simple .WAR file (not an EJB in
site) :)  I lose 30-40M of RAM per deployment cycle.  (doing
repeated deploy/undeploys, with no actual web requests) 
However, if I change our init code to do nothing, I  still
lose memory, but more like 1-2M.  

I think that the entire webapp is still hanging around in
memory, and never being subject to garbage collection, which
leads me to believe somebody (in jboss) is holding on to a
servlet reference.

--

Comment By: Rod Burgett (rodburgett)
Date: 2003-08-21 16:58

Message:
Logged In: YES 
user_id=681969

The number is correct, but it may be a bug # instead of 
patch.  Try selecting bugs in the search category and then 
entering that number...it worked for me.


--

Comment By: Tom Döhler (tom_doehler)
Date: 2003-08-20 11:19

Message:
Logged In: YES 
user_id=618539

Is this #757856 the right patch id, I can't find it ??

--

Comment By: Rod Burgett (rodburgett)
Date: 2003-06-20 14:09

Message:
Logged In: YES 
user_id=681969

I submitted a patch this morning, #757856, aimed at beefing 
up the cleanup method of DeploymentInfo.  It wasn't intended 
to address this particular EAR deployment issue, but it might 
help.


--

Comment By: Scott M Stark (starksm)
Date: 2003-06-20 13:46

Message:
Logged In: YES 
user_id=175228

I'm working on the issue and there is no current workaround.

--

Comment By: Eric Jain (ejain)
Date: 2003-06-20 13:18

Message:
Logged In: YES 
user_id=474829

I can confirm this issue with JBoss 3.2.1 on Linux and Sun's 
Java 1.4.1. Loosing around 10MB of memory at every 
redeployment. The application consists of an ear with a 
nested war, jar and sar. Is anyone working on this issue, or 
is a workaround known (perhaps setting a scoped 
classloader)?

--

Comment By: Tim McCune (javajedi)
Date: 2003-03-28 15:22

Message:
Logged In: YES 
user_id=62441

This is a duplicate of bug 435958, which is currently closed
but I requested it be reopened.  There is also some
discussion of it in the forums, which used to be available
at http://jboss.org/forums/thread.jsp?forum=121thread=27888
before the forums all went to hell this week.  I have had
this problem with every version of JBoss I've tried,
including 3.2RC4.  We have seen 

[JBoss-dev] [ jboss-Bugs-435958 ] Out of Memory eception after many redepl

2003-12-03 Thread SourceForge.net
Bugs item #435958, was opened at 2001-06-24 22:53
Message generated for change (Comment added) made by imaniuk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=435958group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Andreas Schaefer (schaefera)
Summary: Out of Memory eception after many redepl

Initial Comment:
This behavior has been observed on Windows 2000 SP2, 
running Sun JDK 1.3.1 and jBoss2.2.2 both Tomcat and 
Jetty bundles.

After many EAR hot redeployments in a short period of 
time, (prehaps one every 5 to 20 minutes over a period 
of 6 hours) a redeployment will result in Out of 
Memory exceptions being thrown. 

This happens with both the Tomcat and Jetty bundles, 
but the error is much more clear with Jetty. In the 
case of Tomcat, it appears to redeploy correctly but 
creates a variety of errors when the app is run.



--

Comment By: IM (imaniuk)
Date: 2003-12-03 16:16

Message:
Logged In: YES 
user_id=923195

We are also experiencing this problem in 3.2.1 and 3.2.2. As a 
part of our solution we need to redeploy an ear file quite 
often and having to restart the server does not seem to be a 
nice fix. The memory leak occurs even if I remove all entries 
from application.xml. Nothing is being deployed, but the 
memory foot-print keeps growing... 
There seems to be two memory leaks: when runnig on Linux 
the top app reports SIZE and SHARE to grow with every 
redeploy.  
BTW, as a way to reproduce the problem I was redeploying 
web-console.war and that also resulted in momory usage 
growing, although at a much slower pace.

--

Comment By: Jonathan Kovacs (hal200)
Date: 2003-11-12 18:39

Message:
Logged In: YES 
user_id=907916

I'm getting the same problem with JBoss 3.2.1_Tomcat-4.1.24.
In my case, it seems to be triggered by a strange
interaction with the Struts libraries.  I threw together a
quick script which continuously re-deploys the
struts-example.war file over and over again (with a 15
second pause between deploy/undeployments) by popping the
file in and out of the deploy directory (instead of using
the deployer.jar tool...not sure at this point if that would
make a difference)

Sure enough, when watching the GC output, the memory use
keeps increasing.  If I stop the script, the memory doesn't
seem to ever get reclaimed.  

If I leave it running, eventually the server blows it's heap
and I start getting OutOfMemory errors at random intervals.

---
17:05:45,223 ERROR [URLDeploymentScanner] Failed to deploy:
[EMAIL PROTECTED]
url=file:/home/jon/cvs-test/canarie/lib/jboss-3.2.1_tomcat-4.1.24/server/canarie/deploy/IQXWeb.war,
deployedLastModified=0 }
org.jboss.deployment.DeploymentException: Could not create
deployment:
file:/home/jon/cvs-test/canarie/lib/jboss-3.2.1_tomcat-4.1.24/server/canarie/deploy/IQXWeb.war;
- nested throwable: (java.lang.OutOfMemoryError)
at
org.jboss.deployment.MainDeployer.start(MainDeployer.java:853)
at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at
sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy7.deploy(Unknown Source)
at
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
at
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:211)
at
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:190)
Caused by: java.lang.OutOfMemoryError

---

After leaving it for about an hour in this state, with GC
details turned on, we can see that sure enough, the memory
is not being reclaimed, despite the JVM's best efforts...

Full GC [Tenured: 58303K-58303K(58304K), 0.3335490 secs]
64404K-64354K(64832K), 0.3336620 secs]
[Full GC [Tenured: 58303K-58303K(58304K), 0.3131040 secs]
64407K-64354K(64832K), 0.3131720 secs]
[Full GC [Tenured: 

[JBoss-dev] [ jboss-Bugs-853597 ] web-console: Popup-menus do not work on Linux/Mozilla

2003-12-03 Thread SourceForge.net
Bugs item #853597, was opened at 2003-12-03 22:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=853597group_id=22866

Category: JBossMX
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Peuss (tpeuss)
Assigned to: Nobody/Anonymous (nobody)
Summary: web-console: Popup-menus do not work on Linux/Mozilla

Initial Comment:
Hello!

The popup-menus do not work on Linux/Mozilla. Mozilla
1.5, Sun JDK 1.4.2_02. Nothing happens if you
right-click on any item.

CU
Thomas

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=853597group_id=22866


---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-853597 ] web-console: Popup-menus do not work on Linux/Mozilla

2003-12-03 Thread SourceForge.net
Bugs item #853597, was opened at 2003-12-03 17:14
Message generated for change (Comment added) made by robmv
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=853597group_id=22866

Category: JBossMX
Group: v3.2
Status: Closed
Resolution: None
Priority: 5
Submitted By: Thomas Peuss (tpeuss)
Assigned to: Nobody/Anonymous (nobody)
Summary: web-console: Popup-menus do not work on Linux/Mozilla

Initial Comment:
Hello!

The popup-menus do not work on Linux/Mozilla. Mozilla
1.5, Sun JDK 1.4.2_02. Nothing happens if you
right-click on any item.

CU
Thomas

--

Comment By: Robert Marcano (robmv)
Date: 2003-12-03 17:56

Message:
Logged In: YES 
user_id=575475

The problem maybe caused because th use of the method
isPopupTrigger() of the MouseEvent class 

The following is taken from
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/MouseEvent.html#isPopupTrigger()

Note: Popup menus are triggered differently on different
systems. Therefore, isPopupTrigger  should be checked in
both mousePressed  and mouseReleased  for proper
cross-platform functionality

On linux the popup may not show because the code maybe only
creating the popup on one of the two MouseListener interface
methods

--

Comment By: Thomas Peuss (tpeuss)
Date: 2003-12-03 17:56

Message:
Logged In: YES 
user_id=507779

Fixed.

--

Comment By: Thomas Peuss (tpeuss)
Date: 2003-12-03 17:55

Message:
Logged In: YES 
user_id=507779

Fixed.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=853597group_id=22866


---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-853597 ] web-console: Popup-menus do not work on Linux/Mozilla

2003-12-03 Thread SourceForge.net
Bugs item #853597, was opened at 2003-12-03 22:14
Message generated for change (Comment added) made by tpeuss
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=853597group_id=22866

Category: JBossMX
Group: v3.2
Status: Closed
Resolution: None
Priority: 5
Submitted By: Thomas Peuss (tpeuss)
Assigned to: Nobody/Anonymous (nobody)
Summary: web-console: Popup-menus do not work on Linux/Mozilla

Initial Comment:
Hello!

The popup-menus do not work on Linux/Mozilla. Mozilla
1.5, Sun JDK 1.4.2_02. Nothing happens if you
right-click on any item.

CU
Thomas

--

Comment By: Thomas Peuss (tpeuss)
Date: 2003-12-03 22:55

Message:
Logged In: YES 
user_id=507779

Fixed.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=853597group_id=22866


---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-853597 ] web-console: Popup-menus do not work on Linux/Mozilla

2003-12-03 Thread SourceForge.net
Bugs item #853597, was opened at 2003-12-03 22:14
Message generated for change (Comment added) made by tpeuss
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=853597group_id=22866

Category: JBossMX
Group: v3.2
Status: Closed
Resolution: None
Priority: 5
Submitted By: Thomas Peuss (tpeuss)
Assigned to: Nobody/Anonymous (nobody)
Summary: web-console: Popup-menus do not work on Linux/Mozilla

Initial Comment:
Hello!

The popup-menus do not work on Linux/Mozilla. Mozilla
1.5, Sun JDK 1.4.2_02. Nothing happens if you
right-click on any item.

CU
Thomas

--

Comment By: Thomas Peuss (tpeuss)
Date: 2003-12-03 22:56

Message:
Logged In: YES 
user_id=507779

Fixed.

--

Comment By: Thomas Peuss (tpeuss)
Date: 2003-12-03 22:55

Message:
Logged In: YES 
user_id=507779

Fixed.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=853597group_id=22866


---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] AOP remoting in HEAD (DR3) broken

2003-12-03 Thread Eske Sort
The problem:
There is an error in org.jboss.aop.ClassAdvisor.dynamicInvoke(...) that 
prohibits AOP remoting from working properly when client requests 
contain parameters in their method calls.
Method calls without parameters work just fine.

An example:
Imagine we have the POJO (the Item class) below residing on the JBoss 
server. The class is instrumented via AOP to be available remotely.
public class Item{
  public String someMethod(){ ... }
  public String someMethod( String aParameter ){ ... }
}

On the client side, imagine we have obtained a reference to the remote 
object (through a proxy). The following method will work just fine:
String result = itemProxy.someMethod();
Where as this will fail with an IllegalArgumentException: Wrong number 
of arguments:
String result = itemProxy.someMethod( Hello );

The solution:
I have located the problem to be in the ClassAdvisor.dynamicInvoke( 
Object target, Invocation invocation ) method.
If you insert the following line, it works perfectly:
nextInvocation.arguments = methodInvocation.arguments;

The above line should be inserted, for example, just before these lines:
nextInvocation.contextResolver = methodMetaData;
nextInvocation.classResolver = defaultMetaData;
nextInvocation.targetObject = target;
nextInvocation.method = advisedMethod;
nextInvocation.methodHash = methodInvocation.methodHash;
Shall I open a bug report on this issue? Or just let one of you add this 
 line at your leisure?

Kind regards
Eske Sort


---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: ORF, and right then

2003-12-03 Thread Gerry Middleton




chase donna brockle petersen abe octahedron annoy thor butyric blame bondholder digram sylvan bony bogy certitude buff squawk friction camilla steep childlike 


  Our US Licensed Doctors will
Prescribes Your Medication For Free

Medications Shipped Overnight To Your Door.
  Phentermine, Adipex Soma, Fioriicet, Ulltram,
, Viagra, and many, many others.
Meds for: Weight Loss, Pain Relief, MusclePain Relief, Women's Health, Men's
Health, Impotence, Allergy Relief, Heartburn Relief, Migraine Relief  MORE
Upon Approval
show
Me more



abram gallows metabolic we'll fallout troubador extrovert downstairs englishman faber mao edward shoot swim calibre treaty niamey invitee safeguard whither 




[JBoss-dev] US STOCK MARKET - HTDS Medical Research---CANCER Trials.....koen

2003-12-03 Thread Lionel Pearson
US Stock Market - Stock Profile of the Week

Symbol: HTDS
Market: PK
Sector: MEDICAL RESEARCH


BARCHART Rates HTDS an 80% BUY - http://quotes.barchart.com/texpert.asp?sym=HTDS


Before we begin our profile we have very exciting, breaking news...

Tubercin Passes Toxicity Trials - Ready To Proceed To Live Cancer Trials


BREAKING NEWS - DELRAY BEACH, Fla.--(BUSINESS WIRE)--Hard to Treat Diseases 
Incorporated (Pink Sheets:HTDS) announces that Tubercin® has passed the toxicity tests 
required to proceed to the live cancer trials. Testing Tubercin® on live Melanoma, 
Lung and Breast cancer cells will begin immediately.  The President and CEO, Mr. Colm 
J. King, met with the spokesperson of the medical group at their offices in Oklahoma 
City. Mr. King was advised that the tests were conducted under strict FDA (Federal 
Drug Administration) guidelines. Full test results will be available at the corporate 
offices as soon as the reports and findings are printed.

These are the most promising results to date regarding Tubercin® and we're looking 
forward to additional positive results in the near future, stated Mr. King. These 
tests prove that Tubercin® is non-toxic and is the first step on the way to human 
clinical trials as well as the first positive breakthrough conducted in the United 
States with an independent medical group for Tubercin®.

Operating out of Delray Beach, Florida, Hard to Treat Diseases Incorporated (HTTD) 
holds the international marketing rights, except South Korea, to Tubercin®, a patented 
immunostimulant developed for combating Cancer under medical patent (US Patent 
6,274,356). The unique properties unlike other cancer products are clearly stated in 
the abstract summary of the patent... A carbohydrate complex, which is a mixture of 
low molecular-weight polysaccharides of an arabinomannan structure extracted from 
Mycobacterium tuberculosis, is highly effective in treating various cancer patients 
without incurring any adverse side effects.



STOCK PROFILE OF THE WEEK

HTDS is now at an emerging and potentially explosive stage.  As stated in their press 
release, Tubercin is now ready to proceed (after tests conducted under strict FDA 
guidelines) to human clinical trials.  While they have jumped one very big hurdle, 
they are still in the early stages of development and now is a great time for 
investors to take heed.



TUBERCIN

Over the past ten years, epoch making anticancer agents have continuously been 
introduced, but the mortality of cancer patients have been rising in the U.S. and the 
European countries not to mention Japan and Korea. The decisive measure to cope with 
cancer is surgery.


When the cancer cells spread throughout the body instead of remaining on the original 
spot, the treatment should take into consideration chemotherapy, radiation therapy and 
immunotherapy. The drawback of such therapies, however, is they incur damages not only 
on cancer cells, but also on the normal cells.


Chemotherapy and radiation therapy are not suitable for application on weakened 
patients, especially those above 70. Historically, various forms of immunotherapy have 
been performed, falling short of therapeutic expectation. When Bacille calmetteguerin 
is used as an active no-specific immunotherapeutic agent, however, the patient's 
prognosis turns better through a simulative action on immune system of the cancer case.


Professor T.H. Chung of Korea extracted carbohydrate complex Tubercin from 
microbacterium tuberculosis to be used as immunostimulant. This was meant to activate 
the T-lymphocyte of the cancer patient to produce lymphokine. This process 
strengthened and promoted immuno surveillance activities in deficient state and 
alleviated the pain and prolonged the life of cancer patients.


Of late the pharmaceutical industry in advanced countries started to put on the market 
so called cancer vaccines (active specific immunotherapy). The vaccines, bacterial 
extracts, as adjuvants, with autologous and or allogenic cancer cells to generate 
antibodies to cancer cells, facilitating the killer T-cells to recognize and destroy 
cancer cells.


The laboratory work to modify autologous or allogenic cancer cells are not ordinary 
and simple. When our lab work augments the active specific immunotherapeutic agents, 
the Tubercin will be one of the best adjuvants. Meanwhile, the main point of AIDS is 
its virus killing T-cells and Tubercin helps maintain healthy T-cells. Consequently, 
we focus our effort on the application of Tubercin to AIDS.


TUBERCIN is derived from micro bacterium tuberculosis. As an immunostimulant, TUBERCIN 
strengthens the human body's own immune system and assists the body in seeking out and 
combating cancer cells. HTTD is potentially able to develop TUBERCIN into a low-cost 
product to treat cancer patients on an international scale. Salient treatment, through 
the administration of TUBERCIN, could positively affect thousands of lives in North 

[JBoss-dev] Jboss 3.2.2/Tomcat4.1 Cert authentication is not good enough.

2003-12-03 Thread Rawat, Krishna
Title: Message



Hi 
All,

Jboss 3.2.2 comes 
default as Tomcat 4.1web container whose Cert Authentication does not work 
as Jetty's.

Let 
meelaborate my problem and then will write my Fix.

After certificate 
authentication, the application writers will want to get more information about 
the user other than just the principal name. In order to do this we have a 
service which returns information about the user when passed the authenticated 
principal. This means than the principal name needs to be something sensible ( 
currently userID in Jetty and Weblogic setup)

To fix above 
problem, i have created a wrapper which creates a principal and changed 
its name without changing the Object hashcode. This works fine. 


I am happy to send 
the patch, let me know whom do i send it to?

thanks
Krishna







The information contained herein is confidential and is intended solely for the
addressee. Access by any other party is unauthorised without the express
written permission of the sender. If you are not the intended recipient, please
contact the sender either via the company switchboard on +44 (0)20 7623 8000, or
via e-mail return. If you have received this e-mail in error or wish to read our
e-mail disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender.