[jboss-user] [JBossWS] - web services samples

2006-10-25 Thread koriel
I tried to run the samples so when I run ant in the samples directory somewhere in the end I get this exception | init: | [echo] jboss.home = /usr/local/jboss-4.0.4.GA/ | [echo] tomcat.home = ${tomcat.home} | [echo] java.home = /usr/lib/jvm/java-1.5.0-sun-1.5.0.06/jre

[jboss-user] [JBoss Seam] - SeamTest and Embedded EJB questions

2006-10-25 Thread jschuetter
Hi there, I have some question concerning integration tests with Seam. 1) I have the impression the MDB configuration is not picked up by EJB bootstrap initiated through SeamTest. On container startup I get an DefaultJMSProvider not bound error If I bootstrap the EJB container myself and

[jboss-user] [JBossWS] - Re: web services samples

2006-10-25 Thread koriel
ok I updated my xerces jars and now I got this error | init: | [echo] jboss.home = /usr/local/jboss-4.0.4.GA/ | [echo] tomcat.home = ${tomcat.home} | [echo] java.home = /usr/lib/jvm/java-1.5.0-sun-1.5.0.06/jre | [echo] node0 = ${env.HOSTNAME} | | |

[jboss-user] [JBoss Portal] - Re: image/png Content type not accepted

2006-10-25 Thread seansullivan
In the Portle 2.0 specification, the portlet class may implement the javax.portlet.ResourceServingPortlet interface anonymous wrote : | public interface ResourceServingPortlet | | The ResourceServingPortlet interface allows serving resources through the portlet. | | The portlet

[jboss-user] [EJB 3.0] - Re: Long Deployment

2006-10-25 Thread jc7442
In \server\default\deploy\ejb3.deployer\META-INF\jboss-service.xml, there is a list of ignored jars. It looks like jars not in the list are scanned. You should bea ble to add your own jar in the list. View the original post :

[jboss-user] [JBossCache] - Re: statistics not refreshing

2006-10-25 Thread [EMAIL PROTECTED]
PojoCache should still have some form of stats though, afterall it is using TreeCache get/put underneath so I am not sure what exactly is going on? Do you have a unit test for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980620#3980620 Reply to the

[jboss-user] [JBoss Portal] - Re: image/png Content type not accepted

2006-10-25 Thread seansullivan
This presentation discusses resource serving portlets in JSR 268: http://www.us.apachecon.com/presentations/FR8/FR8-JSR-286-updated.pdf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980621#3980621 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-25 Thread ctomc
Hello Ovidiu, I have managed to get 1.0.1 running. I had EJB 3 configuration broken, and that effected some other services too. I reinstalled jboss 4.0.5GA from scratch and then installed messaging 1.0.1 and it worked fine. btw, I have messaging running on DB2, if anyone needs configuration

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-25 Thread [EMAIL PROTECTED]
You have misspelled JMX.mbeank (k) You may try also MBeanServerNotificationFilterFactory, if interested in receiving register/unregister notifications for particular mbeans (enable object-name=...) View the original post :

[jboss-user] [JBoss Portal] - Re: custom portlet modes

2006-10-25 Thread [EMAIL PROTECTED]
As per the spec, porlet modes can only be defined by the portal vendor. JBoss Portal could decide to add a specific porlet mode (And all portlets using that special mode would not work in any other portal) but so far we don't. We only support the modes that are part of the specification VIEW,

[jboss-user] [EJB 3.0] - Re: JBoss 4.0.5: inject @EJB into a servlet

2006-10-25 Thread wolfc
No, servlet injection will only work with Tomcat 6. Tomcat 6 will be included with JBoss 5 Beta, which will be available late this quarter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980626#3980626 Reply to the post :

[jboss-user] [JBoss Portal] - Re: jbpm webapp as jportal portlet !!

2006-10-25 Thread [EMAIL PROTECTED]
You should send your patch to Apache, their HttpServletRequest castings are very annoying. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980627#3980627 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980627

[jboss-user] [JBoss Getting Started Documentation] - how to deploy the hellowworld bean in JBOSS-i dont find comp

2006-10-25 Thread singam_19
How to deploy the HellowWorld bean in JBOSS-i dont find complete document please help me - charan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980628#3980628 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980628

[jboss-user] [JBoss Getting Started Documentation] - Re: how to deploy the hellowworld bean in JBOSS-i dont find

2006-10-25 Thread singam_19
This document is completely for the JBOSS- Remote home interface.---SingamGiridharaReddy(TataElxsi)[EMAIL PROTECTED] 1) a)META-INF Ejb-jar.xml Jboss.xml b)Clinet/demo HellowWorldTest c)Ejb/demo HellowWorld HellowWorldBean HellowWorldHome d)JNDI.properties:keep this parellel to your

[jboss-user] [JBoss jBPM] - Re: Has someone managed to build the code from CVS (HEAD)?

2006-10-25 Thread clandestino_bgd
Hi Kukeltje, Koen and all JBPM Community, The reason that I moved this issue into this topic is because the subject of the former one is not appropriate (it is related with my first problem - missing docbook support) and I did not get any solution there. I have spent a lot of time trying to

[jboss-user] [JBoss Seam] - registration example throws exception

2006-10-25 Thread baz
Hello , the registration example throws exception. A patch is filed to the jira. http://jira.jboss.org/jira/browse/JBSEAM-437 2006-10-25 08:55:37,078 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/seam-registration].[jsp]] Servlet.service() for servlet jsp threw

[jboss-user] [EJB 3.0] - Can I reference or inheritance between two jar files?

2006-10-25 Thread joeyli
I have two EJB3 subsystem: Auth system: was packed in auth.jar file and Order system: was packed in order.jar file Now, I have a entity bean that's name is EOlocation, and it was packed in auth.jar: @Entity @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS) public class EOlocation

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossIDE 2.0 deploy application

2006-10-25 Thread SideWinder
I found the link Open launch configuration but a click on it doesn't do anything. What should happen? New window? New view? best regards, dominik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980633#3980633 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-25 Thread [EMAIL PROTECTED]
Of course, your contribution is welcome. Please attach it to this thread. We can even ship it with the release, in the examples section, but for that you need to go through the ordeal of the click-through individual Contributor Agreement :) View the original post :

[jboss-user] [JBossCache] - PojoCache replcation not working

2006-10-25 Thread guava
Hi, I'm on JBossCache 1.4.0.SP1. I'm just testing pojo cache replication between two machines. I wrote a simple test case and a pojo class. I started the test on one machine and put the object into the cache. I then started the second machine and the initial state did get replicated over.

[jboss-user] [Management, JMX/JBoss] - Re: AlarmTable

2006-10-25 Thread [EMAIL PROTECTED]
The same way you would subscribe to any mbean. The emitted notification is of type jboss.alarm.table.update. You could extend the ListenerServiceMBeanSupport baseclass (look in the wiki). The JMXNotificationAppender is itself an MBean, to which the AlarmTable subscribes to get the

[jboss-user] [JBoss jBPM] - Re: Has someone managed to build the code from CVS (HEAD)?

2006-10-25 Thread kukeltje
did you try to disable the building of the gpd in the top build.xml and see if you can build jbpm itself then? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980639#3980639 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBoss Shutdown and long-running MDB

2006-10-25 Thread newbi
Hello, I have the same problem, I need to implement a hook in the shutdown process to not wait for queues to process. Did you find a solution to your problem? rgds, newbi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980640#3980640 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - RMI requests fails when a jboss server is starting

2006-10-25 Thread avandenabeele
When my Jboss server starts, it accepts to serve RMI requests (of an other JBoss server) although my application is not fully deployed, which causes some requests to fail. I will want that the server does not accept these requests as long as the application is not deployed Can you please

[jboss-user] [JBossWS] - please help, webservice client wscompile issue. thx.

2006-10-25 Thread jelda
Hi, I'm gettng following exception when consuming a webservice implemented in jboss. I use, jboss 4.0.4.GA, jbossws. Also used wscompile to generate server client . WS-Server impl works great as wanted. But client throws following exception (on server side). at

[jboss-user] [JBoss jBPM] - Re: Has someone managed to build the code from CVS (HEAD)?

2006-10-25 Thread clandestino_bgd
Hi Kukeltje, first thank you for the answer. Here is the situation: after disabling GPD ant call in main build.xml, everything goes well, or at least I think so:) Here is the trace: http://www.geocities.com/clandestino_bgd/WithoutGPD.txt I have performed a little investigation about missing

[jboss-user] [JBoss Seam] - Re: jboss-4.0.5.GA with portal profile breaks booking exampl

2006-10-25 Thread dajevtic
Hi Gavin! Thank you for your reply! Could you please post once you have resolved this, or at least once you've found the conflicting reason, or should I open a JIRA? Thanks and cheers! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980644#3980644 Reply to the

[jboss-user] [JBoss jBPM] - BPEL extension requirements

2006-10-25 Thread rainstar79
Hi folks, short question: does the jBPM BPEL extension REQUIRE an Application Server (i.e. jBOSS AS)?? Or is there a way to run it only under Tomcat (guess that jBPM runs under tomcat well)? Thanks Rainer View the original post :

[jboss-user] [JBoss Portal] - location URL to redirect to after signout

2006-10-25 Thread tang_2001
Hello, I need to redirect to a given location after having signed out from my jboss portal 2.4 Apparently the UserPortlet allows to redirect to a given location as shown by the following code: public void userLogout(JBossActionRequest req, JBossActionResponse resp) throws IOException |

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-25 Thread mzeijen
Congratulations with the release of the beta. Hopefully I have some time soon to try it out :D. Is the documentation also updated? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980648#3980648 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SeamTest and Embedded EJB questions

2006-10-25 Thread jschuetter
I resolved issue 1) now. I had to copy the content of jboss-jms-beans.xml into jboss-beans.xml so it gets picked up by SeamTest. That means jboss-jms-beans.xml in the Seam embedded-ejb/conf folder is not read on container start-up though. Jens View the original post :

[jboss-user] [JBoss Seam] - Working with 2 EntityManagers

2006-10-25 Thread bluetrade
Hi, I was wondering if anyone had experience in working with 2 Entity Mangers in Seam. Let's say I have a User-Entity that is controlled by one EM (in one DB) and I have the Access Rights in a different DB which is of course then controlled by a different EM, can the EM manage this

[jboss-user] [EJB/JBoss] - Re: TransactionTimeOut issue-urgent

2006-10-25 Thread boobalan_kj
Thanks to your reply we are using SqlServer200 DB.which uses only row only locking policy.I hope this wont cause deadlock exception.I want to control timeout period of each bean.please see my log file.this is the one when JBoss is started. Please see the lines that marked in red color 1)

[jboss-user] [Installation, Configuration Deployment] - Changed ports with partial success

2006-10-25 Thread RomeuFigueira
I'm deploying a JBoss AS 4.0.5 to a development enverionment on HP-UX. Due to some other application using port 8080 I had to change it to 8060. All of this worked out fine, I can access the web console throught the http://ip-address:8060 Problem is that I'm using JBossWS and in that web

[jboss-user] [Beginners Corner] - Question about path

2006-10-25 Thread tomsonxu
I created a web app, which allows users to upload their images, and then can view them. There is a folder named uploadImg in my app used to store the uploaded images. However, every time I hot deploy my ear file under deploy folder, jboss will extract the ear file to tmp/deploy folder with

[jboss-user] [JBossWS] - Re: WS-Eventing - sending notification

2006-10-25 Thread [EMAIL PROTECTED]
I see what you are trying to archieve. The way it is designed, things are kept really simple and nofitifcation producer doesn't have a dependency on web services at all. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980655#3980655 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Working with 2 EntityManagers

2006-10-25 Thread bluetrade
One thing I forgot, I of course tried just leaving out cascading the second entity and doing everything just like I would with a locally managed bean - but as expected in this case I get a ConstraintViolationException, because the foreign key constraint does not hold... so basically, is there a

[jboss-user] [JBossWS] - Re: WS-Eventing and subscription expiration time

2006-10-25 Thread [EMAIL PROTECTED]
Thanks Stefano, i did patch the eventing source acccordingly. This will make it into 1.0.4. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980658#3980658 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980658

[jboss-user] [JBossWS] - Re: WS-Eventing - sending notification

2006-10-25 Thread artem_spector
Yes, it is simple. But is it consistent? Currently my notification producer builds messages which are not validated against the wsdl, and the endpoint accepts the messages without validate them against the wsdl. Moreover, if I'd wish to perform such validation on either side, I have no tools to

[jboss-user] [JBoss jBPM] - Re: Has someone managed to build the code from CVS (HEAD)?

2006-10-25 Thread kukeltje
Is the path to an eclipse install dir correct? See the build.properties file for this. Don't know if it makes a difference but you could give it a try View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980663#3980663 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - How to list all binding

2006-10-25 Thread bluetrade
Hi, how do I list all the bindings of my JBoss application server? I would like to become more familiar with where and how it binds my EJBs - from different war/ear files, - is there a way to list all of them? I tried | InitialContext jndiContext = new InitialContext(); |

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-10-25 Thread dsrkreddy
HI Diwa, I run the ant task as u said now it is taking the buidfile from build.deploy.xml only but it is giving me the same error amoeba had got i mean it is showing me an error messege as 'org.hibernate.exception.JDBCConnectionException: Cannot open connection' so please help me

[jboss-user] [JBossWS] - Re: Problem with Web Service compliant WS-I Basic Profile 1.

2006-10-25 Thread [EMAIL PROTECTED]
You are right, the basic profile recommends not to use these message patterns. Still i don't see a problem with doing it anyway. Especially not from an interop perspective. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980665#3980665 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossIDE 2.0 deploy application

2006-10-25 Thread mwr0707
Here are the steps I used to add the server to the JBoss Server view: 1. From the JBossIDE toolbar dropdown (Decorated ?J?), choose New-New Server. | 2. In the ?New Server? dialog, on the ?Define a New Server? panel, under the JBoss Inc node (Not JBoss), choose ?JBoss AS 4.0? and click

[jboss-user] [JNDI/Naming/Network] - Re: How to list all binding

2006-10-25 Thread JerryGauth
You can see all the bindings by opening the JBoss JMX Console, selecting the JNDIView service, and then invoking the list() method. This will show the bindings for all your war files. You can also examine the source code for this service to see how it locates the bindings. View the original

[jboss-user] [Installation, Configuration Deployment] - Re: java.lang.NoClassDefFoundError: org/jboss/cache/CacheExc

2006-10-25 Thread roeladriaensens
the web.xml contains a distributable element View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980674#3980674 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980674 ___

[jboss-user] [Installation, Configuration Deployment] - Re: java.lang.NoClassDefFoundError: org/jboss/cache/CacheExc

2006-10-25 Thread roeladriaensens
You get this error because the web.xml contains a element which makes the tomcat deployer try to initiate the clustering. If that fails, it will fall back to standard, but it will also log the error + stacktrace. View the original post :

[jboss-user] [JBoss Portal] - Re: header content injection

2006-10-25 Thread ovidiucn
anonymous wrote : You could simply make it a 'hardcoded' reference in the layout's jsp | | Otherwise you'll need to add it the each theme that you are using (it's one line in the theme descriptor for each theme that you'd have to add) This sounds like a good idea. But, again i'll be

[jboss-user] [JBossWS] - Re: please help, webservice client wscompile issue. thx.

2006-10-25 Thread [EMAIL PROTECTED]
I am sorry, but i dont really understand your question: anonymous wrote : | But client throws following exception (on server side). | What client are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980671#3980671 Reply to the post :

[jboss-user] [JBoss Portal] - Re: header content injection

2006-10-25 Thread ovidiucn
anonymous wrote : Look at section 6.1.3.1 in the Reference guide at the header node: http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/xmldescriptors.html#descriptors_portlet Yes, we can inject some header links javascript files using the jboss portlet DDs; but the portlet has to

[jboss-user] [JBossWS] - Re: jws visual b. soapsdk3.0, namespaces. JAXRPCException:

2006-10-25 Thread [EMAIL PROTECTED]
What version of JBossWS are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980669#3980669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980669 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: WS-Eventing - sending notification

2006-10-25 Thread [EMAIL PROTECTED]
No, it is just not implemented ;) Actually the EventDispatcher should validate the message before dispatching. Feel free to open a JIRA feature request so people can volunteer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980670#3980670 Reply to the post :

[jboss-user] [JBoss AOP] - Re: create method of my LocalHome throws undeclaredthrowable

2006-10-25 Thread [EMAIL PROTECTED]
You're in the wrong forum, but it looks like your bean is making reference to javax.xml.bind.Unmarshaller without this class being available anonymous wrote : | Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/Unmarshaller | 12:24:33,734 INFO [STDOUT] at

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossIDE 2.0 deploy application

2006-10-25 Thread SideWinder
I already have a server there. I want to add some system properties to the configuration. But the OPen launch configuration-link doesn't work and doesn't open anything. best regards, sidewinder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980668#3980668

[jboss-user] [JBossCache] - Re: statistics not refreshing

2006-10-25 Thread JerryGauth
The unit tests for statistics are located in org.jboss.cache.mgmt. The MgmtCoreTest class is the one that tests puts, gets, evictions, etc. I've only executed tests against TreeCache, not PojoCache (or TreeCacheAop). AFAIK, there was no discussion of PojoCache when we implemented cache

[jboss-user] [JBoss Portal] - Re: How to show my JSP page in a portlet.

2006-10-25 Thread sreejipnr
Hi According to Peter's reply, I have to modify the source of the portlet to display the app url in the portlet. OK, If I have more than one application, what should I do? Should I deploy as much as iFrame portlet instacne and modify each instance for each URL? Even though its working I feel

[jboss-user] [JBoss Portal] - Re: Is any one can deploy jboss portal with oracle9?

2006-10-25 Thread veebee_s
Did anyone get the solution for this? I am also getting the same error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980681#3980681 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980681

[jboss-user] [JBoss jBPM] - Re: Has someone managed to build the code from CVS (HEAD)?

2006-10-25 Thread clandestino_bgd
Hi Kukeltje, believe me or not, I have solved the problem by removing eclipse folder under JBPM_ROOT manually and started main build again. As far as I concluded, the reason of my pain was that eclipse related libraries were not correctly downloaded. WTP SDK zip was corrupted and

[jboss-user] [JBoss Portal] - C3PO, Hibernate, and JBoss

2006-10-25 Thread indyJones
I get the following error when trying to create a Hibernate Session factory... anonymous wrote : | 08:48:18,453 INFO [C3P0Registry] jdk1.5 management interfaces unavailable... JMX support disabled. | java.lang.ClassNotFoundException: No ClassLoaders found for:

[jboss-user] [JBoss Portal] - internationalization

2006-10-25 Thread spadassin
Hello, I am new in the development of JBoss Portal and I have problems with internationalization. I did not find much documentation, I wanted to know if some had an internationalized example of portlet? Thank you. View the original post :

[jboss-user] [Installation, Configuration Deployment] - 4.05GA struts1.2+crimson problem

2006-10-25 Thread lameboy
there is a part of the erro msg! INFO [TomcatDeployer] deploy, ctxPath=/test, warUrl=.../deploy/test.war/ ERROR [Digester] Digester.getParser: org.xml.sax.SAXNotRecognizedException: Feature: http://apache.org/xml/features/validation/dynamic at

[jboss-user] [JBoss Portal] - Re: How to show my JSP page in a portlet.

2006-10-25 Thread spadassin
mmontoni wrote : Hi, | | you need a .jsp page that you want to display and whithin your portlet in your .java class you can do the following: | | | protected void doView(RenderRequest rRequest, RenderResponse rResponse) throws PortletException, IOException, UnavailableException |

[jboss-user] [JBoss Getting Started Documentation] - Can't get EJBTrailblazer to Work No Matter What I do

2006-10-25 Thread [EMAIL PROTECTED]
I have installed the lates JBoss several times. jboss-4.0.4.GA If I select the EJB3 installation option then I get errors when deploying the Trailblazer EAR file. 2006-10-25 08:38:12,402 WARN [org.jboss.system.ServiceController] Problem starting service

[jboss-user] [Beginners Corner] - Re: Classloader issue: deployment at runtime

2006-10-25 Thread editha
Well, it was a bit late when I wrote my posting yesterday. What I actually mean is, I need to run this war file with my own custom CLASSLOADER. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980692#3980692 Reply to the post :

[jboss-user] [JBoss AOP] - JBoss AOP- Compile vs LoadTime vs Hotswap

2006-10-25 Thread Giordacchio++
Hi, I'm a newbie about Jboss AOP and I've read both the User Guide and the Reference Guide to JBoss AOP but there's something that I've not yet understood. It's not enough clear for me the pratical difference between: -Compile Time weaving -Load Time weaving -Hot Swapping When I should use

[jboss-user] [EJB 3.0] - Re: Long Deployment

2006-10-25 Thread wconroy
That is what I thought was supposed to happen, but dom4j.ja is listed. Am I supposed to list my ejb jars there? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980694#3980694 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-25 Thread java123
I have corrected the spelling mistake and still getting notifications from JMImplementation:type=MBeanServerDelegate with type = JMX.mbean.registered. I also tried with filter: filter factory=NotificationFilterSupportFactory | enable type=JMX.mbean.registered/ |

[jboss-user] [Management, JMX/JBoss] - classloader issue: deployment at runtime

2006-10-25 Thread editha
with RMI and the MainDeplyoer I deploy a war file in jboss: RMIAdaptor server = (RMIAdaptor)jndiContext.lookup(jmx/rmi/RMIAdaptor); javax.management.ObjectName name = new javax.management.ObjectName(jboss.system:service=MainDeployer); server.invoke(name,deploy,new Object[]{deployurl},new

[jboss-user] [EJB 3.0] - Looking for low test tool for EJB3 components

2006-10-25 Thread adik
Hi all I'm looking for some open source tool for testing EJB3 components. tool that will run more than 1000 threads for load checking Does anyone knows about such one? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980697#3980697 Reply to the post

[jboss-user] [JBossWS] - WS STRING[] ERROR: could not find deserializer for type Stri

2006-10-25 Thread rudyto
The deploy process on JBoss 4.0.5 is running OK, but when I invoke my webservice method from my WSDII client, it retrieves this error message: org.jboss.axis.AxisFault: Deserializing parameter 'result': could not find deserializer for type {http://mypackage/types}String.Array My interface

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-10-25 Thread johnurban
Thanks petemuir. I think you've got me on the right track now. Getting that old null exception again. I've debuged the code and I have exactly 3 rooms in my lists. The count says 3. | 08:03:31,281 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception |

[jboss-user] [EJB 3.0] - Re: Looking for low test tool for EJB3 components

2006-10-25 Thread jc7442
I've tried JMeter+JUnit. I wrote a simple test case with JUnit and then I use JMeter to simulate threads. Last release of JMeter is able to run JUnit test case View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980702#3980702 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Long Deployment

2006-10-25 Thread jc7442
Yes I think so. I use embedded JBoss or my tests. To be able to start quickly embedded container, I do not perform the automatic scan, and I deploy manually my EJB3. That makes the container faster to run. (listing ignored jars was boring to implement and I risk to miss some of he jars). I've

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-10-25 Thread petemuir
I'm still concerned about personEditor having a SESSION scope [1]. I would suggest trying a really simple stateless session bean that just returns all the rooms in your data: ... | @SelectItems(label=description) | ListRoom allRooms; | | @Factory(allRooms) | void getRoomList() { |

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-25 Thread java123
But still getting the notifications Isn't that supposed to filter the notifications? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980708#3980708 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980708

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-25 Thread [EMAIL PROTECTED]
Correct View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980706#3980706 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980706 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Seam in Eclipse: Library problems

2006-10-25 Thread cupdike
Call me old-fashioned, but when I go to build a project, I expect it to build without errors, and don't like the thought of ripping stuff out of it to get it to work. After all, JBoss is all about professionalopen source. Climbing down off my soapbox now... I, of course, reserve the right to

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-25 Thread [EMAIL PROTECTED]
You have understood wrong. The filter specifies which notifications to allow, not which to discart. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980710#3980710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980710

[jboss-user] [JBoss Seam] - Re: Seam in Eclipse: Library problems

2006-10-25 Thread petemuir
I would suggest using a stable released version e.g. 1.0.1.GA if you want something that 'just works'. If you want something a bit more cutting edge you could try using 1.1.BETA1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980711#3980711 Reply to the post

[jboss-user] [Messaging, JMS JBossMQ] - Re: [4.0.3SP1] NPE in BasicQueue.setupMessageAcknowledgement

2006-10-25 Thread joergvf
genman wrote : One thing to check is if the message cache is being used. There is an MBean with cache hits and misses. Miss would mean it's loading messages from the DB. I looked at the MessageCache MBean and it shows 29083 cache misses. Now when exactly is a message deleted from the DB? Why

[jboss-user] [JBoss Portal] - Is JBoss Portal ready for prime enterprise use?

2006-10-25 Thread walbar
We are evaluating open source portals and CMSs to implement a high traffic web enterprise system. We have already checked Liferay, Alfresco and others. We would like to have your feedback in the following topics. - Can a development be started with JBoss Portal 2.6 in its current state? What

[jboss-user] [JBoss Seam] - Re: Seam in Eclipse: Library problems

2006-10-25 Thread cupdike
There's a difference between expecting a project to just work and expecting it to just build. I don't always expect the head to have completely working functionality--but I do expect it to at least build properly. Certainly there can be short term gaffs, but they should be promptly repaired.

[jboss-user] [JCA/JBoss] - JCA Adapter ClassCastException

2006-10-25 Thread mickey.mouse
Hello, I'm writing a JBoss JCA Adapter, and I have a strange ClassCastException in the client EJB code. Here's the situation (in the EJB) 1. Look up JCA Connection via JNDI - OK. Object returned is a ConnectionFactory (store as connFact) 2. Examine ConnectionFactory in debugger

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-25 Thread chuckadams
Check out the contactlist example, which uses the framework. It's also in the documentation. From what I can see, It's basically Generic DAO components, though I'm also curious what else might come under the umbrella of the framework. I've been using it to build an internal app for my

[jboss-user] [JCA/JBoss] - Re: JCA Adapter ClassCastException

2006-10-25 Thread [EMAIL PROTECTED]
Make sure your connection factory implementation implements javax.Referenceable and java.io.Serializable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980718#3980718 Reply to the post :

[jboss-user] [JBoss Messaging] - InvokerLocator already exists for listener

2006-10-25 Thread dunks80
Does anyone know what this stack trace is about? I'm looping through a list of items and sending each item in the list off to a queue that has an MDB listening on it. I get maybe half way through the list and then this exception occurs. The code worked fine with JbossMQ but when I switched to

[jboss-user] [EJB 3.0] - Re: Looking for low test tool for EJB3 components

2006-10-25 Thread tterm
http://grinder.sourceforge.net/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980720#3980720 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980720 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Looking for low test tool for EJB3 components

2006-10-25 Thread [EMAIL PROTECTED]
As tterm said, the Grinder is usually your best bet. The Jython scripting engine really allows you to test *anything*. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980722#3980722 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: InvokerLocator already exists for listener

2006-10-25 Thread dunks80
Sorry I should add that I'm using JBoss 4.0.5.GA and JBoss Messaging 1.0.1.GA Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980721#3980721 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980721

[jboss-user] [JBoss Portal] - How apply role policy in portlet?

2006-10-25 Thread manui
Hi JBoss world, I'm trying to apply a role policy in a portlet deployed in JBoss Portal v. 2.4. I want to restrict the access to my portlet depending of the role of the authenticated user (using the portal capabilities) I can access to user information by using Map userInfo = (Map)

[jboss-user] [JBoss Seam] - Re: Seam in Eclipse: Library problems

2006-10-25 Thread chuckadams
It builds fine -- just not on eclipse. I don't think the eclipse project file gets updated as often, since when I import the project, it still has dependencies on old library versions (myfaces-1.1.3 instead of 1.1.4, jbpm-3.1.1 instead of 3.1.2, etc). Blame eclipse for not supporting wildcard

[jboss-user] [Installation, Configuration Deployment] - Re: java.lang.NoClassDefFoundError: org/jboss/cache/CacheExc

2006-10-25 Thread vignesh76
That's right. It was due to distributable. I had figured it out. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980726#3980726 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980726

[jboss-user] [JBoss Portal] - Apply a role policy access to a portlet

2006-10-25 Thread manui
Hi JBoss world, I'm trying to apply a role policy in a portlet deployed in JBoss Portal v. 2.4. I want to restrict the access to my portlet depending of the role of the authenticated user (using the portal capabilities) I can access to user information by using Map userInfo = (Map)

[jboss-user] [JBoss Portal] - Re: Apply a role policy access to a portlet

2006-10-25 Thread [EMAIL PROTECTED]
Manui- Are your roles specified in the portlet.xml and correspondingly available in the roles table in the portal. Can u post your portlet.xml and jboss-portlet.xml as well. Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980727#3980727 Reply

[jboss-user] [Messaging, JMS JBossMQ] - Re: [4.0.3SP1] NPE in BasicQueue.setupMessageAcknowledgement

2006-10-25 Thread joergvf
joergvf wrote : genman wrote : One thing to check is if the message cache is being used. There is an MBean with cache hits and misses. Miss would mean it's loading messages from the DB. | I looked at the MessageCache MBean and it shows 29083 cache misses. Now when exactly is a message deleted

[jboss-user] [Beginners Corner] - HELP! WITH JBOSS FORUMS.

2006-10-25 Thread Valandir
I HAVE DOWNLOADED THE JBOSS FORUMS AND I DON'T KNOW HOW TO INSTALL IT. THERE IS A FOLDER CALLED PORTAL-FORUMS.EAR THAT HAS INSIDE IT THREE FOLDERS AND A .JAR FILE. THE FOLDERS ARE NAMED PORTAL-FORUM.WAR , PORTAL-FORUM-SAR AND THE .JAR FILE IS NAMED portal-forums-lib.jar. View the original

[jboss-user] [JBoss jBPM] - jbpm engine as a jar

2006-10-25 Thread chutki
Dear all, I am very young child to JBPM I want to run JBPM into our application for that iam planing to jar the complete engine and run the engine(jar) through a class so for running jbpm engine (only the engine ) is it possible like that .. if it .. what are all the things i need

[jboss-user] [Messaging, JMS JBossMQ] - Re: maxPoolSize and 4.0.5

2006-10-25 Thread klaus_erber
Hello, same problem here since 4.0.5.GA. We have configured @ActivationConfigProperty(propertyName=maxPoolSize, propertyValue=1) because we need a singleton MDB. What is the right way to solve such issues? There is no property 'maxPoolSize' in the class JmsActivationSpec in 4.0.5.GA

[jboss-user] [JBoss jBPM] - Re: Has someone managed to build the code from CVS (HEAD)?

2006-10-25 Thread kukeltje
great that it works and thanks for reporting back View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980734#3980734 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980734 ___

[jboss-user] [Clustering/JBoss] - Service locator in clustered JBOSS

2006-10-25 Thread arunachalam80
Hi, How do i construct my Service Locator if the application is deployed in more than one cluster? Lets say, I've two cluster partition PartA and PartB Each has 5 nodes. PartA hosts my one component of the application and PartB hosts the other part of the application. what's the best

  1   2   3   >