[JBoss JIRA] Created: (JBDS-1015) RC1 will not start
by Joshua Wulf (JIRA)
RC1 will not start
------------------
Key: JBDS-1015
URL: https://jira.jboss.org/jira/browse/JBDS-1015
Project: JBoss Developer Studio
Issue Type: Bug
Affects Versions: 3.0.0.CR1
Environment: Mac OS X 10.4.11 32-bit PPC, Apple Java 1.5
Reporter: Joshua Wulf
Attachments: 1261439578596.log
after installing using the installer jar JBDS will not start.
Double-clicking on JBoss Developer Studio in the $root/eclipse folder results in an error dialog: "The Eclipse executable launcher was unable to locate its companion shared library"
Double-clicking on $root/eclipse/Eclipse results in "An error has occurred. See the log file /Applications/jbdevstudio_3.0_RC1/eclipse/configuration/1261439578596.log"
Log file is attached.
3.0.0.M4 runs fine (ok, a little bit slow - but it starts and does stuff) on this machine.
--
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
16 years, 3 months
[JBoss JIRA] Created: (JBDS-1039) JBDS dock icon pixelated when magnified (Mac OS X)
by Martin Malina (JIRA)
JBDS dock icon pixelated when magnified (Mac OS X)
--------------------------------------------------
Key: JBDS-1039
URL: https://jira.jboss.org/jira/browse/JBDS-1039
Project: JBoss Developer Studio
Issue Type: Feature Request
Components: ui/branding
Affects Versions: 3.0.0.CR1
Environment: Mac OS X Snow Leopard
jbdevstudio-macosx-carbon-3.0.0.v200912182118M-H46-CR1.jar
Reporter: Martin Malina
The JDBS icon looks pretty normal and smooth in Dock, but when you hit Command-Tab to switch apps on a big resolution display, the icon gets pixelated - probably a higher-resolution icon could be used. See screenshot.
I don't know how exactly the icons are defined on Mac OS X, but I noticed that in JBoss Developer Studio.app/Contents/Resources/JBDevStudio.icns there is a couple of icons, the first and biggest being 128x128. The icns file (and the resolution) is similar as in the case of Colloquy for instance, but in its case the icon is smooth even when big. So I don't know what the problem is.
--
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
16 years, 3 months
[JBoss JIRA] Created: (JBDS-1026) Full Publish of ESB projects does not redeploy and also can't deploy at all from eclipse workspace directory (deploy option)
by Aaron Pestel (JIRA)
Full Publish of ESB projects does not redeploy and also can't deploy at all from eclipse workspace directory (deploy option)
----------------------------------------------------------------------------------------------------------------------------
Key: JBDS-1026
URL: https://jira.jboss.org/jira/browse/JBDS-1026
Project: JBoss Developer Studio
Issue Type: Bug
Affects Versions: 3.0.0.M4
Environment: Fedora 9, SOA-P 5.0 Beta1, JBDS 3 M4
Reporter: Aaron Pestel
Create a new ESB project, add it to a SOA-P server, in the JBossAS view, right-click on the project and choose "Full Publish" - it doesn't republish the project like it used to. Can also modify the project (jboss-esb.xml) and select full publish and it still won't republish, have to remove project from server and re-add project to server.
JBDS project now seems to be setup by default to deploy to JBoss deploy directory as opposed to the Ecplise workspace. I changed it to deploy to the workspace (like I think previoius versions defaulted to), and couldn't even get the project to deploy that way.
If this isn't reproducible enough, please let me know and I'll attach a project with more clear steps.
Thanks!
--
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
16 years, 3 months
[JBoss JIRA] Created: (JBIDE-5307) Generalize the model creation code
by Tom Fennelly (JIRA)
Generalize the model creation code
----------------------------------
Key: JBIDE-5307
URL: https://jira.jboss.org/jira/browse/JBIDE-5307
Project: Tools (JBoss Tools)
Issue Type: Task
Components: smooks
Reporter: Tom Fennelly
Fix For: 3.1.0.GA
At the moment, we are using the Smooks programmatic APIs to configure the input parser etc for creating the input model. This requires translation of the EMF config model into java code instructions for configuring the Smooks Reader - see JsonInputDataParser, CSVDataParser, EDIDataParser.
I think this can be simplified significantly by simply asking Smooks to process the Smooks config and then extracting the reader configuration from the Smooks instance and reuse that to configure an empty Smooks config... and then parse the input to extract the model.
The code would be something like this...
// Get the Reader config from the Smooks config file....
Smooks smooks1 = new Smooks(smooksConfigStream);
ExecutionContext execCtx = smooks1.createExecutionContext();
SmooksResourceConfiguration readerConfig = AbstractParser.getSAXParserConfiguration(execCtx.getDeliveryConfig());
// Create a second "empty" Smooks instance and add the reader config to it....
Smooks smooks2 = new Smooks();
smooks.addConfiguration(readerConfig);
// Filter the input message through this second Smooks instance and capture the model in the DOMResult...
DOMResult result = new DOMResult();
smooks2.filterSource(new StreamSource(inputMessageStream), result);
// And get the model DOM instance (org.w3c.dom.Document)...
Document inputModelDOM = (Document) result.getNode();
--
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
16 years, 3 months
[JBoss JIRA] Created: (JBIDE-5606) Smooks Configuration Editor dos not start in CR2-H105 build
by Edward Pilipczuk (JIRA)
Smooks Configuration Editor dos not start in CR2-H105 build
-----------------------------------------------------------
Key: JBIDE-5606
URL: https://jira.jboss.org/jira/browse/JBIDE-5606
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Environment: Linux FC12 (32bit), Eclipse Galileo, Java Sun SDK 1.6_17, 3GB RAM, 1x Intel 2.6GHz HT, D865PEARL matherboard
Reporter: Edward Pilipczuk
When truing to edit smooks-config.xml file editor shows empty page and the following error message is generated "Unhandled event loop exception".
The top few lines of java stack shows the following:
java.lang.NoClassDefFoundError: org/milyn/delivery/Visitor
at org.jboss.tools.smooks.editor.AbstractSmooksFormEditor.init(AbstractSmooksFormEditor.java:714)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:798)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:644)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
[cut] ...
It worked in M4 (all prerequisites for JT on eclipse installed), but after upgrade to CR2-H105 not.
I also asked community for the answer how to add missing components, see -->http://community.jboss.org/thread/146426?tstart=0
Edward
--
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
16 years, 3 months
[JBoss JIRA] Created: (JBIDE-5545) Change Smooks Run Configuration Output Labels to Match Task Descriptions in the Smooks Config Editor
by Brian Fitzpatrick (JIRA)
Change Smooks Run Configuration Output Labels to Match Task Descriptions in the Smooks Config Editor
----------------------------------------------------------------------------------------------------
Key: JBIDE-5545
URL: https://jira.jboss.org/jira/browse/JBIDE-5545
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.1.0.CR2
Reporter: Brian Fitzpatrick
Assignee: Tom Fennelly
Fix For: 3.1.0.CR2
This is just a minor cleanup task. With the newly cleaned up and formatted output of the Smooks Run Configuration, you now see...
[StreamResult ...]
|--
|"Insane","George Finklebine","CA","123 Wacky St.","95021"
|...
|--
[JavaResult Objects...]
|--
|> People (beanId = "People")
| ...
|--
After some discussion, we think that the [StreamResult] and [JavaResult Objects...] labels should be changed to mirror what is seen in the Smooks Configuration Editor task list:
* [StreamResult] would become [Templating Results]
* [JavaResult Objects...] would become [Java Mapping Results]
This should make it easier to reconcile the output from the Smooks Run Configuration with what the user sees in the Smooks Configuration Editor.
--
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
16 years, 3 months