[jboss-user] Clustering problem : can't access all node in farm deployment

2008-02-22 Thread Subhasis Dasgupta
hi, I am using Jboss 4.02 GA , and I am trying to do farm deployment , but they have some bug when they are pushing the WAR to the cluster I know that . But my problem is that if I deploy my application at node 1 and when I am trying to access the cluster using apache load balancer eventually

[jboss-user] [Management, JMX/JBoss] - Schedulable Problem

2008-02-22 Thread rikibarkiki
Hello friends ! I try to use example from http://www.ubookcase.com/book/Sams/JBoss.4.0.The.Official.Guide/0672326485/ch10lev1sec4.html MBean service ---> Scheduling Tasks I use netbeans 5.5. When i deploy this example to server that just run (4.0.4) it work fine ! but when i restart the serve

[jboss-user] [JBossWS] - Re: Signature is invalid error when the message contains \r

2008-02-22 Thread [EMAIL PROTECTED]
Associated JIRA issue: http://jira.jboss.org/jira/browse/JBWS-2011 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131605#4131605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131605

[jboss-user] [JBossWS] - Re: wsrunclient.sh not working in jbossas 5.0 beta4

2008-02-22 Thread [EMAIL PROTECTED]
Hi PeterJ, try up2date version of JBossWS. I think it was already fixed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131603#4131603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131603 __

[jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev

2008-02-22 Thread [EMAIL PROTECTED]
I've added a new feature to the Remoting 2.4 branch which allows the destruction of a client invoker to be delayed by some number of microseconds. The idea is to pick a delay long enough that the client invoker will still be around to be used by the next invocation on the same server. It could

[jboss-user] [JBoss jBPM] - jboss jbpm developer guide

2008-02-22 Thread minakari
Hi, Is there any developer guide for jboss jbpm ? and so where I could read about jboss jbpm client API? best regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131601#4131601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - jboss gravel

2008-02-22 Thread minakari
hi, I want to know about jboss gravel could any body help me?Is there any manual for it ? thank for your help, best regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131600#4131600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Connection lost b/w jboss and MySQL...>????

2008-02-22 Thread raghav8t2
Hi, I am running JBoss 4.2.0 with MySQl 5.0. I deployed my application and started the jboss server at night and i kept jboss running till the next morning. When i accessed my appliction the next day, the connection is lost between jboss and mysql and i got this error... i am unable to find ou

[jboss-user] [JCA/JBoss] - Re: Can

2008-02-22 Thread vickyk
Another option : You can keep count of NoManagedConnection error in the application code. Finally have a custom MBean which will get this count from the application code and then set the min./max pool size on the JbossManagedConnectionPoolMBean . View the original post : http://www.jboss.com/i

[jboss-user] [JCA/JBoss] - Re: Can

2008-02-22 Thread vickyk
"vola" wrote : Because I am working on self-adaptive system. If too many exceptions are thrown, I hope the system can self-adapt to solve the problem by itself. | Theoritically there can be couple of ways which comes to my mind , but don't do it unless there is not workaround 1) Modify the I

[jboss-user] [JCA/JBoss] - Re: JCA Hot deployment

2008-02-22 Thread vickyk
You seem to be confused , go and read this http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA Make sure that you ask for the Questions which make sense ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131595#4131595 Reply to the post : http://www.jboss.com/i

[jboss-user] [JCA/JBoss] - Re: Upgrading jboss

2008-02-22 Thread vickyk
"gcameo" wrote : | Do i have to include this declaration in the *-ds.xml No you don't need to do that , XSLSubDeployer will do it for you . xml transformation of the -ds.xml and the xsl does create all the required services , you can look for the following entry in the server.log to see the t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Using GET Method

2008-02-22 Thread sirishakr
The Client in inbuilt, we don't have the option to modify in the client. The same request when using in Weblogic then we are getting the responce. Appritiate if anybody has solved this kind of issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131593#4131

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-4.2.2.GA on Win2K3 does not respond to HTTP reques

2008-02-22 Thread ronyjoy
there is a work around modify ur server.xml inside the \jboss-4.2.2.GA\jboss-4.2.2.GA\server\default\deploy\jboss-web.deployer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131592#4131592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Remoting] - Re: Concurrency Issue (ClassCastException) in MicroRemoteCli

2008-02-22 Thread [EMAIL PROTECTED]
I've committed some changes to the Remoting 2.4.0 branch (http://anonsvn.jboss.org/repos/jbossremoting/remoting2/branches/2.x/) which implement a caching mechanism for unmarshallers. The code is somewhat more complex than simply recreating the unmarshaller with each invocation, but it seems to

[jboss-user] [Microcontainer] - Re: Service validation

2008-02-22 Thread [EMAIL PROTECTED]
Ah - I get it! I was confused after all. And in fact, re-reading the lifecycle chapter, you do explain this a bit. OK, this totally makes sense now. Sorry for the dumb questions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131588#4131588 Reply to the p

[jboss-user] [Microcontainer] - Re: Service validation

2008-02-22 Thread alesj
Which three states you have in mind? I'll do a simple explanation of what each state does, or better, what each action corresponding to state does: In install phase: NOT_INSTALLED - initial state PRE_INSTALL - initialize scoped metadata, check for hierarchy of Controllers DESCRIBED - add aop dep

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Issue with the JBoss HelloWorldIPC portlet

2008-02-22 Thread briandehaven
Found the problem. Simple fix in the end. You need to add the Required transaction attribute. The above portlet now spits out the entire deployed PortalNode structure. It should be easy to modify into a breadcrumb and/or sitemap portlet. jboss-portlet.xml | | PageLinkPortlet |

[jboss-user] [JBoss Portal] - Re: Fresh install failing to start

2008-02-22 Thread jimbo762
Thank you very much. that took care of that error. Not sure how i missed that but much appreciated. Jim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131584#4131584 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131

[jboss-user] [JBoss Portal] - Re: Fresh install failing to start

2008-02-22 Thread PeterJ
Here is the key: Exception creating identity: blogs.macsales.com: blogs.macsales.com The app server is trying to resolve that host name (your host's name?), but is not able to. You might need to add this host name to your /etc/hosts file. Also, search for "Exception creating identity" in the f

[jboss-user] [JCA/JBoss] - Re: Can

2008-02-22 Thread vola
Because I am working on self-adaptive system. If too many exceptions are thrown, I hope the system can self-adapt to solve the problem by itself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131581#4131581 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Portal] - Fresh install failing to start

2008-02-22 Thread jimbo762
Fresh install on RHEL 5. Downloaded 2.6.4 from the portal site, no cvs. Have mysql 5.0.22 installed and db created but i'm pretty sure it isnt even getting to that point :-) Here is what i am getting. Any help would be appreciated. JBoss Bootstrap Environment JBOSS_HOME: /var/www/intrane

[jboss-user] [JBoss Messaging] - sending JMS mesage to another cluster fails

2008-02-22 Thread mohali
Using JBoss 4.2.1 with JBoss Messaging 1.3.0.GA We have two clusters with two nodes each (each node of a cluster is on a separate machine). I am trying to send a JMS message (to a topic) from a node in one cluster to nodes in the other cluster. The jms message is sent from an ejb which creates

[jboss-user] [Microcontainer] - Re: Service validation

2008-02-22 Thread [EMAIL PROTECTED]
"alesj" wrote : We have more fine grained states than the usual lifecycles. ;-) | And what you call stop and destroy are respectively start and create on the way 'back', at uninstall. Yeah, I figured out that much. So the lifecycle methods described in http://tinyurl.com/2qlxsq (13.3 of the u

[jboss-user] [Beginners Corner] - Re: JBoss Package Structure and Dependency

2008-02-22 Thread PeterJ
Please do not post the same question in multiple forums. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131576 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131577#4131577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss Package Structure and Dependency

2008-02-22 Thread PeterJ
You can find it in the following files: client/jboss-common.jar client/jbossall-client.jar lib/jboss-common.jar server/xxx/deploy/management/console-mgr.sar/web-console.war/applet.jar There is no central list of what jar contains what class. If you are running in the server, it should have autom

[jboss-user] [Beginners Corner] - JBoss Package Structure and Dependency

2008-02-22 Thread fengbin98
Can anybody tell me where I can find the above information? I am getting Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/util/id/SerialVersion I would like to know which package this and other classes are in. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [Microcontainer] - Re: Service validation

2008-02-22 Thread alesj
"[EMAIL PROTECTED]" wrote : OK, then I think I'm confused - how does the controller state lifecycle relate to the service lifecycle? The service lifecycle seems to define four trasitions - create, start, stop, and destory. But the controller can be in 8 different states. We have more fine grai

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss Package Structure and Dependency

2008-02-22 Thread fengbin98
Can anybody tell me where I can find the above information? I am getting Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/util/id/SerialVersion I would like to know which package this and other classes are in. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [Microcontainer] - Re: Service validation

2008-02-22 Thread [EMAIL PROTECTED]
OK, then I think I'm confused - how does the controller state lifecycle relate to the service lifecycle? The service lifecycle seems to define four trasitions - create, start, stop, and destory. But the controller can be in 8 different states. View the original post : http://www.jboss.com/in

[jboss-user] [JBossWS] - wsrunclient.sh not working in jbossas 5.0 beta4

2008-02-22 Thread PeterJ
There were some changes made to the wsrunclient.sh script between jbossas 5.0 beta3 and beta4, and the new script is incorrect. For example: $ ./wsrunclient.sh -classpath some/class/path my.java.Class agr1 arg2 arg3 Exception in thread "main" java.lang.NoClassDefFoundError: arg3 Apparently, the

[jboss-user] [JBoss Portal] - Re: how to disable dashboard for some portal instances

2008-02-22 Thread swisst
Looking at the header.jsp file here: server\default\deploy\jboss-portal.sar\portal-core.war\WEB-INF\jsp\header It looks like the only check for displaying that link is to see if it is null. It looks like that attribute is set on the request: request.getAttribute("org.jboss.portal.header.DASHB

[jboss-user] [JBossCache] - Re: JBoss cache + Mobicents. I cant start the cache

2008-02-22 Thread genman
Make sure jboss-aop-2.0.0-X.jar is in your classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131562#4131562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131562 ___ j

[jboss-user] [Microcontainer] - Re: Service validation

2008-02-22 Thread alesj
"[EMAIL PROTECTED]" wrote : Say I've got a service that has some dependencies that need to be injected before it can start up. | My first question is, when do the dependencies get injected, with relation to the service lifecycle methods? | It again depends where you want to inject. ;-) Life

[jboss-user] [JBoss Portal] - how to disable dashboard for some portal instances

2008-02-22 Thread ian.ouzounov
I use server 4.2.2 and portal 2.6.2 I have configured two different portal instances and I'm trying to disable the dashboard foe one of them. Any ideas. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131560#4131560 Reply to the post : http://www.jbos

[jboss-user] [JBoss Portal] - Re: How can I to include JavaScript files in Portlets to JBo

2008-02-22 Thread PMN
You can write into the content any well formed html and thus javascript stuff. You can define your own layout, usually a jsp file - again html stuff. You can inject html into teh tag in the jboss-portlet.xml file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBossWS] - Re: Using the jboss-ws-security with signature breaks when t

2008-02-22 Thread mrostan
Look at this topic, it seems to be similar, but not related to the log level: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131555 Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131557#4131557 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBossWS] - Signature is invalid error when the message contains \r

2008-02-22 Thread mrostan
Hi. Well, I know it seems hard to believe. The signature verification fails if a string argument contains a \r character. To verify it simply modify the JAX-WS SimpleSignTestCase and change Kermit to Ke\r\nmit (I have tested it with \r\n, but if you remove \r it works) | in0.setMsg("Ke\r\nmit"

[jboss-user] [JBoss jBPM] - jBPM+Drools+WS+Messaging+ESB > SOA

2008-02-22 Thread burrsutter
Hello jBPM'ers, This is a great blog by Kurt Stam on the ESB Core team that describes the benefits of using jBPM to have a single end-to-end process flow that incorporates both service orchestration and human-task management. http://jbossesb.blogspot.com/2008/01/service-orchestration-using-jbpm.h

[jboss-user] [JBossWS] - Re: My WS doesn't send any attachment... why?

2008-02-22 Thread mrostan
I believe it's a problem in ReflectiveAttachmentRefScanner, the recursion for collections (arrays or lists) is not working, the annotations are searched in the array or list type and not in the contained type. The workaround we have found is to add a wrapper object with a string and the collect

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2008-02-22 Thread mrostan
Hi, we are also trying to use WS-Security + MTOM in JBossWS 2.0.1 and 2.0.3, we are sending big files so we need binary attachments instead of inline encoded data. Here is the result of our tests: - In JBossWS 2.0.1 you must change the configuration of the endpoint by adding ##SOAP11_HTTP_MTOM

[jboss-user] [JBoss Messaging] - Re: Failure on Control Connection : Messages going into ethe

2008-02-22 Thread timfox
Hi Wickus- Yes, since the version you are using the default remoting configuration has changed. I would strongly recommend using the remoting configuration that comes with JBM 1.4.0.SP3. In particular, there is a known issue with JBoss Remoting control connection pinging, which might cause co

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging via .Net

2008-02-22 Thread timfox
There should be documentation on the stompconnect site about this. I haven't actually tried this myself View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131548#4131548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131

[jboss-user] [JBoss Messaging] - Re: java.lang.RuntimeException: Failed to convert payload to

2008-02-22 Thread timfox
wow that's an old version :) Have a look through JIRA. It's more than likely that was solved in a later version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131546#4131546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Messaging] - Re: Determining the number of messages in a topic

2008-02-22 Thread timfox
Well.. topics don't hold on to messages, so it wouldn't make sense to browse them. You can create multiple subscriptions on a particular topic, and it might make sense to browse them but JMS doesn't provide any such functionality. However with JBM you can use the JMX management interface to see

[jboss-user] [Javassist user questions] - Re: how to load external property file in JBOSS

2008-02-22 Thread jefo
Hi guys, I have followed some tips in other posts but I cannot make this works. My properties-service.xml | | myProperty=myPropertyValue | | my app-servlet.xml | | | | The issue is that the ${myProperty} value in my app-servlet.xml are not bind to the correct value

[jboss-user] [JBoss Portal] - Re: HOW to change Locale in Program?

2008-02-22 Thread jvence
"zaza" wrote : Thx for your reply. | | But could you tell me how to adapt or change the class LocaleInterceptor? | (if i want to store it in session) | | | Thx Did you ever to get this working? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Microcontainer] - Service validation

2008-02-22 Thread [EMAIL PROTECTED]
Say I've got a service that has some dependencies that need to be injected before it can start up. My first question is, when do the dependencies get injected, with relation to the service lifecycle methods? And secondly, how can I, within my service bean, validate that all the required depend

[jboss-user] [JBoss Tools (users)] - Seam Generate Entities with PostgreSQL

2008-02-22 Thread magoicochea
Hello I am having the following problem, I have a postgreSQL database and I want to use the generate seam entities option, but the problem is that jboss tools uses the default public schema and my database is in another schema. Also I have set up the property hibernate.default_schema = but tha

[jboss-user] [JBoss jBPM] - Re: StaleObjectStateException in a Fork with states

2008-02-22 Thread estaub
Are you using at least READ_COMMITTED isolation in the DB? If not, I think that before you finish, you'll find that you need to. See http://jira.jboss.org/jira/browse/JBPM-983 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131532#4131532 Reply to the post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss AS 4.2.2 wont' start

2008-02-22 Thread PeterJ
The error message means that the class files were compiled with a 1.5 JDK. You are using JDK 1.4.2, you should be using JDK 1.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131530#4131530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss jBPM] - Re: StaleObjectStateException in a Fork with states

2008-02-22 Thread jeffj55374
We too use forks, joins and sub proceses extensively with async nodes. StaleObjectExecption have been in issue for us with JBPM 3.2.2. Our problem isn't in the fork, but the join that follows. In November a fix was made to Join.java where they added a flush. I pulled a copy of this file into o

[jboss-user] [JBossWS] - org.xml.sax.SAXParseException: Premature end of file ERROR

2008-02-22 Thread rainwood
I use an EJB application deployed in Jboss 4.0.1 to call a web service, it got the following errors. But it workes when I use a stand alone program to call web service separately (not in EJB application and not deployed in jboss server). Does anybody here can help me to solve this problem? Any

[jboss-user] [EJB/JBoss] - ejb application

2008-02-22 Thread allanrj
Hi guys... Im trying to do a ejb application... Im using xDoclet to generate xml, well i have a entity and session bean (class SitesBean extends EntityBean and SitesSBBean extends SessionBean) for entitybeans i generated local and local home interface e for sessionbean generated remote and h

[jboss-user] [JBossWS] - Re: How to setup wsse usernametoken for ejb3 based web servi

2008-02-22 Thread xiaow
Can you put more details on how to configure EndpointConfig, SecurityDomain and WebContext? I believe they are jboss only annotations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131518#4131518 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss AS 4.2.2 wont' start

2008-02-22 Thread abradley
I downloaded the JBoss Portal + JBoss AS 4.2.2 and I am trying to get it installed on a Windows 2003 server. I have Java V 1.5.0.14 installed. When I try to start the server I get the below error. Any thoughts on the cause? I am able to get AS 4.0.3sp1 to start. But I would like to get 4.2.2

[jboss-user] [Security & JAAS/JBoss] - Re: Using database for authorization ONLY?

2008-02-22 Thread tresspicher
Thank you so much. You have been very helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131515#4131515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131515 ___ jboss-us

[jboss-user] [JBossCache] - JBoss Cache 2.1.0.CR4 released

2008-02-22 Thread mircea.markus
More on this: http://jbosscache.blogspot.com/2008/02/new-jbosscache-release-candidate.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131510#4131510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131510 ___

[jboss-user] [EJB/JBoss] - Re: System.getProperty(

2008-02-22 Thread jaikiran
anonymous wrote : The application is a Java WebStart application. The Java Webstart application runs in its own JVM and hence wont have the system properties available on the server. The application server runs in its own JVM and if you use the System.getProperty from the code which runs on the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exclude folder from deployment

2008-02-22 Thread abondi
I found something like the solution you propose in this forum. The problem is that I'd like to do this without touching jboss-service.xml configuration file but only modifying my META-INF/jboss-app.xml file, inside the container jar. Thank you very much for your interest! Andrea View the orig

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Upgrading Jboss

2008-02-22 Thread gcameo
all this Issue solved after changing the datasource to a *-ds.xml. But I only landed on JNDI prolems with namespace. any guide on these will be very much appreciated View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131507#4131507 Reply to the post : http://www.

[jboss-user] [EJB/JBoss] - Re: System.getProperty(

2008-02-22 Thread gordonh
The application is a Java WebStart application. Here is what is displayed when I start JBoss (includes version info). === JBoss Bootstrap Environment JBOSS_HOME: C:\JAVA\jboss-4.0.5.GA\bin\\.. JAVA: C:\Program F

[jboss-user] [JBossWS] - Error create consumer

2008-02-22 Thread devfree
When I intent create to consumer I get an error: Couldn't create Consumer 'bea' Cause: could not insert: [org.jboss.portal.wsrp.consumer.ProducerInfo] , but in the first intent I get an error: setProperty must be overridden by all subclasses of SOAPMessage then I intent again and I get an error

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exclude folder from deployment

2008-02-22 Thread PeterJ
Try adding the folder name to the "matches" property of the "FilterInstance" attribute of the URLDeploymentScanner MBean, the last mbean in server/xxx/conf/jboss-service.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131502#4131502 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Prtal server and Jboss IDE for eclipse Integration

2008-02-22 Thread PeterJ
Did you read the documentation? It is very good, and includes a portlet primer. http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/tutorials.html For general portlet programming, there is a free pdf available at http://www.manning.com/hepper/. It uses a different portal, but most of the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Exclude folder from deployment

2008-02-22 Thread abondi
Hello everybody, how can I exclude a folder from being deployed? I mean: I have a jar containing a folder named "components". In this folder there are few jars which are automatically deployed when I copy my original jar in the "deploy" folder. How can I prevent JBoss from doing this? I want to

[jboss-user] [JBoss Portal] - Re: Login name case sensitive

2008-02-22 Thread HerQpapa
I could not find the Jira entry you mentioned. I tried a fresh install of 2.6.2 and the problem exists on a 'virgin' server. I downloaded jboss-portal-2.6.3.GA but the issue seems to be fixed. I could not reproduce it. I guess I have to upgrade to 2.6.3. View the original post : http://www.jbos

[jboss-user] [JBoss jBPM] - Re: new rows inserted into jbpm tables every time jboss is s

2008-02-22 Thread kukeltje
Sorry, no, it is not a jbpm feature that every time an application (seam in this case) says to deploy a process, it get's deployed. Yes, there has been some discussion to change this. How to prevent versioning is probably not what you mean, you want to know how to prevent deployment of the proce

[jboss-user] [Messaging, JMS & JBossMQ] - JMS Queue Tuning?

2008-02-22 Thread gcarlisle
Hello, We are using jboss 4.0.3SP1 and we are running into some performance issues with the JMS Queue. Is there a way to tune how jboss handles JMS queuing to make it more efficient or is that on the application side where the tuning would have to take place? Thank you for any insight to this

[jboss-user] [JBoss Portal] - Re: Login name case sensitive

2008-02-22 Thread [EMAIL PROTECTED]
What i meant is that with MySQL it was blowing on the dashboard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131487#4131487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131487 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: Restarting W2003->JBOSS service reboots the server

2008-02-22 Thread PeterJ
I assume by your mention of service.bat that you areu sing JBoss native to run JBossAS as a service? (There are multiple ways of running JBOssAS as a service, with JBoss Native being just one of them.) Are you saying that when you run service.bat from a command prompt that you get the JVM-BIND

[jboss-user] [Installation, Configuration & DEPLOYMENT] - javax.servlet.jsp.JspTagException: org.jboss.mx.util.MBeanPr

2008-02-22 Thread gcameo
I have been trying to upgrade jboss from 3.0.8 to 3.2.8-SP1 as part of our upgrade process. After burying through various configuration problems I finally got it deployed. I am now getting this exception on the jboss console 15:28:12,500 ERROR [ClientSessionBean] javax.naming.NameNotFoundExceptio

[jboss-user] [JBoss Portal] - Re: Login name case sensitive

2008-02-22 Thread HerQpapa
I do not think it is MySQL specific as it does the same with Hypersonic as DefaultDS and no MySQL present. I checked Jira but I could not find anything related to this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131477#4131477 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Token.signal() ---> 2 tokens?

2008-02-22 Thread kukeltje
anonymous wrote : Is there any way to attach a (zip) file to a post here? When I get a working example I'd be happy to share the code. Sorry, no... but you can post it on the wiki and put the link here. Just make sure you give the page a meaningful name. View the original post : http://www.jbo

[jboss-user] [JBoss Portal] - JBoss Prtal server and Jboss IDE for eclipse Integration

2008-02-22 Thread Sarfaraz
I am new to Portal framework. I have downloaded JBoss Portal Server and Jboss Portal IDE for Eclipse. How can I create portal application from JBoss IDE and run it on JBoss Portal Server ? Regards Sarfaraz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131474

[jboss-user] [Performance Tuning] - Re: performance tuning web-container in jboss

2008-02-22 Thread PeterJ
Are you using a database? How many database connection have you set up? With HTTP, the default setting is 250 connections, so you are OK there for now. What are your JVM options for heap setting? Have you set the young generation size? See my presentation on Java Performance at http://www.cecmg

[jboss-user] [JBoss Messaging] - JBoss World JBM presentation

2008-02-22 Thread timfox
For those of you who couldn't make it to JBoss World last week, the presentations are now online: http://www.jbossworld.com/downloads/presentations/ Be sure to check out the JBoss Messaging presentation - it mainly goes into what's new in JBM 2.0 View the original post : http://www.jboss.com/

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-22 Thread badock
I'm sorry, but i don't see any connection between what you're writing and my problems... Sure, you seem to have issues with ldap+jboss too, but since your problems look a lot different from mine, i think you should get your own thread... No offense, but you're not helping me getting information

[jboss-user] [JBoss Portal] - JBossPortal and ldap with different schema than the usual on

2008-02-22 Thread badock
Hello all, I use JBossPortal 2.6.3 with Openldap 2.23 for authentication. In a first time i used the ldif schema provided with the documentation : http://docs.huihoo.com/jboss/portal/2.6/reference-guide/html/ldap.html#d0e7333 and the ldap_identity-config.xml associated. Now i need to use a lda

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Using GET Method

2008-02-22 Thread PeterJ
Try using %20 in place of the space in your URL: ...carierName=Verizon%20Wireless... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131466#4131466 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131466 _

[jboss-user] [JBoss Getting Started Documentation] - Re: presonalisation of page by a user

2008-02-22 Thread PeterJ
anonymous wrote : personalisation of the page Personalization of what page? And state the version of JBossAS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131465#4131465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss jBPM] - Re: New process instance always get persisted

2008-02-22 Thread kukeltje
anonymous wrote : I'm using 3.1.4 and don't know if this have changed in later version, nor is this an intended behaviour. This behaviour will not be changed in 3.1 or 3.2 (or the 3.x branch at all, but I'm not sure nor 'authorized' to state that). 3.1 is in maintanance 'mode' and such 'funda

[jboss-user] [JBoss jBPM] - Re: Token.signal() ---> 2 tokens?

2008-02-22 Thread pojomonkey
"kukeltje" wrote : I probably should have said 'wait-states' and state-nodes. OK - I understand all that :) "kukeltje" wrote : Your 'solution' seems ok, but I wonder what the advantage is in doing it this way. My 'solution' is just an illustration that shows how to signal the tokens and how to

[jboss-user] [JBoss Portal] - Re: Login name case sensitive

2008-02-22 Thread [EMAIL PROTECTED]
can you check in Jira for 2.6.3 or 2.6.4, i remember such an issue but don't remember exactly (it was actually a problem with MySQL and the dashboard) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131461#4131461 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss jBPM] - Re: new rows inserted into jbpm tables every time jboss is s

2008-02-22 Thread tester74
It looks like it is a jbpm feature and goes by versioning mechanism. I see the following in the jbpm jpdl reference at http://www.jboss.com/products/jbpm/docs/jpdl How do I avoid versioning and keep the same process definition unless something has really changed in the process definition file?

[jboss-user] [Beginners Corner] - webservice return type package

2008-02-22 Thread sawe
(jboss4.2.1.GA, jbossws-native-2.0.3.GA, JBossTools 2.0.0.GA, eclipseEE3311) I've deployed a @Stateless @WebService bean with a method like: package x.y.Z; public a.b.C doMagic(); In the WSDL at the deployement URL, the returntype C is changed to x.y.C (i expected a.b.C, webservice newbie here

[jboss-user] [JBoss jBPM] - Re: StaleObjectStateException in a Fork with states

2008-02-22 Thread kukeltje
look in the jira... there is info there about SOE View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131445#4131445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131445 ___ j

[jboss-user] [JBoss jBPM] - Re: Token.signal() ---> 2 tokens?

2008-02-22 Thread kukeltje
anonymous wrote : Please, can you clarify what the difference is between 'the states' and 'the state nodes'? I probably should have said 'wait-states' and state-nodes. task-nodes are generally also wait-states, and the generic 'node' can be made into a wait state or auto-transitioning node by

[jboss-user] [JBoss Tools (users)] - webservice tools eclipse integration

2008-02-22 Thread sawe
(jboss4.2.1.GA, jbossws-native-2.0.3.GA, JBossTools 2.0.0.GA, eclipseEE3311) Are the webservice tools (eg wsconsume) integrated in the JBossTools eclipse plugins? I'm wondering because client stubs generated in eclipse (New/Other/Web Services/Web Service Client), seem to depend on jars not avail

[jboss-user] [JBoss Portal] - Login name case sensitive

2008-02-22 Thread HerQpapa
Hi, I am using jboss-portal-2.6.2.GA with Hypersonic on dev and MySQL5 on production servers. I have noticed that the login name is not case sensitive. Usernames john.smith, John.Smith or jOhn.SmitH are treated like String.equalsIgnoreCase(). Is there any way where I can set the login to cases

[jboss-user] [JBoss jBPM] - Re: new rows inserted into jbpm tables every time jboss is s

2008-02-22 Thread tester74
Thanks for your quick reply. I do use Seam. How do I prevent this from happening? Appreciate your response View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131441#4131441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=413

[jboss-user] [JBoss Messaging] - Determining the number of messages in a topic

2008-02-22 Thread isthisusernameavailable
Hello, What's the best way to determine the number of messages in a topic? I know you can use a QueueBrowser to enumerate the messages in a Queue, but there is no TopicBrowser. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131430#4131430 Reply t

[jboss-user] [Clustering/JBoss] - Re: error with org.jgroups.protocols.pbcast.NAKACK

2008-02-22 Thread simvtran
Thank you for your reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131429#4131429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131429 ___ jboss-user mailing list jboss

[jboss-user] [JBoss jBPM] - New process instance always get persisted

2008-02-22 Thread bungrudi
Dear all, When in a persistence context, creating a process instance using JbpmContext.createNewProcessInstance(String procDefName) always end up with the newly created instance persisted in the database. I think this should not be the case, since there is JbpmContext.createNewProcessInstanceF

[jboss-user] [JBoss jBPM] - Re: jbpm Web application with seam

2008-02-22 Thread fengzhi
Ronald, thank you very much. best regards, Fengzhi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131423#4131423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131423 ___ j

[jboss-user] [Clustering/JBoss] - Re: error with org.jgroups.protocols.pbcast.NAKACK

2008-02-22 Thread [EMAIL PROTECTED]
No, I don't think so. I think we do have a JIRA issue, but very low prio. We'd have to remove the retransmission task from the timer rather than just cancelling it, and with the current java.util.concurrent threaded timer, this is expensive, so we'd incure an ovehead. View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm Web application with seam

2008-02-22 Thread kukeltje
jsf, no backingbeans, custom tags View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131415#4131415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131415 ___ jboss-user mailing li

[jboss-user] [Clustering/JBoss] - Re: error with org.jgroups.protocols.pbcast.NAKACK

2008-02-22 Thread simvtran
Yes, no production impact. Do you know whether there will be a fix for it, maybe in JBoss5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131413#4131413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131413 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Help needed with JBoss and openJPA

2008-02-22 Thread nitros
I haven't got any reply to my previous message. Is it a bug in JBoss or openJPA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131408#4131408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131408

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error when deploying

2008-02-22 Thread jaikiran
Okay. Can you post the contents of your server.log file present in C:\jboss4\server\default\log folder? Maybe that will give us more details. While posting, remember to wrap the contents of the logs in a code block by using the 'Code' button in the message editor window. That will make the logs

  1   2   >