[Design of Security on JBoss] - Broken object names in jacc
by adrian@jboss.org
I've done a basic fix to this, but I'm still seeing other problems.
The first I saw was object names without values, e.g.
jboss.jacc:id=,service=jacc
which is not a valid JMX object name.
Since you can't guarantee the a deployment unit doesn't contain
an invalid character for a JMX object name, I quoted the properties
in AbstractSecurityDeployer
But now I'm seeing this error when trying to run web integration tests
| 16:55:15,867 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/home/ejort/jboss-head/testsuite/output/lib/class-loading.war state=PreReal mode=Manual requiredState=Real
| org.jboss.deployment.DeploymentException: Error during install jboss.jacc:service=jacc,id=""
| at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:52)
| at org.jboss.system.ServiceController.install(ServiceController.java:277)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
| at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
| at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
| at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:174)
|
So there's obviously something wrong with the way you are generating
object names.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137126#4137126
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137126
18 years
[QA of JBoss Portal] - portal fail over testing
by prabhat.jha@jboss.com
Scalability of portal without verifying that fail over works properly does not add much value. Hence, before I do more of scalability testing, I would like to verify that fail over works. Once that is verified then I can extend the same test to be used for scalability testing.
One simple way to do fail over testing in portal case I think is this:
1. Create a portlet (extend NullPortletPage that we have for load testing) which
a. For a new session, sets a session attribute called "SEQUENCE_NUMBER" to 0
b. On subsequent requests, the portlet simply increases the sequence number.
2. Client makes a request to n-node cluster and it also keeps track of SEQUENCE_NUMBER and asserts that this number matches.
3. In between request, I randomly pick one or more nodes, bring them down and bring them up after some times.
Any thoughts on this?
Another simple test I think will be to change portlet window state to maximized and minimized alternatively and assert on client that response string has correct portlet window state.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137121#4137121
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137121
18 years
[Design of JBoss Web Services] - Re: Tagging the TCK repository
by thomas.diesler@jboss.com
The release was on 2008-01-24 09:28:46 +0100
| [tdiesler@tdvaio jbossws-native-2.0.3.GA]$ svn log --stop-on-copy
| ------------------------------------------------------------------------
| r5749 | thomas.diesler(a)jboss.com | 2008-02-20 11:56:09 +0100 (Wed, 20 Feb 2008) | 1 line
|
| 2.2.2.SP4-brew
| ------------------------------------------------------------------------
| r5737 | thomas.diesler(a)jboss.com | 2008-02-19 20:17:38 +0100 (Tue, 19 Feb 2008) | 1 line
|
| Fix svn external for framework 2.0.3.GA
| ------------------------------------------------------------------------
| r5563 | alessio.soldano(a)jboss.com | 2008-02-05 11:02:32 +0100 (Tue, 05 Feb 2008) | 2 lines
|
| Adding docbook xml documentation export
|
| ------------------------------------------------------------------------
| r5528 | heiko.braun(a)jboss.com | 2008-01-24 09:37:32 +0100 (Thu, 24 Jan 2008) | 1 line
|
| svn external for framework 2.0.3.GA
| ------------------------------------------------------------------------
| r5527 | heiko.braun(a)jboss.com | 2008-01-24 09:28:46 +0100 (Thu, 24 Jan 2008) | 1 line
|
| Tag 2.0.3GA
| ------------------------------------------------------------------------
|
If we cant get exact TCK revisions, we can branch the TCK projects from that date
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137120#4137120
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137120
18 years