[JBoss JIRA] (ARTIF-703) Installer Wildfly overlay with pre-configured Keycloak realm and H2 DDL
by Brett Meyer (JIRA)
Brett Meyer created ARTIF-703:
---------------------------------
Summary: Installer Wildfly overlay with pre-configured Keycloak realm and H2 DDL
Key: ARTIF-703
URL: https://issues.jboss.org/browse/ARTIF-703
Project: Artificer
Issue Type: Enhancement
Affects Versions: 1.0.0.Beta1
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 1.0.0.Beta2
It would be great if, for Wildfly, the installer could include an overlay ZIP with a pre-configured Keycloak realm and file-based H2 database (with the DDL pre-installed). We'll need this for Docker, anyway...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (ARTIF-702) CLI: first use of getMetaData is slow
by Brett Meyer (JIRA)
Brett Meyer created ARTIF-702:
---------------------------------
Summary: CLI: first use of getMetaData is slow
Key: ARTIF-702
URL: https://issues.jboss.org/browse/ARTIF-702
Project: Artificer
Issue Type: Enhancement
Affects Versions: 1.0.0.Beta1
Reporter: Brett Meyer
Assignee: Brett Meyer
(12:12:47 PM) ewittman: getMetaData is super slow the first time you use it (this is an old bug)
(12:12:58 PM) ewittman: I think it takes a long time to build the jaxb context iirc
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (ARTIF-701) 'relatedDocument' not shown in web UI's reverse relationshisp
by Brett Meyer (JIRA)
Brett Meyer created ARTIF-701:
---------------------------------
Summary: 'relatedDocument' not shown in web UI's reverse relationshisp
Key: ARTIF-701
URL: https://issues.jboss.org/browse/ARTIF-701
Project: Artificer
Issue Type: Bug
Affects Versions: 1.0.0.Beta1
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 1.0.0.Beta2
Since 'relatedDocument' is not a part of the general purpose 'relationships' field (ie, we define a separate 'derivedFrom' FK), it's not shown on the web UI's reverse relationships. Manually add it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (ARTIF-700) Minor UI fixes for 1.0.0
by Brett Meyer (JIRA)
Brett Meyer created ARTIF-700:
---------------------------------
Summary: Minor UI fixes for 1.0.0
Key: ARTIF-700
URL: https://issues.jboss.org/browse/ARTIF-700
Project: Artificer
Issue Type: Enhancement
Affects Versions: 1.0.0.Beta1
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 1.0.0.Beta2
- the source text box can be taller now that Overview is a separate tab
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (ARTIF-202) The not() function doesn't quite work with relationships
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/ARTIF-202?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated ARTIF-202:
------------------------------
Fix Version/s: (was: 1.1.0.Final)
> The not() function doesn't quite work with relationships
> --------------------------------------------------------
>
> Key: ARTIF-202
> URL: https://issues.jboss.org/browse/ARTIF-202
> Project: Artificer
> Issue Type: Bug
> Reporter: Eric Wittmann
> Assignee: Brett Meyer
> Priority: Minor
> Fix For: 1.0.0.Alpha2
>
>
> The not() function works well with properties, but not quite with relationships. An example of what doesn't work:
> /s-ramp/wsdl/Part[not(element)]
> That should return all Parts that do *not* have an element relationship. Since relationships are found by doing a JOIN, it's actually tricky to invert. Right now I think the query engine will produce something that would return all Parts that have some *other* relationship - but it won't return Parts without any relationships at all. I'm not sure how to do the latter other than by using an IN with a subquery (which is supported by ModeShape but is non-standard).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months