Seam with Demetra (Cannot resolve EJB *) in ejb-jar.xml
I'm playing with Demetra with a Seam app that I'm developing and I'm getting an error in my ejb-jar.xml when I try to build my project. The error is: "Error: (8,23) Cannot resolve EJB *"
This is my ejb-jar.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
version="3.0">
<assembly-descriptor>
<interceptor-binding>
<ejb-name>*</ejb-name>
<interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
</interceptor-binding>
</assembly-descriptor>
</ejb-jar>
Is there a way I can have the Demetra ignore this error, or is there something wrong with my ejb-jar.xml?
Please sign in to leave a comment.
Please file a JIRA request
"Caleb Land" <no_reply@jetbrains.com> wrote in message
news:10295517.1153102397108.JavaMail.itn@is.intellij.net...
>
>
>
>
>
>
>
>
>
>