 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (JBIDE-803) Build error creating a new seam 2.0 project in RHDS Beta 1
                                
                                
                                
                                    
                                        by Gary Pinkham (JIRA)
                                    
                                
                                
                                        Build error creating a new seam 2.0 project in RHDS Beta 1
----------------------------------------------------------
                 Key: JBIDE-803
                 URL: http://jira.jboss.com/jira/browse/JBIDE-803
             Project: JBoss Tools
          Issue Type: Bug
          Components: JBoss Tools Core
    Affects Versions: 2.0.0.Beta3
         Environment: Windows XP SP2.  Redhat Dev Studio Beta1, Seam 2.0, JDK 1.5.0.9
            Reporter: Gary Pinkham
         Assigned To: Marshall Culpepper
            Priority: Minor
Creating a new seam project using Seam 2.0 and Redhat Dev Studio Beta 1 creates a Component.XML with the following error:
ERROR: 0.0 Unallowed child null:managed-persistence-context of components 
The error shows in the tree view in the Redhat XML Editor and in the Problems tab as it causes a build error.   Modifying the Component.xml file (adding in entity-manager-factory="" to the "persistence:managed-persistence-context" tag and saving causes the build error to go away but the error still shows on the Tree view tab.    I removed the entity-manager-factory="" from the file and re-saved.    Build still works.   If I reopen the file in Tree view mode the build error returns.  
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                14 years, 1 month
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
            
        
        
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (JBIDE-1965) display links from tiles definitions on stuts diagram (like from jsp pages)
                                
                                
                                
                                    
                                        by Alex Titov (JIRA)
                                    
                                
                                
                                        display links from tiles definitions on stuts diagram (like from jsp pages)
---------------------------------------------------------------------------
                 Key: JBIDE-1965
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1965
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: struts/shale
    Affects Versions: 2.0.1
            Reporter: Alex Titov
            Priority: Minor
Stuts plugin can display links from jsp page to actions and other jsp pages on diagram. That is grate! But if you use tiles plugin you don't work with jsp pages directly. Instead you work with tiles definition. For example
    <definition name="..." path="/WEB-INF/jsp/template.jsp">
    	<put name="content" value="/WEB-INF/graph.jsp"></put>
    </definition>
Both template.jsp and graph.jsp are jsp pages and have links but struts plugin does not understand this. So links from these pages are not displayed in struts diagram.
Also it would be nice if there were way to select jsp page for "value" attribute in "put" element  in tiles editor (like for "path" attribute in "definition" element).
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                14 years, 2 months