After upgrade to 6.7 $user.pso stuff not working!

Hey is there something I need to reinstall? After upgrading from 6.5 to 6.7 all the $user.pso stuff stopped working meaning that instead of $user.psoListTools.asList($relresult) running and exicuting, it just prints its line out. Like it has no idea what this is anymore. What is going on?
:confused:

You may need to redeploy the pso toolkit…

I just started looking into that a bit ago, thanks!

I installed the 6.6 PSO toolkit and rebooted the server and things seem better we are going though now and making some noted changes to some of are macros such as:
#set($cobSlotItemsList = $user.psoListTools.asList($relresult))
is now this:
#set($cobSlotItemsList = [])

Is there any documentation on using the PSO toolkit?

     Thanks for the much needed help!

                    :D

I assume you mean other than the apidocs?

Any documentation would be nice we just kind of guess at how to use and what things are for from the little information we get from the tool tip in the template editor.

If you installed the PSOToolkit, there should be javadocs located at:
[RX Server]/Rhythmyx/Docs/Rhythmyx/PSOToolkit/index.html

Some of the documentation might be a little bit sparse, but it is better than nothing!

One other point to note: between 6.5.2 and 6.7, there was also an upgrade to the version of Velocity. This means that some of the syntax is slightly different (in general, the new version is better than the old one).

This has nothing to do with the PSO Toolkit, but it accounts for some of the things you commented on.