[jbosside-issues] [JBoss JIRA] Created: (JBIDE-424) Blank page in NewSessionBeanWizard when nothing is selected
by Max Andersen (JIRA)
Blank page in NewSessionBeanWizard when nothing is selected
-----------------------------------------------------------
Key: JBIDE-424
URL: http://jira.jboss.com/jira/browse/JBIDE-424
Project: JBoss IDE
Issue Type: Patch
Components: EJB3 plugin
Affects Versions: 2.0.0.Beta2
Reporter: Max Andersen
Assigned To: Marshall Culpepper
Found this during the demo at JBW.
When nothing is selected one gets a blank wizard page. Here is the patch i made against JBW_BERLIN tag.
### Eclipse Workspace Patch 1.0
#P org.jboss.ide.eclipse.ejb3.wizards.ui
Index: src/main/org/jboss/ide/eclipse/ejb3/ui/wizards/pages/NewSessionBeanWizardPage.java
===================================================================
RCS file: /cvsroot/jboss/jbosside/ejb3/plugins/org.jboss.ide.eclipse.ejb3.wizards.ui/src/main/org/jboss/ide/eclipse/ejb3/ui/wizards/pages/NewSessionBeanWizardPage.java,v
retrieving revision 1.2
diff -u -r1.2 NewSessionBeanWizardPage.java
--- src/main/org/jboss/ide/eclipse/ejb3/ui/wizards/pages/NewSessionBeanWizardPage.java 6 Nov 2006 17:18:38 -0000 1.2
+++ src/main/org/jboss/ide/eclipse/ejb3/ui/wizards/pages/NewSessionBeanWizardPage.java 29 Nov 2006 10:40:42 -0000
@@ -173,7 +173,7 @@
setControl(composite);
IJavaElement element = getInitialJavaElement(selection);
- if (element.getElementType() == IJavaElement.PACKAGE_FRAGMENT)
+ if (element!=null && element.getElementType() == IJavaElement.PACKAGE_FRAGMENT)
// || element.getElementType() == IJavaElement.PACKAGE_FRAGMENT_ROOT)
{
beanPackageName.setText(element.getElementName());
--
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
18 years, 7 months
[JBoss JIRA] Created: (JBIDE-620) Add Hibernate Console Configuration Dialog (from Hiberante Console Configuration View) don't work properly
by Aliaksey Nis (JIRA)
Add Hibernate Console Configuration Dialog (from Hiberante Console Configuration View) don't work properly
----------------------------------------------------------------------------------------------------------
Key: JBIDE-620
URL: http://jira.jboss.com/jira/browse/JBIDE-620
Project: JBoss Tools
Issue Type: Bug
Components: Hibernate
Environment: WindowsXP SP2
rhds-win32-1.0.0.alpha.jar
Red Hat Developer Studio
Version: 1.0.0
Build: build 20070711-nightly
JDK 1.5_08
Reporter: Aliaksey Nis
Assigned To: Max Andersen
1. Open Window > Show View > Hibernate Console Configuration View
2. Right click on View, from context menu select Add Configuration.
3. In wizard's "Main" tab set - Configuration name, Project, Hibernate.cfg.xml path, Select Core option.
4. Press "Ok".
Nothing happens. Nor exception/error shows up, nor configuration created.
Think this is strange dehavior of this wizard. Coz Wizard from Ctrl+N works with this settings, and create a configuration.
--
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
18 years, 7 months
[JBoss JIRA] Created: (JBIDE-500) JBoss Tools (nightly) Prevents any Eclipse Plug-in Update
by Todd Flinders (JIRA)
JBoss Tools (nightly) Prevents any Eclipse Plug-in Update
---------------------------------------------------------
Key: JBIDE-500
URL: http://jira.jboss.com/jira/browse/JBIDE-500
Project: JBoss Tools
Issue Type: Bug
Components: EJB3 plugin
Environment: Eclipse Europa 3..3 (stable)
JBossTools-200706290355-nightly-ALL-linux-gtk
java version "1.5.0_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode, sharing)
openSUSE 10.2
Linux HQISB-7Y2GF61 2.6.18.8-0.3-default #1 SMP Tue Apr 17 08:42:35 UTC 2007 i686 i686 i386 GNU/Linux
Reporter: Todd Flinders
Assigned To: Max Andersen
After installing the nightly JBoss Tools nightly build on Eclipse 3.3 stable, updates are prevented due to the following error:
org.jboss.ide.eclipse.ejb3.feature (1.0.0.200706290355-nightly) requires plug-in "org.eclipse.wst.server.core".
It should be noted I'm referring to JBoss Tools nightly build installed by unpacking the zip file downloaded from http://download.jboss.org/jbosstools/builds/nightly/200706290355-nightly/.... This is not to be confused with the JBossIDE Beta 2.
The problem can be demonstrated by attempting to install subclipse (for example). The steps to recreate the problem are:
1. Install a fresh Eclipse 3.3.
2. Unzip JBossTools-200706290355-nightly-ALL-linux-gtk to the Eclipse 3.3 directory
3. In Eclipse: Help | Software Updates | Find and Install | Search for new features to install
4. Add a new remote site. In my case I added Subclipse with the update URL of http://subclipse.tigris.org/update_1.2.x
5. Select a feature to install, in my case Subclipse | Subclipse Plugin
6. The error is displayed at the top of the Updates window: org.jboss.ide.eclipse.ejb3.feature (1.0.0.200706290355-nightly) requires plug-in "org.eclipse.wst.server.core".
--
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
18 years, 7 months