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

Rajesh Rajasekaran (JIRA) jira-events at lists.jboss.org
Mon Mar 5 14:31:11 EST 2007


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


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