[JBoss JIRA] Created: (JBIDE-9311) Implementation of the publisher has undesirable side-effect possibilities
by Rob Stryker (JIRA)
Implementation of the publisher has undesirable side-effect possibilities
-------------------------------------------------------------------------
Key: JBIDE-9311
URL: https://issues.jboss.org/browse/JBIDE-9311
Project: Tools (JBoss Tools)
Issue Type: Task
Components: JBossAS
Reporter: Rob Stryker
Assignee: Rob Stryker
Some parts of the publishing code create a callback handler on "/" in the constructor. This leads an implementation of makeDirIfRequired to potentially attempt to create folders above the server home or targeted deployment directory when they should not be able to do this. In some circumstances, attempts to create the root folder are made. This should not be occurring.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-8946) Unable to remove jBPM runtime
by Martin Malina (JIRA)
Unable to remove jBPM runtime
-----------------------------
Key: JBIDE-8946
URL: https://issues.jboss.org/browse/JBIDE-8946
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: runtimes
Affects Versions: 3.2.1.M1
Environment: Mac OS X 10.6 Snow Leopard
jbdevstudio-product-macosx-cocoa-4.1.0.v201105091943R-H400-M1.jar
Reporter: Martin Malina
Assignee: Snjezana Peco
When you add SOA-P 5.1, it will add a jBPM runtime among other things. It's not possible to remove this runtime. All other runtimes, including Seam and Drools, can be removed without a problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Updated: (JBDS-1819) Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-1819?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen updated JBDS-1819:
--------------------------------------
Description:
Need to ensure there are sample ESB quickstarts available to run cleanly with SOA-P 5.2 on JBDS 4.1.1
Was:
Need to verify that all JBDS supplied sample ESB quickstarts run cleanly with SOA-P 5.2 on JBDS 4.1.1
Was:
This subject comes up now and then - it would be very useful to new users to have the full set of SOA-P quickstarts configured to run OOTB from JBDS.
was:
Changed to:
Need to verify that all JBDS supplied sample ESB quickstarts run cleanly with SOA-P 5.2 on JBDS 4.1.1
Was:
This subject comes up now and then - it would be very useful to new users to have the full set of SOA-P quickstarts configured to run OOTB from JBDS.
> Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
> -----------------------------------------------------------------------
>
> Key: JBDS-1819
> URL: https://issues.jboss.org/browse/JBDS-1819
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: SOA Platform
> Affects Versions: 4.1.0.CR3
> Reporter: Len DiMaggio
> Assignee: Brian Fitzpatrick
> Fix For: 4.1.1.Final
>
> Attachments: bfitzpat_examples.png, product_examples.png, runtimes.png
>
>
> Need to ensure there are sample ESB quickstarts available to run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> Need to verify that all JBDS supplied sample ESB quickstarts run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> This subject comes up now and then - it would be very useful to new users to have the full set of SOA-P quickstarts configured to run OOTB from JBDS.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9219) Split up continuous and test builds for SOA/JBDS split
by Brian Fitzpatrick (JIRA)
Split up continuous and test builds for SOA/JBDS split
------------------------------------------------------
Key: JBIDE-9219
URL: https://issues.jboss.org/browse/JBIDE-9219
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: bpel, bpm, drools, esb, jbpm, modeshape, pi4soa, Savara, smooks, teiid
Affects Versions: 3.3.0.M1
Reporter: Brian Fitzpatrick
Assignee: Nick Boldt
Fix For: 3.3.0.M2
This arose in an e-mail from Nick:
"Should we be splitting the cont's and test builds apart so they don't include the SOA components in the Core builds?
Realize that I split up the aggregate + JBDS update site builds, but not the all-in-one tests job or the "does everything compile?" jobs."
I think the answer is "yes" we need to do these things. The upside is that it should speed up the component builds on both sides of the equation. The downside is that it means more work for Nick and/or Doug.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9193) Wrong line number in OpenOn for injection of bean declared in seam config.
by Alexey Kazakov (JIRA)
Wrong line number in OpenOn for injection of bean declared in seam config.
--------------------------------------------------------------------------
Key: JBIDE-9193
URL: https://issues.jboss.org/browse/JBIDE-9193
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.3.0.M2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M3
Attachments: screen.png
EXECUTE: Create CDI project with Seam Config support
EXECUTE: Add the following files to the project:
{code}
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:s="urn:java:ee"
xmlns:r="urn:java:org.example.reports">
<r:Resource>
<s:Produces/>
<r:SalesQualifier/>
<value>Text</value>
</r:Resource>
</beans>
{code}
{code}
package org.example.reports;
import javax.inject.Inject;
public class Report {
public @Inject @SalesQualifier Resource path;
}
{code}
{code}
package org.example.reports;
public class Resource {
}
{code}
EXECUTE: Ctrl+Click on public @Inject @SalesQualifier Resource path;
FAILURE: There is "Open Resource in beans.xml at line 6.
ASSERT: There is "Open Resource in beans.xml at line 7.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months