[JBoss JIRA] (DROOLS-3659) DMN: UX for documentation reports
by Stetson Robinson (Jira)
[ https://issues.jboss.org/browse/DROOLS-3659?page=com.atlassian.jira.plugi... ]
Stetson Robinson commented on DROOLS-3659:
------------------------------------------
[~tirelli], [~uxdlc], here's my stab at an [example DMN model report|https://docs.google.com/document/d/1xZBnRQfaTpFmMjU11Wzc2HhBqJCOVK...]. It's similar to what Trisotech does, with some cleaner and different components. I looked through various sample DRD and DMN file properties to see what sorts of things make sense to include in a report. The meat of it is really just the DRD components and their respective elements.
Feel free to tweak, add to, or comment on the example report.
> DMN: UX for documentation reports
> ---------------------------------
>
> Key: DROOLS-3659
> URL: https://issues.jboss.org/browse/DROOLS-3659
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UX, UXTeam, drools-tools
>
> User stories:
> * As a user I want to generate a PDF or HTML report of the DMN model, with documentation, so that I can hand it off to external team and/or business that needs information about the diagrams and the logic of the decisions being automated. The report can be printed out and used by business teams not involved with the modeling itself, to learn about content of the .dmn file.
> * As a user I need a means through the UI to input additional documentation, links and attachments to nodes.
> Notes:
> - Docs to help with docs formatting.
> - Might be able to leverage Case View docs widget.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (LOGMGR-238) Lightweight attachments
by David Lloyd (Jira)
David Lloyd created LOGMGR-238:
----------------------------------
Summary: Lightweight attachments
Key: LOGMGR-238
URL: https://issues.jboss.org/browse/LOGMGR-238
Project: JBoss Log Manager
Issue Type: Enhancement
Components: core
Reporter: David Lloyd
Assignee: David Lloyd
Fix For: 2.2.0.Final, 3.0.0.Final
Introduce a lighter attachment implementation which has a limited capacity.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (JBJCA-1387) IllegalStateException when getting a connection from a removed DataSource
by Peter Mačkay (Jira)
Peter Mačkay created JBJCA-1387:
-----------------------------------
Summary: IllegalStateException when getting a connection from a removed DataSource
Key: JBJCA-1387
URL: https://issues.jboss.org/browse/JBJCA-1387
Project: IronJacamar
Issue Type: Bug
Reporter: Peter Mačkay
Trying to get a connection from a removed datasource used to result in
{code}
java.sql.SQLException: javax.resource.ResourceException: IJ000470: You are trying to use a connection factory that has been shut down: java:jboss/datasources/NoRestartDatasource
{code}
But after the changes introduced in JBJCA-1386 an IllegalStateException is thrown
{code}
09:58:56,204 ERROR [stderr] (pool-8-thread-1) java.lang.IllegalStateException
09:58:56,206 ERROR [stderr] (pool-8-thread-1) at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:50)
09:58:56,206 ERROR [stderr] (pool-8-thread-1) at org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService.driverClassLoader(AbstractDataSourceService.java:335)
09:58:56,207 ERROR [stderr] (pool-8-thread-1) at org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService.access$000(AbstractDataSourceService.java:111)
09:58:56,207 ERROR [stderr] (pool-8-thread-1) at org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer$2.getClassLoader(AbstractDataSourceService.java:537)
09:58:56,208 ERROR [stderr] (pool-8-thread-1) at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:140)
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months