[JBoss JIRA] Created: (JBIDE-5747) IllegalArgumentException is thrown during CDI validation.
by Alexey Kazakov (JIRA)
IllegalArgumentException is thrown during CDI validation.
---------------------------------------------------------
Key: JBIDE-5747
URL: https://jira.jboss.org/jira/browse/JBIDE-5747
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.1.0.CR2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.1.0.CR2
java.lang.IllegalArgumentException
at org.eclipse.jdt.core.Signature.appendTypeSignature(Signature.java:2371)
at org.eclipse.jdt.core.Signature.appendTypeSignature(Signature.java:2278)
at org.eclipse.jdt.core.Signature.toCharArray(Signature.java:2257)
at org.jboss.tools.common.model.util.EclipseJavaUtil.resolveTypeAsString(EclipseJavaUtil.java:50)
at org.jboss.tools.cdi.internal.core.impl.definition.ParametedTypeFactory.getParametedType(ParametedTypeFactory.java:18)
at org.jboss.tools.cdi.internal.core.impl.AbstractBeanElement.getRestrictedTypeDeclaratios(AbstractBeanElement.java:133)
at org.jboss.tools.cdi.internal.core.validation.CDICoreValidator.validateBean(CDICoreValidator.java:246)
at org.jboss.tools.cdi.internal.core.validation.CDICoreValidator.validateAll(CDICoreValidator.java:197)
at org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validateAll(ValidatorManager.java:99)
at org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validateInJob(ValidatorManager.java:78)
at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:78)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
org.eclipse.jdt.core.Signature.toCharArray() is supposed to get a singnature but CDI model gives a type name instead of signature.
--
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
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7324) Make deployable should work for directories
by Max Andersen (JIRA)
Make deployable should work for directories
-------------------------------------------
Key: JBIDE-7324
URL: https://jira.jboss.org/browse/JBIDE-7324
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS
Reporter: Max Andersen
Assignee: Rob Stryker
Fix For: 3.2.0.Beta2
Make deployable currently only works for single files, but would be superuseful if it also worked for directories.
should simply work by deploying the directory directly to the deploy location.
i.e folder named abc should be deployed as abc, folder named abc.jar should be deploed as abc.jar
and if "compressed archives" enabled then a folder named abc should be zipped up and be named abc, and a folder named abc.jar should be zipped up and be named abc.jar
and if the user want differently he can use the module deployment page to change the deploy name.
--
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
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7335) NPE when invoking Properties on Hibernate Configuration
by Jiri Peterka (JIRA)
NPE when invoking Properties on Hibernate Configuration
-------------------------------------------------------
Key: JBIDE-7335
URL: https://jira.jboss.org/browse/JBIDE-7335
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate, teiid
Affects Versions: 3.2.0.Beta2
Environment: JBDS 4.0.0.beta1 #47, Linux 64
Reporter: Jiri Peterka
Steps:
1. Create JPA project with Hibernate Platform (EAP 5)
2. Switch to Hibernate Configurations
3. On Hibernate configuration, press ALT+ENTER
java.lang.NullPointerException
at org.teiid.designer.datatools.profiles.ldap.PropertyPage.initControls(PropertyPage.java:215)
at org.teiid.designer.datatools.profiles.ldap.PropertyPage.createCustomContents(PropertyPage.java:145)
at org.eclipse.datatools.connectivity.ui.wizards.ProfileDetailsPropertyPage.createContents(ProfileDetailsPropertyPage.java:74)
at org.teiid.designer.datatools.profiles.ldap.PropertyPage.createContents(PropertyPage.java:60)
at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:232)
at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1501)
at org.eclipse.jface.preference.PreferenceDialog$14.run(PreferenceDialog.java:1258)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1252
--
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
15 years, 4 months