[JBoss JIRA] Created: (JBIDE-3103) Reshuffle deployed JAR right click menu
by Galder Zamarreno (JIRA)
Reshuffle deployed JAR right click menu
---------------------------------------
Key: JBIDE-3103
URL: https://jira.jboss.org/jira/browse/JBIDE-3103
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.0.0.cr1
Reporter: Galder Zamarreno
Fix For: 3.0.0.GA
Attachments: ServerViewRightClickJar.png
Right click menu on a deployed JAR should be tidied up. Currently, it looks like:
New (Server)
Remote
Start (Disabled)
Stop (Disabled)
Restart (Disabled)
Properties (Disabled)
Remove
Full Publish
Incremental Publish
IMO, the first 6 items in that menu should disappear if possible. If not possible, they should appear below
remote and publish links as they're the ones you're likely to want quicker access to.
--
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
17 years, 2 months
[JBoss JIRA] Created: (JBIDE-3545) Proposal list with EL is empty or doesn't work at all if it called in specific way.
by Anton Klimkovich (JIRA)
Proposal list with EL is empty or doesn't work at all if it called in specific way.
------------------------------------------------------------------------------------
Key: JBIDE-3545
URL: https://jira.jboss.org/jira/browse/JBIDE-3545
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.0.cr1
Reporter: Anton Klimkovich
Priority: Critical
Attachments: EmptyProposalList.PNG
1.
EXECUTE: Create seam web project
EXECUTE: Open menu.xhtml
EXECUTE: Type <h:commandButton action="" value="" />
EXECUTE: Set cursor between "" (example: value="{cursor}" )
EXECUTE: Call CA
FAILURE: Proposal list not available.
2.
EXECUTE: Create JSF KickStart project
EXECUTE: Open hello.jsp
EXECUTE: Type <h:commandButton action="hello" value="" />
EXECUTE: Set cursor between "" (example: value="{cursor}" )
EXECUTE: Call CA
FAILURE: Proposal list is empty w/o any suggestions.
CA works if it called after "#{CURSOR"
--
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
17 years, 2 months
[JBoss JIRA] Created: (JBIDE-3518) Cannot add new JBoss AS runtime.
by Aliaksey Nis (JIRA)
Cannot add new JBoss AS runtime.
--------------------------------
Key: JBIDE-3518
URL: https://jira.jboss.org/jira/browse/JBIDE-3518
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.0.0.CR2
Environment: WindowsXP SP2
JBoss Tools
Version: 3.0.0.CR2
Build id: JBossTools-ALL-win32-3.0.0.CR2-N200901091812
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Blocker
EXECUTE: Main menu > Preferences > Server > Installed runtimes
EXECUTE: Press Add
EXECUTE: Select JBossAS 4.2, Press Next.
EXECUTE: Select Home Directory, Runtime name.
FAILURE: Wrong AS home directory warning appears in title. Finish button disabled. Runtime can't be added.
Screenshot attached.
--
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
17 years, 2 months
[JBoss JIRA] Created: (JBIDE-3492) When creating Transitions... sometimes you feel like a name, sometimes you don't
by Nick Boldt (JIRA)
When creating Transitions... sometimes you feel like a name, sometimes you don't
--------------------------------------------------------------------------------
Key: JBIDE-3492
URL: https://jira.jboss.org/jira/browse/JBIDE-3492
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 3.0.0.cr1
Reporter: Nick Boldt
Sorry for the Mounds/Almond Joy reference in the issue title. The actual problem is that when creating Transitions with the jBPM Graphical Process Designer, sometimes you get labels, and sometimes you don't... seemingly at random. Sometimes when I create two-way references I get one label, or two, or none.
<transition to="end-state2"></transition>
vs.
<transition to="end-state1" name="to end-state1"></transition>
--
Tested with JBoss Dev Studio Version: 2.0.0.CR1, Build id: R200812221144
Steps to repro:
1. Install JBDS.
2. download http://www.jboss.org/downloading/?projectId=jbossjbpm&url=http://download...
3. `java -jar jbpm-installer-3.3.0.GA.jar`. I installed into ~/jbpm-3.3.0.GA
4. New > Other > Process Project
5. Go into src/main/jpdl/simple and open processdefinition.xml with jBPM Graphical Process Designer
6. Add a couple nodes, then connect them to the existing flow, or create a new flow from scratch.
7. Switch to Source tab. I had this:
<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns="urn:jbpm.org:jpdl-3.2" name="simple">
<start-state name="start-state1">
<transition to="state1"></transition>
</start-state>
<state name="state1">
<transition to="fork1"></transition>
</state>
<fork name="fork1">
<transition to="end-state2"></transition>
<transition to="end-state1" name="to end-state1"></transition>
</fork>
<end-state name="end-state1"></end-state>
<end-state name="end-state2"></end-state>
</process-definition>
In this case, I created 4 Transitions and only one was given a default name, "to end-state1".
--
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
17 years, 2 months