[Messaging, JMS & JBossMQ] - How to setup jndi.properties for JMS durable topics?
by thoste
I want to implement and run the JMS durable topic example from web page
http://www.ubookcase.com/book/Sams/JBoss.4.0.The.Official.Guide/067232648...
Listing 6.5
It seems to me that there is the jndi.properties file required to run this xample as well. What should I put into this jndi.properties file ?
When I try to run the SubscriberClient I get an error (See bottom):
Or are there any other config files which I have to setup for a durable topic JMS sample ?
Thomas
Begin TopicRecvClient, now=1179157312437
Begin recvSync
Exception in thread "main" javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:325)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at ptest.jms.topic_sendrecvsplit.SubscriberClient.setupPubSub(SubscriberClient.java:33)
at ptest.jms.topic_sendrecvsplit.SubscriberClient.recvSync(SubscriberClient.java:46)
at ptest.jms.topic_sendrecvsplit.SubscriberClient.main(SubscriberClient.java:71)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045536#4045536
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045536
19 years, 1 month
[JBoss jBPM] - Building and using the Graphical Designer from Source
by Alaak
Hello
I am really new to eclipse Plugin Development and jBPM. I want to extend the Graphical Process Designer from the sources. So I got them by CVS like it ist explained in the corresponding wiki article.
I checked out jbpm.3 from the CVS HEAD and now I need to build the process designer from the sources to add my own extensions. I read how to do this in the Eclipse Platform Plugin Guide. In this Guide they clicked on the plugin.xml File and wrote there which Extension goes to which Extension Point. Well that sounds easy but in the jbpm-gpd sources there are so many plugin.xml files. I do not know why they are there and which one is the right to get the Process Designer testet.
I tried the one from org.jbpm.gd.jpdl.ui and added the HelloWorld View from the Eclipse Simple Plugin Tutorial to that file. But I was not able to chose it, when I started a new Eclipse from the link on the Overview tab provided by the Plugin Perspective.
Can anyone give me an explanation on how I can build the designer and test this freshly built version?
Thank you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045529#4045529
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045529
19 years, 1 month
[JBoss Seam] - Embedded EJB
by thierry.rietsch
Hi all
We are using the JBoss Seam framework for a project at our university. Unfortunately no one of the project members has used Seam before and therefor we have some problems understanding the architecture of a JBoss Seam project. We have created such a project with the seam-gen tool and now the first question is: "Does a JBoss Seam project needs to run as an embedded ejb application when we are going to deploy it under a JBoss server?".
I tried to deploy the project without this embedded ejb stuff but it looks like it has problems to connect to the database. Is there somewhere a tutorial how to run an application without the embedded ejb stuff?
Thanks a lot for any replies,
Thierry
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045527#4045527
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045527
19 years, 1 month