[JBoss JIRA] Created: (JBIDE-2957) Seam 2.1 causes errors in components.xml
by Max Rydahl Andersen (JIRA)
Seam 2.1 causes errors in components.xml
----------------------------------------
Key: JBIDE-2957
URL: https://jira.jboss.org/jira/browse/JBIDE-2957
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.0.0.cr1
Reporter: Max Rydahl Andersen
Fix For: 3.0.0.alpha
when using Seam 2.1 components.xml contains <security:rule-based-permission-resolver security-rules="#{securityRules}"/>
This is marked as an error: "org.jboss.seam.security.RuleBasedPermissionResolver" cannot be resolved to a type
Which is caused because seam tooling until now just assumed the xml could be mapped directly as org.jboss.seam.[postcolonname].[camelcaseoftagname]
That is true 99% of the time but Seam 2.1 introduced that the xml can be mapped to multiple packages causing this mapping to fail + extenders of Seam would
bump into this too if they use a package name other than org.jboss.seam.
We should implement the proper packageInfo lookups so we get this done properly.
--
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
17 years, 4 months
[JBoss JIRA] Created: (JBIDE-3313) Hibernate Generator for creation particular field
by Vitali Yemialyanchyk (JIRA)
Hibernate Generator for creation particular field
-------------------------------------------------
Key: JBIDE-3313
URL: https://jira.jboss.org/jira/browse/JBIDE-3313
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.0.0.cr1
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Fix For: 3.0.0.cr1
Max Kasynski asked me is it possible to use Hibernate code generation -> Schema export to generate particular table for some entity.
I describe his situation:
he has DB with many tables (with data) and Java project with entities for the tables.
he create new several entities, generate their JPA annotations and he want to generate tables for them.
he asked about such feature.
--
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
17 years, 4 months