[JBoss JIRA] Created: (JBIDE-9310) JBoss tools does not take AS 6's jsf.deployer into account
by arjan tijms (JIRA)
JBoss tools does not take AS 6's jsf.deployer into account
----------------------------------------------------------
Key: JBIDE-9310
URL: https://issues.jboss.org/browse/JBIDE-9310
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: arjan tijms
In JBoss AS 6, one can change which JSF implementation JBoss AS uses by editing /deployers/jsf.deployer/META-INF/jsf-integration-deployer-jboss-beans.xml. JBoss bundles Mojarra 1.2, 2.0 and MyFaces 2.0 by default.
However, if one changes this, JBoss tools keeps putting the two hardcoded libs in /deployers/jsf.deployer/Mojarra-2.0/jsf-libs on the IDE's lookup path. This means that stepping through JSF source code is totally broken then.
A workaround is to copy the libs from the other configuration to /deployers/jsf.deployer/Mojarra-2.0/jsf-libs and rename them to jsf-api-2.0.3-b05.jar and jsf-impl-2.0.3-b05.jar. This works, but there is something unsettling of having e.g. the 2.1.2 libs called 2.0.3 just for the sake of the ability to debug.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (JBIDE-9375) JPA: validate @ForeignKey inverseName for ManyToMany mapping
by Dmitry Geraskov (JIRA)
JPA: validate @ForeignKey inverseName for ManyToMany mapping
------------------------------------------------------------
Key: JBIDE-9375
URL: https://issues.jboss.org/browse/JBIDE-9375
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.3.0.M2
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: 3.3.0.M3
@ForignKey annotations can be used in OneToMany, ManyToOne, and OneToOne
relationships, ManyToMany relationships.
Inverse name should be validated only in ManyToMany relationships at owner side (not owner side has mappedBy attribute).
Test case:
1. Create JPA project with Hibernate platform
2. Create 2 Entities with many to many reference
3. Add @ForeignKey(name="x", inverseName="") to both sides
Check that error appeared and only on the owning size.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (JBIDE-9402) Load CDI extensions dynamically
by Alexey Kazakov (JIRA)
Load CDI extensions dynamically
-------------------------------
Key: JBIDE-9402
URL: https://issues.jboss.org/browse/JBIDE-9402
Project: Tools (JBoss Tools)
Issue Type: Task
Components: cdi (jsr-299)
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M3
We need to have something like {code}public <T extends IFeature> Set<T> getFeatures(Class<T> cls);{code} in CDIExtensionManager to get a set of all the available features registered for particular CDI extensions.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (JBIDE-8950) Create templates for missing RF4 tags in VPE
by Denis Maliarevich (JIRA)
Create templates for missing RF4 tags in VPE
--------------------------------------------
Key: JBIDE-8950
URL: https://issues.jboss.org/browse/JBIDE-8950
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Visual Page Editor Templates
Affects Versions: 3.2.1.M1, 3.3.0.M1
Reporter: Denis Maliarevich
Assignee: Denis Maliarevich
Fix For: 3.2.1.CR1, 3.3.0.M2
VPE is missing the followong RF4 tags:
rich:collapsibleSubTable
rich:collapsibleSubTableToggler
rich:dragSource
rich:dropTarget
rich:hashParam
rich:treeModelAdaptor
rich:treeModelRecursiveAdaptor
rich:treeSelectionChangeListener
rich:treeToggleListener
rich:validator
Templates should be added.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years