[JBoss JIRA] Created: (JBIDE-6105) Support WFK libraries
by Libor Zoubek (JIRA)
Support WFK libraries
---------------------
Key: JBIDE-6105
URL: https://jira.jboss.org/jira/browse/JBIDE-6105
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Libor Zoubek
Fix For: 3.2.next
I would like to suggest we could support Jboss Web Framework kit (1.0). WFK contains struts, gwt, spring and richfaces.
I will use Spring as example subset of WFK.
Current situation:
When I want to develop e.g. Spring application in JBT, I have SpringIDE plugins to support my development, that is OK. But when I want to run it, I need to get Spring libs somewhere. So I download WFK and copy required jars into my project's classpath. If I had forgotten some jar, I'll get NoClassDefFound when running and need to find correct jars and add it to classpath too.
New Situation :
I would like to add Spring libs as a runtime or library similarly as seam. Development of WFK-based applications would be much easier and the first steps (creating the project) much faster.
User would define 'WFK runtime" and provide path to WFK home dir. Then he would be able to add WFK libraries to project's build path.
--
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
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-9412) java.util.ConcurrentModificationException in "JBoss Tools Model Update"
by George Gastaldi (JIRA)
java.util.ConcurrentModificationException in "JBoss Tools Model Update"
-----------------------------------------------------------------------
Key: JBIDE-9412
URL: https://issues.jboss.org/browse/JBIDE-9412
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: eclipse.buildId=I20110613-1736
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=pt_BR
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product -clean -data D:\powerlogic\jcompany55\workspace
Reporter: George Gastaldi
I am facing the following error when refreshing my projects. Tested against 75 projects open simultaneously (JBoss AS7)
{code:java}
An internal error occurred during: "JBoss Tools Model Update".
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
at java.util.HashMap$KeyIterator.next(HashMap.java:828)
at java.util.AbstractCollection.addAll(AbstractCollection.java:305)
at java.util.HashSet.<init>(HashSet.java:100)
at org.jboss.tools.common.model.filesystems.impl.LibraryNames.getPaths(Libs.java:294)
at org.jboss.tools.common.model.filesystems.impl.Libs.updateFileSystems(Libs.java:133)
at org.jboss.tools.common.model.filesystems.impl.Libs.update(Libs.java:92)
at org.jboss.tools.common.model.project.ext.AbstractClassPathMonitor.update(AbstractClassPathMonitor.java:63)
at org.jboss.tools.jst.web.kb.internal.scanner.ClassPathMonitor$1.run(ClassPathMonitor.java:186)
at org.jboss.tools.common.model.XJob.runInWorkspace(XJob.java:178)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-6078) Tool to support development of a BlackTie domain
by Tom Jenkinson (JIRA)
Tool to support development of a BlackTie domain
------------------------------------------------
Key: JBIDE-6078
URL: https://jira.jboss.org/jira/browse/JBIDE-6078
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Environment: IDE
Reporter: Tom Jenkinson
Priority: Minor
This request is in response to the open feature requests notification published on thecore
The BlackTie project currently has no tooling available for it within the IDE and it would be really cool to get a tool that can help users to design their BlackTie domain.
There is a schema within svn: https://anonsvn.jboss.org/repos/blacktie/trunk/blacktie-xsd/src/main/xsd/...
I was thinking that a visual tool to:
1. Help users design their domain based on this schema
2. Output configuration compliant to the schema
3. Autogenerate some template services in C and Java
4. Autogenerate some ant build scripts to generate the servers based on the configuration
Would be of great use to the team
The tool would allow users to configure where the transaction manager, message broker, AS and databases are in their domain, which services reside at which server and the path to the generated executables.
--
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
14 years, 4 months