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

Request for EAP 8.0.z.GA support #725

Closed
nagetsum opened this issue Apr 17, 2024 · 1 comment
Closed

Request for EAP 8.0.z.GA support #725

nagetsum opened this issue Apr 17, 2024 · 1 comment

Comments

@nagetsum
Copy link

Environment:

  • Visual Studio Code 1.88.1
  • Server Connector v0.26.15

Issue:
Unable to add JBoss EAP 8.0.0.GA to Red Hat Server Connector.

Steps to reproduce:

  1. extract jboss-eap-8.0.0.zip to ~/
  2. select Create New Server...
    1_steps-to-reproduce
  3. Choose "No, use server on disk"
    2_steps-to-reproduce
  4. Select ~/jboss-eap-8.0
  5. We can see "could not detect any server at /home/nagetsum/jboss-eap-8.0!
    3_steps-to-reproduce

Just my observation:

  • It works with jboss-eap-8.0.0.Beta.zip
  • It looks that rsp-server loads JBOSS_HOME/modules/system/layers/base/org/jboss/as/product/eap/dir/META-INF/MANIFEST.MF to determine the specified server version in ServerBeanTypeWildflyPlus.java
  • Due to WFLY-18578 and JBEAP-26314, module layout of org.jboss.as.product module has been changed then MANIFEST.MF has not put in the module dir. Just my guessing, installation directory of 8.0.0.GA is not identified due to WFLY-18578 and JBEAP-26314.
$ tree jboss-eap-8.0/modules/system/layers/base/org/jboss/as/product
jboss-eap-8.0/modules/system/layers/base/org/jboss/as/product
└── main
    ├── module.xml
    └── wildfly-ee-feature-pack-product-conf-8.0.0.GA-redhat-00011.jar

1 directory, 2 files

Sorry, I'm new to vscode plugin code and not sure how to fix it. It would be very helpful to be able to work with JBoss EAP 8.0.z.GA. We have related a plan for EAP documentation in EAP7-2187.

@robstryker
Copy link
Collaborator

I'll look into this. Thanks.

robstryker added a commit to robstryker/rsp-server that referenced this issue Apr 17, 2024
Signed-off-by: Rob Stryker <rob@oxbeef.net>
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

2 participants