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

Key: QB-1324
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: abhinav singh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

how to get names of all child configuration in quickbuild using groovy script

Created: 27/Jul/12 08:33 AM   Updated: 31/Jul/12 11:07 AM
Component/s: None
Affects Version/s: 4.0.14
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: unix


 Description  « Hide
i want to get names of all child configurations under a given parent configuration recursively.
i tried :
1-configuration.getChildren()
2-configuration.getDescendents()
but i am not able to find the result:

i have used it like this-
config = system.getConfiguration("root/testing1");
logger.info(config.getChildren().toString());

but everytime it throws error like :

Caused by: com.pmease.quickbuild.QuickbuildException: org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.pmease.quickbuild.model.Configuration.children, no session or session was closed
        at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:383)
        at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected(AbstractPersistentCollection.java:375)

 All   Comments   Work Log   Change History      Sort Order:
Change by Robin Shen [27/Jul/12 01:03 PM]
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]