[JBoss JIRA] Created: (JBAS-6932) Sample applications can't be found at JBOSS_HOME/docs/examples folder
by Richard Yin (JIRA)
Sample applications can't be found at JBOSS_HOME/docs/examples folder
---------------------------------------------------------------------
Key: JBAS-6932
URL: https://jira.jboss.org/jira/browse/JBAS-6932
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Docs/Installation and Getting Started Guide
Affects Versions: JBossAS-5.0.1.GA
Environment: JBossAS-5.0.1.GA-jdk6.zip
Reporter: Richard Yin
In chapter 11, it says:
The JBoss Application Server, ships with various sample applications under JBOSS_HOME/docs/examples.
For further details, please refer to the accompanying readme.txt for the respective sample applications under the above directory.
I can't find any referred applications in this folder, nor the readme.txt file. Not sure it's a packaging issue of JBossAS-5.0.1.GA jdk6 zip file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (JBAS-6619) warnings seen during startup with console when populating JMS queue managed objects
by Charles Crouch (JIRA)
warnings seen during startup with console when populating JMS queue managed objects
-----------------------------------------------------------------------------------
Key: JBAS-6619
URL: https://jira.jboss.org/jira/browse/JBAS-6619
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-5.1.0.Beta1
Environment: r85733
Reporter: Charles Crouch
Fix For: JBossAS-5.1.0.CR1
In the server log during start up I'm seeing these warnings
2009-03-13 10:40:35,484 DEBUG [org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator] (ResourceContainer.invoker.daemon-3) Created name: vfsfile:/C:/usr/apps/jboss/jboss-5.1.r85733/server/default/deploy/messaging/destinations-service.xml from property: name
2009-03-13 10:40:35,484 DEBUG [org.jboss.jms.server.destination.QueueMODefinition] (ResourceContainer.invoker.daemon-3) Creating QueueServiceMO template for: class org.jboss.jms.server.destination.QueueService
2009-03-13 10:40:35,515 DEBUG [org.jboss.managed.plugins.factory.AbstractManagedObjectFactory] (ResourceContainer.invoker.daemon-3) ManagedObject(org.jboss.jms.server.destination.QueueServiceMO) is ManagedComponent type: @org.jboss.managed.api.annotation.ManagementComponent(type=JMSDestination, subtype=Queue)
2009-03-13 10:40:35,515 WARN [org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator] (ResourceContainer.invoker.daemon-3) Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null
2009-03-13 10:40:35,515 DEBUG [org.jboss.managed.plugins.factory.AbstractManagedObjectFactory] (ResourceContainer.invoker.daemon-3) Created skeleton ManagedObject: ManagedObject{org.jboss.jms.server.destination.QueueServiceMO}
2009-03-13 10:40:35,515 DEBUG [org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator] (ResourceContainer.invoker.daemon-3) Created name: /queue/DLQ from property: JNDIName
2009-03-13 10:40:35,531 DEBUG [org.jboss.jms.server.destination.QueueMODefinition] (ResourceContainer.invoker.daemon-3) Creating QueueServiceMO template for: class org.jboss.jms.server.destination.QueueService
2009-03-13 10:40:35,531 DEBUG [org.jboss.managed.plugins.factory.AbstractManagedObjectFactory] (ResourceContainer.invoker.daemon-3) ManagedObject(org.jboss.jms.server.destination.QueueServiceMO) is ManagedComponent type: @org.jboss.managed.api.annotation.ManagementComponent(type=JMSDestination, subtype=Queue)
2009-03-13 10:40:35,531 WARN [org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator] (ResourceContainer.invoker.daemon-3) Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null
2009-03-13 10:40:35,531 DEBUG [org.jboss.managed.plugins.factory.AbstractManagedObjectFactory] (ResourceContainer.invoker.daemon-3) Created skeleton ManagedObject: ManagedObject{org.jboss.jms.server.destination.QueueServiceMO}
2009-03-13 10:40:35,546 DEBUG [org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator] (ResourceContainer.invoker.daemon-3) Created name: /queue/ExpiryQueue from property: JNDIName
2009-03-13 10:40:35,546 DEBUG [org.jboss.profileservice.management.ManagementViewImpl] (ResourceContainer.invoker.daemon-3) ID for ManagedObject: vfsfile:/C:/usr/apps/jboss/jboss-5.1.r85733/server/default/deploy/messaging/destinations-service.xml/ServiceDeployment, attachmentName: org.jboss.system.metadata.ServiceDeployment
2009-03-13 10:40:35,546 DEBUG [org.jboss.profileservice.management.ManagementViewImpl] (ResourceContainer.invoker.daemon-3) checkForReferences, vfsfile:/C:/usr/apps/jboss/jboss-5.1.r85733/server/default/deploy/messaging/destinations-service.xml/ServiceDeployment has referers: null
2009-03-13 10:40:35,546 DEBUG [org.jboss.profileservice.management.ManagementViewImpl] (ResourceContainer.invoker.daemon-3) Checking property: ManagedProperty{classpath,classPaths,metaType=CollectionMetaType{type=java.util.List elementType=GenericMetaType:org.jboss.managed.api.ManagedObject}
2009-03-13 10:40:35,546 DEBUG [org.jboss.profileservice.management.ManagementViewImpl] (ResourceContainer.invoker.daemon-3) Checking property: ManagedProperty{name,name,metaType=SimpleMetaType:java.lang.String}
2009-03-13 10:40:35,546 DEBUG [org.jboss.profileservice.management.ManagementViewImpl] (ResourceContainer.invoker.daemon-3) ManagedProperty level ID for ManagedObject: vfsfile:/C:/usr/apps/jboss/jboss-5.1.r85733/server/default/deploy/messaging/destinations-service.xml/ServiceDeployment, attachmentName: org.jboss.system.metadata.ServiceDeployment
2009-03-13 10:40:35,546 DEBUG [org.jboss.profileservice.management.ManagementViewImpl] (ResourceContainer.invoker.daemon-3) checkForReferences, vfsfile:/C:/usr/apps/jboss/jboss-5.1.r85733/server/default/deploy/messaging/destinations-service.xml/ServiceDeployment has referers: null
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (JBAS-5752) Testing of JCA xml parsing
by Adrian Brock (JIRA)
Testing of JCA xml parsing
--------------------------
Key: JBAS-5752
URL: http://jira.jboss.com/jira/browse/JBAS-5752
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: JCA service
Reporter: Adrian Brock
Assigned To: Jesper Pedersen
Priority: Minor
Fix For: JBossAS-5.0.0.CR2
As JBAS-5715 shows (and some earlier problems with the new -ds.xml parsing),
the testing of the JCA xml parsing is woefully incomplete in terms of catching regressions.
There should be systematic tests for each element of ra.xml, jboss-ra.xml, -ds.xml
* To catch future bugs introduced in the parsing
* To make sure invalid values are being correctly rejected
* The xml values are making it through to the artifacts (currently mbeans) in the backend
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months