[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-6105) Support WFK libraries
by Libor Zoubek (JIRA)
Support WFK libraries
---------------------
Key: JBIDE-6105
URL: https://jira.jboss.org/jira/browse/JBIDE-6105
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Libor Zoubek
Fix For: 3.2.next
I would like to suggest we could support Jboss Web Framework kit (1.0). WFK contains struts, gwt, spring and richfaces.
I will use Spring as example subset of WFK.
Current situation:
When I want to develop e.g. Spring application in JBT, I have SpringIDE plugins to support my development, that is OK. But when I want to run it, I need to get Spring libs somewhere. So I download WFK and copy required jars into my project's classpath. If I had forgotten some jar, I'll get NoClassDefFound when running and need to find correct jars and add it to classpath too.
New Situation :
I would like to add Spring libs as a runtime or library similarly as seam. Development of WFK-based applications would be much easier and the first steps (creating the project) much faster.
User would define 'WFK runtime" and provide path to WFK home dir. Then he would be able to add WFK libraries to project's build path.
--
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
14 years, 6 months