[JBoss JIRA] (JBIDE-12933) Error is thrown when parsing incorrect xml
by Jaroslav Jankovič (JIRA)
Jaroslav Jankovič created JBIDE-12933:
-----------------------------------------
Summary: Error is thrown when parsing incorrect xml
Key: JBIDE-12933
URL: https://issues.jboss.org/browse/JBIDE-12933
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam 2
Affects Versions: 4.0.0.Beta1
Reporter: Jaroslav Jankovič
Assignee: Alexey Kazakov
Fix For: 4.0.0.CR1
The steps are the same as in linked JIRA. One of thrown errors contains in its stacktrace org.jboss.tools.seam however it is not even seam project nor added the seam support.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12927) missing required files when building portlet & javaee sites
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12927:
----------------------------------
Summary: missing required files when building portlet & javaee sites
Key: JBIDE-12927
URL: https://issues.jboss.org/browse/JBIDE-12927
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.0.0.CR1
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
Priority: Blocker
Fix For: 4.0.0.CR1
See attached image comparing old SVN tunk sources on the left w/ new Github sources on the right:
!missing-empty-folders-after-esb-migrated-to-github.png!
Note that differences in pom.xml are due to refactoring I did - not a problem.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12925) missing empty folders after migration of hibernatetools (svn) to jbosstools-hibernate (git)
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12925:
----------------------------------
Summary: missing empty folders after migration of hibernatetools (svn) to jbosstools-hibernate (git)
Key: JBIDE-12925
URL: https://issues.jboss.org/browse/JBIDE-12925
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.0.0.CR1
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
Fix For: 4.0.0.CR1
Attachments: missing-empty-folders-after-hibernatetools-migrated-to-hibernate.png
See attached image comparing old SVN tunk sources on the left w/ new Github sources on the right:
!missing-empty-folders-after-hibernatetools-migrated-to-hibernate.png!
Note that differences in pom.xml are due to refactoring I did - not a problem.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12928) bootstrap profiles should not include duplicate GAVs when including upstream projects
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12928:
----------------------------------
Summary: bootstrap profiles should not include duplicate GAVs when including upstream projects
Key: JBIDE-12928
URL: https://issues.jboss.org/browse/JBIDE-12928
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.0.0.CR1
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
Priority: Blocker
Fix For: 4.0.0.CR1
After fetching all the required projects, I try to build like this:
{code}
cd ~/trunk-git/portlet
mvn -DskipTests -Pbootstrap install
{code}
Result:
{code}
[INFO] portlet.site ...................................... FAILURE [3.916s]
[INFO] javaee.site ....................................... FAILURE [5.685s]
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:26.143s
[INFO] Finished at: Wed Oct 24 03:00:44 EDT 2012
[INFO] Final Memory: 685M/1003M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products (default-publish-products)
on project portlet.site: Missing required file "local-artifacts.properties" in target folder of module
org.jboss.tools.jst.plugins:org.jboss.tools.jst.web.ui:eclipse-plugin:3.4.0-SNAPSHOT -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products (default-publish-products)
on project javaee.site: Missing required file "local-artifacts.properties" in target folder of module
org.jboss.tools.jsf.plugins:org.jboss.tools.jsf.vpe.jsf:eclipse-plugin:3.4.0-SNAPSHOT -> [Help 1]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12898) default server logic seems a bit broken in login dialog
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-12898:
-------------------------------------------
Summary: default server logic seems a bit broken in login dialog
Key: JBIDE-12898
URL: https://issues.jboss.org/browse/JBIDE-12898
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Attachments: invalidserver.png
I edited ~/.openshift/express.conf and set libra_server to 192.168.1.40 (bogus ip)
New openshift conneciton ui then shows a red box next to it with a tooltip stating:
"You have to provide a valid server to connect to" (see screenshot)
That message does not really say what is wrong, i.e. what is causing a red error on a server that is the default server.
If I then go and uncheck "use default server" and put in "wonkaserver" (bogus name) the error goes away.
If I then press Ok it comes back saying my credentials are not valid - my guess would be its actually a connection error that is happening not an auth error.
If i change it to openshift.redhat.com things work again (I can validate)
And finally if I enable "use default server" again it actually stores the server I typed in instead of using the default server.
In short - default server checkbox is not listened to, it always take from the content of the checkbox (apparently) and there are some error checks that is not done/needed consistently.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12840) npe in new openshift server wizard when no accounts, also link enablement
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-12840:
-----------------------------------
Summary: npe in new openshift server wizard when no accounts, also link enablement
Key: JBIDE-12840
URL: https://issues.jboss.org/browse/JBIDE-12840
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: openshift
Affects Versions: 4.0.0.Alpha2
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.0.0.Beta1
when creating a new express wizard in a clean workspace, there's a UI npe.
After fixing the npe, there's also an issue with the enablement of the 'import this project' link, where the enablement is reset to false by the wizard resetting old enablements when the job is done.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12748) Add Seam 2.3.0.Final to the downloadable runtimes
by Martin Malina (JIRA)
Martin Malina created JBIDE-12748:
-------------------------------------
Summary: Add Seam 2.3.0.Final to the downloadable runtimes
Key: JBIDE-12748
URL: https://issues.jboss.org/browse/JBIDE-12748
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: runtime detection
Affects Versions: 4.0.0.Alpha2
Reporter: Martin Malina
Assignee: Snjezana Peco
Fix For: 4.0.0.Beta1
Seam 2.3.0.Final was released a few days ago, see http://www.seamframework.org/Seam2/Downloads
We need to add it to the list of downloadable runtimes when you go to Preferences -> JBoss Tools -> JBoss Tools Runtime Detection and click the Download button.
I don't know where the runtimes are defined. So please reassign if needed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (JBIDE-6018) Improve BPEL refactoring
by Robert (Bob) Brodt (JIRA)
Improve BPEL refactoring
------------------------
Key: JBIDE-6018
URL: https://jira.jboss.org/jira/browse/JBIDE-6018
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: bpm
Reporter: Robert (Bob) Brodt
Often times I find myself changing the names of variables, port types, partner links, etc. either in the Property sheet or directly on the editor canvas without thinking; what I really wanted to do was refactor the name change and have it propagate through to the WSDL or XSD where the element is defined. It would be simple enough to provide a change listener that prompts you with "Hey, I noticed you changed the name of this <thing> - did you intend to refactor instead?" possibly with a "Don't ask me again!" checkbox. The same functionality should be provided for the WSDL and XSD editor. This would go a long way to better integration within the tooling.
--
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
13 years, 4 months