Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runing in java application well but connector of Keystone is always null when using in android #141

Open
iou90 opened this issue Apr 17, 2014 · 0 comments

Comments

@iou90
Copy link

iou90 commented Apr 17, 2014

the code:
Keystone keystone = new Keystone("http://10.10.10:5000/v2.0");

it works well in my java application but not in a android one.

Variables in Java app:
keystone Keystone (id=21)
connector JaxRs20Connector (id=21)
endpoint "http://10.10.10.249:5000/v2.0" (id=24)
ENDPOINTS EndpointsResource (id=25)
properties Properties (id=30)
ROLES RolesResource (id=32)
SERVICES ServicesResource (id=35)
TENANTS TenantsResource (id=40)
tokenProvider null
TOKENS TokensResource (id=42)
USERS UsersResource (id=44)

in Android:
keystone Keystone (id=831946137712)
connector null
endpoint "http://10.10.10.249:5000/v2.0" (id=831946137768)
ENDPOINTS EndpointsResource (id=831946142536)
properties Properties (id=831946137976)
ROLES RolesResource (id=831946141016)
SERVICES ServicesResource (id=831946141768)
TENANTS TenantsResource (id=831946139512)
tokenProvider null
TOKENS TokensResource (id=831946138760)
USERS UsersResource (id=831946140264)

so I'm so confusing with this. Am I missing something?

@iou90 iou90 changed the title Runing in java application well but using in android and connector of Keystone is always null Runing in java application well but connector of Keystone is always null when using in android Apr 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant