[JBoss JIRA] (TEIID-2424) Create OSGi bundles for Embedded
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2424?page=com.atlassian.jira.plugin... ]
Steven Hawkins edited comment on TEIID-2424 at 9/30/13 5:43 PM:
----------------------------------------------------------------
And it still needs the module dependencies in both the module.xml and the manifest.mf? I'm just trying to get dependencies down to the pom/module.xml if possible.
was (Author: shawkins):
And it still needs the module dependencies in both the module.xml and the manifest.mf? I'm just trying to get things down to the pom/module.xml if possible.
> Create OSGi bundles for Embedded
> --------------------------------
>
> Key: TEIID-2424
> URL: https://issues.jboss.org/browse/TEIID-2424
> Project: Teiid
> Issue Type: Feature Request
> Components: AdminApi, Embedded
> Reporter: Steven Hawkins
> Assignee: Ramesh Reddy
> Labels: Alpha1
> Fix For: 8.6
>
>
> Embedded should be available as an OSGi bundle(s). It may also be useful for Designer to consume us through bundles as well.
--
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, 2 months
[JBoss JIRA] (TEIID-2678) Query against OData source throwing java.lang.NullPointerException
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-2678?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on TEIID-2678:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1012634|https://bugzilla.redhat.com/show_bug.cgi?id=1012634] from NEW to ASSIGNED
> Query against OData source throwing java.lang.NullPointerException
> ------------------------------------------------------------------
>
> Key: TEIID-2678
> URL: https://issues.jboss.org/browse/TEIID-2678
> Project: Teiid
> Issue Type: Bug
> Components: Misc. Connectors
> Affects Versions: 8.4.1
> Reporter: Van Halbert
> Assignee: Ramesh Reddy
> Priority: Critical
>
> Queries against a deployed vdb (using odata translator) are throwing java.lang.NullPointerException. The vdb is connecting to NetWeaver Flight test site . Full log is attached along with vdb. Resource-adapter can be provided if needed. This failure has been verified by two different users.
> 12:47:16,401 ERROR [org.teiid.CONNECTOR] (Worker1_QueryProcessorQueue13) Connector worker process failed for atomic-request=t53q6HQwO5Rs.6.0.0: java.lang.NullPointerException
> at org.odata4j.format.xml.AtomFeedFormatParser.getEntitySet(AtomFeedFormatParser.java:304)
> at org.odata4j.format.xml.AtomFeedFormatParser.parse(AtomFeedFormatParser.java:156)
> at org.odata4j.format.xml.AtomFeedFormatParser.parse(AtomFeedFormatParser.java:44)
> at org.teiid.translator.odata.BaseQueryExecution.parse(BaseQueryExecution.java:93)
> at org.teiid.translator.odata.BaseQueryExecution.executeWithReturnEntity(BaseQueryExecution.java:124)
> at org.teiid.translator.odata.ODataQueryExecution.execute(ODataQueryExecution.java:108)
> at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.execute(ConnectorWorkItem.java:254) [teiid-engine-8.4.1-redhat-2.jar:8.4.1-redhat-2]
> It should also be noted that when previewing FlightCollection in Designer the following error was produced. Not sure if it is related to the server NullPointer situation.
> 2:46:00,788 INFO [org.teiid.PROCESSOR] (Worker2_QueryProcessorQueue12) TEIID31105 Returing warning to client: TEIID17013 Wrong response from source with status 404 code 005056A509B11EE1B9A8FEC11C21D78E and message Resource not found for the segment 'flightDetails_distanceUnit'.
--
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, 2 months
[JBoss JIRA] (TEIID-2424) Create OSGi bundles for Embedded
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2424?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2424:
---------------------------------------
Nevermind my workaround above does create a -lib, but it doesn't seem to be usable by assembly.
> Rationale was since we are not using RAR files, I thought of getting away from the RAR altogether. We can simply move the META-INF contents into the modules and make the project just build the JAR work the issue. If you are OK, then I can do that. Or, will try to see why this RAR bundling is still occurring, and try to avoid that.
That would be fine with me. I don't think anyone wants our rar's for other platforms - which there would be issues anyway with the module dependencies. In any case do we still need the manifest.mf module dependencies now that we have the module.xml?
> Create OSGi bundles for Embedded
> --------------------------------
>
> Key: TEIID-2424
> URL: https://issues.jboss.org/browse/TEIID-2424
> Project: Teiid
> Issue Type: Feature Request
> Components: AdminApi, Embedded
> Reporter: Steven Hawkins
> Assignee: Ramesh Reddy
> Labels: Alpha1
> Fix For: 8.6
>
>
> Embedded should be available as an OSGi bundle(s). It may also be useful for Designer to consume us through bundles as well.
--
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, 2 months
[JBoss JIRA] (TEIID-2424) Create OSGi bundles for Embedded
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2424?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-2424:
-------------------------------------
Rationale was since we are not using RAR files, I thought of getting away from the RAR altogether. We can simply move the META-INF contents into the modules and make the project just build the JAR work the issue. If you are OK, then I can do that. Or, will try to see why this RAR bundling is still occurring, and try to avoid that.
> Create OSGi bundles for Embedded
> --------------------------------
>
> Key: TEIID-2424
> URL: https://issues.jboss.org/browse/TEIID-2424
> Project: Teiid
> Issue Type: Feature Request
> Components: AdminApi, Embedded
> Reporter: Steven Hawkins
> Assignee: Ramesh Reddy
> Labels: Alpha1
> Fix For: 8.6
>
>
> Embedded should be available as an OSGi bundle(s). It may also be useful for Designer to consume us through bundles as well.
--
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, 2 months