[JBoss JIRA] Created: (JBIDE-4653) Guvnor repository truncates accents of assets
by Joao Paulo Viragine (JIRA)
Guvnor repository truncates accents of assets
---------------------------------------------
Key: JBIDE-4653
URL: https://jira.jboss.org/jira/browse/JBIDE-4653
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Environment: JBDS 2
Reporter: Joao Paulo Viragine
When I access my rules assets via Guvnor repository the accents of my DSL are truncated
Example of DSL (Brazilian Portuguese):
[condition][]Tem uma compra=compra: Compra()
[condition][]- Cartao é Ouro=cliente.cartao.tipo == TipoCartao.OURO
[condition][]- Cartao é Prata=cliente.cartao.tipo == TipoCartao.PRATA
[condition][]- Cliente é maior de 18 anos=cliente.idade > 18
[consequence][]Desconto é de "{desconto}"%=compra.setValor(compra.getValor()*(1-{desconto}/100));
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 11 months
[JBoss JIRA] Created: (JBIDE-4869) cannot mount existing projects with custom dir structure
by deanhiller (JIRA)
cannot mount existing projects with custom dir structure
--------------------------------------------------------
Key: JBIDE-4869
URL: https://jira.jboss.org/jira/browse/JBIDE-4869
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.M2, 3.1.0.M1, 3.0.1.GA, 3.0.0.GA
Environment: any
Reporter: deanhiller
We currently work in MyEclipse and everything works awesome. JBoss tools has some other features we want, but alas, we can't set our project up in jboss tools. There seem to be too many issues. Not sure if this is a feature request or bug (ie. I can't use the product without this feature so does that make it a bug?)
Issue #1 : We have a dependency on an EJB3 project and those class files never get deployed to the server so the server ends up with ClassNotFoundException(ie. we can't debug unless we do attach source and then hot deploy fails unlike MyEclipse which works like a charm).
Issue #2 : As soon as we give jboss tools our webroot which is project/input/webroot/WEB-INF, it copies all the libraries and class files there which is causing havoc with our source control and our ant build system as generated files are NOT suppose to ever be put in project/input directories. We have a special output directory if you need a location OR you could change to the way MyEclipse does it and put it on the server....either way, this should be configurable so it is not screwing with people's build systems.
Our custom directory structure works for jar projects and war projects and looks like so
project
---input
------javasrc - the *.java files
------libexclude - the jar files that do not go to WEB-INF/lib
------libinclude - the jar files that should be put in WEB-INF/lib
------webroot - all the xhtml files and jpgs
---------WEB-INF - all descriptor files
jboss tools throws all this junk stuff in WEB-INF/lib and WEB-INF/classes when it should not generate anything unless there is an override for it. All of this stuff works in MyEclipse and we would love to switch but can't. I have seen other posts related to this same issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 11 months
[JBoss JIRA] Created: (JBDS-1167) SOA-P5 , Security , and the ESB XML in JBDS 3.0
by Gary Lamperillo (JIRA)
SOA-P5 , Security , and the ESB XML in JBDS 3.0
-----------------------------------------------
Key: JBDS-1167
URL: https://jira.jboss.org/jira/browse/JBDS-1167
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Affects Versions: 3.0.0.CR1
Reporter: Gary Lamperillo
Using security setting within an ESB Service definition requires a Security element to be added. An example of this is the PicketLink sample, security_saml. When bringing this over to a JBDS project and editing the esb.xml, the only way to add the security element is to add it in the source view.
Here is an example of the xml section to be added to a service:
<service category="SamlSecurityQuickstart"
description="This service demonstrates how a service can be configured to issue and validate a security token"
invmScope="GLOBAL" name="issueTokenService">
<security
callbackHandler="org.jboss.soa.esb.services.security.auth.login.JBossSTSIssueCallbackHandler" moduleName="saml-issue-token">
<!-- disable the security context timeout so that our security context is re-evaluated -->
<property name="org.jboss.soa.esb.services.security.contextTimeout" value="0"/>
</security>
<listeners>
......
The tooling should have "Security Settings" as an option for services.
Also, Soap Proxy should have the addition of a "Content Type Settings" as an option to allow compatibility with endpoints.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 11 months
[JBoss JIRA] Created: (JBIDE-6303) Edit Action Dialog doesn't allow to select methods with non-void return type.
by Alexey Kazakov (JIRA)
Edit Action Dialog doesn't allow to select methods with non-void return type.
-----------------------------------------------------------------------------
Key: JBIDE-6303
URL: https://jira.jboss.org/browse/JBIDE-6303
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.1.0.GA
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.next
1. Create JSF project. Use any KickStart template from New JSF Project wizard.
2. Add following method to the managed bean:
public String checkGuess() {
...
}
3. Open inputname.xhtml/jsp.
4. Add <h:commandButton action=""/>
5. Select this component in visual part, right click. Select <h:commandButton> Attributes.
6. Select action attribute.
7. Select its value and click "..." button.
8. There is no checkGuess method among available Managed Beans methods.
--
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
15 years, 11 months
[JBoss JIRA] Created: (JBIDE-6563) NLS unused message in the org.jboss.tools.jsf.ui plugin
by Snjezana Peco (JIRA)
NLS unused message in the org.jboss.tools.jsf.ui plugin
-------------------------------------------------------
Key: JBIDE-6563
URL: https://jira.jboss.org/browse/JBIDE-6563
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.2.x
Reporter: Snjezana Peco
Assignee: Alexey Kazakov
If you start JBoss Tools trunk in the debug mode, you will get the following messages:
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:55.265
!MESSAGE NLS unused message: UI_WIZARD_XHTML_NEW_TITLE in: org.jboss.tools.jsf.ui.messages
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:55.265
!MESSAGE NLS unused message: UI_WIZARD_XHTML_NEW_Description in: org.jboss.tools.jsf.ui.messages
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:55.265
!MESSAGE NLS unused message: NewXHTMLTemplatesWizardPage_0 in: org.jboss.tools.jsf.ui.messages
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:55.265InitFunctions took: 47ms
!MESSAGE NLS unused message: NewXHTMLTemplatesWizardPage_1 in: org.jboss.tools.jsf.ui.messages
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:57.062
!MESSAGE NLS unused message: NewXHTMLTemplatesWizardPage_2 in: org.jboss.tools.jsf.ui.messages
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:57.062
!MESSAGE NLS unused message: NewXHTMLTemplatesWizardPage_3 in: org.jboss.tools.jsf.ui.messages
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:57.062
!MESSAGE NLS unused message: NewXHTMLTemplatesWizardPage_4 in: org.jboss.tools.jsf.ui.messages
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:57.062
!MESSAGE NLS unused message: NewXHTMLTemplatesWizardPage_5 in: org.jboss.tools.jsf.ui.messages
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:57.062
!MESSAGE NLS unused message: NewXHTMLTemplatesWizardPage_6 in: org.jboss.tools.jsf.ui.messages
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:57.062
!MESSAGE NLS unused message: NewXHTMLTemplatesWizardPage_7 in: org.jboss.tools.jsf.ui.messages
!ENTRY org.eclipse.osgi 2 1 2010-06-30 22:56:57.062
!MESSAGE NLS missing message: EL_REFACTOR_RENAME_HANDLER_ERROR in: org.jboss.tools.jsf.ui.messages
--
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
15 years, 11 months