Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
JBSEAM-5056 added dependency to TopicConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Aug 27, 2013
1 parent 6696ba9 commit 1c31ee6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
@Scope(ScopeType.EVENT)
@BypassInterceptors
@Name("org.jboss.seam.jms.topicSession")
@Install(precedence=BUILT_IN, genericDependencies=ManagedTopicPublisher.class)
@Install(precedence=BUILT_IN, genericDependencies=ManagedTopicPublisher.class, dependencies = "org.jboss.seam.jms.topicConnection")
public class TopicSession
{

Expand Down

0 comments on commit 1c31ee6

Please sign in to comment.