Hi Takashi,

so I have this declaration for my ids

  @PrimaryKey

  @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)

  @Extension(vendorName="datanucleus", key="gae.encoded-pk", value="true")

  private String id;


is that no longer supported? I wouldn't migrate if I knew this ! My
application is useless at this time.



On Fri, Aug 24, 2012 at 4:57 PM, Takashi Matsuo <[email protected]> wrote:

>
> I think you're using a serialized form of old keys on the old apps. You
> need to convert those keys by yourself.
>
> Here is an example:
>
> http://stackoverflow.com/questions/9760205/migration-to-hrd-how-to-convert-string-encoded-keys-to-new-application
>
> -- Takashi
>
>
> On Sat, Aug 25, 2012 at 1:44 AM, Alejandro Diego Garin 
> <[email protected]>wrote:
>
>> Hi,
>>
>> Anyone could help with this? I just finished the migration I see this
>> error in the logs.
>>
>>
>> unexpected exception: javax.jdo.JDOFatalUserException: Illegal argument
>> NestedThrowables:
>> java.lang.IllegalArgumentException: app s~jardincitosonline-hrd cannot 
>> access app jardincitosonline's data
>>
>>
>> Thanks.
>> Alejandro.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/google-appengine/-/LCDKuH30Mz8J.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>
>
> --
> Takashi Matsuo | Developers Advocate | [email protected]
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to