Blogs

Portable Maatkit

If you have been using MySQL you must have used Maatkit.

Use php with cygwin ?

If you noticed cygwin, does not come with ports for php. Not a problem Cygwin Ports has a bunch of ports including php.

Access MySQL from another machine on Ubuntu

I you install MySql on Ubuntu, you might have faced issues connecting to the MySql server from another machine.

svn over https client certificate issue

Was checking out our code on ubuntu(jaunty) this weekend and was unable to checkout the code from our svn server. The checkout command kept asking me for the client certificate file.

cygwin unable to remap dll to same address as parent,

  • when you are working with Cygwin, sometimes you would get an error like this
  • "unable to remap some.dll to same address as parent
    someapp 4292 fork: child 3964 - died waiting for dll loading, errno 11"
  • then you would need to run rebaseall.
  • In order to run it, close all you Cygwin windows
  • Execute <cygwin_home>\bin\ash.exe, it would open a new console window
  • execute rebaseall there.

Configure the premitive value of a map in a pojo

If you are working with Maps in a Pojo and if you are using a primitive datatype as the map's values. You can configure it using the @Column definition itself. Is in't that wierd :-)
    @CollectionOfElements
    @org.hibernate.annotations.MapKey(columns = @Column(name = "keyName") })
    @Cache(usage = CacheConcurrencyStrategy.READ_ONLY)
    @JoinTable(name = "map_table", joinColumns = @JoinColumn(name = "key_name_id"))
    @Column(length = 1024)
    public Map<KeyObject, String> getMapObjects() {
        return mapObject;
    }

Trailit - Updated

Updated TrailIt with the new node migration code, lets see how this one performs.

Who's online

There are currently 0 users and 1 guest online.

Who's new

  • rajupmani
  • micmaria_li
  • krishna
  • Saravana Peruma...

Syndicate content