History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-22673
Type: Sub-task Sub-task
Status: Open Open
Priority: Major Major
Assignee: Alexey Kudravtsev
Reporter: Dmitry Avdeev
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development
SpringModel inspection reports various problems which are not problems (IDEADEV-22670)

Wrong package reference

Created: 17 Oct 07 15:29   Updated: 19 Oct 07 14:14
Component/s: J2EE.Spring
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
aop:config>
<aop:pointcut id="txOperation"
expression="execution(* gsa.rascal.server.service.impl.DelegatingPersistenceService.*(..))"/>
<aop:advisor advice-ref="txAdvice" pointcut-ref="txOperation"/>
</aop:config>

<aop:config>
<aop:pointcut id="txOperation2"
expression="execution(* gsa.rascal.server.service.impl.WaveAmendmentServiceImpl.amendMarketOrderFillPrices(..))"/>
<aop:advisor advice-ref="txAdvice" pointcut-ref="txOperation2"/>
</aop:config>

<aop:config>
<aop:pointcut id="txOperation3"
expression="execution(* gsa.rascal.server.service.impl.WaveAnalyticsServiceImpl.assignWaveFill(..))"/>
<aop:advisor advice-ref="txAdvice" pointcut-ref="txOperation3"/>
</aop:config>



 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 19 Oct 07 14:05
Peter, this sound similar to IDEADEV-21615 (which is marked fixed but still manifests itself from time to time).

When using the testcase from IDEA-15832, and having two or more projects open at the same time, you should have a good chance at reproducing it.