[JBoss-user] [JBoss Portal] - Re: Anyone using ContentPortlet in their own .war?

2005-07-06 Thread doflynn
The ContentPortlet is trying to find the file "testpage.html". I assume that this file does not exist. That is why you are getting the 404 error. Try creating the file using the AdminCMS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883923#3883923 Reply

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Filtering messages (not in MDB)

2004-07-26 Thread doflynn
1) Create a JMS TopicConnecton 2) Create a JMS TopicSession 3) Register a message subscription via TopicSession.createSubscriber(topic, selector, local) **) note the use of the message selector 4) Receive messages using the TopicSubscriber.receive() Note: if you create a durable subscriber, remem

[JBoss-user] [JBoss.NET & SOAP] - Session Management for JMX MBean

2004-07-07 Thread doflynn
I have a JMX MBean that I've exposed operations as web services via xdoclet. Now I need to add some session management to the set of operations. Any suggestions as to how to utilize Apache Axis's session information? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Management, JMX/JBoss] - Re: JMX jars

2004-03-23 Thread doflynn
Try using the "minimal" server configuration. * run -c minimal http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827053#3827053";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827053>Reply to the post

[JBoss-user] [Management, JMX/JBoss] - XMBean via JBoss.net

2004-03-15 Thread doflynn
How do you expose an XMBean as a set of web services via JBoss.net? It is possible to define a MBean to be used with JBoss.net using the steps defined on http://www.jboss.org//developers/guides/jboss.net/xdoclet. However, this does not work for XMBean. The problem seems to be with the Java cl