[JBoss JIRA] Created: (AS7-942) The CXF-DOSGi distributed discovery demo doesn't work.
by David Bosschaert (JIRA)
The CXF-DOSGi distributed discovery demo doesn't work.
------------------------------------------------------
Key: AS7-942
URL: https://issues.jboss.org/browse/AS7-942
Project: Application Server 7
Issue Type: Bug
Components: OSGi
Reporter: David Bosschaert
Priority: Minor
This demo is described here: http://cxf.apache.org/dosgi-discovery-demo-page.html
It seems that the client and the server bundles individually do work. The server bundle does register a remote endpoint and the client bundle does seem to look up the service, but something seems to go wrong with the interaction with the zookeeper server.
I did try to configure it both through standalone.xml and load/org.apache.cxf.dosgi.diovery.zookeeper.cfg file.
standalone.xml content:
{code}
<subsystem xmlns="urn:jboss:domain:osgi:1.0" activation="lazy">
<configuration pid="org.apache.cxf.dosgi.discovery.zookeeper">
<property name="zookeeper.host">
127.0.0.1
</property>
</configuration>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] Created: (JBRULES-2700) Allow setting globals for access by the scoring rules
by Wouter Horré (JIRA)
Allow setting globals for access by the scoring rules
-----------------------------------------------------
Key: JBRULES-2700
URL: https://jira.jboss.org/browse/JBRULES-2700
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-planner
Reporter: Wouter Horré
Assignee: Mark Proctor
Currently, it is not possible to set a global variable in the working memory used by the solver. If a scoring rule needs an external helper for calculating scores (e.g. a dependency injected with OSGi DS), a workaround using a static variable in some class accessible by the scoring rules is needed.
The easiest implementation is probably a new method in the Solver interface:
public WorkingMemory getWorkingMemory();
which provides access to the working memory used by the solver.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] Created: (AS7-1371) Domain Management - Support for database connection pool in non AS process.
by Darran Lofthouse (JIRA)
Domain Management - Support for database connection pool in non AS process.
---------------------------------------------------------------------------
Key: AS7-1371
URL: https://issues.jboss.org/browse/AS7-1371
Project: Application Server 7
Issue Type: Task
Components: Domain Management
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 7.1.0.Beta1
We need to support authentication for users stored in database, the domain management is in a non-AS process so we also need a pool of database connections.
These connections will be used to read only from the database, other than the isolation offered by the driver we should not require any advanced transaction support.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] Created: (AS7-1370) Domain Management - Add support for database authentication.
by Darran Lofthouse (JIRA)
Domain Management - Add support for database authentication.
------------------------------------------------------------
Key: AS7-1370
URL: https://issues.jboss.org/browse/AS7-1370
Project: Application Server 7
Issue Type: Task
Components: Domain Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 7.1.0.Beta1
It should be possible to define a database authentication element for authentication of incoming connections against a database.
Ideally the password should be obtainable from the database to allow us to use DIGEST authentication but if not a fallback to verify the password should be supported.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months