[Design of POJO Server] - Re: JBAS-5259, JMS Destination Names is showing as QueueServ
by mark.spritzler
After stepping through both the console and the ManagementViewImpl class, I still am not getting the Topics/Queues. In the ManagementViewImpl class the compByCompType Map only had two keys in it, one LocalTX Datasource type and one for the JMS XA Connection Factory. There was no entries for JMSDestinations-Topics or Queues.
So it got me thinking, in looking at the ManagedDeployment object that holds
"vfsfile:/C:/JBossServers/jboss-5.0.0.CR1/server/default/deploy/messaging/"
I found the destinations-service.xml Deployment, and it did not have any children. I am thinking this is the key. All the Topics and Queues that I am expecting to see are all defined in the destinations-service.xml file.
I am thinking in the Hudson testsuite the JMS Unit Test, which adds a Topic/Queue through the profile service, is running before the ProfileService Unit Test, and that is why the test in the ProfileService Unit Test is passing the size() > 0
What do you think?
Thanks
Mark
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134983#4134983
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134983
18 years, 1 month
[Design of EJB 3.0] - What Versions of AS5 Will EJB3 Plugin Support?
by ALRubinger
The AS Integration move of the deployers will lead Beta4 with the EJB3 Plugin to now fail with the following errors listed below.
Worth fixing, or we push forward and Plugin will only be supported on AS5 CR1 and up?
EJBStage2Deployer -> java.lang.ClassNotFoundException: org.jboss.ejb3.deployers.EJBStage2Deployer
|
| JBossClientParsingDeployer -> java.lang.ClassNotFoundException: org.jboss.ejb3.deployers.JBossClientParsingDeployer
|
| Ejb3ClientDeployer -> java.lang.ClassNotFoundException: org.jboss.ejb3.deployers.Ejb3ClientDeployer
|
| PersistenceUnitParsingDeployer -> java.lang.ClassNotFoundException: org.jboss.ejb3.deployers.PersistenceUnitParsingDeployer
|
| AppClientScanningDeployer -> java.lang.ClassNotFoundException: org.jboss.ejb3.deployers.AppClientScanningDeployer
|
| AppClientParsingDeployer -> java.lang.ClassNotFoundException: org.jboss.ejb3.deployers.AppClientParsingDeployer
|
| Ejb3Deployer -> java.lang.ClassNotFoundException: org.jboss.ejb3.deployers.Ejb3Deployer
S,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134976#4134976
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134976
18 years, 1 month
[Design of JBossXB] - JBossXB dependencies
by adrian@jboss.org
I've upgraded to the latest version of common-core
and excluded some of the stupid transitive dependencies it causes
http://jira.jboss.com/jira/browse/JBXB-131
You might also want to consider whether some of the dependencies
are optional (the user should choose seperately whether to include them in their
project),
e.g. is javax.xml.steam really required to run JBossXB
or is it only if you choose seperately to use stax parsing/marshalling?
Same question for the dtd parser?
| [ejort@warjort jbossxb]$ mvn dependency:list -DincludeScope=compile
| [INFO] Scanning for projects...
| [INFO] Searching repository for plugin with prefix: 'dependency'.
| WAGON_VERSION: 1.0-beta-2
| [INFO] ------------------------------------------------------------------------
| [INFO] Building JBoss XML Binding
| [INFO] task-segment: [dependency:list]
| [INFO] ------------------------------------------------------------------------
| [INFO] [dependency:list]
| [INFO]
| [INFO] The following files have been resolved:
| [INFO] apache-xerces:xercesImpl:jar:2.9.1:compile
| [INFO] javax.activation:activation:jar:1.0.2:compile
| [INFO] javax.xml.bind:jaxb-api:jar:2.1:compile
| [INFO] javax.xml.stream:stax-api:jar:1.0-2:compile
| [INFO] jboss:jboss-common-logging-spi:jar:2.0.4.GA:compile
| [INFO] org.jboss:jboss-common-core:jar:2.2.3.GA:compile
| [INFO] org.jboss:jboss-reflect:jar:2.0.0.Beta11:compile
| [INFO] wutka-dtdparser:dtdparser121:jar:1.2.1:compile
| [INFO]
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134966#4134966
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134966
18 years, 1 month