[JBoss JIRA] Created: (JBIDE-6758) Provide edit form for security of service in ESB editor
by Viacheslav Kabanovich (JIRA)
Provide edit form for security of service in ESB editor
-------------------------------------------------------
Key: JBIDE-6758
URL: https://jira.jboss.org/browse/JBIDE-6758
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.M2
Attachments: SecurityFormEditor.png
At present, if a <service> element has no child <security> element in source, there is no way to add it using ui tab. Since <service> can have no more than one <security>, it will be convenient to have tree node 'Security' as the permanent child of service node along with Listeners and Actions. In this way, filling in any input field of its edit form will result in adding <security> element to the source. Action Delete will remove <security> element from the source and clean input fields, but child node Security still will persist in ui tree.
--
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
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6665) EGT missing .project, .classpath files in SVN
by Brian Fitzpatrick (JIRA)
EGT missing .project, .classpath files in SVN
---------------------------------------------
Key: JBIDE-6665
URL: https://jira.jboss.org/browse/JBIDE-6665
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Affects Versions: 3.2.0.M1
Reporter: Brian Fitzpatrick
Assignee: Denny Xu
Fix For: 3.2.x
When attempting to look at the org.guvnor.tools plug-in in SVN and check it out, I noticed that there is no .classpath file and no .project file checked in. This means that the source folder is not marked as source, project natures are not specified, and so on.
Denny, if you have the .project and .classpath files locally in your workspace and there are no build errors (when I've tried to add them myself I end up with build issues where it can't find webdav).
In addition. the MANIFEST.MF should be updated to change the "lazy loading" line to Bundle-ActivationPolicy: lazy
--
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
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6698) ESB Project Wizard: source folder in 'Java' and 'Install ESB Facet' views are not synced
by Duncan Doyle (JIRA)
ESB Project Wizard: source folder in 'Java' and 'Install ESB Facet' views are not synced
----------------------------------------------------------------------------------------
Key: JBIDE-6698
URL: https://jira.jboss.org/browse/JBIDE-6698
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.1
Environment: Ubuntu Linux Lucid Lynx x64, Eclipse 3.1 WTP
Reporter: Duncan Doyle
Assignee: Brian Fitzpatrick
Priority: Minor
When creating a new ESB project with the ESB Wizard, the source folder set in the Java view is not synced with the Java Source Directory in the "Install ESB Facet" view. I use Maven2, so I change the default 'src' folder to 'src/main/java'. If I press 'Next' the source folder in the ESB Facet view is still set to 'src'. If I change it to 'src/main/java', I get a 'Please specify a valid source folder' error.
I wonder whether the 'Java Source Directory' should actually be an editable variable in the 'Install ESB Facet' view as you're already able to customize it in the 'Java' view.
--
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
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-4869) cannot mount existing projects with custom dir structure
by deanhiller (JIRA)
cannot mount existing projects with custom dir structure
--------------------------------------------------------
Key: JBIDE-4869
URL: https://jira.jboss.org/jira/browse/JBIDE-4869
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.M2, 3.1.0.M1, 3.0.1.GA, 3.0.0.GA
Environment: any
Reporter: deanhiller
We currently work in MyEclipse and everything works awesome. JBoss tools has some other features we want, but alas, we can't set our project up in jboss tools. There seem to be too many issues. Not sure if this is a feature request or bug (ie. I can't use the product without this feature so does that make it a bug?)
Issue #1 : We have a dependency on an EJB3 project and those class files never get deployed to the server so the server ends up with ClassNotFoundException(ie. we can't debug unless we do attach source and then hot deploy fails unlike MyEclipse which works like a charm).
Issue #2 : As soon as we give jboss tools our webroot which is project/input/webroot/WEB-INF, it copies all the libraries and class files there which is causing havoc with our source control and our ant build system as generated files are NOT suppose to ever be put in project/input directories. We have a special output directory if you need a location OR you could change to the way MyEclipse does it and put it on the server....either way, this should be configurable so it is not screwing with people's build systems.
Our custom directory structure works for jar projects and war projects and looks like so
project
---input
------javasrc - the *.java files
------libexclude - the jar files that do not go to WEB-INF/lib
------libinclude - the jar files that should be put in WEB-INF/lib
------webroot - all the xhtml files and jpgs
---------WEB-INF - all descriptor files
jboss tools throws all this junk stuff in WEB-INF/lib and WEB-INF/classes when it should not generate anything unless there is an override for it. All of this stuff works in MyEclipse and we would love to switch but can't. I have seen other posts related to this same issue.
--
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
15 years, 7 months