Hi,

I guess the problem is that this class is loaded when trying to create the
fulltext index. I moved the referenced method "escapeMetaDataPattern" now
to StringUtils, could you verify this fixed the problem? You would need to
download the latest source code and compile H2 yourself however.

Regards,
Thomas



On Sat, Mar 9, 2013 at 5:57 AM, Zach <[email protected]> wrote:

> I'm getting the following error on Android:
>
> Could not find class 'javax.naming.Context', referenced form method
> org.h2.util.JdbcUtils.getConnection
>
> This happens when I try to run FT_CREATE_INDEX to make an index for an
> existing table. I know Android doesn't have the javax.naming.* namespace,
> so how do I avoid touching anything that uses it?
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/h2-database?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to