[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
18 years
[JBoss JIRA] Created: (JBDS-369) Installer build fails on unziping Dpring IDE
by Denis Golovin (JIRA)
Installer build fails on unziping Dpring IDE
--------------------------------------------
Key: JBDS-369
URL: http://jira.jboss.com/jira/browse/JBDS-369
Project: Developer Studio
Issue Type: Bug
Components: Build
Affects Versions: 2.0.0.alpha
Reporter: Denis Golovin
Assigned To: Denis Golovin
Fix For: 2.0.0.alpha
prepare-springide:
[unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly/org.jboss.ide.eclipse.releng/builders/product/${springide.archive} into /home/hudson/hudson_workspace/workspace/devstudio-nightly/jbds-build/200806211337-nightly/installer/build/distribution/studio/eclipse
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/devstudio-nightly/org.jboss.ide.eclipse.releng/builders/build.xml:64: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/devstudio-nightly/org.jboss.ide.eclipse.releng/builders/build.xml:27: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/devstudio-nightly/org.jboss.ide.eclipse.releng/builders/build.xml:45: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/devstudio-nightly/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:69: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/devstudio-nightly/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:410: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/devstudio-nightly/org.jboss.ide.eclipse.releng/builders/product/buildInstaller.xml:35: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/devstudio-nightly/org.jboss.ide.eclipse.releng/builders/product/buildInstaller.xml:37: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/devstudio-nightly/org.jboss.ide.eclipse.releng/builders/product/buildInstaller.xml:58: The following error occurred while executing this line:
/home/hudson/hudson_workspace/workspace/devstudio-nightly/jbds-build/200806211337-nightly/installer/build.xml:270: Error while expanding /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly/org.jboss.ide.eclipse.releng/builders/product/${springide.archive}
--
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
18 years
[JBoss JIRA] Created: (JBDS-343) Project loaded into JBoss DevStudio can't be opened, causes NullPointerException in "EJB3ClasspathContainer.getClasspathEntries()"
by David Tonhofer (JIRA)
Project loaded into JBoss DevStudio can't be opened, causes NullPointerException in "EJB3ClasspathContainer.getClasspathEntries()"
----------------------------------------------------------------------------------------------------------------------------------
Key: JBDS-343
URL: http://jira.jboss.com/jira/browse/JBDS-343
Project: Developer Studio
Issue Type: Bug
Affects Versions: 1.0.0.GA
Environment: Linux Fedora 8, 2.6.24.7-92.fc8
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)
Reporter: David Tonhofer
Assigned To: Max Rydahl Andersen
A project exported from subversion into JBoss DevStudio cannot be opened. The Eclipse log shows NullPointerException, either at startup or later. Here is the one at startup:
!ENTRY org.eclipse.core.jobs 4 2 2008-05-23 15:25:55.615
!MESSAGE An internal error occurred during: "Initializing Java Tooling".
!STACK 0
java.lang.NullPointerException
at org.jboss.ide.eclipse.as.classpath.core.ejb3.EJB3ClasspathContainer.getClasspathEntries(EJB3ClasspathContainer.java:113)
at org.eclipse.jdt.internal.core.JavaModelManager.containerPutIfInitializingWithSameEntries(JavaModelManager.java:547)
at org.eclipse.jdt.internal.core.SetContainerOperation.executeOperation(SetContainerOperation.java:49)
at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
....
Speculation on what went wrong: The .classpath of the project has a Windows-Nature Absolute Path (a Bad Thing in our mixed environment), somehow created on an Eclipse with manually loaded-in JBoss Tools:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/jb_seam_demox-ejb"/>
<classpathentry kind="lib" path="D:/jboss-seam-2.0.0.GA/lib/testng.jar"/>
<classpathentry kind="con" path="org.jboss.ide.eclipse.as.classpath.core.ejb3.classpathContainer/JBoss 4.2 Server"/>
<classpathentry kind="output" path="bin"/>
</classpath>
--
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
18 years
[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
18 years