[JBoss-dev] [ jboss-Bugs-757856 ] neglected housekeeping in DeploymentInfo

2003-06-23 Thread SourceForge.net
Bugs item #757856, was opened at 2003-06-20 12:34
Message generated for change (Comment added) made by rodburgett
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=757856group_id=22866

Category: JBossServer
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Rod Burgett (rodburgett)
Assigned to: Scott M Stark (starksm)
Summary: neglected housekeeping in DeploymentInfo

Initial Comment:
The cleanup() method of DeploymentInfo is incomplete.  
This patch extends the clean up to include nulling 
several fields and clearing the classpath container.  Also, 
prior to calling destroyLoaderRepository on the 
repositoryConfig field, an 'is null?' check is performed on 
the field.

JBoss classes exhibit a lot of reference coupling; a 
singleton object whose reference is held by every 
instance of some other class, circular references, and so 
on.  This type of coupling can thwart garbage collection, 
so it's important to help the gc whenever possible.

This patch makes an exception in nulling the internal 
field references, for the deployer field.  This field 
appears to be used by the org.jboss.management 
package after the destruction of the deployment info 
instance.


--

Comment By: Rod Burgett (rodburgett)
Date: 2003-06-20 19:47

Message:
Logged In: YES 
user_id=681969

If you change DeploymentInfo.cleanup() to null out the 
deployer field and then undeploy any ejb, there's a good 
chance you will get an NPE out of 
o.j.management.j2ee.factory.DefaultManagedObjectFactory.ge
tFactory().  If the notification user data is a DeploymentInfo, 
then this method tries to get service ObjectName from the 
deployer.

The basic execution path goes something like this
MainDeployer.undeploy()
  calls MD.destroy()
calls deployer.destroy() - EJBDeployer?, SAR?, EAR?, ... 
  calls super.destroy() - SubDeployerSupport.destroy()
sends notification of destruction
calls di.cleanup()
  di.deployer = null

Even though the deployer isn't nulled until after the 
notification is sent, it might be null before the notification is 
processed.


--

Comment By: Scott M Stark (starksm)
Date: 2003-06-20 19:17

Message:
Logged In: YES 
user_id=175228

Applied to 3.2. What is an example of a trace that is using
the deployer after the DeploymentInfo has been cleared?


--

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


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-757934 ] Impossible to hot-redeploy a webservice

2003-06-23 Thread SourceForge.net
Bugs item #757934, was opened at 2003-06-20 16:59
Message generated for change (Comment added) made by mkotsbak
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=757934group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Marius Kotsbak (mkotsbak)
Assigned to: Nobody/Anonymous (nobody)
Summary: Impossible to hot-redeploy a webservice

Initial Comment:
We have a scoped ear which contain a webservice. In
both jboss 3.0.2 and 3.0.8, when we touch
scoped.ear/META-INF/application.xml to redeploy the
ear, we get this error:

--
16:53:29,324 ERROR [URLDeploymentScanner] Failed to
deploy:
[EMAIL PROTECTED]
url=file:/home/marius/bin/jboss-3.0.8/server/all/deploy/connect.ear/,
deployedLastModified=1056120614000 }
org.jboss.deployment.DeploymentException: attempting to
redeploy a depoyed module!
file:/home/marius/bin/jboss-3.0.8/server/all/deploy/connect.ear/externalsender.wsr
---

It deploys without any problem when restarting jboss
for each change in the scoped ear.

--

Comment By: Marius Kotsbak (mkotsbak)
Date: 2003-06-23 11:27

Message:
Logged In: YES 
user_id=366650

A testcase is attached. It deploys ok, but when i touch it
(redeploy), nothing happens.

When I move the file away from deploy directory, it
undeploys, and it says it undeployed OK. But when I move the
file into deploy directory again, I get the error mentioned
above saying it is already deployed.

--

Comment By: Marius Kotsbak (mkotsbak)
Date: 2003-06-23 11:24

Message:
Logged In: YES 
user_id=366650

Changed title as this seems to be a problem for webservices
generally.

--

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


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-757934 ] Impossible to hot-redeploy a webservice

2003-06-23 Thread SourceForge.net
Bugs item #757934, was opened at 2003-06-20 16:59
Message generated for change (Comment added) made by mkotsbak
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=757934group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Marius Kotsbak (mkotsbak)
Assigned to: Nobody/Anonymous (nobody)
Summary: Impossible to hot-redeploy a webservice

Initial Comment:
We have a scoped ear which contain a webservice. In
both jboss 3.0.2 and 3.0.8, when we touch
scoped.ear/META-INF/application.xml to redeploy the
ear, we get this error:

--
16:53:29,324 ERROR [URLDeploymentScanner] Failed to
deploy:
[EMAIL PROTECTED]
url=file:/home/marius/bin/jboss-3.0.8/server/all/deploy/connect.ear/,
deployedLastModified=1056120614000 }
org.jboss.deployment.DeploymentException: attempting to
redeploy a depoyed module!
file:/home/marius/bin/jboss-3.0.8/server/all/deploy/connect.ear/externalsender.wsr
---

It deploys without any problem when restarting jboss
for each change in the scoped ear.

--

Comment By: Marius Kotsbak (mkotsbak)
Date: 2003-06-23 11:24

Message:
Logged In: YES 
user_id=366650

Changed title as this seems to be a problem for webservices
generally.

--

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


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-757934 ] Impossible to hot-redeploy a webservice

2003-06-23 Thread SourceForge.net
Bugs item #757934, was opened at 2003-06-20 16:59
Message generated for change (Comment added) made by mkotsbak
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=757934group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 6
Submitted By: Marius Kotsbak (mkotsbak)
Assigned to: Nobody/Anonymous (nobody)
Summary: Impossible to hot-redeploy a webservice

Initial Comment:
We have a scoped ear which contain a webservice. In
both jboss 3.0.2 and 3.0.8, when we touch
scoped.ear/META-INF/application.xml to redeploy the
ear, we get this error:

--
16:53:29,324 ERROR [URLDeploymentScanner] Failed to
deploy:
[EMAIL PROTECTED]
url=file:/home/marius/bin/jboss-3.0.8/server/all/deploy/connect.ear/,
deployedLastModified=1056120614000 }
org.jboss.deployment.DeploymentException: attempting to
redeploy a depoyed module!
file:/home/marius/bin/jboss-3.0.8/server/all/deploy/connect.ear/externalsender.wsr
---

It deploys without any problem when restarting jboss
for each change in the scoped ear.

--

Comment By: Marius Kotsbak (mkotsbak)
Date: 2003-06-23 11:29

Message:
Logged In: YES 
user_id=366650

Higher priority as this seems to be a more general problem.

--

Comment By: Marius Kotsbak (mkotsbak)
Date: 2003-06-23 11:27

Message:
Logged In: YES 
user_id=366650

A testcase is attached. It deploys ok, but when i touch it
(redeploy), nothing happens.

When I move the file away from deploy directory, it
undeploys, and it says it undeployed OK. But when I move the
file into deploy directory again, I get the error mentioned
above saying it is already deployed.

--

Comment By: Marius Kotsbak (mkotsbak)
Date: 2003-06-23 11:24

Message:
Logged In: YES 
user_id=366650

Changed title as this seems to be a problem for webservices
generally.

--

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


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] JBoss (Branch_3_2/winxp) Compilation failed

2003-06-23 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
NOTE: Sourceforge pserver cvs access is now using the backup server - 
so these results are for yesterdays code. 
===

most:

==
==  Finished with 'most' in module 'cluster'.
==


_module-cluster-most:
 [copy] Copying 3 files to F:\jboss\jboss-head\build\output\testbuild\lib
 [copy] Copying 2 files to F:\jboss\jboss-head\build\output\testbuild\client
 [copy] Copying 1 file to F:\jboss\jboss-head\build\output\testbuild\lib
 [copy] Copying 1 file to 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy
[mkdir] Created dir: 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy\deploy.last
 [copy] Copying 1 file to 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy\deploy.last
[mkdir] Created dir: 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy\jbossha-httpsession.sar
[unjar] Expanding: F:\jboss\jboss-head\cluster\output\lib\jbossha-httpsession.sar 
into 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy\jbossha-httpsession.sar
 [move] Moving 1 files to 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy\jbossha-httpsession.sar
[mkdir] Created dir: 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy\jbossha-httpsession.sar\ClusteredHttpSessionEB.jar
[unjar] Expanding: 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy\jbossha-httpsession.sar\ClusteredHttpSessionEB.zip
 into 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy\jbossha-httpsession.sar\ClusteredHttpSessionEB.jar
   [delete] Deleting: 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy\jbossha-httpsession.sar\ClusteredHttpSessionEB.zip
[mkdir] Created dir: F:\jboss\jboss-head\build\output\testbuild\server\all\farm
 [copy] Copying 1 file to 
F:\jboss\jboss-head\build\output\testbuild\server\all\farm

== 
==  Executing 'most' in module 'jetty'...
==

_buildmagic:init:

configure:

init:

compile-bean-sources:
[mkdir] Created dir: F:\jboss\jboss-head\jetty\output\src
(XDocletMain.start   45  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jetty.JettyService' using template file 
'jar:file:F:\jboss\jboss-head\thirdparty\xdoclet\xdoclet\lib\xdoclet-jmx-module-jb3.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
F:\jboss\jboss-head\jetty\src\main\org\jboss\jetty\JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean
[mkdir] Created dir: F:\jboss\jboss-head\jetty\output\ejb
[mkdir] Created dir: F:\jboss\jboss-head\jetty\output\META-INF
(XDocletMain.start   45  ) Running localinterface/
(XDocletMain.start   45  ) Running localhomeinterface/
(XDocletMain.start   45  ) Running remoteinterface/
Generating Remote interface for 'org.mortbay.j2ee.session.ejb.CMPStateBean'.
(XDocletMain.start   45  ) Running homeinterface/
Generating Home interface for 'org.mortbay.j2ee.session.ejb.CMPStateBean'.
(XDocletMain.start   45  ) Running entitypk/
Generating PK class for 'org.mortbay.j2ee.session.ejb.CMPStateBean'.
(XDocletMain.start   45  ) Running entitycmp/
Generating CMP class for 'org.mortbay.j2ee.session.ejb.CMPStateBean'.
(XDocletMain.start   45  ) Running deploymentdescriptor/
Generating EJB deployment descriptor (ejb-jar.xml).
(XDocletMain.start   45  ) Running jboss/
Generating jboss.xml.
Generating jbosscmp-jdbc.xml.
(XDocletMain.start   45  ) Running localinterface/
Generating Local interface for 'org.mortbay.j2ee.session.ejb.CMRAttributeBean'.
(XDocletMain.start   45  ) Running localhomeinterface/
Generating Local Home interface for 'org.mortbay.j2ee.session.ejb.CMRAttributeBean'.
(XDocletMain.start   45  ) Running remoteinterface/
Generating Remote interface for 'org.mortbay.j2ee.session.ejb.CMRStateBean'.
Generating Remote interface for 'org.mortbay.j2ee.session.ejb.CMRAttributeBean'.
(XDocletMain.start 

[JBoss-dev] [ jboss-Bugs-741097 ] Complex Types are not redeployed

2003-06-23 Thread SourceForge.net
Bugs item #741097, was opened at 2003-05-21 15:07
Message generated for change (Comment added) made by cgjung
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=741097group_id=22866

Category: JBossSOAP
Group: CVS HEAD
Status: Closed
Resolution: Works For Me
Priority: 5
Submitted By: Dr. Christoph Georg Jung (cgjung)
Assigned to: Dr. Christoph Georg Jung (cgjung)
Summary: Complex Types are not redeployed

Initial Comment:
From Eric Jain:

I rechecked. While most parts of the wsdl do in fact get 
updated, the schema elements for complex types that 
have changed are not updated. Also, it is not possible to 
invoke any methods that accept complex parameters 
after redeploying the application without restarting, 
regardless of whether any changes where in fact made. 
Below is one of the errors resulting from such an 
attempt. Perhaps there is some problem classes that 
are part of the application but are not reloaded correctly?


2003-05-19 17:48:39,770 ERROR 
[ser.BeanPropertyTarget] Could not convert
[Lorg.expasy.services.proteins.Criteria; to bean 
field 'criteria', type
[Lorg.expasy.services.proteins.Criteria;
2003-05-19 17:48:39,783 ERROR [http.AxisServlet] 

Seems like the serializers stick to their old classes 
while I have already checked general interface wsdl 
updates.




--

Comment By: Dr. Christoph Georg Jung (cgjung)
Date: 2003-06-23 15:16

Message:
Logged In: YES 
user_id=175199

I did an experiment with the HelloData bean of the jboss.net 
testsuite (added/removed attributes and property accessors) 
and it worked.

Could it be that your deployment structure (ear?) is somehow 
wrecked?



--

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


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-757934 ] Impossible to hot-redeploy a webservice

2003-06-23 Thread SourceForge.net
Bugs item #757934, was opened at 2003-06-20 16:59
Message generated for change (Comment added) made by cgjung
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=757934group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Pending
Resolution: Wont Fix
Priority: 6
Submitted By: Marius Kotsbak (mkotsbak)
Assigned to: Nobody/Anonymous (nobody)
Summary: Impossible to hot-redeploy a webservice

Initial Comment:
We have a scoped ear which contain a webservice. In
both jboss 3.0.2 and 3.0.8, when we touch
scoped.ear/META-INF/application.xml to redeploy the
ear, we get this error:

--
16:53:29,324 ERROR [URLDeploymentScanner] Failed to
deploy:
[EMAIL PROTECTED]
url=file:/home/marius/bin/jboss-3.0.8/server/all/deploy/connect.ear/,
deployedLastModified=1056120614000 }
org.jboss.deployment.DeploymentException: attempting to
redeploy a depoyed module!
file:/home/marius/bin/jboss-3.0.8/server/all/deploy/connect.ear/externalsender.wsr
---

It deploys without any problem when restarting jboss
for each change in the scoped ear.

--

Comment By: Dr. Christoph Georg Jung (cgjung)
Date: 2003-06-23 15:19

Message:
Logged In: YES 
user_id=175199

This problem (an entry in a deployment hashtable of 
AxisService has not been deleted upon undeploy) has been 
solved in 3.2 and head.

I currently have not the the time to maintain the 3.0 series, 
too. Marius, you have RW and if this is important to you, 
please could you backport that fix?

If you need more information, please give me a trigger ...

CGJ


--

Comment By: Marius Kotsbak (mkotsbak)
Date: 2003-06-23 11:29

Message:
Logged In: YES 
user_id=366650

Higher priority as this seems to be a more general problem.

--

Comment By: Marius Kotsbak (mkotsbak)
Date: 2003-06-23 11:27

Message:
Logged In: YES 
user_id=366650

A testcase is attached. It deploys ok, but when i touch it
(redeploy), nothing happens.

When I move the file away from deploy directory, it
undeploys, and it says it undeployed OK. But when I move the
file into deploy directory again, I get the error mentioned
above saying it is already deployed.

--

Comment By: Marius Kotsbak (mkotsbak)
Date: 2003-06-23 11:24

Message:
Logged In: YES 
user_id=366650

Changed title as this seems to be a problem for webservices
generally.

--

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


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Photo Items Gifts

2003-06-23 Thread xtone4




  
  
 
  This is 
  an advertisment, if you are not interested, please kindly delete it or 
  press the Remove to remove from our 
  mailing list. Sorry for causing any inconvenience!! Our products: 1)Used Mini-lab machines/Used 
  Photo-finishing machinesMost updated 
  good quality models from Japan directly!!!Noritsu/Fuji/Konica Digital printer from Japan Noritsu 
  QSS2611/V30 2) Color Films  Papers Competitive, 
  regular Supply / Short-dated Spot offer!!! Kodak/Agfa/Konica/Fuji ISO 100,200,400  800 
  Consumer  Industrial packing are available! 3) Disposable  Digital 
  CamerasOriginal National brands, Competitive, Fresh, Regular supply 
  !!! Fuji, Nikon, Sony Digital Camera 
  Kodak, Konica Disposable Camera are available Competitive Fuji 
  FinePix603 US$420/PC 4) 2nd Hand Copiers and 
  Fax MachinesOriginal national brands, updated models, available 
  soon!!! 5) Mini-lab Necessities  
  AccessoriesCompetitive  Good Quality !!! mini-lab lens/ paper magazines/ consuming items, 
  filters,twick check, splicing tape 6)Motorized, Manual  disposable 
  CamerasOEM brands,Cheap  Good Quality from 
  China!!!Loaded with National branded or 
  Chinese Film at 
  ISO100,200,400.Message Camera, 
  Under Water Camera, Camera Pack with Binoculars, Albums..7) Alkaline Battery 
   Mobile instant battery/batter charger National brands, new  used at good price!!! 
  Sanyo Lithum/Alkaline Battery 
  Toshiba/Sanyo/Kodak New Max8)Photo frames and albumsTraditional 
  but cheap version from China!!Photo 
  AlbumsPhoto Frames more 9)General Gift  Premium 
  itemsCreative, Cheap  Useful items from 
  China!!! Photo Alarm ClocksPhoto Mouse PadsPhoto key holders 
  /mobile strapsBinoculars with Ball Shape, Airplane, Cigarettes, 
  Hamburger..CDR. .. more new items 
  E-Mail:[EMAIL PROTECTED]
  


---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Patches-759262 ] housekeeping cleanup in ejb classes

2003-06-23 Thread SourceForge.net
Patches item #759262, was opened at 2003-06-23 14:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376687aid=759262group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Rod Burgett (rodburgett)
Assigned to: Nobody/Anonymous (nobody)
Summary: housekeeping cleanup in ejb classes

Initial Comment:
This patch includes changes to 3 classes to facilitate 
garbage collection and reduce memory leaks.   These 
may seem like minor updates, but circular references and 
collections of references can be a nuisance to garbage 
collectors.

Diff files are attached, and here's a summary of the 
changes:

The destroyService() method of org.jboss.ejb.Container 
is incomplete, this patch extends the clean up to include 
nulling several fields and clearing some container fields.  
Also, in the getJmxName method, the scope of the 'if ( 
jmxName == null )' condition was increased to include 
population of the local beanMetaData and jndiName 
fields.  They aren't used unless the condition is satisfied, 
so there appears to be no reason to populate them.

The stopService() method of org.jboss.ejb.EJBDeployer 
gets a line to null the serviceController reference.

The destroyService() method of org.jboss.ejb.EjbModule 
is incomplete, this patch extends the clean up to include 
nulling several fields and clearing the module data 
container field.


--

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


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Patches-759271 ] housekeeping cleanup in ProxyFactory

2003-06-23 Thread SourceForge.net
Patches item #759271, was opened at 2003-06-23 15:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376687aid=759271group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Rod Burgett (rodburgett)
Assigned to: Nobody/Anonymous (nobody)
Summary: housekeeping cleanup in ProxyFactory

Initial Comment:
The destroy() method of 
org.jboss.proxy.ejb.ProxyFactory is incomplete, this 
patch extends the clean up to include nulling several 
fields and clearing the interceptor classes  containers.


--

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


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Patches-759310 ] Integration of Axis 1.1

2003-06-23 Thread SourceForge.net
Patches item #759310, was opened at 2003-06-23 11:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376687aid=759310group_id=22866

Category: JbossSOAP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthew Munz (mattmunz)
Assigned to: Nobody/Anonymous (nobody)
Summary: Integration of Axis 1.1

Initial Comment:
Hi all,

  Axis 1.1 includes a workaround for a major MS .Net
deserialization bug.  The attached files were modified
so that JBoss.Net 3.2.1 would compile and run with Axis
1.1.  If possible, it would be nice to see Axis 1.1
included in the next stable JBoss release...

  - Matt


--

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


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] 300.00

2003-06-23 Thread
Title: 







  



  
 V2.7 
 
  
//

 

 


1234567 
89101112131415


  

 
 
 

  
  


  
  

 




 


 



0536-2909116 QQ:5056114 
Email:[EMAIL PROTECTED]


  







---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-758099 ] Jsr-77: Wrong J2EEServer attributes

2003-06-23 Thread SourceForge.net
Bugs item #758099, was opened at 2003-06-20 11:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=758099group_id=22866

Category: JBossMX
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan Reich (sreich)
Assigned to: Nobody/Anonymous (nobody)
Summary: Jsr-77: Wrong J2EEServer attributes

Initial Comment:
Seen on MacOSX, JDK 1.4, Jboss 3.2.2 TOT of today.

The following ObjectNames have the wrong J2EEServer 
attribute, which should be Local.
  
J2EEServer=JBoss LocalTransaction JDBC 
Wrapper,JCAResource=DefaultDS,j2eeType=JCAConnectionF
actory,name=DefaultDS
  
J2EEServer=JBoss LocalTransaction JDBC 
Wrapper,j2eeType=JCAResource,name=DefaultDS
  
J2EEServer=JMS 
Adapter,JCAResource=JmsXA,j2eeType=JCAConnectionFactor
y,name=JmsXA
  
J2EEServer=JMS 
Adapter,j2eeType=JCAResource,name=JmsXA


The J2EEServer attribute is missing from the following 
entries:
  
j2eeType=JCAManagedConnectionFactory,name=DefaultDS

j2eeType=JCAManagedConnectionFactory,name=JmsXA


To reproduce, fire up the jmx-console and look at the entries 
under jboss.management.local

--

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


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] org\mortbay\start\Main.java:512

2003-06-23 Thread Bill Burke
scott just fixed this.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of
 Alexey Loubyansky
 Sent: Saturday, June 21, 2003 7:55 AM
 To: jboss-dev
 Subject: [JBoss-dev] org\mortbay\start\Main.java:512
 
 
 I just checked out Branch_3_2 and couldn't compile. Does anyone get
 the following error?
 
 Win2K / Sun JDK1.3.1_05
 
 D:\cvsroot\jboss-3.2\jetty\src\main\org\mortbay\start\Main.java:51
 2: start() is
 inherited from java.lang.Thread and hides method in outer class 
 org.mortbay.star
 t.Main.  An explicit 'this' qualifier must be used to select the 
 desired instanc
 e.
 start();
 ^
 1 error
 3 warnings
 
 Thanks,
 alex
 
 
 
 ---
 This SF.Net email is sponsored by: INetU
 Attention Web Developers  Consultants: Become An INetU Hosting Partner.
 Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
 INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] org\mortbay\start\Main.java:512

2003-06-23 Thread Adrian Brock
Scott just fixed it.

 
Adrian Brock
Director of Support
Back Office
JBoss Group, LLC 
 
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Alexey Loubyansky
 Sent: 21 June 2003 12:55
 To: jboss-dev
 Subject: [JBoss-dev] org\mortbay\start\Main.java:512
 
 
 I just checked out Branch_3_2 and couldn't compile. Does anyone get
 the following error?
 
 Win2K / Sun JDK1.3.1_05
 
 D:\cvsroot\jboss-3.2\jetty\src\main\org\mortbay\start\Main.jav
 a:512: start() is
 inherited from java.lang.Thread and hides method in outer 
 class org.mortbay.star
 t.Main.  An explicit 'this' qualifier must be used to select 
 the desired instanc
 e.
 start();
 ^
 1 error
 3 warnings
 
 Thanks,
 alex
 
 
 
 ---
 This SF.Net email is sponsored by: INetU
 Attention Web Developers  Consultants: Become An INetU 
 Hosting Partner.
 Refer Dedicated Servers. We Manage Them. You Get 10% Monthly 
 Commission!
 INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 





---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] org\mortbay\start\Main.java:512

2003-06-23 Thread Alexey Loubyansky
I just checked out Branch_3_2 and couldn't compile. Does anyone get
the following error?

Win2K / Sun JDK1.3.1_05

D:\cvsroot\jboss-3.2\jetty\src\main\org\mortbay\start\Main.java:512: start() is
inherited from java.lang.Thread and hides method in outer class org.mortbay.star
t.Main.  An explicit 'this' qualifier must be used to select the desired instanc
e.
start();
^
1 error
3 warnings

Thanks,
alex



---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] JBoss (HEAD/winxp) Test Results: 89 % ( 274 / 306 ) - come on - pull your finger out

2003-06-23 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
NOTE: Sourceforge pserver cvs access is now using the backup server - 
so these results are for yesterdays code. 
===


JBoss daily test results

SUMMARY

Number of tests run:   306



Successful tests:  274

Errors:31

Failures:  1





[time of test: 2003-06-22.23-37 GMT]
[java.version: 1.4.1_03]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.4.1_03-b02]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Windows XP]
[os.arch: x86]
[os.version: 5.1]

See http://jboss1.kimptoc.net/winxp/logtests/testresults/reports/html//. for
the junit report of this test.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.

It is assumed that whoever makes change(s) to jboss that 
break the test will be fixing the test or jboss, as appropriate!





DETAILS OF ERRORS



Suite:   RemotingUnitTestCase
Test:testClusteredRemotingDT2(org.jboss.test.aop.test.RemotingUnitTestCase)
Type:error
Exception:   org.jboss.tm.JBossRollbackException
Message: Unable to commit, tx=TransactionImpl:XidImpl [FormatId=257, 
GlobalId=2c571170edfbf9c6x73a7abxf5f1cbcd39x-7fff/101, 
BranchQual=2c571170edfbf9c6x73a7abxf5f1cbcd39x-7fff/] status=STATUS_ROLLEDBACK; - 
nested throwable: (java.lang.RuntimeException: Unexpected exception in commit of xid: 
XidImpl [FormatId=257, GlobalId=2c571170edfbf9c6x73a7abxf5f1cbcd39x-7fff/101, 
BranchQual=2c571170edfbf9c6x73a7abxf5f1cbcd39x-7fff/1], exception: 
java.lang.RuntimeException: Error processing InternalInvocation.  Unable to process 
method commit)
-



Suite:   TreeCacheAopUnitTestCase
Test:testSet(org.jboss.test.cache.test.aop.TreeCacheAopUnitTestCase)
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   TransientMBeanUnitTestCase
Test:testPutTx(org.jboss.test.cache.test.tx.TransientMBeanUnitTestCase)
Type:error
Exception:   java.rmi.ServerException
Message: EJBException:; nested exception is:   javax.ejb.EJBException: Application 
Error: tried to enter Stateful bean with different tx context, contextTx: 
TransactionImpl:XidImpl [FormatId=257, 
GlobalId=2c571170edfbf9c6x73a7abxf5f1cbcd39x-7fff/101, 
BranchQual=2c571170edfbf9c6x73a7abxf5f1cbcd39x-7fff/1], methodTx: null
-



Suite:   TransientMBeanUnitTestCase
Test:testRollbackTx(org.jboss.test.cache.test.tx.TransientMBeanUnitTestCase)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: MBeanException: org.jboss.cache.LockingException: IdentityLock.attempt(); 
- nested throwable: (java.lang.InterruptedException) Cause: 
org.jboss.cache.LockingException: IdentityLock.attempt(); - nested throwable: 
(java.lang.InterruptedException)
-



Suite:   EJBSelectUnitTestCase
Test:org.jboss.deployment.DeploymentException: Could not create deployment: 
file:/F:/jboss/jboss-head-test/testsuite/output/lib/cmp2-ejbselect.jar; - nested 
throwable: (MBeanException: org.jboss.deployment.DeploymentException: Could not deploy 
file:/F:/jboss/jboss-head-test/testsuite/output/lib/cmp2-ejbselect.jar; - nested 
throwable: (java.lang.IllegalStateException: Timer already cancelled.) Cause: 
org.jboss.deployment.DeploymentException: Could not deploy 
file:/F:/jboss/jboss-head-test/testsuite/output/lib/cmp2-ejbselect.jar; - nested 
throwable: (java.lang.IllegalStateException: Timer already cancelled.))
Type:error
Exception:   org.jboss.deployment.DeploymentException
Message: Could not create deployment: 
file:/F:/jboss/jboss-head-test/testsuite/output/lib/cmp2-ejbselect.jar; - nested 
throwable: (MBeanException: org.jboss.deployment.DeploymentException: Could not deploy 
file:/F:/jboss/jboss-head-test/testsuite/output/lib/cmp2-ejbselect.jar; - nested 
throwable: (java.lang.IllegalStateException: Timer already cancelled.) Cause: 
org.jboss.deployment.DeploymentException: Could not deploy 
file:/F:/jboss/jboss-head-test/testsuite/output/lib/cmp2-ejbselect.jar; - nested 
throwable: (java.lang.IllegalStateException: Timer already cancelled.))
-



Suite:   LOBUnitTestCase
Test:org.jboss.deployment.DeploymentException: Could not create deployment: 
file:/F:/jboss/jboss-head-test/testsuite/output/lib/cmp2-lob.jar; - nested throwable: 
(MBeanException: 

[JBoss-dev] Apple is shipping JBoss 3.2 with the Panther preview

2003-06-23 Thread Stefan Arentz
Heya. I'm at the WWDC and we all got a set of CDs with a prerelease 
version of Panther (OS X 10.3) and new developer tools. On the tools CD 
there is a package called 'JavaApplicationServersDev' and it guess what 
... it contains JBoss 3.2 (together with XDoclet and project templates 
for the new dev tools). This was given to 3800 developers!

 S.



---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-753382 ] Rollinglogged PM can throw NullPointerException

2003-06-23 Thread SourceForge.net
Bugs item #753382, was opened at 2003-06-12 08:58
Message generated for change (Comment added) made by genman
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=753382group_id=22866

Category: JBossMQ
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Elias Ross (genman)
Assigned to: Nobody/Anonymous (nobody)
Summary: Rollinglogged PM can throw NullPointerException

Initial Comment:

I got this when moving a failed message from the Dead
Letter Queue (DLQ) back to the original queue.

There is probably a bug in the PM:

2003-06-12 06:05:39,196 WARN  [TransactionImpl] (Thread
Pool Worker-186)  XAException:
tx=TransactionImpl:XidImpl [FormatId=25
7, GlobalId=cypher//49235, BranchQual=]
errorCode=XAER_RMERR
org.jboss.mq.SpyXAException: - nested throwable:
(org.jboss.mq.SpyJMSException: Cannot process a
transaction; - nested throwable:
(java.lang.NullPointerException))

org.jboss.mq.SpyXAResource.commit(SpyXAResource.java:105)
org.jboss.tm.TransactionImpl.commitResources(TransactionImpl.java:1580)
org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:386)
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:322)
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:636)
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:442)
org.jboss.mq.SpySession.run(SpySession.java:294)
org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:177)
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:732)
at java.lang.Thread.run(Thread.java:536)
Caused by: org.jboss.mq.SpyJMSException: Cannot process
a transaction; - nested throwable:
(java.lang.NullPointerException)
org.jboss.mq.Connection.send(Connection.java:932)
org.jboss.mq.SpyXAResourceManager.commit(SpyXAResourceManager.java:135)
org.jboss.mq.SpyXAResource.commit(SpyXAResource.java:103)
... 9 more
Caused by: java.lang.NullPointerException
at
org.jboss.mq.pm.rollinglogged.PersistenceManager.checkCleanup(PersistenceManager.java:760)
org.jboss.mq.pm.rollinglogged.PersistenceManager.checkCleanup(PersistenceManager.java:745)
org.jboss.mq.pm.rollinglogged.PersistenceManager.commitPersistentTx(PersistenceManager.java:308)
org.jboss.mq.pm.TxManager.commitTx(TxManager.java:105)
org.jboss.mq.server.JMSDestinationManager.transact(JMSDestinationManager.java:495)
org.jboss.mq.server.JMSServerInvoker.transact(JMSServerInvoker.java:187)
org.jboss.mq.il.jvm.JVMServerIL.transact(JVMServerIL.java:328)
org.jboss.mq.Connection.send(Connection.java:928)
... 11 more

The NPE occurs on 

synchronized(logs)

   protected void checkCleanup(SpyTxLog txLog) throws
JMSException
   {
  if (txLog == null || txLog == currentTxLog)
  {
 return;
  }
  HashMap logs;
  synchronized (messageLogs)
  {
 logs = (HashMap)messageLogs.get(txLog);
  }
  synchronized (logs)
  {

If the transaction has gone missing, probably nothing
should be done -- I suggest logging a warning at the
very most.



--

Comment By: Elias Ross (genman)
Date: 2003-06-23 18:26

Message:
Logged In: YES 
user_id=556458


I've reproduced this again ... I am assuming there is a race
condition someplace, but the cleanup code (at the very
least) shouldn't do this.

2003-06-24 01:14:00,101 WARN  [TransactionImpl] XAException:
tx=TransactionImpl:XidImpl [FormatId=257,
GlobalId=localhost.localdomain//6421, BranchQual=]
errorCode=XAER_RMERR
org.jboss.mq.SpyXAException: - nested throwable:
(org.jboss.mq.SpyJMSException: Cannot process a transaction;
- nested throwable: (java.lang.NullPointerException))
at
org.jboss.mq.SpyXAResource.commit(SpyXAResource.java:105)
at
org.jboss.tm.TransactionImpl.commitResources(TransactionImpl.java:1580)
at
org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:366)
at
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:337)
at
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:633)
at
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:433)
at org.jboss.mq.SpySession.run(SpySession.java:298)
at
org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:732)
at java.lang.Thread.run(Thread.java:536)
Caused by: org.jboss.mq.SpyJMSException: Cannot process a
transaction; - nested throwable:
(java.lang.NullPointerException)
at org.jboss.mq.Connection.send(Connection.java:932)
at
org.jboss.mq.SpyXAResourceManager.commit(SpyXAResourceManager.java:127)
at
org.jboss.mq.SpyXAResource.commit(SpyXAResource.java:103)
... 9 more
Caused by: java.lang.NullPointerException
at

[JBoss-dev] Increase Your Business

2003-06-23 Thread Helen

E-mail Marketing is one of the most effective and inexpensive ways to
promote your products and services.

We offer a complete E-mail Marketing solution with quality service and
the lowest prices. The result is that you will enjoy more success.

1. Targeted E-mail Addresses 

We can supply targeted e-mail addresses according to your requirements,
which are compiled only on your order, such as region / country / field / 
occupation / Domain Name etc. We will customize your customer e-mail
addresses.

* We have millions of e-mail addresses in a wide variety of categories.

2. Targeted Mailing  

If you are worried about any complications or consequences with sending 
out targeted e-mails, or want to avoid the work of sending out targeted 
e-mails. We will do it for you! We will send your e-mail message to your 
targeted customers.

* We can Bullet Proof your Web Site.

We also offer a wide variety of e-mail marketing software. For more
details, you can refer to our web site: http://www.lead-host.com

Our services will help you get more business opportunities.


Regards!

Mrs Helen
Customer Services
www.lead-host.com

E-mail Marketing, at Great Fees.


Receiving this email because you registered to receive special 
offers from one of our partners. If you would prefer not to receive
future e-mail, Click here: www.unsubscribe-mail.com?client=17



---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development