[
https://issues.jboss.org/browse/FORGE-1399?page=com.atlassian.jira.plugin...
]
Antonio Goncalves commented on FORGE-1399:
------------------------------------------
In the latest SNAPSHOT I get a similar exception :
{code}
[Book.java]$ jpa-new-field --named authors --entity
com.pluralsight.persistence.module07.model.Author --relationshipType One-to-Many
***ERROR*** org.xadisk.filesystem.exceptions.InsufficientPermissionOnFileException:
Permission of type [READ_FILE] is needed over the file/directory with path
[/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/java/String.java]
for the i/o operation to succeed.
{code}
It still wants to create a {{String}} class, wonder why
Cannot create a relationship between two entities
-------------------------------------------------
Key: FORGE-1399
URL:
https://issues.jboss.org/browse/FORGE-1399
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.Beta4
Reporter: Antonio Goncalves
Fix For: 2.x Future
I've created a {{Country}} entity and then a {{Customer}}. When I create a
relationship between both, I have an error :
{code}
[Customer.java]$ jpa-new-field --named country --entity
org.agoncal.application.petstore.model.Country --relationshipType Many-to-One
***ERROR*** No Facet of type [interface org.jboss.forge.addon.javaee.jpa.JPAFacet] is
installed.
[Customer.java]$ jpa-setup
***ERROR*** No Facet of type [interface org.jboss.forge.addon.javaee.jpa.JPAFacet] is
installed.
{code}
--
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