I'm having the same issue using Sun Java System Application Server 9.1 (build b58g-fcs).
@Stateless()
@WebService()
public class OutboundService {
@Resource(mappedName = "jms/ConnectionFactory")
private static ConnectionFactory lsrConFactory;
@Resource(mappedName = "jms/Topic")
private static Topic topic;
}
--> From admin page
JNDI Name Enabled Description
jms/ConnectionFactory true Generic Connection Factory
jms/Topic true javax.jms.Topic Outbound Topic
[Message sent by forum member 'dokujaryu' (dokujaryu)]
http://forums.java.net/jive/thread.jspa?messageID=238275