[JBoss JIRA] Created: (JBRULES-1470) Move repository directory under local directory so it's ignored for subversion
by Geoffrey De Smet (JIRA)
Move repository directory under local directory so it's ignored for subversion
------------------------------------------------------------------------------
Key: JBRULES-1470
URL: http://jira.jboss.com/jira/browse/JBRULES-1470
Project: JBoss Drools
Issue Type: Task
Security Level: Public (Everyone can see)
Components: drools-brms
Reporter: Geoffrey De Smet
Assigned To: Michael Neale
Priority: Minor
Fix For: 5.0.0-M1
See mailing list subject "[rules-dev] drools-core/repository in subversion"
Mark Proctor wrote:
> Geoffrey De Smet wrote:
>> Someone checked in drools-core/repository on the trunk,
>> which is a simple mistake to make, because:
>> - it's not ignored (I)
>> - it's not suppose to be added (A)
>> So svn doesn't know what to do with it (?) and ask every time.
>>
>> I don't understand why these maps need to be created in the first place:
>> drools-core/repository
>> drools-solver/repository
>> drools-solver/drools-solver-core/repository
>>
>> It's a BRMS thing, but I am pretty sure drools solver doesn't need that map :) Can't it be moved under target or local so it doesn't bother us anymore?
> They don't and its a mistake, I've requested many times that the build be fixed for this.
>>
>> Thanks :)
>>
>
> _
Geoffrey De Smet wrote:
> Maybe "target" isn't the right spot, as it gets cleaned with a "mvn clean" and you might not want that.
> Nevertheless it should be ignored for svn.
I'd rather have the cause and not the symptom fixed:
>
> But instead of just adding repository to svn:ignore, I 'd recommend putting the repository dir under the dir "local".
> "local" is a dir, which is always part of svn:ignore, and I use it to store many local data that shouldn't be cleaned automatically.
> For example:
Good ideal, I'll leave that to mic to decide what he wants.
>
> local/benchmark_machine:
> benchmark_my_linux_machine
> benchmark_my_windows_machine.exe
> benchmarkinput.ttp
> output.txt
>
> local/data:
> itc2007
> nqueens
> travelingtournament
>
> local/data/itc2007:
> examination
>
> local/data/itc2007/examination:
> examinationSolverBenchmarkResult.xml
> solved
>
> local/data/itc2007/examination/solved:
> exam_comp_set1_score-2.008.515_time47.969.xml
> exam_comp_set2_score-1.000.617_time77.125.xml
> exam_comp_set3_score-20.013.838_time101.750.xml
> exam_comp_set4_score-16.025.911_time4.219.xml
> exam_comp_set5_score-1.006.041_time12.406.xml
> exam_comp_set6_score-7.030.580_time4.438.xml
> exam_comp_set7_score-1.005.456_time96.953.xml
> exam_comp_set8_score-2.009.661_time42.125.xml
>
> With kind regards,
> Geoffrey De Smet
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 9 months
[JBoss JIRA] Created: (JBPORTAL-2184) NPE when when adding event listener
by Prabhat Jha (JIRA)
NPE when when adding event listener
-----------------------------------
Key: JBPORTAL-2184
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2184
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Core
Affects Versions: 2.6.6 Final
Reporter: Prabhat Jha
Assignee: Thomas Heute
Fix For: 2.6.7 Final
-Login as admin
-Click on Properties under Manage Portal
- Choose window_event_listener and hit update
You will see following NPE in server log. I have not verified with 2.7 yet
13:25:06,608 ERROR [EventBroadcasterInterceptor] Error when dispatching pre event org.jboss.portal.api.node.event.WindowNavigationEvent@542356
java.lang.NullPointerException
at org.jboss.portal.core.impl.api.node.PortalNodeEventContextImpl.dispatch(PortalNodeEventContextImpl.java:71)
at org.jboss.portal.core.samples.basic.event.WindowConstraintEventListener.onEvent(WindowConstraintEventListener.java:172)
at org.jboss.portal.core.impl.api.node.PortalNodeEventContextImpl.dispatch(PortalNodeEventContextImpl.java:89)
at org.jboss.portal.core.impl.api.node.PortalNodeEventContextImpl.dispatch(PortalNodeEventContextImpl.java:104)
at org.jboss.portal.core.impl.api.node.PortalNodeEventContextImpl.dispatch(PortalNodeEventContextImpl.java:104)
at org.jboss.portal.core.impl.api.node.PortalNodeEventContextImpl.dispatch(PortalNodeEventContextImpl.java:104)
at org.jboss.portal.core.aspects.controller.node.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:102)
at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor.invoke(PageCustomizerInterceptor.java:134)
at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:78)
at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.aspects.controller.node.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:81)
at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.aspects.controller.ControlInterceptor.invoke(ControlInterceptor.java:56)
at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.aspects.controller.NavigationalStateInterceptor.invoke(NavigationalStateInterceptor.java:42)
at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.controller.ajax.AjaxInterceptor.invoke(AjaxInterceptor.java:56)
at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.aspects.controller.ResourceAcquisitionInterceptor.invoke(ResourceAcquisitionInterceptor.java:50)
at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157)
at org.jboss.portal.core.controller.ControllerContext.execute(ControllerContext.java:134)
at org.jboss.portal.core.controller.Controller.processCommand(Controller.java:235)
at org.jboss.portal.core.controller.Controller.handle(Controller.java:217)
at org.jboss.portal.server.RequestControllerDispatcher.invoke(RequestControllerDispatcher.java:51)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
at org.jboss.portal.core.cms.aspect.IdentityBindingInterceptor.invoke(IdentityBindingInterceptor.java:47)
at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:68)
at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.aspects.server.PortalContextPathInterceptor.invoke(PortalContextPathInterceptor.java:45)
at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:96)
at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:193)
at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.server.aspects.server.SignOutInterceptor.invoke(SignOutInterceptor.java:98)
at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.impl.api.user.UserEventBridgeTriggerInterceptor.invoke(UserEventBridgeTriggerInterceptor.java:65)
at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
at org.jboss.portal.core.aspects.server.IdentityCacheInterceptor.invoke(IdentityCacheInterceptor.java:68)
at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
--
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
17 years, 9 months