VFS3 (in AS trunk) - Non .jar file handling
by Jaikiran Pai
I see a new behaviour with VFS3 in JBoss AS. Earlier in AS-5/6 (with
VFS2) and AS-4 (without any VFS), to try out some quick fixes, i used to
rename existing jar files to end with .bak name and replace them with
the new patched jar file. So for example, if i had a fix in
jboss-ejb3-core.jar, i would:
1) Rename the JBOSS_HOME/common/lib/jboss-ejb3-core.jar to
JBOSS_HOME/common/lib/jboss-ejb3-core.jar.orig.bak
2) Place a patched jboss-ejb3-core.jar in JBOSS_HOME/common/lib
3) Restart the server
The server would then pickup the new patched jar file and ignore the
.bak file. After testing the fix, i would then revert back to the
original jar file by renaming it back to its original name.
However, with the recent upgrade to VFS3 in AS trunk, i notice that even
the .bak is used for classloading (following is the output from
-verbose:class JVM argument):
[Loaded org.jboss.ejb3.EJBContainer from
file:/NotBackedUp/jpai/business/jboss/wc/jbossas/trunk/build/target/jboss-6.0.0-SNAPSHOT/common/lib/jboss-ejb3-core.jar.orig.bak/]
Looks like VFS3 picks up this non .jar suffix file for classloading. Is
this expected? Shouldn't it be looking for only .jar files (atleast in
this context)?
regards,
-Jaikiran
14 years
Unable to resolve an AS trunk dependency
by Galder Zamarreño
Hey,
I'm trying to build AS trunk using the given build.sh but I get:
[ERROR] Failed to execute goal on project jboss-as-depchain: Missing:
----------
1) org.jboss.system:system-jmx:jar:5.1.0.GA
...
Path to dependency:
1) org.jboss.jbossas:jboss-as-depchain:pom:6.0.0-SNAPSHOT
2) org.jboss.ejb3:jboss-ejb3-metrics-deployer:jar:1.1.0
3) org.jboss.system:system-jmx:jar:5.1.0.GA
----------
1 required artifact is missing.
for artifact:
org.jboss.jbossas:jboss-as-depchain:pom:6.0.0-SNAPSHOT
from the specified remote repositories:
apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true),
jboss-maven2-brew (http://repository.jboss.org/maven2-brew/, releases=true, snapshots=false),
jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
Cheers,
--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache
14 years, 1 month
Re: [jboss-dev] JBoss AS 6.0.0.CR1 - Infinispan Integration
by Shelly McGowan
Paul,
The JBoss AS test suite run completed. The results can be viewed here:
http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-6.0.x-testSui...
There are 65 new failures. Of the 65, 38 are related to new tests added in
org.jboss.ejb3.test.stateful.unit. I would prefer that these tests followed the naming
convention as the other tests; i.e., org.jboss.test.ejb3.stateful.unit
The other regressions:
12 org.jboss.test.naming.test.NamingRestartUnitTestCase
1 org.jboss.test.web.test.ClusteredSingleSignOnUnitTestCase
5 org.jboss.test.cluster.defaultcfg.web.test.SessionPassivationTestCase
3 org.jboss.test.cluster.defaultcfg.web.test.CrossContextCallsTestCase
5 org.jboss.test.cluster.defaultcfg.web.test.AttributeBasedSessionPassivationTestCase
1 org.jboss.test.cluster.defaultcfg.simpleweb.test.SessionCountUnitTestCase
Overall, clean integration. Nice work.
Shelly McGowan
JBoss, by Red Hat
----- Original Message -----
From: "Paul Ferraro" <paul.ferraro(a)redhat.com>
To: "JBoss.org development list" <jboss-development(a)lists.jboss.org>
Sent: Tuesday, October 26, 2010 2:08:52 PM GMT -05:00 US/Canada Eastern
Subject: Re: [jboss-dev] JBoss AS 6.0.0.CR1 - Infinispan Integration
The merge of branches/infinispan-int into trunk is complete. Phew...
I suggest we validate against a hudson testsuite run prior to reopening
trunk.
On Mon, 2010-10-25 at 11:12 -0400, Shelly McGowan wrote:
>
> The Infinispan integration is on track for today. Please hold major commits that
> may interfere with their merge till further notice.
>
> http://community.jboss.org/wiki/ReleaseplanforInfinispan-backedASclustering
>
>
> Shelly McGowan
> JBoss, by Red Hat
>
> ----- Original Message -----
> From: "Shelly McGowan" <smcgowan(a)redhat.com>
> To: "JBoss.org development list" <jboss-development(a)lists.jboss.org>
> Sent: Monday, October 18, 2010 1:44:30 PM GMT -05:00 US/Canada Eastern
> Subject: [jboss-dev] JBoss AS 6.0.0.CR1 - Infinispan Integration
>
>
>
> One of the key upgrades for the CR1 release is to replace JBossCache with Infinispan
> as the distributed caching provider for JBoss AS 6 (JBAS-7837).
>
> The integration into jbossas/trunk is planned for Monday, October 25, with updates
> to dependent modules being done throughout this week.
>
> If you have pending commits to jbossas/trunk, get those in by end of this week,
> Friday, October 22, so we can get some testing done over the weekend prior to
> this upgrade.
>
>
> Shelly McGowan
> JBoss, by Red Hat
> _______________________________________________
> jboss-development mailing list
> jboss-development(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
> _______________________________________________
> jboss-development mailing list
> jboss-development(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development
14 years, 1 month
Byteman Release 1.4.0 now available
by Andrew Dinn
Byteman 1.4.0 has been released and is now available at the project
download page
http://www.jboss.org/byteman/downloads.html
or from the JBoss maven repository
https://repository.jboss.org/nexus/index.html#nexus-search;metadata~group...
The release contains various bug fixes plus some important new features:
* access restrictions have been removed. injected rule code may now
read and write non-public fields and invoke non-public methods
* a new sample helper, class, JMXHelper, has been provided which
employs a Dynamic MBean to display any JVM runtime or application stats
that can be counted using injected rules
* two sample rule sets have been provided which use JMXHelper to
provide running statistics detailing:
- a miscellany of JVM operations such as thread creates, file opens etc
- invocations of the javax.transaction.Transaction API
* a new script, bminstall.sh, is provided which allows the byteman
agent to be installed into an already running Java program rather than
needing to be configured on the java command line
(n.b. the dynamic install feature is only available for JVMs which
implement the server side of the com.sun.tools.attach.VirtualMachine API
-- currently this is known to work for the Sun, OpenJDK and JRockit JDK6
releases).
More details available soon from the project blog
http://bytemanblog.blogspot.com/
Full details provided in the programmer's guide
http://www.jboss.org/byteman/documentation
regards,
Andrew Dinn
-----------
14 years, 1 month
Re: [jboss-dev] JBoss AS 6.0.0.CR1 - Infinispan Integration
by Shelly McGowan
The Infinispan integration is on track for today. Please hold major commits that
may interfere with their merge till further notice.
http://community.jboss.org/wiki/ReleaseplanforInfinispan-backedASclustering
Shelly McGowan
JBoss, by Red Hat
----- Original Message -----
From: "Shelly McGowan" <smcgowan(a)redhat.com>
To: "JBoss.org development list" <jboss-development(a)lists.jboss.org>
Sent: Monday, October 18, 2010 1:44:30 PM GMT -05:00 US/Canada Eastern
Subject: [jboss-dev] JBoss AS 6.0.0.CR1 - Infinispan Integration
One of the key upgrades for the CR1 release is to replace JBossCache with Infinispan
as the distributed caching provider for JBoss AS 6 (JBAS-7837).
The integration into jbossas/trunk is planned for Monday, October 25, with updates
to dependent modules being done throughout this week.
If you have pending commits to jbossas/trunk, get those in by end of this week,
Friday, October 22, so we can get some testing done over the weekend prior to
this upgrade.
Shelly McGowan
JBoss, by Red Hat
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development
14 years, 1 month
JBoss AS 6.0.0.CR1 - Infinispan Integration
by Shelly McGowan
One of the key upgrades for the CR1 release is to replace JBossCache with Infinispan
as the distributed caching provider for JBoss AS 6 (JBAS-7837).
The integration into jbossas/trunk is planned for Monday, October 25, with updates
to dependent modules being done throughout this week.
If you have pending commits to jbossas/trunk, get those in by end of this week,
Friday, October 22, so we can get some testing done over the weekend prior to
this upgrade.
Shelly McGowan
JBoss, by Red Hat
14 years, 2 months
Re: [jboss-dev] AS 6 memory in use after booting default profile
by Jaikiran Pai
On Friday 08 October 2010 07:16 PM, Andrew Dinn wrote:
> On 10/08/2010 02:20 PM, Jaikiran Pai wrote:
>> I checked some config files to see if this can be disabled through
>> configuration, but couldn't find it. Is there some config which can
>> disable registering these classloader MBeans? We could then check how
>> much memory usage improvement this brings in.
>
> Is this really going to help?
>
I'm not really sure. Probably not. But given a previous similar
experience which helped reduce the memory usage noticeably
https://jira.jboss.org/browse/JBAS-6987, I was curious to see if it
helps here too.
-Jaikiran
14 years, 2 months