 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (JBIDE-1388) support remote hosts/external started AS adapter
                                
                                
                                
                                    
                                        by Max Andersen (JIRA)
                                    
                                
                                
                                        support remote hosts/external started AS adapter
------------------------------------------------
                 Key: JBIDE-1388
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1388
             Project: JBoss Tools
          Issue Type: Feature Request
          Components: JBossAS
            Reporter: Max Andersen
             Fix For: 2.1
people like to start there server manually and just hook up to it via remote debugging - we should make that easy (its trivial via eclipse support for remote debugging)
should be an option on the servers, doesnt require new server/runtime type if local server.
Only catch is that the server might not even be accessible via filesystem - how should we handle deploy and runtime lib situation ? (my best bet is just that these would be unspecified and not provide those features)
-- 
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, 4 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (JBIDE-1608) Hibernate Configuration view should display all database
                                
                                
                                
                                    
                                        by Vitali Yemialyanchyk (JIRA)
                                    
                                
                                
                                        Hibernate Configuration view should display all database 
---------------------------------------------------------
                 Key: JBIDE-1608
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1608
             Project: Tools (JBoss Tools)
          Issue Type: Bug
            Reporter: Vitali Yemialyanchyk
         Assigned To: Vitali Yemialyanchyk
            Priority: Minor
             Fix For: LATER
Look at the attached file hibernate.cfg.xml - if <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/mysql</property>
Hibernate Configuration view -> ... -> Database display correctly mysql database - but if 
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306</property>
look like this 
Hibernate Configuration view -> ... -> Database display nothing and the user can't understand what is wrong - I provide 2 screenshots
the same if 
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/mysql1</property>
mysql1 - there is no such DB
as I think in first case Hibernate Configuration should display all mysql DBs and in the second case the user should get message - 
something like "Can't find shuch DB"
Other thing - then I press right mouse button on Hibernate Configuration view -> ... -> Database - I expect to get possibility to configure
DB URL and may be some other properties - the best thing here if I'll get some dialog - or at least possibility to open hibernate.cfg.xml for edit.
For this I'll create other new issue...
-- 
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, 4 months