[JBoss JIRA] (JBIDE-12440) Disable Debug messages using org.jboss.ide.eclipse.archives.core.ant.GenerateArchivesTask
by vivek bala (JIRA)
vivek bala created JBIDE-12440:
----------------------------------
Summary: Disable Debug messages using org.jboss.ide.eclipse.archives.core.ant.GenerateArchivesTask
Key: JBIDE-12440
URL: https://issues.jboss.org/browse/JBIDE-12440
Project: Tools (JBoss Tools)
Issue Type: Task
Components: JBossAS/Servers
Affects Versions: 3.1.x
Environment: windows/linux
Reporter: vivek bala
Assignee: Rob Stryker
Priority: Minor
Fix For: 3.1.2
Is there a way to disable debug messages while executing org.jboss.ide.eclipse.archives.core.ant.GenerateArchivesTask
These messages show up during build time, as we do multiple archives, it takes up close to 5000 lines of log. any reference appreciated.
thanks!
The messages are:
[exec] [generate-archives] 10:47:59,789 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@51da6868, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
[exec] [generate-archives] 10:47:59,791 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
[exec] [generate-archives] 10:47:59,791 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
[exec] [generate-archives] 10:47:59,791 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (JBIDE-7316) Use hibernate 3.6.x in hibernate plugins.
by Dmitry Geraskov (JIRA)
Use hibernate 3.6.x in hibernate plugins.
-----------------------------------------
Key: JBIDE-7316
URL: https://jira.jboss.org/browse/JBIDE-7316
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Hibernate
Affects Versions: 3.2.0.Beta2
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: LATER
We are going to make our plugins to use hibernate 3.6, but there are some changes required:
1. Type/NullableType hierarchy was changed, we should not use NullableType any more ( it is deprecated ), but should use AbstractSingleColumnStandardBasicType. The changes are in quiery parameters area
2. To all constructors of values classes ( SimpleValue/Array/OneToMany/... ) added Mapping parameter. We use the classes in internal creation of Configuration object before passing it to exporters ( for example when we generate hbm files based on java files )
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months