[
https://issues.jboss.org/browse/JBIDE-18128?page=com.atlassian.jira.plugi...
]
fede pia commented on JBIDE-18128:
----------------------------------
[~rob.stryker] I have created a little proof-of-concept as you asked me with maven config,
aspect weaving, etc. That could show the issue but I'm not sure if it is the exact
issue on my project.
For this POC my web.xml is using schema web-app_2_5.xsd and my Eclipse complains about it
saying:
"Cannot change version of project facet Dynamic Web Module to 2.5."
Using above schema you can reproduce the ClassNotFoundException issue. But if I solve
above error and change the web.xml version to web-app_3_0.xsd, the issue goes away.
On the other hand, I've tried to change the web.xml version to 3.0 and applied the
same logic to my current project (not the poc) and changing the schema to 3.0 doesn't
fix this problem, so that's why I think this is not the exact issue.
I can send you the poc to the email you point me, so you can take a look.
Jboss Eclipse Luna plugin doesn't deploy all .class
---------------------------------------------------
Key: JBIDE-18128
URL:
https://issues.jboss.org/browse/JBIDE-18128
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta3
Reporter: fede pia
Assignee: Rob Stryker
Priority: Blocker
The problem I'm facing is that when I run/debug my aplication from Server view in
Eclipse the jboss plugin doesn't deploy all the .class files, thus I get
ClassNotFoundException.
I've tried cleaning the project, cleaning jboss, remove temporaries but nothing
works. The not found classes are random.
For Eclipse 4.3 everything works fine, although this issue usually happens but I can
solve it with a Project -> Clean
As a context, I've installed Eclipse Luna (also tried STS 3.6) and added Jboss Tools
plugin 4.2.0 Beta 3 (I've installed only Jboss AS component). The jboss servers I
tested were JBoss 7.1 and Wildfly 8.1.
I also tried building the war outside Eclipse and deployed manually to JBoss and
everything works fine.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)