AS5 boot message
by Dimitris Andreadis
Nice touch:
[snip]
21:42:00,421 INFO [TomcatDeployment] deploy, ctxPath=/web-console, vfsUrl=manag
ement/console-mgr.sar/web-console.war
21:42:04,093 WARN [SecurityMetadataStore] *** THE DEFAULT SUCKER USER PASSWORD
HAS NOT BE CHANGED FROM THE INSTALLATION DEFAULT - THIS IS A SECURITY RISK - PLE
ASE CHANGE THIS!! **
21:42:04,218 INFO [ServerPeer] JBoss Messaging 1.4.0.GA server [0] started
[snip]
17 years, 2 months
JBAS-4520 - Removal of testsuite on old transaction project
by Adrian
1) Don't test against the old transaction manager
WRT: http://jira.jboss.com/jira/browse/JBAS-4520
I've now removed the testsuite dependency on the old
transaction project.
The testsuite now uses the integration project's
jboss-transaction-spi exclusively.
This means all tests are now run against the new transaction
manager.
Besides the TransactionLocal problem,
which was a corner case, I haven't found any new issues.
2) This also needs doing in 4.2.x
After the 4.2.2 release we should probably do the same thing
in the 4.2.x branch, but that means introducing a 4.2.x
branch of the integration spi and repeating the tidyup
of the testsuite and other code.
However, I think we should keep the old TxManager
for the 4.2.x branch since we have already shipped it
in previous releases.
3) Next step - MDB changes
The next step is cutting over to the JCA1.5 inbound
jms resource adapter:
http://jira.jboss.com/jira/browse/JBAS-4517
related EJB3 task:
http://jira.jboss.com/jira/browse/JBAS-4518
This requires introducing the start/stopDelivery()
api in the JBossMessageEndpointFactory MBean
and some default/testsuite configuration changes.
4) Broken tests
But given the state of the messaging tests in head
(mainly failing because destinations are not
getting bound into jndi), I'll have to cleanup
these tests first.
5) Removal of old transaction manager
Once the MDB changes are done, it just needs
Francisco to confirm the iiop changes are
complete:
http://jira.jboss.com/jira/browse/JBAS-4519
I noticed there are still recover and dtm
resources in the testsuite
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/trunk/testsuite/src/re...
although the tests themselves are gone:
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas?view=rev&revision=65820
I guess this just needs tidying up?
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
17 years, 2 months
AS5 boot screwed up
by Dimitris Andreadis
After the removal of the transaction module, booting the 'default' and 'all' configs
complains initially for the missing org.jboss.tm.XidFactory, then about missing jbossts libs...
17 years, 2 months
More deletions
by Adrian
Since we're in the mood for deletions of old code,
I've removed the javax.management.* and org.w3c.dom.*
classes from the j2se project in head. They are no longer
required with java5.
I've tagged the removed code with OLD_J2SE
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/tags/OLD_J2SE/
because we might need something like this code
if we want to retro back to j2se1.4 at some point.
I think we should still keep the j2se project around.
e.g. we'll probably want to include things like
the new Java6 jdbc classes if we want JBoss5
to complile on that release rather than just run,
e.g.
http://java.sun.com/javase/6/docs/api/java/sql/Wrapper.html
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
17 years, 2 months