[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-1000) Pojocache tutorial not working

Manik Surtani (JIRA) jira-events at lists.jboss.org
Thu Mar 15 10:45:32 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBCACHE-1000?page=all ]

Manik Surtani updated JBCACHE-1000:
-----------------------------------

    Fix Version/s: 2.0.0.CR1
                       (was: 2.0.0.BETA2)

> Pojocache tutorial not working
> ------------------------------
>
>                 Key: JBCACHE-1000
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-1000
>             Project: JBoss Cache
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: PojoCache
>            Reporter: Rajesh Rajasekaran
>         Assigned To: Jason T. Greene
>             Fix For: 2.0.0.CR1
>
>
> sourceRelative("pojocache.bsh"); loads the cache GUI with the default contents from the script.
> Trying the set/get methods does not update the GUI.
> bsh % joe.getAddress().setCity("Taipei");
> bsh % ArrayList lang = new ArrayList();
> bsh % lang.add("Ensligh");
> bsh % lang.add("Mandarin");
> bsh % joe.setLanguages(lang);
> Similar case with pojocacheWithTx.bsh. The cache GUI does not get updated.
> tx.begin();
> addr.setZip(95131);
> tx.commit();
> I tried the tutorials from JBossCache-pojo-2.0.0.BETA1.zip

-- 
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

        



More information about the jboss-jira mailing list