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
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
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
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
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