[JBoss JIRA] Created: (JBAS-8734) API change in deployment scanner's add cause failed deployments
by Rob Stryker (JIRA)
API change in deployment scanner's add cause failed deployments
---------------------------------------------------------------
Key: JBAS-8734
URL: https://issues.jboss.org/browse/JBAS-8734
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: 6.0.0.CR1
Reporter: Rob Stryker
Assignee: Ales Justin
Priority: Critical
When using the deployment scanner mbean to pass in a new URL that the JBossAS should scan for deployments, a path format which worked fine in JBoss 5 and below no longer works. Specifically, passing in a URL such as the one below:
file:/home/rob/apps/eclipse/workspaces/main_code/runtime%20space%20workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_6.0_Runtime_Server1292215199516/deploy/Dyn888.war/
When passing this string into the addURL mbean, the following error in the jboss console results:
14:52:54,927 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/Dyn888
14:52:54,930 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/Dyn888 state=Create mode=Manual requiredState=Installed: java.net.URISyntaxException: Illegal character in path at index 56: file:/home/rob/apps/eclipse/workspaces/main_code/runtime space workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_6.0_Runtime_Server1292215199516/deploy/Dyn888.war/
at java.net.URI$Parser.fail(URI.java:2809) [:1.6.0_14]
at java.net.URI$Parser.checkChars(URI.java:2982) [:1.6.0_14]
Despite that I pass in a string with clear %20 blocking out the spaces, the deployment scanner does not seem to recognize this and errors. This format of a string has no problem working in AS 5.1 however.
This is blocking JBossTools server integration.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (AS7-4720) Remove ProtocolTypeValidator
by Brian Stansberry (JIRA)
Brian Stansberry created AS7-4720:
-------------------------------------
Summary: Remove ProtocolTypeValidator
Key: AS7-4720
URL: https://issues.jboss.org/browse/AS7-4720
Project: Application Server 7
Issue Type: Task
Components: Clustering
Reporter: Brian Stansberry
Assignee: Paul Ferraro
Priority: Minor
Fix For: 7.2.0.Alpha1
The ProtocolTypeValidator class is unused. This seems correct since using it would imply restricting JGroups protocols to the list in the Protocol enum, and I don't believe the intent is to prevent use of custom protocols or new ones that the JGroups project itself creates.
If this class is removed, the Protocol enum itself may be a candidate for removal.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (JBRULES-3318) Enable the Use of Different Table Names in drools-persistence-jpa
by Marco Rietveld (JIRA)
[ https://issues.jboss.org/browse/JBRULES-3318?page=com.atlassian.jira.plug... ]
Marco Rietveld resolved JBRULES-3318.
-------------------------------------
Fix Version/s: 5.3.2.Final
(was: FUTURE)
Resolution: Done
See attachments for an example of how to do this. It's possible that using this mechanism could result in error messages similar to the following:
{noformat}
8185 25/07 16:08:44,215[main] WARN annotations.reflection.EJB3OverridenAnnotationReader.checkForOrphanProperties - Property org.drools.persistence.info.SessionInfo.rulesByteArray not found in class but described in <mapping-file/> (possible typo error)
8186 25/07 16:08:44,216[main] WARN annotations.reflection.EJB3OverridenAnnotationReader.checkForOrphanProperties - Property org.drools.persistence.info.SessionInfo.helper not found in class but described in <mapping-file/> (possible typo error)
8187 25/07 16:08:44,217[main] WARN annotations.reflection.EJB3OverridenAnnotationReader.checkForOrphanProperties - Property org.drools.persistence.info.WorkItemInfo.workItemId not found in class but described in <mapping-file/> (possible typo error)
8187 25/07 16:08:44,217[main] WARN annotations.reflection.EJB3OverridenAnnotationReader.checkForOrphanProperties - Property org.drools.persistence.info.WorkItemInfo.workitemByteArray not found in class but described in <mapping-file/> (possible typo error)
8187 25/07 16:08:44,217[main] WARN annotations.reflection.EJB3OverridenAnnotationReader.checkForOrphanProperties - Property org.drools.persistence.info.WorkItemInfo.env not found in class but described in <mapping-file/> (possible typo error)
{noformat}
This is a warning message because the ORM framework (hibernate, in this case) wants getter/setter methods for some private fields. However, this is _only_ a warning. The functionality works fine.
> Enable the Use of Different Table Names in drools-persistence-jpa
> -----------------------------------------------------------------
>
> Key: JBRULES-3318
> URL: https://issues.jboss.org/browse/JBRULES-3318
> Project: Drools
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Jim Tyrrell
> Assignee: Marco Rietveld
> Fix For: 5.3.2.Final
>
> Attachments: persistence.xml, rename-tables-orm.xml
>
>
> Customer is noticing a few table names that they would like to change out, ie use different ones. They also would like the table structure to match the naming conventions their organization employes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months