]
Alexey Kazakov updated JBIDE-17858:
-----------------------------------
Workaround Description:
1. Add the missing namespaces to the
/chatroom-web/src/main/webapp/WEB-INF/components.xml:
{code}
<?xml version="1.0" encoding="UTF-8"?>
<components
xsi:schemaLocation=
"http://jboss.org/schema/seam/cache
...
{code}
2. Project Setting (for chatroom-ejb project) -> Seam Settings and set chatroom-web as
a Main Seam project
3. Re-build chatroom-ejb and chatroom-web projects
Workaround: Workaround Exists
Can't resolve context variable of a built-in Seam component in
imported Seam project
------------------------------------------------------------------------------------
Key: JBIDE-17858
URL:
https://issues.jboss.org/browse/JBIDE-17858
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven, seam2, upstream
Environment: JBDS 8.0.0.Beta3
Reporter: Ron Šmeral
Assignee: Alexey Kazakov
Fix For: 4.2.0.CR1
Unknown context variable name: "topicPublisher"
ChatRoomAction.java
/chatroom-ejb/src/main/java/org/jboss/seam/example/remoting/chatroom
line 26
Seam Problem