[JBoss JIRA] (TEIIDDES-2278) Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1)
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2278?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2278:
-----------------------------------
Fix Version/s: 8.3.5
8.6.1
> Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1)
> ---------------------------------------------------------------------------------
>
> Key: TEIIDDES-2278
> URL: https://issues.jboss.org/browse/TEIIDDES-2278
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.3.3
> Reporter: Matus Makovy
> Assignee: Mark Drilling
> Fix For: 8.3.5, 8.6.1
>
> Attachments: JBDS.log, screen.png, server.log
>
>
> When I try to start server in JBDS, it gets stuck on "Performing pre-launch check..."
> Not all translators are loaded (for example, translator "ws") so I can not use some VDBs.
> I tried to completely reinstall DV and also JBDS + Teiid Designer, it didn't help.
> WINDOWS 8.1
> JBDS 7.1.1.GA
> Teiid Designer 8.3.3.Final-v20140613-1202-B88
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2274) Row-based Security creates incorrect permission
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2274?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2274.
------------------------------------
Resolution: Done
Done
8.3.x: https://github.com/Teiid-Designer/teiid-designer/commit/1f351bd29bde9525d... and + https://github.com/Teiid-Designer/teiid-designer/commit/8dfbeec8574c3c760...
master: https://github.com/Teiid-Designer/teiid-designer/commit/d1b7d51a22c811014...
> Row-based Security creates incorrect permission
> -----------------------------------------------
>
> Key: TEIIDDES-2274
> URL: https://issues.jboss.org/browse/TEIIDDES-2274
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Modeling, VDB & Execution
> Affects Versions: 8.3.3
> Environment: OSX 10.9.4, Java 1.7.0_25. However, this bug has also been verified on a RHEL 7 instance as well.
> Reporter: Blaine Mincey
> Assignee: Barry LaFond
> Labels: designer, teiid
> Fix For: 8.3.4, 8.6, 8.5.1
>
> Attachments: add-column-masking-dialog.png, add-row-filter-dialog.png, column-masking-definition-dialog-d-click.png, edit-column-masking-dialog.png, edit-row-filter-dialog.png, row-filter-definition-dialog-d-click.png
>
>
> In modeling a VDB, when adding a condition for row-based security, an incorrect permission is created. For example, if using the Designer to select a column, the following condition is added:
> <permission>
> <resource-name>AccountsView.CUSTOMER.STATE</resource-name>
> <condition constraint="true"><> 'New York'</condition>
> </permission>.
> In order for row-based security to work, the VDB.xml needs to be edited to be the following:
> <permission>
> <resource-name>AccountsView.CUSTOMER</resource-name>
> <condition constraint="true">STATE <> 'New York'</condition>
> </permission>
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2278) Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1)
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2278?page=com.atlassian.jira.plu... ]
Van Halbert updated TEIIDDES-2278:
----------------------------------
Assignee: Barry LaFond
> Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1)
> ---------------------------------------------------------------------------------
>
> Key: TEIIDDES-2278
> URL: https://issues.jboss.org/browse/TEIIDDES-2278
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.3.3
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Attachments: JBDS.log, screen.png, server.log
>
>
> When I try to start server in JBDS, it gets stuck on "Performing pre-launch check..."
> Not all translators are loaded (for example, translator "ws") so I can not use some VDBs.
> I tried to completely reinstall DV and also JBDS + Teiid Designer, it didn't help.
> WINDOWS 8.1
> JBDS 7.1.1.GA
> Teiid Designer 8.3.3.Final-v20140613-1202-B88
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2274) Row-based Security creates incorrect permission
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2274?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2274:
-----------------------------------
Attachment: add-column-masking-dialog.png
add-row-filter-dialog.png
column-masking-definition-dialog-d-click.png
edit-column-masking-dialog.png
edit-row-filter-dialog.png
row-filter-definition-dialog-d-click.png
> Row-based Security creates incorrect permission
> -----------------------------------------------
>
> Key: TEIIDDES-2274
> URL: https://issues.jboss.org/browse/TEIIDDES-2274
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Modeling, VDB & Execution
> Affects Versions: 8.3.3
> Environment: OSX 10.9.4, Java 1.7.0_25. However, this bug has also been verified on a RHEL 7 instance as well.
> Reporter: Blaine Mincey
> Assignee: Barry LaFond
> Labels: designer, teiid
> Fix For: 8.3.4, 8.6, 8.5.1
>
> Attachments: add-column-masking-dialog.png, add-row-filter-dialog.png, column-masking-definition-dialog-d-click.png, edit-column-masking-dialog.png, edit-row-filter-dialog.png, row-filter-definition-dialog-d-click.png
>
>
> In modeling a VDB, when adding a condition for row-based security, an incorrect permission is created. For example, if using the Designer to select a column, the following condition is added:
> <permission>
> <resource-name>AccountsView.CUSTOMER.STATE</resource-name>
> <condition constraint="true"><> 'New York'</condition>
> </permission>.
> In order for row-based security to work, the VDB.xml needs to be edited to be the following:
> <permission>
> <resource-name>AccountsView.CUSTOMER</resource-name>
> <condition constraint="true">STATE <> 'New York'</condition>
> </permission>
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2274) Row-based Security creates incorrect permission
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2274?page=com.atlassian.jira.plu... ]
Barry LaFond reopened TEIIDDES-2274:
------------------------------------
> Row-based Security creates incorrect permission
> -----------------------------------------------
>
> Key: TEIIDDES-2274
> URL: https://issues.jboss.org/browse/TEIIDDES-2274
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Modeling, VDB & Execution
> Affects Versions: 8.3.3
> Environment: OSX 10.9.4, Java 1.7.0_25. However, this bug has also been verified on a RHEL 7 instance as well.
> Reporter: Blaine Mincey
> Assignee: Barry LaFond
> Labels: designer, teiid
> Fix For: 8.3.4, 8.6, 8.5.1
>
>
> In modeling a VDB, when adding a condition for row-based security, an incorrect permission is created. For example, if using the Designer to select a column, the following condition is added:
> <permission>
> <resource-name>AccountsView.CUSTOMER.STATE</resource-name>
> <condition constraint="true"><> 'New York'</condition>
> </permission>.
> In order for row-based security to work, the VDB.xml needs to be edited to be the following:
> <permission>
> <resource-name>AccountsView.CUSTOMER</resource-name>
> <condition constraint="true">STATE <> 'New York'</condition>
> </permission>
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2304) VDB Reuse - View model says it is read only
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2304?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2304:
----------------------------------------
verified on 8.3.4.CR1
> VDB Reuse - View model says it is read only
> -------------------------------------------
>
> Key: TEIIDDES-2304
> URL: https://issues.jboss.org/browse/TEIIDDES-2304
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Modeling
> Affects Versions: 8.3.3
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 8.3.4, 8.6
>
> Attachments: screen1.png, screen2.png
>
>
> I am working on a test script for Data roles and I am also testing Data roles with VDB Reuse.
> I connected to VDB using the process described in section 10.6 in [1]
> This process creates a source model.
> Then I created view model using transformation from this source model.
> Now, when I try to copy some procedure to this view model everthing works, but when I try to delete this coppied procedure JBDS gives me an error warning that this model is READ ONLY. I shouldn't be read only, should it?
> BUT, when I try to cut this procedure from the model (Ctrl + X) everything works, without error warnings. Also in the properties of this model isn't the checkbox for "read only" checked.
> [1] http://docs.jboss.org/teiid/designer/8.3/user-guide/en-US/html_single/
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2291) (Windows only) New VDB datarole checkboxes problems
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2291?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2291:
----------------------------------------
verified on TD 8.3.4.CR1
> (Windows only) New VDB datarole checkboxes problems
> ---------------------------------------------------
>
> Key: TEIIDDES-2291
> URL: https://issues.jboss.org/browse/TEIIDDES-2291
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Editors
> Affects Versions: 8.3.3
> Reporter: Matus Makovy
> Assignee: Mark Drilling
> Fix For: 8.3.4, 8.6, 8.5.1
>
> Attachments: Screen1.png, Screen2.png
>
>
> When creating new Data Role, I am not able to uncheck Read checkbox(or to check any other checkbox) until I click on model that this checkbox belongs to.
> Screenshot 1 - I am not able to uncheck/check any checkboxes
> Screenshot 2 - I am able to uncheck checkbox in "Products_view.xmi" row, but not in the "Products_source.xmi" row.
> Is this fixed in TEIIDDES-2196?
> This problem (you have to click on particular part of row to change other value in this row) occurs also in other parts of Teiid Designer, for example Edit VDB dialogue-> Source binding definition...
> Teiid Designer 8.3.3.Final
> JBDS 7.1.1.GA
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2267) JNDI Name selection on VDB Explorer does not function on Windows
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2267?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2267:
----------------------------------------
verified on TD 8.3.4.CR1
> JNDI Name selection on VDB Explorer does not function on Windows
> ----------------------------------------------------------------
>
> Key: TEIIDDES-2267
> URL: https://issues.jboss.org/browse/TEIIDDES-2267
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Editors, VDB & Execution
> Affects Versions: 8.3
> Reporter: Ramesh Reddy
> Assignee: Mark Drilling
> Fix For: 8.3.4, 8.6, 8.5.1
>
>
> When working on windows, the JNDI name selection on VDB explorer's Source Bindings dialog does not show dropdown when server is started. Also it is very hard to click on it to edit, as it does not even show the text box, it behaves more like label. But sometime repeated clicking or tabbing suddenly lets you edit.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2151) Create relational model from WS (SOAP) using default procedures generates both models in one subdirectory
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2151?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2151:
----------------------------------------
verified on TD 8.3.4.CR1
> Create relational model from WS (SOAP) using default procedures generates both models in one subdirectory
> ---------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2151
> URL: https://issues.jboss.org/browse/TEIIDDES-2151
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.3.2
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 8.3.4, 8.6, 8.5.1
>
> Attachments: bug.png, screen1.png, wsdl.xml
>
>
> Steps to Reproduce:
> 1. Generate relational model from WS (SOAP)
> 2. Select connection profile and some operation click Next>
> 3. Select different project subdirectories for source and view model.
> 4. In the Procedure generation section select radio option "Default procedures" and click Finish
> 5. Both models are saved in the same subdirectory
> With User-specified procedures all works OK
> JBDS 7.1.1.GA + TeiidDesigner 8.3.2
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months