[JBoss JIRA] Created: (JBIDE-3654) Example Project "transform_XML2POJO" doesn't work by default.
by Anton Klimkovich (JIRA)
Example Project "transform_XML2POJO" doesn't work by default.
-------------------------------------------------------------
Key: JBIDE-3654
URL: https://jira.jboss.org/jira/browse/JBIDE-3654
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.0.0.CR2
Reporter: Anton Klimkovich
Attachments: exception.txt
EXECUTE: Download project to workspace http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
EXECUTE: Add ESB Libraries to the project
EXECUTE: Deploy project to the server
EXECUTE: Start jboss-esb-server
EXECUTE: Run SendJMSMessage.java
ASSERT:
******************************************************************
21:22:03,720 INFO [STDOUT] &&&&&&&&&&&&&&&&&&&&&& MyJMSListenerAction &&&&&&&&&&&&&&&&&&&&&&&&&&
21:22:03,720 INFO [STDOUT]
&&&&&&&&&&&&&&&&&&&& MyJMSListenerAction &&&&&&&&&&&&&&&&&&&&&&&&&&&&
21:22:03,720 INFO [STDOUT] &&&&&&&&&&&&&&&&&&&&&& MyJMSListenerAction &&&&&&&&&&&&&&&&&&&&&&&&&&
21:22:03,752 INFO [STDOUT] >>>> Message after Smooks intermediate xml -> target pojos : :
21:22:03,752 INFO [STDOUT] [Demonstrates Smooks ability to rip the XML into Objects
********* DVDStoreAction - Order Value Objects Populated *********
Header: 1, null, 0, 59.97, 64.92, 4.95,
Customer: user1,Harry,Fletcher,SD
Order Items (2):
0: 1,1,364,The 40-Year-Old Virgin ,29.98
1: 2,1,299,Pulp Fiction,29.99
****************************************************************** ]
FAILURE: java.text.ParseException: Unparseable date: "Wed Nov 15 13:45:28 2006"
--
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-3754) CA doesn't load managed beans from jars immediately.
by Anton Klimkovich (JIRA)
CA doesn't load managed beans from jars immediately.
-----------------------------------------------------
Key: JBIDE-3754
URL: https://jira.jboss.org/jira/browse/JBIDE-3754
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF, jsp/jsf/xml source editing
Affects Versions: 3.0.0.GA
Reporter: Anton Klimkovich
Assignee: Alexey Kazakov
1.
EXECUTE: Create JSF 1.2 KickStart project
EXECUTE: Open inputUserName.jsp
EXECUTE: Type <h:outputText value="#{}" style="color:#{ " />
EXECUTE: Set cursor after #{ style="color:#{| and call CA
ASSERT: List of proposal available and there are no a4j and a4JSkin in it
EXECUTE: Do not close Editor. Add Richfaces libs: JBoss Tools -> Add Custom capabilities -> JBoss RichFaces 3.3
EXECUTE: Set cursor after #{ style="color:#{| and call CA
ASSERT: List of proposal available and there are a4j and a4JSkin in it
FAILURE: There are no a4j and a4JSkin in the list.
Save file and reopen file doesn't help.
EXECUTE: Open Web Projects View and select some tag lib in it for example.
EXECUTE: Set cursor after #{ style="color:#{| and call CA
ASSERT: List of proposal available and there are a4j and a4JSkin in it.
2.
The same for JSF with Facelets project.
Use <h:commandButton action="#{}" value="#{}" /> instead of <h:outputText value="#{}" style="color:#{ " />
You will get the same result.
3.
For newly created Seam project works perfectly :)
--
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-3664) Problems with ConsoleConfiguration creation
by Dmitry Geraskov (JIRA)
Problems with ConsoleConfiguration creation
-------------------------------------------
Key: JBIDE-3664
URL: https://jira.jboss.org/jira/browse/JBIDE-3664
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Affects Versions: 3.0.0.CR2
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Priority: Critical
Fix For: 3.0.0.GA
ConsoleConfiguration must be created in install facet (jpa) listener.
if cc for the project exists - do not override user changes(such as cc, hibernate nature, hibernate3 support...)
If cc with project name exists(but not for this project), the name must be "project_name (1)"
If cc for the project doesn't exist then hibernate nature, hibernate3 support must be enabled and new cc set as default.
--
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-3539) Smooks GUI Java Class finder is not able to find classes from other projects in the worksapce
by Dirk Pitt (JIRA)
Smooks GUI Java Class finder is not able to find classes from other projects in the worksapce
---------------------------------------------------------------------------------------------
Key: JBIDE-3539
URL: https://jira.jboss.org/jira/browse/JBIDE-3539
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Ganymede 3.4.1, JBoss Tools Nightly 18.12.2008, m2eclipse 0.9.7, JDK5
Reporter: Dirk Pitt
Attachments: configuration13_01_09.txt
I have two dependency defined in my pom..xml...
One dependency existing as a Project under the same workspace the other not...
M2eclipse plugin use the dependency as project reference and the other one as library reference for eclipse.
Smooks is able to see the classes out of the library reference but not from the project reference...
Now I don't know this is a Smooks problem or M2eclipse, if you tell me this is m2eclipse problem, I can redirect this to m2eclipse JIRA.....
--
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