[JBoss JIRA] Created: (JBRULES-2992) Could not parse escaped characters
by Tomáš Schlosser (JIRA)
Could not parse escaped characters
----------------------------------
Key: JBRULES-2992
URL: https://issues.jboss.org/browse/JBRULES-2992
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Tomáš Schlosser
Assignee: Mark Proctor
Fix For: 5.2.0.M1
When trying to parse rule:
rule "Regex-A"
when
Person(name matches "\w\w\d{3}\w\w")
then
insert(new Message("Regex-A working"));
end
I get following exception:
Unable to Analyse Expression name ~= "\w\w\d{3}\w\w": [Error: illegal escape sequence: w] [Near : {... name ~= "\w\w\d{3}\w\w" ....}] ^ [Line: 1, Column: 22] : [Rule name='Regex-A']
use of KnowledgeBuilder property 'drools.parser.processStringEscapes' seems to have no effect.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Updated: (AS7-1338) Remote JNDI support for AS7
by Richard Opalka (JIRA)
[ https://issues.jboss.org/browse/AS7-1338?page=com.atlassian.jira.plugin.s... ]
Richard Opalka updated AS7-1338:
--------------------------------
Fix Version/s: 7.1.0.Alpha1
Component/s: Naming
> Remote JNDI support for AS7
> ---------------------------
>
> Key: AS7-1338
> URL: https://issues.jboss.org/browse/AS7-1338
> Project: Application Server 7
> Issue Type: Task
> Components: Naming
> Reporter: Richard Opalka
> Priority: Blocker
> Fix For: 7.1.0.Alpha1
>
>
> <opalka> wolfc, dmlloyd I'm not able to connect to JNDI on AS7. in the AS7 config I see it should be running on 1099, but I'm getting http://fpaste.org/wgy8/ :(
> <opalka> wolfc, dmlloyd in the config I see the following ports defined
> <opalka> ---
> <opalka> <socket-binding name="jndi" port="1099"/>
> <opalka> <socket-binding name="jmx-connector-registry" port="1090"/>
> <opalka> <socket-binding name="jmx-connector-server" port="1091"/>
> <opalka> ---
> <dmlloyd> we don't do JNDI over RMI anymore
> <dmlloyd> that listing is an error
> <opalka> dmlloyd, So we're not able to do JNDI lookups to AS7 anymore and don't plan to?
> <opalka> dmlloyd, or we'll be doing JNDI over different binary protocol?
> <dmlloyd> no, we will be able to, it'll just work somewhat differently
> <opalka> dmlloyd, ok, I'm excluding the tests then ...
> <opalka> dmlloyd, Is there a JIRA covering this issue so I can use it in my excludes comment?
> <dmlloyd> not that I'm aware of, it's just an outstanding task
> <dmlloyd> remote invocation is not planned to be covered in next months' beta release
> <opalka> dmlloyd, ok, thx for info ;)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Moved: (AS7-1338) Remote JNDI support for AS7
by Richard Opalka (JIRA)
[ https://issues.jboss.org/browse/AS7-1338?page=com.atlassian.jira.plugin.s... ]
Richard Opalka moved JBWS-3234 to AS7-1338:
-------------------------------------------
Project: Application Server 7 (was: JBoss Web Services)
Key: AS7-1338 (was: JBWS-3234)
Workflow: GIT Pull Request workflow (was: jira)
Security: (was: Public)
> Remote JNDI support for AS7
> ---------------------------
>
> Key: AS7-1338
> URL: https://issues.jboss.org/browse/AS7-1338
> Project: Application Server 7
> Issue Type: Task
> Reporter: Richard Opalka
> Priority: Blocker
>
> <opalka> wolfc, dmlloyd I'm not able to connect to JNDI on AS7. in the AS7 config I see it should be running on 1099, but I'm getting http://fpaste.org/wgy8/ :(
> <opalka> wolfc, dmlloyd in the config I see the following ports defined
> <opalka> ---
> <opalka> <socket-binding name="jndi" port="1099"/>
> <opalka> <socket-binding name="jmx-connector-registry" port="1090"/>
> <opalka> <socket-binding name="jmx-connector-server" port="1091"/>
> <opalka> ---
> <dmlloyd> we don't do JNDI over RMI anymore
> <dmlloyd> that listing is an error
> <opalka> dmlloyd, So we're not able to do JNDI lookups to AS7 anymore and don't plan to?
> <opalka> dmlloyd, or we'll be doing JNDI over different binary protocol?
> <dmlloyd> no, we will be able to, it'll just work somewhat differently
> <opalka> dmlloyd, ok, I'm excluding the tests then ...
> <opalka> dmlloyd, Is there a JIRA covering this issue so I can use it in my excludes comment?
> <dmlloyd> not that I'm aware of, it's just an outstanding task
> <dmlloyd> remote invocation is not planned to be covered in next months' beta release
> <opalka> dmlloyd, ok, thx for info ;)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (AS7-1195) Failure to load login-module should be reported as WARNING instead of TRACE
by Bruno Vernay (JIRA)
Failure to load login-module should be reported as WARNING instead of TRACE
---------------------------------------------------------------------------
Key: AS7-1195
URL: https://issues.jboss.org/browse/AS7-1195
Project: Application Server 7
Issue Type: Feature Request
Components: Security
Affects Versions: 7.0.0.CR1
Environment: java-6-sun-1.6.0.24
Linux ubuntu
Reporter: Bruno Vernay
An error in standalone.xml :
<security-domains>
<security-domain ...>
<authentication>
<login-module code="database" flag="required">
is reported in TRACE:
TRACE [org.jboss.security.authentication.JBossCachedAuthenticationManager] (http--127.0.0.1-8080-1) Login failure: javax.security.auth.login.LoginException: unable to find LoginModule class: database from [Module "deployment.jboss-as-login.war:main" from Service Module Loader]
It makes it difficult to spot the error.
Would be easier if it was reported as a WARNING, specially since it is "required"
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months