I am working on making it works on GAE/J. But stuck at
<bean id="dataSource" 
class="org.springframework.jdbc.datasource.DriverManagerDataSource">  <property 
name="driverClassName" value="org.vnetcon.blobdb.driver.jdbc.BlobDBDriver" />  
<property name="url" 
value="blobdb|http://localhost:8888/blobdb/ws|username=username|password=password"
 />  <property name="username" value="sa" />  <property name="password" 
value="" /></bean>
And the partial error -
WARNING: Could not obtain connection to query metadatajava.sql.SQLException: 
URL is not in the correct format: 
blobdb|http://localhost:8888/blobdb/ws|username=username|password=password      
 at 
com.google.cloud.sql.jdbc.internal.Exceptions.driverUrlNotInCorrectFormat(Exceptions.java:103)
       at com.google.cloud.sql.jdbc.Driver.connect(Driver.java:47)     at 
com.google.cloud.sql.jdbc.Driver.connect(Driver.java:24)     at 
java.sql.DriverManager.getConnection(DriverManager.java:582) at 
java.sql.DriverManager.getConnection(DriverManager.java:154) at 
org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:173)
I posted the error with GAE forum :)
Will let you know how it goes.
J
Date: Sun, 10 Jul 2011 20:21:13 -0700
From: ml-node+3658631-962999233-250...@n4.nabble.com
To: androidcool...@hotmail.com
Subject: Re: [ANNOUNCE] Wicketopia 0.9 Released...



        Hi James

Great effort mate thanks, Haven't had a look as yet am sure it will be

useful. If you need help with documentation do let us know


Cheers



On Mon, Jul 11, 2011 at 8:51 AM, androidcoolguy

<[hidden email]>wrote:


> Ok after some struggling, I managed to get it work. I noticed that

> Wicketopia

> has a tight coupling with Hibernate, especially -

>

>    <bean id="persistenceProvider"

> class="org.wicketopia.persistence.hibernate.HibernatePersistenceProvider">

>        <property name="sessionFactory" ref="sessionFactory"/>

>    </bean>

>

> And the codes needs sessionFactory to be initialized (not null), in order

> to

> work. That was why I were having NPE.

>

> Is there any plan to support Google App Engine for Java? I can help out if

> you can give me some guidelines.

>

> Thanks for such an awesome framework!

>

> --

> View this message in context:

> http://apache-wicket.1842946.n4.nabble.com/ANNOUNCE-Wicketopia-0-9-Released-tp3418771p3658471.html
> Sent from the Users forum mailing list archive at Nabble.com.

>

> ---------------------------------------------------------------------

> To unsubscribe, e-mail: [hidden email]

> For additional commands, e-mail: [hidden email]

>

>


        
        

        

        
        
                If you reply to this email, your message will be added to the 
discussion below:
                
http://apache-wicket.1842946.n4.nabble.com/ANNOUNCE-Wicketopia-0-9-Released-tp3418771p3658631.html
        
        
                
                To unsubscribe from [ANNOUNCE] Wicketopia 0.9 Released..., 
click here.
        Insert mode                                       

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ANNOUNCE-Wicketopia-0-9-Released-tp3418771p3661170.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to