hey,
I am working with bandana.
in the documentation of confluence persistence they tell us the path to the xml file.
Where does bamboo store it?
thanks!
Bamboo stores bandana data in db, 'bandana' table.
Thank you for your answer.
So there is no xml between the db and my inputted data? I've read that the data gets converted to a xml via xStream and this xml gets stored in the BANDANA table.
And is there a caching layer in bandana for bamboo?
I am asking because I don't get the stored data back from the database to my plugin and im trying to find out why this is happening.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The data gets serialised into XML and stored into DB, there's no caching layer in between. Do you see your data in DB?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i just can view the .script file. In my bamboo-home directory there are the lines
INSERT INTO BANDANA VALUES(1376259,0,'from','<string></string>')
But
bandanaManager.getValue(PlanAwareBandanaContext.GLOBAL_CONTEXT,FROM, true)
returns null.
After I set Value
bandanaManager.setValue(PlanAwareBandanaContext.GLOBAL_CONTEXT,FROM, from);
and again getValue, the plugin shows me the rigth value.
But there are no changes in the .script file.
And after i restart my pc it also return null.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.