Hello again:
(JBoss Documentation, Chapter 7 "Writing Message Driven Bean")
After deploying de MDB.class + META-INF i've began to
write the 'Main.java' application in order to send a stuff
to my bean.
The problem arrives when compiling this file, i get the following:
Main.java:9: cannot resolve symbol
symbol: variable TOPIC_FACTORY
location: class Main
TopicConnectionFactory topicFactory = (TopicConnectionFactory) context.lookup(TOPIC_FACTORY)
^
1 error
what is 'TOPIC_FACTORY'?
should this variable be declared anywhere?
Thanks in advance!
Regards:
_____________________________________________
Jaume Soriano Sivera <[EMAIL PROTECTED]>
_____________________________________________
