[jboss-user] [Microcontainer] - Deployment callbacks fail on static methods

2009-02-09 Thread jaikiran
I was following this chapter on Deployment Callbacks http://www.jboss.org/file-access/default/members/jbossmc/freezone/docs/2.0.x/userGuide/ch13s02.html. Works fine except when the callback method is marked static. So if i have this: | | | | | | public class M

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Errors on startup of Jboss 5 with ordinary user

2009-02-09 Thread Jobame
Thanks. That worked: - added the non-root user which is to start jboss to group "jboss" - added write permissions to group "jboss" for the entire hierarchy of folders in $JBOSS_HOME View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208380#4208380 Reply to the po

[jboss-user] [JBoss jBPM] - JBPM starter kit

2009-02-09 Thread nehamaheshwari
Can somebody redirect me to the JBPM starter kit. Somehow don't able to find it on the references in the getting started guide and jboss site. Thanks, Neha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208375#4208375 Reply to the post : http://www.jboss.or

[jboss-user] [JBoss Cache: Core Edition] - Jboss Cache Skews

2009-02-09 Thread hannspree
Hello, We are in the process of preparing our system to run on several clusters. In order to do this we are currently performing some tests, some of which include JBoss cache. One of these tests is the following:test is the following 1. Having 2 clustered JBoss instances 2. On each instance we

[jboss-user] [Security & JAAS/JBoss] - EJBAccessException: Invalid User

2009-02-09 Thread ebross
Development Platform: Eclipse Linux JBoss 5 JSF and Trinadad Problem Description: I have two classes: (a) Stateless bean[RenewalNoticeTimerController] packaged in a ejb.jar (b) Servlet [StartupTimerServletContextListener] packaged in web.war 1. The ejb.jar and web.war are ear modules and

[jboss-user] [JNDI/Naming/Network] - how to access joboss portal through ip address

2009-02-09 Thread akumarkind
Hi Alll I am not enable to access jboss portal through IP address on various computer which are on my network(LAN).Means I want to access portal by http://192.168.1.150:9090/portal instant of http://localhost:9090/portal. Please help me. Thanks & Regards Avanish Kumar View the original

[jboss-user] [Clustering/JBoss] - Problem with farm deployment

2009-02-09 Thread anilcs0405
I am using jboss 4.2.3 in windows. I am totally new to this. I have a problem with regards to farm deployment. I have two jboss server instances forming a cluster with the name anil on the same machine. One runs from C:\jboss-4.2.3GA and the other from C:\jboss2\jboss-4.2.3GA Both form a clust

[jboss-user] [EJB/JBoss] - Re: Problem with arjuna API

2009-02-09 Thread venuwin
Resolved this issue by adding . in jbossjta-properties.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208360#4208360 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208360 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSP does not display properly

2009-02-09 Thread kmv
this code in JSP doesn't work in jboss-5.0.0.GA-jdk6 <%@ page import="java.text.DecimalFormat" %> <%DecimalFormat df = new DecimalFormat("0.00");%> <%=df.format(2d/0d)%> it shows only empty page, no exceptions page must contain ? (question mark), but it's empty and if it has other content

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-09 Thread rasa
first up on sorry for not formatting the code. Thanks for your kind attention. As you told i checked jboss-service.xml in that the specified mbean ServiceBindingManager is commented. So i think its not being used in my apps. But still when i gives ./shutdown.sh -S i gets the same error. The ad

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: failed to start JBOSS 5.0

2009-02-09 Thread tanwilliam83
too bad to say that SUN has discontinued jdk release for itanium system. the latest sun jdk that is available on itanium system is jdk 1.4.2. that's the reason why i have to use jrockit instead of sun jdk. would this be a problem for jboss 5.0 on jrockit? below is the jboss 5.0 bootstrap enviro

[jboss-user] Re: SEAM internationalization problem :(

2009-02-09 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=11263 Posted on behalf of a User hi everyone, i am new to seam framework.i don't know the procedure to internationalization an application.can any body tell the procedure how to do this ans specify the information regarding i

[jboss-user] [Beginners Corner] - Application Deploymenr

2009-02-09 Thread ma...@landslide.com
I am new to j2ee and jboss and have a pretty basic question. I would like to deploy an application that acts like a daemon process to background process business activities. My question is should I deploy this into JBoss to get the J2EE features it provides (JNDI, Tx, etc..) or should I deploy

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuring ejb3-timer-service.xml (JBoss 5.0.0.CR1)

2009-02-09 Thread abhinav.ind
Hi i am getting the same exception, tried things u hav mentioned above but didnt work out for me. i am using oracle. i changed the dialect and scripts. here is the log : 08:43:15,604 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created. 08:43:15,619 INFO [RAMJobStore] RAMJobStore initialized

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB3 Timer Service Problem with Oracle Datasource

2009-02-09 Thread abhinav.ind
Hi Did u find any solution? I am stuck with same problem, cudnt find the problem source... please help... thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208344#4208344 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Installation, Configuration & DEPLOYMENT] - shutdown from jmx-console is invalid

2009-02-09 Thread longines
step1:start jmx-console step2:click jboss.system step3:click type=server, meanwhile ,right area is empty jvm 1.6.0.11 jboss 5.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208343#4208343 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [JBossWS] - Re: ant tests errors: NoClassDefFoundError: org/jboss/wsf/te

2009-02-09 Thread saavyone
I'm having a similar problem finding org.jboss.ws.core.jaxws.handler.GenericSOAPHandler.java. I did find another class named the same, doing basically the same, but in a different test package and therefore, not the one I want. It looks like it's a very useful class to extend, but seems to be r

[jboss-user] [JBoss Tools (users)] - Re: Problem with JBoss Tools Runtime 4.2 and JWS Client

2009-02-09 Thread Grid.Qian
Max - Yes, user should never manipulate thedeployed content. I just give another work around way. Anyway, the first way as I said is a normal way. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208340#4208340 Reply to the post : http://www.jboss.org/index.h

[jboss-user] [Beginners Corner] - Re: installation questions on XP home.

2009-02-09 Thread kishjeff
"PeterJ" wrote : The soa-4.3.0.GA.zip is for the JBoss SOA package, not for Eclipse. Oh thanks. mmm obviously a wasted 500M download. At least I can free up some disk space. "PeterJ" wrote : When you downloaded Eclipse 3.4., did you get the Eclipse for Java EE package? I downloaded an 87M packa

[jboss-user] [EJB/JBoss] - Deploy Service like Application

2009-02-09 Thread ma...@landslide.com
I am new to j2ee and jboss and have a pretty basic question. I would like to deploy an application that acts like a daemon process to background process business activities. My question is should I deploy this into JBoss to get the J2EE features it provides (JNDI, Tx, etc..) or should I deploy

[jboss-user] [JBoss jBPM] - Re: performance limits of jbpm

2009-02-09 Thread kukeltje
Sure, on one hand it is overhead, but on the other hand you can scale better. - Your real front-end worker threads return quicker (the delay to write a small log entry to the jms queue is way lower than writing it to the db directly) - So the number of threads simultaneously used will be lower (a

[jboss-user] [JBoss jBPM] - Re: Portal & JBPM integration

2009-02-09 Thread kukeltje
jikes a new portlet for each activity form? I'd go for a generic form portlet that can show any type of workflow activity form. Afaik, there are no jBPM portlets. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208331#4208331 Reply to the post : http://

[jboss-user] [JBoss jBPM] - Re: The point on jBPM 3.3.1 installation

2009-02-09 Thread kukeltje
search the jira more... known issues and on the roadmap for 3.3.2 afaik. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208330#4208330 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208330 _

[jboss-user] [JBoss jBPM] - Re: BPMN events based Xor implementation

2009-02-09 Thread kukeltje
use 'guarded' transitions on a state View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208329#4208329 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208329 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: jbpm config no longer on classpath

2009-02-09 Thread kukeltje
try turning up the log level of jBPM to debug to see what file get's loaded. If you load JbpmConfiguration yourself, maybe there it is going wrong View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208328#4208328 Reply to the post : http://www.jboss.org/index.h

[jboss-user] [Microcontainer] - how do I use mdr in JCA project?

2009-02-09 Thread jeff.zhang
Currently JCA/connector has a JCAMetaDataRepository package, it use HashMap as repository to save some metadata information and export information by JMX. We would like use jboss-mdr project as base repository for new JCA implement. Do you think this is a good appoarch and any suggestion? I go

[jboss-user] [JBoss Messaging] - Question regarding failover for JNDI lookup of ClusteredConn

2009-02-09 Thread mpr_prabhu
In our setup we are running multi-server JBM cluster hosting clustered queues. We have a client application that looks up ClusteredConnectionFactory from a server from this cluster (this is configured in the client application ) and then uses createConnection to create sessions across different

[jboss-user] [JBoss Cache: Core Edition] - Removing non-existing key causes losing of other entry

2009-02-09 Thread AlexFu.Novell
Here is a very small standalone program compiled and executed using 3.0.2. What it does are: (0) create and start a Cache with no customization at all; (1) put a key/value pair in a Node; (2) remove a non-existing key from the same Node; (3) try to retrieve the value stored in step (1). It's null

[jboss-user] [Clustering/JBoss] - Re: clustering/JMS problem among machines not using same par

2009-02-09 Thread bstansbe...@jboss.com
Perhaps the whole "wizard" thing is a red-herring due to a reverse DNS problem? The word "wizard" appears here in the message of a java.rmi.ConnectIOException; perhaps that's getting created with a call to InetAddress.getHostName() which does a reverse lookup and says "wizard" when it should

[jboss-user] [JBoss Tools (users)] - Re: Error creating sessionfactory when using HQL Editor

2009-02-09 Thread elenctic87
I am pushing to get my current phase of development done, so I have not gotten to file a bug in Jira yet. But I have some new information that may help you reproduce the bug. After upgrading to the latest version of Tools, I created a new Seam project, and generated my entities from the databa

[jboss-user] [JBoss Portal] - Re: Exception in Portal 2.7.0/RichFaces, not in 2.6.4/MyFace

2009-02-09 Thread srivastava.vs
Thanks Daniel, will try this out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208308#4208308 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208308 ___ jboss-user mailing li

[jboss-user] [JBossWS] - wsclient: javax.xml.ws.soap.SOAPFaultException on jboss-4.2.

2009-02-09 Thread sunilbabu
I am getting the following exception when I try to call a WS from jboss-4.2.3.GA server, but if I call the same WS from jboss-4.2.0.CR2 it works fine and return the response. 2009-02-09 16:47:53,866 ERROR [STDERR] saveTransactionToACS: java.io.IOException: HTTP/1.1 protocol error: bad chunk |

[jboss-user] [Clustering/JBoss] - Re: clustering/JMS problem among machines not using same par

2009-02-09 Thread hale2jo
Here's our jndi.properties file: | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208298#4208298 Reply to the post

[jboss-user] [Clustering/JBoss] - Re: clustering/JMS problem among machines not using same par

2009-02-09 Thread hale2jo
Brian - thank you for your response! I'm not actually sending anything to InitialContext()Here's the call: | InitialContext ic = new InitialContext(); | Scheduler sched = (Scheduler) ic.lookup("Quartz"); | ic.close(); | The middle line is the one that throws the CommunicationExcepti

[jboss-user] [JBoss Cache: Core Edition] - Re: Advice setting JBoss Cache up loading from hibernate and

2009-02-09 Thread bstansbe...@jboss.com
You're correct that using JBC as a Hibernate Second Level Cache isn't what you're looking for. The HibernateCacheLoader class you linked was never part of JBoss Cache. It was part of JBoss Portal. Looks like it was an implementation of a concept similar to what you are talking about -- implemen

[jboss-user] [JNDI/Naming/Network] - Re: jndi lookup on a different app server (glassfish)

2009-02-09 Thread lordpraveen
Hi Andy, Were you able to crack this? I have the same issue too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208293#4208293 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208293 _

[jboss-user] [Management, JMX/JBoss] - Re: Error deploying EJB3 Message driven bean with upgrade to

2009-02-09 Thread hsathappan
Thanks jaikiran! that worked. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208292#4208292 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208292 ___ jboss-user mailing list j

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - question concerning an Entity Manager and its associated JDB

2009-02-09 Thread markreyn
I'm working with a team on a application which uses Seam 2.1 with JBoss AS 5.0. We plan to use JPA with the Hibernate provider. I'm investigating at what point an entity manager actually obtains a JDBC connection from a pool and how long it holds onto the connection. Does the EM acquire a jdbc

[jboss-user] [JBoss Portal] - Re: copy page & sub-pages from portal to dashboard programma

2009-02-09 Thread diparc
were you able to resolve this? I want the same thing except that i want to copy a single portal page to the users dashboard.(in case his dashboard does not have anything, if he accessed this before and changed the positions of the windows using drag n drop, it should use those.) View the

[jboss-user] [JBoss Portal] - Dashboard configuration - drag and drop

2009-02-09 Thread diparc
following is what we use - JBoss Portal Version: 2.6.7 AS version: EAP 4.3 I do not use the admin UI at all to do any configurations. I configure the portal using xml files so that they can be promoted to different environments(from Dev to QA to Production). I have used portlet.xml, portal.xml

[jboss-user] [JBoss Tools (users)] - Re: Correct Eclipse project type for SAR?

2009-02-09 Thread max.ander...@jboss.com
Yes, the jar, ear, war options for Project Archives are just "templates" that you can alter to whatever you want. They are not written in stone. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208284#4208284 Reply to the post : http://www.jboss.org/index.htm

[jboss-user] [JBoss jBPM] - Re: jbpm config no longer on classpath

2009-02-09 Thread aapthorp
Ronald, anonymous wrote : usage of jBPM in projects has never been dependant on project names.. Yes, I guess that was why I thought I was relatively safe to make the change. anonymous wrote : Does the config has a custom name? No, just "jbpm.cfg.xml", packaged in a configs jar file, in a simil

[jboss-user] [JNDI/Naming/Network] - Re: naming.NameNotFoundException problem

2009-02-09 Thread PeterJ
I will answer your question with another question: these are all of the names registered in JNDI, what is missing? Answer: Your client is attempting to look up an EJB that apparently was never deployed and thus is not in JNDI and therefore cannot be looked up. View the original post : http://w

[jboss-user] [Beginners Corner] - Re: installation questions on XP home.

2009-02-09 Thread PeterJ
The soa-4.3.0.GA.zip is for the JBoss SOA package, not for Eclipse. When you downloaded Eclipse 3.4., did you get the Eclipse for Java EE package? For JBoss Tools, it would be better if you use Eclipse's update manager and provided the JBoss Tools 3.0 URL. That will download and install Tools in

[jboss-user] [JBoss Cache: Core Edition] - Various errors showing up when load testing

2009-02-09 Thread jshowalter
When we run our application with multiple users, various problems start showing up in the logs. In particular: org.jboss.cache.lock.TimeoutException: read lock for [...] could not be acquired by GlobalTransaction::90620 after 15000 ms. Locks: Read lock owners: [] Write lock owner: GlobalTransa

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-09 Thread PeterJ
The JNDI port is defined in jboss-service.xml, unless the binding manager service is being used - see the ServiceBindingManager mbean in the same file. P.S. Wrap XML text with code tags - select the text and click the Code button above the editor window - and use the Preview button to ensure tha

[jboss-user] [JBoss Tools (users)] - Re: Full server capabilities only on localhost?

2009-02-09 Thread bmelloni
The following is what I instinctively assumed it would do, but I guess it makes for a good 5.1 *wish list*. I understand now that it is much more than what the current capabilities do. 1) Ability to start, stop, and to some extent monitor what the remote server does - provided the user is auth

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss Server crashes when uploading images to ebay

2009-02-09 Thread PeterJ
Looks like you are using JDK 1.5.0_05. Try using a more recent JDK - 1.5.0_16 or _17 It also looks like you are using the server JVM, try using the client one (add "-client" to the java options) If none of those help: This is a JVM crash - you need to submit this to Sun for them to fix. The JV

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: failed to start JBOSS 5.0

2009-02-09 Thread PeterJ
I see that you are running on an Itanium system (ia64). There is no Sun JDK 5 for Itanium - you will have to get the latest JDK6. Also, make sure that you downloaded the JBoss AS zip file that has "jdk6" in it's name - that one is specifically for use with JDK 6. View the original post : http

[jboss-user] [Clustering/JBoss] - Re: Classloading failure in a new thread started from the cl

2009-02-09 Thread bstansbe...@jboss.com
Your problem is the thread doesn't have the correct classloader assigned to it via Thread.setContextClassLoader(). The clustered JMX notification is going to be delivered by a thread coming up from JGroups: 17:29:36,315 INFO [STDOUT] [com.navineo.sa.jmx.ha.taches.ComEmbarquesHAS][IncomingPack

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to disable JBoss Web Services

2009-02-09 Thread PeterJ
Then either you did something wrong or you are misinterpreting the console log output. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208269#4208269 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208269 ___

[jboss-user] [JBoss Tools (users)] - Re: Correct Eclipse project type for SAR?

2009-02-09 Thread bmelloni
Sounds a bit strange, so let me paraphrase what you said to make sure I understood: - Use a General project in Eclipse. - Place the files in the project as I wish to see them in the SAR. - In Project Archives, choose JAR (even though contents are JARs themselves) and give it a .SAR extension in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Hosting

2009-02-09 Thread juvinao
Hi. I was develop some applications and they are working in intranets perfectly in jboos as 4.2.3GA. i want put that applications on the web, but i don't know what hosting choise. the applications are in JSF, JEE, EBJ3 and postgreSQL. ¿What hosting can you recommend me?...¿can you give me th

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: upload file

2009-02-09 Thread PeterJ
Yes you should be able to. The CMS admin portlet has the ability to upload files - take a look at that code to see how it does it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208263#4208263 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [Beginners Corner] - Re: stress test /Performance Tuning /monitor thread pool

2009-02-09 Thread PeterJ
See this for some mbeans you can monitor: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193837 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208262#4208262 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=420

[jboss-user] [EJB 3.0] - Prevent Persistence of EJB Timers

2009-02-09 Thread leobaz2
I am trying to prevent my EJB timers from being persisted across JBoss restarts by using the jboss.xml deployment descriptor. For some reason I can't seem to get this working. Was anyone able to specify the below in their jboss.xml and stop the timer persistence? bean_name

[jboss-user] [JBoss jBPM] - Re: BPMN events based Xor implementation

2009-02-09 Thread fmateo
I don't think that is usefull for an event based XOR by 2 reasons: - First an event based xor should act as a wait state until some event like an email incoming shows up. - The decision node is more like a data based XOR and the decision is made automaticaly (is not a wait state). I think that

[jboss-user] [Beginners Corner] - Generate Seam Entities - Couldn't Connect TO Database

2009-02-09 Thread soulik1984
Hi, I've just started to work with JBoss Tools Movies (http://docs.jboss.org/tools/movies/) the Seam Demos section, making everything almost like in the movies. 'Almost' because I'm using Eclipse 3.4, JBossAS 5.0.0GA (movie 4.2), JBoss Seam 2.1.1GA (movie 2.0) with the latest JBoss Tools and M

[jboss-user] [Clustering/JBoss] - Re: clustering/JMS problem among machines not using same par

2009-02-09 Thread bstansbe...@jboss.com
What is going on in here? | 10:12:57,502 ERROR [STDERR] at javax.naming.InitialContext.lookup(InitialContext.java:351) | 10:12:57,502 ERROR [STDERR] at kdcs.timers.QuartzJob.jobInvoiceHandlerJob(QuartzJob.java:797) | 10:12:57,502 ERROR [STDERR] at kdcs.timers.QuartzJob.create

[jboss-user] [JBoss Messaging] - How to migrate to JBossAS 5 ?

2009-02-09 Thread Juergen.Zimmermann
I have a queue (and a topic) defined in messaging-service.xml for JBoss 4.2.3. Now I want to migrate to JBossAS 5 as follows: messaging-service.xml of JBossAS 4: | | | jboss.messaging:service=ServerPeer | | jboss.messaging

[jboss-user] [The Lizzard's corner] - Re: test

2009-02-09 Thread newtonm
another test reply View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208240#4208240 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208240 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBossWS] - Re: Class cast excpetion with an RM client

2009-02-09 Thread bryan.kearney
OK.. I had not used the wsrunclient.sh in the JBOSS_HOM/bin directory. Using this script, instead of my own script, allowed me to get past this issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208238#4208238 Reply to the post : http://www.jboss.org/inde

[jboss-user] [JBoss Cache: Core Edition] - Re: Why does em.persist resets the Query cache?

2009-02-09 Thread ryanrlamothe
Here is some documentation for you to read concerning Query caching: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/4/html/ch04s02s03.html Also, you really need to make sure your cache configuration is correct and that you are actually using the cache as d

[jboss-user] [EJB 3.0] - Re: javax.naming.NameNotFoundException: mdbtest not bound

2009-02-09 Thread pepelara
Hi, Thanks a lot jaikiran and Wolfgang. I am going to try it and tell you. Thanks again, Jose Alvarez de Lara View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208216#4208216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss jBPM] - The point on jBPM 3.3.1 installation

2009-02-09 Thread frinux
Hi, I'll explain my try to install jBPM 3.3.1 development environment. OS : Windows Server 2003 jBPM 3.3.1.GA jboss-5.0.0.GA-jdk6 eclipse-jee-ganymede-SR1-win32 1st try : - execute jBPM-installer-3.3.1.GA.jar - check the optionnal component jBoss-5.0.0 result : error download-jboss: | [g

[jboss-user] [EJB 3.0] - Re: javax.naming.NameNotFoundException: mdbtest not bound

2009-02-09 Thread jaikiran
"Wolfgang Knauf" wrote : | For JBoss 5, you MUST specifiy the queue config, because there is no default autocreation possible. | | Adrian added support for that, as part of this JIRA https://jira.jboss.org/jira/browse/JBAS-6013 :) View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - Portal & JBPM integration

2009-02-09 Thread flagos
I need to show, a workflow pending task list and the forms associated with all workfows activities, in portlets I need to create, a new portlet for each activity form (using for example seam)? or there is already some JbpmPortet wich I can use ?? (or any integration that can help me) thanks

[jboss-user] [EJB 3.0] - Re: javax.naming.NameNotFoundException: mdbtest not bound

2009-02-09 Thread Wolfgang Knauf
Hi Jose, for the "Could not find the queue destination-jndi-name=queue/mdbtest" message: the easiest way of configuring it is to add it to "\server\default\deploy\jms\jbossmq-destinations-service.xml": | jboss.mq:service=DestinationManager | queue/mdbtest | For JBoss 5, you M

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Information about JBoss cache vs database

2009-02-09 Thread amar.trnka
Hi again, I've found a kind of solution. When JBoss server starts to shutdown it calls manually created destroy method that receives all messages from memory, set them as persistent and stores them in database. Our final problem is: I'll take example from previous post. First 1000 messages are

[jboss-user] [Microcontainer] - Re: Supported ejb references in JBoss5.0

2009-02-09 Thread deberlin
Ok, it's a simple question. What ist the answer? Yes or no? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208169#4208169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4208169 __

[jboss-user] [Microcontainer] - Re: Programmatic redeploy using DeploymentManager

2009-02-09 Thread Juergen.Zimmermann
Thank you! This is exactly what I was looking for. To summarize: here are the steps for programmatic redeployment with JBossAS 5.0.0.GA: Context ctx = new InitialContext(); | ProfileService ps = (ProfileService) ctx.lookup("ProfileService"); | ctx.close(); | | DeploymentManager ds = ps.g

[jboss-user] [JBoss Messaging] - Re: MySQL in Cluster question

2009-02-09 Thread jbabad
Hi, Sorry, for my lack of MySQL knowledge - what parameter is that? I can find references to an innodb buffer variable, but for clustering we're using the ndb engine. Thanks, Joseph. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208160#4208160 Reply to th

[jboss-user] [JBoss jBPM] - Re: Problems with deleting a process instance of a complex p

2009-02-09 Thread dleerob
After upgrading to Jbpm 3.3.1, it seems the GraphSession.deleteProcessInstance method is now working for me. I no longer need to use my custom method. Don't take my word for it, as perhaps further testing is still required, but can anyone else confirm if Jbpm 3.3.x has sorted out this problem o

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

2009-02-09 Thread div_gcet1
It is the output of server. | 2009-02-09 17:13:09,734 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified that enabled: true | 2009-02-09 17:13:09,734 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanne

[jboss-user] [JBoss Tools (users)] - Re: Server list empty in eclipse, cannot debug!

2009-02-09 Thread max.ander...@jboss.com
It is the values in the server editor that is used to keep the launch config updated - not the other way around. Good you found that now ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208153#4208153 Reply to the post : http://www.jboss.com/index.html?mod

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

2009-02-09 Thread div_gcet1
Hi Now i am facing a new problem. As the server configures my custom log4j.xml file it intialize the filter properly.Call decide() but after that server halts . No message comes on consol. It stops instantly.What may be the reason.Please help me. Thanks and Regards Divya Garg View the ori

[jboss-user] [EJB/JBoss] - Re: Problem with arjuna API

2009-02-09 Thread venuwin
Adding multiple resources disallowed was initially disallowed. after tweaking that in jbossjta-properties and adding that error doesn't come after changing this configurtion. Just trying to provide better information to facilitate. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss/Spring Integration] - Re: Multicontext and Autowired

2009-02-09 Thread alesj
"epivon" wrote : Any idea? Perhaps this? - http://jira.springframework.org/browse/SPR-5120 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208135#4208135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4208135 ___

[jboss-user] [EJB/JBoss] - Re: Problem with arjuna API

2009-02-09 Thread venuwin
Just adding some more information for your reference so that i might be helped. After reading through some forums, i concluded that XA datasource could solve the issue and switched to it by taking the mysql5.1.7 jar file and modifying my XML to look like this : | | | |

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

2009-02-09 Thread div_gcet1
Thanks sir, now i am doing the same. I am wrinting seperate log statements where there is sysout statements. But sir are there methods in log4j api which converts sysouts to log message. Thanks Divya Garg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208133#

[jboss-user] [Beginners Corner] - Re: JBoss Consol

2009-02-09 Thread div_gcet1
Thanks Sir ,Your's infomation helped me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208132#4208132 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4208132 ___ jboss-user mai

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-09 Thread gaohoward
This probably a JBM issue. I tested JBM1.4.2.GA (AS4 build) vs JBoss 4.2.3.GA and JBM1.4.2.GA (AS5 build) vs JBoss 5.0.0.GA, both failed. Here is the scenario: I have two machines Machine-1 and Machine-2. 1) Machine-1 starts a normal messaging node (with test queues deployed). Machine-2 start

[jboss-user] [JBoss jBPM] - Re: processInstance.findToken returns null

2009-02-09 Thread dleerob
I have just upgraded to Jbpm 3.3.1, and 'processInstance.findAllTokens()' now seems to return the tokens. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208125#4208125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4208

[jboss-user] [EJB 3.0] - Re: My MdB receives the same message again and again

2009-02-09 Thread schausson
The processing might take from a few seconds to dozens of minutes, depending on the message content... But to reply to your question, even with the org.jboss.annotation.ejb.TransactionTimeout annotation (I specified 10 seconds just to give it a try), the processing stops after 'about' 5 mi

[jboss-user] [Microcontainer] - Re: Supported ejb references in JBoss5.0

2009-02-09 Thread jaikiran
"deberlin" wrote : What's the right forum for the question? Is this the same as what you reported here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=149788? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208123#4208123 Reply to the post : http://

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

2009-02-09 Thread jaikiran
"jaikiran" wrote : You should be changing the System.out.print* messages in your code to log messages using the log4j API. | | Same as what Peter suggested here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=149952#4207761 View the original post : http://www.jboss.com/index.h

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

2009-02-09 Thread jaikiran
Now my problem is it is filtering the log statements in coding but not sysouts. You cannot use a log4j filter for filtering System.out.println messages. The System.out.print* methods are not part of log4j API. You should be changing the System.out.print* messages in your code to log messages usi

[jboss-user] [EJB 3.0] - Re: My MdB receives the same message again and again

2009-02-09 Thread jaikiran
Looks like a transaction timeout issue. So assuming that you used org.jboss.annotation.ejb.TransactionTimeout annotation (for JBoss-4.x), the timeout shouldn't have occured. How long does the processing take? And after increasing the timeout, does it fail again after 5 minutes or does it fail a

[jboss-user] [Beginners Corner] - stress test /Performance Tuning /monitor thread pool

2009-02-09 Thread Andrechan
Hi all I have to make a stress test on my application who runs on jboss. I have to test the behaviour of this app with different configurations of jboss I've seen that thread pool settings are on jboss-service.xml. Are there other settings xmls I can change to change the performance? How can I

[jboss-user] [EJB 3.0] - Re: My MdB receives the same message again and again

2009-02-09 Thread schausson
I forgot to make clear some basics : I use jboss-4.2.0.GA My message producer sends a single message to a dedicated queue, that's why I would like to view my message processed once :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208113#4208113 Reply to th

[jboss-user] [EJB 3.0] - My MdB receives the same message again and again

2009-02-09 Thread schausson
I'm currently setting up a MdB that is in charge of long-running processes : basically, when it receives a message, it might cause many objects (up to thousands) to be persisted in the database, which can last dozens of minutes in some cases. When this process lasts less than 5 minutes (approxi

[jboss-user] [Microcontainer] - Re: Supported ejb references in JBoss5.0

2009-02-09 Thread deberlin
What's the right forum for the question? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208107#4208107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4208107 ___ jboss-user mai

[jboss-user] [EJB 3.0] - Re: javax.naming.NameNotFoundException: mdbtest not bound

2009-02-09 Thread jaikiran
See this http://www.jboss.org/community/docs/DOC-9816 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208105#4208105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4208105 ___ j

[jboss-user] [Microcontainer] - Re: Supported ejb references in JBoss5.0

2009-02-09 Thread alesj
What's this got to do with Microcontainer? Or why this forum? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208103#4208103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4208103 _

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - upload file

2009-02-09 Thread raffaele.letizia
Hello everybody, i'm a newbie. It's possibile in a portlet realize a uplod file? How can i do? Help me there isn't an example on the web. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208100#4208100 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [EJB 3.0] - Re: Interceptors not working with derived classes (4.2.3)

2009-02-09 Thread wolfc
Would you mind filing a Jira with the code that lead into the NullPointerException? I would rather see a proper check, than a NPE. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208098#4208098 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Microcontainer] - Re: Programmatic redeploy using DeploymentManager

2009-02-09 Thread emuckenhuber
"Juergen.Zimmermann" wrote : Can org.jboss.deployers.spi.management.deploy.DeploymentManager be used for redeploying e.g. an EAR? | Basically you can deploy a new deployment over deploymentManager. So you can use copyContent = true to copy and deploy a zipped file, or copyContent = false to

[jboss-user] [Remoting] - Re: Problem using JaxWS over HTTPS connection from within a

2009-02-09 Thread adinn
Ron, Just add some V U and a dash of Marquee Moon and you have the royal flush of teenage fandom from my most formative years. How do you spell KUDOS? GIve me an R . . . Give me an O . . . Give me an N . . . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=42

[jboss-user] [Microcontainer] - Programmatic redeploy using DeploymentManager

2009-02-09 Thread Juergen.Zimmermann
Can org.jboss.deployers.spi.management.deploy.DeploymentManager be used for redeploying e.g. an EAR? If so, are there any examples or wiki pages? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208095#4208095 Reply to the post : http://www.jboss.com/index.ht

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

2009-02-09 Thread div_gcet1
Hi I am working on JBoss Logs Filtering.I have made a custom log4j file(jbossatwork.xml) that contain the entry of a java filter file in com.propco.tools.mergemanager.profiles package.This file contain the filtering concept.It is creating the log files with the name of domain in C:\\rev2\\logs\\

  1   2   >