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

Cannot open package in a particular project #3426

Closed
ghost opened this issue Dec 19, 2016 · 1 comment
Closed

Cannot open package in a particular project #3426

ghost opened this issue Dec 19, 2016 · 1 comment
Assignees
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Milestone

Comments

@ghost
Copy link

ghost commented Dec 19, 2016

Create a project with the following structure:

memberidlookup/
├── api-metadata.properties
├── config.json
├── docs
│   ├── activating-logging.md
│   ├── add-apigee-edge-env.md
│   ├── apigee-apiproxy-bundle.md
│   ├── apigee-edge-config-json.md
│   ├── Configuring-dockerfile.md
│   ├── configuring-proxy.md
│   └── ssl-import.md
├── edge.json
├── pom.xml
├── src
│   ├── gateway
│   │   └── apiproxy
│   │       ├── memberidlookup.xml
│   │       ├── policies
│   │       │   └── assign-x-variable.xml
│   │       ├── proxies
│   │       │   └── default.xml
│   │       └── targets
│   │           └── default.xml
│   ├── main
│   │   ├── java
│   │   │   └── com
│   │   │       └── hzn
│   │   │           └── api
│   │   │               └── member
│   │   │                   └── memberidlookup
│   │   │                       ├── Application.java
│   │   │                       ├── config
│   │   │                       │   └── ApplicationConfig.java
│   │   │                       ├── controller
│   │   │                       │   └── MemberIdLookupRestController.java
│   │   │                       ├── model
│   │   │                       │   ├── ErrorDetail.java
│   │   │                       │   ├── Fault.java
│   │   │                       │   ├── Identity.java
│   │   │                       │   ├── MemberIdLookupReq.java
│   │   │                       │   ├── MemberIdLookupRes.java
│   │   │                       │   ├── MemberIdLookupResMemberIdLookupRes.java
│   │   │                       │   ├── Member.java
│   │   │                       │   ├── Response.java
│   │   │                       │   ├── Subscriber.java
│   │   │                       │   └── ValidationErrorDetail.java
│   │   │                       ├── repository
│   │   │                       │   ├── MemberIdLookupMongoRepository.java
│   │   │                       │   ├── MemberIdLookupRepositoryImpl.java
│   │   │                       │   └── MemberIdLookupRepository.java
│   │   │                       ├── service
│   │   │                       │   ├── MemberIdLookupServiceImpl.java
│   │   │                       │   └── MemberIdLookupService.java
│   │   │                       └── utility
│   │   │                           └── MemberIdLookupUtility.java
│   │   └── resources
│   │       ├── application.yml
│   │       ├── bootstrap.yml
│   │       └── docker
│   │           ├── default.env
│   │           ├── docker-compose.yml
│   │           ├── Dockerfile
│   │           └── ssl
│   │               ├── HorizonCA.cer
│   │               └── placeholder.txt
│   └── templates
│       └── apiproxy
│           ├── config.json
│           ├── edge.json
│           ├── proxies
│           │   └── default.xml
│           └── targets
│               └── default.xml
└── swagger.json

Navigate to src/main/java and try to expand package structure. It fails since the server returns the wrong path for project resources.

@ghost ghost added the kind/bug Outline of a bug - must adhere to the bug report template. label Dec 19, 2016
@ghost
Copy link
Author

ghost commented Dec 19, 2016

Can be reproduced with https://github.com/eivantsov/memberidlookup

Just import the project, set it as blank, and expand project structure. Stuck at /member.

Blocker for bcbs

@ghost ghost added the severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. label Dec 19, 2016
@TylerJewell TylerJewell added this to the 5.0.0-M9 milestone Dec 19, 2016
@svor svor self-assigned this Dec 20, 2016
@svor svor closed this as completed Dec 20, 2016
@bmicklea bmicklea mentioned this issue Jan 13, 2017
70 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Projects
None yet
Development

No branches or pull requests

2 participants