[JBoss JIRA] Created: (JBIDE-7052) The import org.hibernate cannot be resolved in org/jboss/tools/birt/oda/impl/ConsoleConfigurationOdaFactory.java (at line 17)
by Nick Boldt (JIRA)
The import org.hibernate cannot be resolved in org/jboss/tools/birt/oda/impl/ConsoleConfigurationOdaFactory.java (at line 17)
-----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7052
URL: https://jira.jboss.org/browse/JBIDE-7052
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: birt
Affects Versions: 3.2.0.Beta
Reporter: Nick Boldt
Assignee: Snjezana Peco
Priority: Blocker
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.9.0:compile (default-compile) on project org.jboss.tools.birt.oda: Compilation failure: Compilation failure:
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.Beta1.continuous/sources/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/ConsoleConfigurationOdaFactory.java (at line 17):[-1,-1]
import org.hibernate.HibernateException;
^^^^^^^^^^^^^
The import org.hibernate cannot be resolved
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.Beta1.continuous/sources/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/ConsoleConfigurationOdaFactory.java (at line 18):[-1,-1]
import org.hibernate.SessionFactory;
^^^^^^^^^^^^^
The import org.hibernate cannot be resolved
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.Beta1.continuous/sources/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/ConsoleConfigurationOdaFactory.java (at line 19):[-1,-1]
import org.hibernate.console.ConsoleConfiguration;
^^^^^^^^^^^^^
The import org.hibernate cannot be resolved
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.Beta1.continuous/sources/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/ConsoleConfigurationOdaFactory.java (at line 20):[-1,-1]
import org.hibernate.console.KnownConfigurations;
^^^^^^^^^^^^^
The import org.hibernate cannot be resolved
http://hudson.qa.jboss.com/hudson/view/DevStudio_Tycho/job/jbosstools-3.2...
This has been broken for 11 builds / 2 days: from Build #122 (Sep 9, 2010 8:45:42 AM) to Build #132 (Sep 10, 2010 6:04:08 PM)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Created: (JBIDE-8439) Selection Bar dissapears on VPE part when it lost focus for Find/Replace dialogs of content assist proposal list windoe
by Denis Golovin (JIRA)
Selection Bar dissapears on VPE part when it lost focus for Find/Replace dialogs of content assist proposal list windoe
-----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8439
URL: https://issues.jboss.org/browse/JBIDE-8439
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.CR1
Reporter: Denis Golovin
Assignee: Maxim Areshkau
Priority: Minor
Fix For: 3.3.0.M1
Attachments: screenshot5.png, screenshot6.png
I noticed that sometimes sash between Visual and Source part of XHTML editor is jumping up and down a bit. I happens when focus is moved from editor to dialog window, proposal list or documentation for proposal window. When focus is back it selection bar gets back. It sure harmless but very annoying.
When editor is opened it opened it looks like on screenshot below with selection bar wisible
!screenshot5.png!
After Ctrl-F is pressed with Find dialog opened selection bar disappears.
!screenshot6.png!
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Created: (JBIDE-8542) Display remote server log in console view
by Libor Zoubek (JIRA)
Display remote server log in console view
-----------------------------------------
Key: JBIDE-8542
URL: https://issues.jboss.org/browse/JBIDE-8542
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS
Affects Versions: 3.2.0.Final
Reporter: Libor Zoubek
Assignee: Rob Stryker
It would be nice if we were able to redirect remote server's output to console view (same as local server does) Currently developer needs to open terminal and tail -f server's log by hand. It would also help our to run bot tests (that we now run with local servers) with remote server. These test always analyze server's log to determine successful deployment etc.
My suggestions is (when server is started via tools):
If server is already running: {{cat server.log}}, and than run {{tail -n0 -f server.log}}
If it isn't: just {{tail -f server.log}}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months