[JBoss JIRA] Created: (JBIDE-1788) Extend XML Catalog to support jboss.dtd, jboss-app.dtd, and jboss-web.xml
by Juergen Zimmermann (JIRA)
Extend XML Catalog to support jboss.dtd, jboss-app.dtd, and jboss-web.xml
-------------------------------------------------------------------------
Key: JBIDE-1788
URL: http://jira.jboss.com/jira/browse/JBIDE-1788
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 2.0.1
Environment: Eclipse 3.3.2RC2, WTP 2.0.2RC2, JBossTools nightly 20080201
Reporter: Juergen Zimmermann
When a project has jboss.xml, jboss-app.xml, or jboss-web.xml, then the XML validator of WTP shows warnings regarding a missing dtd, e.g. when the internet connection is broken.
Workaround is to extend the XML catalog (Preferences -> Web and XML -> XML catalog) so that there are entries like
* -//JBoss//DTD JBOSS 4.2//EN
* -//JBoss//DTD J2EE Application 4.2//EN
* -//JBoss//DTD Web Application 4.2//EN
These entries are mapped to a local DTD just like Hibernate Tools are already doing it with
* -//Hibernate/Hibernate Configuration DTD 3.0//EN
* -//Hibernate/Hibernate Mapping DTD 3.0//EN
* -//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN
I'd appreciate to also have mappings for JBoss' XML files.
--
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
17 years, 8 months
[JBoss JIRA] Created: (JBIDE-2035) Exception occurs during deleting seam projects in WAR deployment
by Denis Golovin (JIRA)
Exception occurs during deleting seam projects in WAR deployment
----------------------------------------------------------------
Key: JBIDE-2035
URL: http://jira.jboss.com/jira/browse/JBIDE-2035
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.1.0.beta1
Reporter: Denis Golovin
Assigned To: Rob Stryker
Fix For: 2.1.0.cr1
1. EXECUTE: Create Seam Web Project in WAR deployment
2. EXECUTE: Select Web and Test project delete it from workspace and on disk
3. ASSERT: There are no exceptions in Error View.
Now exception occurs not always but sometimes it step 3
ava.lang.NullPointerException
at org.eclipse.wst.server.core.internal.Module.getDelegate(Module.java:117)
at org.eclipse.wst.server.core.internal.Module.loadAdapter(Module.java:209)
at org.jboss.ide.eclipse.as.core.server.internal.JBossServer.getChildModules(JBossServer.java:109)
at org.eclipse.wst.server.core.internal.Server.getChildModules(Server.java:2289)
at org.eclipse.wst.server.core.internal.Server.visitModule(Server.java:2449)
at org.eclipse.wst.server.core.internal.Server.visit(Server.java:2430)
at org.eclipse.wst.server.core.internal.Server$ResourceChangeJob.run(Server.java:188)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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
17 years, 9 months