[JBoss JIRA] (FORGE-841) Add Forge as a container in the Servers tab
by George Gastaldi (JIRA)
George Gastaldi created FORGE-841:
-------------------------------------
Summary: Add Forge as a container in the Servers tab
Key: FORGE-841
URL: https://issues.jboss.org/browse/FORGE-841
Project: Forge
Issue Type: Feature Request
Components: Eclipse UI
Affects Versions: 2.0.0.Alpha1
Reporter: George Gastaldi
Assignee: Koen Aers
Fix For: 2.0.0.Alpha2
Installing of addons could be made as dragging-drop a forge addon project in this server. Startup and Shutdown are also easily managed this way.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (FORGE-835) Forge field plugin doesn't support lobs / byte arrays
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-835?page=com.atlassian.jira.plugin.... ]
George Gastaldi commented on FORGE-835:
---------------------------------------
Yes, I think this is the way to go.
> Forge field plugin doesn't support lobs / byte arrays
> -----------------------------------------------------
>
> Key: FORGE-835
> URL: https://issues.jboss.org/browse/FORGE-835
> Project: Forge
> Issue Type: Feature Request
> Components: Builtin Plugins
> Affects Versions: 1.2.2.Final
> Reporter: Ivan St. Ivanov
> Assignee: Ivan St. Ivanov
> Fix For: 1.2.3.Final
>
>
> Right now Forge's field plugin supports most of the common Java/JPA types as commands (string, number, date, etc.). It also supports JPA relationships (one-to-many, etc.). However, a very common scenario for a Java EE developer is to store an image or other binary object into the database.
> In such situations the JPA best practices say that it should be declared as byte array field and annotated with @Lob.
> Forge should be able to generate such fields when the command:
> {code:java}
> field lob --named <field-name>
> {code}
> is issued
> The exact name of the command (lob or bytearray or anything) is subject to discussion.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (FORGE-835) Forge field plugin doesn't support lobs / byte arrays
by Ivan St. Ivanov (JIRA)
[ https://issues.jboss.org/browse/FORGE-835?page=com.atlassian.jira.plugin.... ]
Ivan St. Ivanov commented on FORGE-835:
---------------------------------------
Hey George,
Thanks for mentioning that! I did a quick research and found that on some databases JPA creates the column with different type based on the 'length' attribute of the @Column annotation.
Should we always set it to MAX_VALUE or we should let the user configure it with an option (defaulting to MAX_VALUE)? Something like:
field lob --named <field-name> [--length <length>]
Cheers,
Ivan
> Forge field plugin doesn't support lobs / byte arrays
> -----------------------------------------------------
>
> Key: FORGE-835
> URL: https://issues.jboss.org/browse/FORGE-835
> Project: Forge
> Issue Type: Feature Request
> Components: Builtin Plugins
> Affects Versions: 1.2.2.Final
> Reporter: Ivan St. Ivanov
> Assignee: Ivan St. Ivanov
> Fix For: 1.2.3.Final
>
>
> Right now Forge's field plugin supports most of the common Java/JPA types as commands (string, number, date, etc.). It also supports JPA relationships (one-to-many, etc.). However, a very common scenario for a Java EE developer is to store an image or other binary object into the database.
> In such situations the JPA best practices say that it should be declared as byte array field and annotated with @Lob.
> Forge should be able to generate such fields when the command:
> {code:java}
> field lob --named <field-name>
> {code}
> is issued
> The exact name of the command (lob or bytearray or anything) is subject to discussion.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (FORGE-840) Provide a dependency information repository for the current project
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-840?page=com.atlassian.jira.plugin.... ]
George Gastaldi reassigned FORGE-840:
-------------------------------------
Assignee: George Gastaldi
> Provide a dependency information repository for the current project
> -------------------------------------------------------------------
>
> Key: FORGE-840
> URL: https://issues.jboss.org/browse/FORGE-840
> Project: Forge
> Issue Type: Feature Request
> Components: Usability
> Affects Versions: 1.2.2.Final, 2.0.0.Alpha1
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Fix For: 1.2.3.Final, 2.0.0.Alpha2
>
>
> It would be nice if Forge could provide a query-able mechanism for a project so it would be possible to retrieve information like:
> - All available @Entity mapped classes;
> - Classes that implement a specific interface;
> - Is a specific class present in the configured pom.xml?
> That would enrich user experience and also allow the writing of smarter plugins.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months