Hi Peter,
sorry if it sound cynycal and i did not want to offend anybody but i was a little in stress because all of that things and all that time spended in vain. Well i have tried a lot of tutorials even the one that you gave me and i was just expecting an answer from someone that had worked with a tutorial and found it useful. Don't get me wrong the tutorials were useful but just for some first little things but the most important they were not right.
and thanks for the zip file yes what i was looking for was in there and very good hidden:)
I have jboss tools 3.1M1 and the last bundled version of jboss portal.
Thanks for the help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241018#4241018
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241018
Hi,
I have gone thru the posts on issues related to serveResource and most of them are quite old.
I am wondering if all the issues are fixed and it works fine now? We are about to start implementing this approach for serving files from portlet instead of the old way of serving them from a servlet.
Any update will be appreciated. Has anyone implemented a successfull and working example even with minor glitches? If it works even with some minor issues I would like to go down on this path rather than going down the old path.
We are using JBoss Portal 2.7.0.
Thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241014#4241014
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241014
Hello,
We 're using JBAS 5.0.0.GA, and we inject a JMS administrative resource (ConnectionFactory) in an ejb session and an ejb service. This works fine.
When we're upgrading to JBAS 5.1.0.GA, only the injection to an ejb session woks and for the ejb service we have a reference to the null object.
Is it a bug ?
| @Service
| @Management(IEJBManagement.class)
| @Remote(IServeurConnexion.class)
| public class ServeurConnexion extends ServeurEJB implements IEJBManagement, IServeurConnexion
| {
| @Resource(mappedName="ConnectionFactory")
| protected TopicConnectionFactory connectionFactory_;
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241008#4241008
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241008