[jboss-user] [JBossWS] - Re: jbossws remote ws

2008-10-01 Thread jopersson
Had similar problem, found that our host name contains '_' cause the problem getting an output stream... If you have underscore in hostname try to remove that (RFC 2396). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179936#4179936 Reply to the post : http

[jboss-user] [Beginners Corner] - Re: obtaining MBeanServerConnection - classloading issues

2008-10-01 Thread akostadinov
I found http://java.sun.com/products/jndi/tutorial/beyond/misc/classloader.html. I will try with Thread.setContextClassLoader() although that could have unexpected side effects if different tasks set it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179935#4

[jboss-user] [EJB/JBoss] - Re: JBOSS 5 (rev 74649) having EJB rmote injection issues

2008-10-01 Thread rickcr
In case someone is here from an archive search, my issue that jaikiran solved was related to my web.xml web-app definition See this post for the detailshttp://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179933#4179933 View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-01 Thread rickcr
You're a GENIUS ! That was it! I would have never thought it was my web.xml descriptor!! Man, I tried so many different things !!! argghh. Oh well, hopefully this might help someone else in the future that runs into the same issue. I really appreciate you having taken the time to help! I'll buy

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-01 Thread jaikiran
Wait, i just noticed this in your web.xml: | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; | version=

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-01 Thread jaikiran
The application, the logs and the jndi-tree all look good to me. No obvious issues. I don't see a reason why the bean should not be injected. In your web.xml, you have marked the servlet as load-on-startup: 0 Could you try removing this load-on-startup and see if it works? View the original

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-01 Thread rickcr
Thanks again for trying to help. (I have the feeling it's going to be something really stupid that I'm not doing correctly in my maven build. I've looked over the exploded ear though and it seems ok?) Anyway, the EJB seems to deploy ok. I can access it fine grabbing it by the jndi name from the

[jboss-user] [JBoss Messaging] - Re: Takes much time to Startup - 1.4.0.SP3

2008-10-01 Thread Craig2007
Thanks for the handful replies. we have also configured paging parameters for our JBoss Messaging Server in Prod Environment for our older version of JBM Values set for FullSize, PageSize, and DownCacheSize are 500,250 and 250 respectively. Before setting these values, we used to often get Out

[jboss-user] [JBossMQ] - JMS request reply pattern

2008-10-01 Thread rahb
JMS request reply pattern works in BMT and same not in CMT... this is very strangeWhy? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179926#4179926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179926

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Multiple mail sessions

2008-10-01 Thread jonathanztaub
I'm developing an application that retrieves emails on behalf of clients (from yahoo, gmail, hotmail, etc.). Currently, I'm creating the mail session by myself. I know I can define my mail session in the mail-service.xml file. However, I have the following questions: * Is it possible to define mo

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-01 Thread jaikiran
"rickcr" wrote : Maybe someone could try the actual ear in their deployment? I put it out here.. http://dl-client.getdropbox.com/u/86998/user-administration.ear (after it deploys try http://localhost:8080/lt-web/hello ) | | I could have tried it, but i am away from my work place and don

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

2008-10-01 Thread jaikiran
By context for EJB, you mean the jndi names, right? If so, have a look at this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142976 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179922#4179922 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment classpath issue in EAR

2008-10-01 Thread jaikiran
anonymous wrote : 18:35:44,233 ERROR [FileUtils] java.io.FileNotFoundException: /config.xml (No such file or directory) Is FileUtils class, part of your application? I guess, its logging an incorrect exception. Because in the exception stacktrace i see this: anonymous wrote : | 18:35:44,235

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoClassDefFoundError: org/hibernate/persister/

2008-10-01 Thread jaikiran
Please post the entire exception stacktrace. Which version of JBoss and Java do you use? And do you have classloader scoping enabled through jboss-app.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179920#4179920 Reply to the post : http://www.jboss.com

[jboss-user] [JBossWS] - Re: Cannot find port in wsdl (need help)

2008-10-01 Thread rishabh2u
hi all, this problem happens if u dont specify the name space in your WS implementation OR if u have specified the name space but its not the same as wsdl. I ahve had this issue in JbossWS 423 which is jax-ws and fixed it by having the same name space in the WSDL and WS implementation. View the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: mvn Jboss:deploy plugin issue

2008-10-01 Thread gyan_kush
Thanks a lot Peter!!.you hit it right there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179916#4179916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179916 ___ jboss-use

[jboss-user] [JBoss jBPM] - Re: At end of task, return to

2008-10-01 Thread kukeltje
great to hear.. congratulations. Personally, I still like some of the j4j tags to be extended, documented and used e.g. in seam to be able to have a kind of seam-gen-jbpm which generates a nice app for a forkflow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss jBPM] - Re: I need your help desperate: How to stop jbpm pr

2008-10-01 Thread kukeltje
kill -9 `grep jbpm` Seriously, it does not sound like a jBPM problem at all... Nevertheless, you should not have a processinstance running that long and using your own threads. Use jBPM Async functionality for long running actions. But then, if that specific code runs to long, you have the sam

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deployment classpath issue in EAR

2008-10-01 Thread johndubchak
Hi, I have an EAR file that is structured like this: EAR | -> META-INF | | -> application.xml | -> WAR | | -> META-INF | | -> MANIFEST.MF -> Class-path: config.xml | | -> WEB-INF -> lib/classes etc | -> depA.jar | -> depB.jar | -> config.xml The war conta

[jboss-user] [Installation, Configuration & DEPLOYMENT] - custom context for EJB deployment

2008-10-01 Thread sfisque
i am deploying a standalone EJB3 service (some SLSBs and SFSBs) as a .jar file using the autodeploy mechanism. what i want to do is change the context the beans are bound to, without changing the jar name. i have looked at repacking it as an .ear file, but, once again, the deployment context i

[jboss-user] [JBoss Portal] - about hyperlink of portal pages

2008-10-01 Thread hubery
I defined some subpages in the top tab, just like the menu, I can define some web pages in CMS and edit the layout of the subpage to include this pages. But in this way, when I click on the subpages, it will open the page in the same window, how to make them jump to a new page ? Thanks in advanc

[jboss-user] [JBoss Portal] - Re: deploy portlet to display applets failure

2008-10-01 Thread hubery
nobody can help me ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179903#4179903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179903 ___ jboss-user mailing list jboss-user

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Where is the JBOSS Pending Registration data stored?

2008-10-01 Thread PeterJ
"pending user data"??? I have a feeling that when you say "jboss" you do not mean JBoss Application Server, but rather one of the other products in the JBoss family of middle-ware products. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179901#4179901 Repl

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Where is the JBOSS Pending Registration data stored?

2008-10-01 Thread op2007
I've looked in every table in jboss and have not been able to find where the pending user data is stored. Only after I've approved the pending registration will the user data appear in the jboss database. Anyone know where to find this data? Thanks! View the original post : http://www.jbo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - java.lang.NoClassDefFoundError: org/hibernate/persister/enti

2008-10-01 Thread siddiq_sa
Hi all, When ever i deploy the EAR in JBoss instance it gives me the error java.lang.NoClassDefFoundError for Hibernate. Applications runs fine when i run in my local server and with the same instance when i am trying to run in another server/remoter server it gives me the error java.lang.NoCla

[jboss-user] [JBoss jBPM] - Re: At end of task, return to

2008-10-01 Thread woo37830
On the tasks.xhtml page I found the section where there was a view="form" and changed the and removed the redirect="true" This causes the task to go back to the home.jsf when completed. Also added a button to the comment page so that if you clicked "Cancel" it went directly to the home page. T

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Server running on port 8888 and 8493 but application is

2008-10-01 Thread contraptionenkh
The port was not enabled. Found the solution myself. Thanks !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179895#4179895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179895 ___

[jboss-user] [Security & JAAS/JBoss] - JBoss and Keystores

2008-10-01 Thread regisan
Hello! I've got an application in JBoss that works as a client webservice. The communication is over SSL with mutual authentication. It works fine when I set the system properties javax.net.ssl.keyStore*. But I'm tring to find a way to encrypt the keystore password. I know that there is a wiki

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Limiting log file size/versions under 4.0.1SP1

2008-10-01 Thread johnloo
Thanks everyone! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179892#4179892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179892 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss jBPM] - I need your help desperate: How to stop jbpm proces

2008-10-01 Thread yalag
I'm been working for the last 28 hours, I cannot find the answer. I beg for your help. I've searched the documentation of jbpm, nothing. I've read all the java doc also nothing. One of our jbpm process has a chance of running really long (20 hours+). We would like an ability to stop it. The pro

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread kukeltje
ok... great that it works... can you file a jira issue for the 'misleading' docs? so it won't get lost View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179889#4179889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179889

[jboss-user] [JBoss Cache: Core Edition] - Re: Synchronous replication result with suspect member

2008-10-01 Thread afelle1
Stack trace on machine A: anonymous wrote : 2008-09-29 00:02:21,740 ERROR [org.jasig.cas.ticket.registry.JBossCacheTicketRegistry] - org.jboss.cache.ReplicationException: rsp=sender=XXX.XXX.XXX.XXX:, retval=null, received=false, suspected=false | org.jboss.cache.ReplicationException: rsp=s

[jboss-user] [EJB/JBoss] - JBoss hangs while trying to retrieve values from Entity bean

2008-10-01 Thread vckrishnan
Hi All, I have a very strange problem with JBoss 4.0.5 GA. I am migrating an application from Weblogic to Jboss. In my application there is a search functionality which involves using entity beans. When i perform this search functionality Jboss gets hangs for certain search terms, for some ter

[jboss-user] [JBoss Cache: Core Edition] - Synchronous replication result with suspect member

2008-10-01 Thread afelle1
QUESTION: Whenever putting an attribute / node into the cache and a replication exception occurs due to time out or a remote machine being suspect, is the attribute / node put into the cache on the other machines that did respond? We have our cache configured for synchronous replication with a c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Server running on port 8888 and 8493 but application is not

2008-10-01 Thread contraptionenkh
Hi Everyone, I am newbie in Jboss. I configured the server.xml file so that my application runs on port and 8493. 8493 is for SSL which is needed for my application. Once I deploy the .ear file the log is fine and there is not a single error/exception. Last 3 lines are: 2008-10-01 14:34:47,

[jboss-user] [Clustering/JBoss] - Scheduling app to run on one node only

2008-10-01 Thread markad2
We're in a 2-node cluster environment with various scheduled services. A new application has a requirement to run only one node once a day - our other scheduled apps are fine with running on both nodes and needs to stay that way. In this app's case, the scheduled service is duplicating data in

[jboss-user] [JBoss Portal] - Re: Using Shared Libraries in Portlets.

2008-10-01 Thread mabimal
Thank you peterJ I will try to go with 1st option Regards Mabimal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179879#4179879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179879 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: Trailblazer fails to start

2008-10-01 Thread PeterJ
Looks like something was fixed in 4.2.3. Reviewing the release notes might give a clue as to what it was. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179876#4179876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179

[jboss-user] [JBoss Getting Started Documentation] - Re: Trailblazer fails to start

2008-10-01 Thread manemannen
I just downloaded JBossAS 4.2.3 and deployed EJB3Trail.ear. I did just as I did before and guess what - this time it worked?! hm, total confusion.. Now I just need to see if it works when I deploy my project from within Eclipse as well. View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Getting Started Documentation] - Re: Trailblazer fails to start

2008-10-01 Thread manemannen
I also tried to deploy the provided EJB3Trail.ear (that is without creating my own project and so on..). The same result. The queues that are problematic are: mdb, mdpojo, injection. The first error I get in the logs is the following (with some ok messages before that). 18:42:03,897 WARN [Mess

[jboss-user] [Beginners Corner] - Re: Schedular MBean & Injection

2008-10-01 Thread PeterJ
To wait on JNDI add a depends on jboss:service=Naming View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179872#4179872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179872 ___ j

[jboss-user] [Beginners Corner] - Re: Schedular MBean & Injection

2008-10-01 Thread aslocal
"PeterJ" wrote : If the EJB is already deployed when the service runs, then it sounds like this could be a bug. You should probably file a JIRA. Thanks. I did open up a support case with Redhat. Funny enough under 4.2.3 I get this error when starting: 09:35:03,980 ERROR [STDERR] java.lang.Nul

[jboss-user] [EJB/JBoss] - Re: Jboss hangs after running for a while

2008-10-01 Thread imranpariyani
thanks for the replies ... @jaikiran .. after analyzing the tread dump i was able to figure out where the problem was .. so thanks for the clue :) Regards Imran View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179870#4179870 Reply to the post : http://www.

[jboss-user] [JBoss Getting Started Documentation] - Re: Trailblazer fails to start

2008-10-01 Thread manemannen
Ok I am using jboss 4.2.2.GA deployed on Ubuntu 8.04.1 (Linux version 2.6.24-19-generic). anonymous wrote : 1) Another MDB is using the same queue name, in which case perhaps only that MDB has read access to the queue. I don't think it could be this problem. The beans in the TrailBlazer demo tr

[jboss-user] [Beginners Corner] - Re: Schedular MBean & Injection

2008-10-01 Thread PeterJ
If the EJB is already deployed when the service runs, then it sounds like this could be a bug. You should probably file a JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179868#4179868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Beginners Corner] - Re: Schedular MBean & Injection

2008-10-01 Thread aslocal
"PeterJ" wrote : Services are started before EJBs, therefore the EJB is probably not ready at the time the code is run. You need to add a depends tag that references the BMean generated for the EJB. Something like this: | | | | jboss.j2ee:ear=xxx.ear,jar=xxx.jar,name=MyEjb,service=EJB3

[jboss-user] [JBoss jBPM] - Node thread safety issue

2008-10-01 Thread [EMAIL PROTECTED]
The Node class has a potential deadlock condition in getLeavingTransitionsMap() if multiple users attempt to leave the same node at the same time. The leavingTransitionMap.put() method isn't thread safe so multiple threads can deadlock there. Other configuration methods are not thread safe bu

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: beginner questions

2008-10-01 Thread PeterJ
1) There is no way to tell from this configuration. Each app server provides its own persistent engine, with JBossAS using Hibernate. If you used this configuration on another app server you would get another persistence engine. 2) http://www.manning.com/bauer2/ View the original post : http:

[jboss-user] [EJB 3.0] - Re: Problem during marshalling/unmarshalling

2008-10-01 Thread imranpariyani
hi ocsamuel were u able to solve this problem ? i am also getting the same error .. checked the client jars twice .. they are the same .. below is the stack trace .. i am streaming the object from jboss to tomcat ... when i print the object in jboss console it seems to be fine ... and the f

[jboss-user] [JBossWS] - Re: Not getting instance of Service object from a WSDL file.

2008-10-01 Thread PeterJ
Go back an read my previous reply, under item #1. You have to do your own searching for the correct set of JAR files. You will probably need to add about 12 JAR files to the classpath. If it were just one or two, I could tell you each time you get a CNFE which JAR you need to add, but doing this

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: apache2 + jboss4.2.3 ajp problem

2008-10-01 Thread PeterJ
anonymous wrote : Question : Why sould we install Jboss native to install jboss as a service ? Actually, you do not have to "install" JBoss Native. You can, instead, copy just the service.bat and jbosssvc.exe files from jboss_native/bin to jboss_home/bin. Those are the only two files required

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread juergen_lampe
This was THE hint - now it works as expected: | | |System.out.println("Timer fired "+node); | | | | | But the docu is misleading, saying: anonymous wrote : this attribute is only to be used i

[jboss-user] [JBoss Getting Started Documentation] - Re: Trailblazer fails to start

2008-10-01 Thread PeterJ
4.2.x? Please be specific (4.2.x includes 4.2.3) The default security should grant you access. The only reasons I can think of that could cause this problem are: 1) Another MDB is using the same queue name, in which case perhaps only that MDB has read access to the queue. 2) A *-service.xml c

[jboss-user] [EJB 3.0] - Re: Accessing EJB3s through a firewall

2008-10-01 Thread brunogsimoes
Magnus, can you explain better the step 1 and 4 in windows ? Thanks in advance B View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179853#4179853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179853 _

[jboss-user] [JBoss Portal] - Re: Using Shared Libraries in Portlets.

2008-10-01 Thread PeterJ
I assume that each portlet is being deployed in its own WAR file and that the library JARs required by the portlets are in their WEB-INF/lib directory. As you guesses, such JARs cannot be shared between WARs, as that would be against the spec. Here are a couple of solutions: 1) Places you WARs

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - beginner questions

2008-10-01 Thread soliko
Hi all, I am new in JBoss/Hibernate so I have few simple questions: I am working with persistence api on stateless ejb and all working fine, my questions are: 1. how do I know that the persistence engine is Hibernate if this is my configuration: | java:/MySqlDS | | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: mvn Jboss:deploy plugin issue

2008-10-01 Thread PeterJ
Look at this file name: /usr/etc/jboss/jboss-4.2.2.GA/bin/C:\mysystems-app\collaboration\trunk\mysystems-earapp\target/mysystems-earapp-1.0.ear Notice that a Windows path got appended to a Linux path. I do not think that the plugin is behaving in the way you want. You think that the plugin will

[jboss-user] [JBoss Messaging] - Re: Takes much time to Startup - 1.4.0.SP3

2008-10-01 Thread [EMAIL PROTECTED]
"Craig2007" wrote : | FYI | We have millions of messages which are pending to be delivered from the JBoss messaging server. | Did you try playing with paging? http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP3/html/configuration.html#co

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Is there a hard limit to the number of session JBoss portal

2008-10-01 Thread bkandanoor
Is there any session limit that jboss portal can handle View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179846#4179846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179846 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Is there a hard limit to the number of session JBoss portal

2008-10-01 Thread bkandanoor
Is there any session limit that jboss portal can handle View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179845#4179845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179845 ___

[jboss-user] [EJB 3.0] - Re: Steless Session bean as Webservice

2008-10-01 Thread PeterJ
Where in your code are you referencing Sun-specific classes (com/sun/xml/messaging/saaj/soap/AttachmentPartImpl)? You should not need that. Are you trying to use Axis (I noticed it in your classpath)? You do not need Axis with CR2. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [Beginners Corner] - Re: Schedular MBean & Injection

2008-10-01 Thread PeterJ
Services are started before EJBs, therefore the EJB is probably not ready at the time the code is run. You need to add a depends tag that references the BMean generated for the EJB. Something like this: | jboss.j2ee:ear=xxx.ear,jar=xxx.jar,name=MyEjb,service=EJB3 | You can use the jmx co

[jboss-user] [JBoss jBPM] - Re: At end of task, return to

2008-10-01 Thread kukeltje
anonymous wrote : Is there a place where this is explained? no, sorry anonymous wrote : I'd be glad to RTFM I know ;-) anonymous wrote : if I could locate one that had this translated in it! Fat change, since it was not intended to be end-user targeted with these kinds of specific wishes. th

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread kukeltje
small correction: timers are only cancelled when they are on a task that is ended. So either use a cancel-timer in a transition or define the cancel-event attribute on the timer and set it e.g. to node-leave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41798

[jboss-user] [JBoss jBPM] - Re: At end of task, return to

2008-10-01 Thread woo37830
More, In task.xhtml we have a section in an where http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179835#4179835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179835 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Cache: Core Edition] - Re: Problems deploying POJO cache to JBoss AS 4.2.2.GA

2008-10-01 Thread skaffman
The JBossCacheAsCompatibility wiki page is a bit confusing, in that it provides a sample deployable WAR file that uses JBC 2.x, but without the relevant JAR files, and does not list which JAR files from the JBC distro should be included, and which are unnecessary. I'm trying to deploy an EAR co

[jboss-user] [EJB/JBoss] - Re: Can someone look at this application? help understanding

2008-10-01 Thread rickcr
"jaikiran" wrote : Which version of JBoss and Java do you use? Please post the entire exception stacktrace and the console logs when you deploy your application with the following annotation in the servlet: | | @EJB(mappedName="user-administration/UserServiceBean/local") | | private User

[jboss-user] [JBossWS] - Are ports reusable/concurrent?

2008-10-01 Thread jorgemoralespou_2
Hi, I'm developing an application with JBossWS, and using it as server and as client, invoking some other webservices in other servers. Doing tunning of my app, I have found that too much time is spent every time I invoke getPort on a service, as it seems that everytime is generating the port on

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread kukeltje
btw, your first example is wrong. You cannot (and should not) cancel the timer within itself. The cancel timer should be on the transition, and it might even be left out completely, since (afaik, but you should check) a timer on a node is cancelled when this node is left. View the original post

[jboss-user] [JBoss jBPM] - Re: At end of task, return to

2008-10-01 Thread woo37830
Understand it's all basic JSF. Question is, which jsf tag and where to put it in order to have Cancel and Submit send the user back to the preset home.jsf? Yes, understand about the end-user, just no time at present as we are having to do a proof-of-concept to get the go-ahead to do the end-use

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread kukeltje
any errors in the logging? turn on debug level to see what happens. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179827#4179827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179827 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Entities in clustered environment

2008-10-01 Thread testrot
Hello, I read the JBoss Application Server Clustering Guide version 5.0.0 beta to receive an impression about the failover/load balancing features provided by JBoss AS 5.0. The ultimate goal is to build a failsafe system on top of the AS. But I'm not quite sure about the failover capabilities c

[jboss-user] [JBoss jBPM] - Re: jBPM-Console process instance creation time

2008-10-01 Thread kukeltje
It is... and what do we all learn from this ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179825#4179825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179825 ___ jboss

[jboss-user] [JBoss jBPM] - Re: Dying processes problem

2008-10-01 Thread kukeltje
"Turanyi" wrote : | Imagine: I deploy process. Everything is ok. Process works. | It can't just work... process INSTANCES have to be started or signalled "Turanyi" wrote : | Now I stop JBoss server by ctrl+c. Server shutdown. | Ok, this should not be a problem"Turanyi" wrote : | After

[jboss-user] [JBossWS] - Passing subclasses as parameters

2008-10-01 Thread sagimann
Hi, I've encountered an issue while trying to declare web service methods which accept subclasses. The published WSDL does not contain the sub classes even if I specify them in @XmlSeeAlso. I've read some posts about this here, and it seems that it should be supported in JBossWS 2.0.2 and higher

[jboss-user] [EJB 3.0] - Re: Steless Session bean as Webservice

2008-10-01 Thread dasariprasad
Thank you , i downloaded saaj-impl.jar put it in jboss\client folder and i could sess my client running well View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179820#4179820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Re: Not able to login as a different user

2008-10-01 Thread kukeltje
in the tasklist? or if you know the taskid? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179816#4179816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179816 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Error opening XHTML files in eclipse

2008-10-01 Thread venkatkodali
Hi Max, I reinstalled eclipse Europa and jboss tools looks good When i run eclipse in debug mode i am getting this !ENTRY org.eclipse.ui.workbench 2 0 2008-10-01 09:43:21.631 !MESSAGE A handler conflict occurred. This may disable some commands. !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-10-0

[jboss-user] [JBoss jBPM] - Re: jBPM-Console process instance creation time

2008-10-01 Thread juergen_lampe
Seems a duplicate of http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142925 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179808#4179808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179808 _

[jboss-user] [JBoss jBPM] - Dying processes problem

2008-10-01 Thread Turanyi
Hi. Imagine: I deploy process. Everything is ok. Process works. Now I stop JBoss server by ctrl+c. Server shutdown. After some time I start JBoss server and I see problems with deploy process from tmp... I look to jbossws console and I see prosess is not started. Process not respond, process is d

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-10-01 Thread huberth
I've got similar issues with the CR load. Many ears using the same persistent units, so the PUs are in separate jars. It is unable to find the PU. If I throw the pars into one of the ears, and only deploy that ear, all is well. This worked fine under JBoss 4. View the original post : http:/

[jboss-user] [JBossWS] - Does wsdl-override work in Jboss 4.2.3GA?

2008-10-01 Thread jimpo
I am trying to use jboss.xml and wsdl-override to set the location where my webservices (annotated with @WebServiceRef into an EJB) are at. With JBoss 4.2.1GA this works, but identical ear in 4.2.3 seems to not use the wsdl-override at all. Is there a known issue with JBoss 4.2.3GA and wsdl-ov

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Does wsdl-override work in Jboss 4.2.3GA?

2008-10-01 Thread jimpo
I am trying to use jboss.xml and wsdl-override to set the location where my webservices (annotated with @WebServiceRef into an EJB) are at. With JBoss 4.2.1GA this works, but identical ear in 4.2.3 seems to not use the wsdl-override at all. Is there a known issue with JBoss 4.2.3GA and wsdl-ov

[jboss-user] [JBoss jBPM] - Re: Assign problem

2008-10-01 Thread Turanyi
"Fabiana" wrote : Try with | | concat('text ', concat('text', $input.payload/tns:input')) | | where $input is the name of you variable. | Fabiana Many thanks. It works. I have to change too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179794#41

[jboss-user] [JBossWS] - Re: JbossWS from ip address to host name

2008-10-01 Thread jopersson
Hi, Found the problem. We sit in a Windows environment where '_' is standard in machine names. Removed underscore and things work fine now. /johan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179792#4179792 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Portal] - Problem with cach when a user modifies his password on JBoss

2008-10-01 Thread mkol
Hi, I use JBoss AS 4.05, JBoss Portal 2.6.3 and OpenLDAP. When a user logs on the portal, JBoss Portal verifies if the login exists in OpenLDAP, and it verifies if the password is the same too. It works but I created a portlet to modify the password of the loggued user. And I have the problem b

[jboss-user] [JBoss Tools (users)] - Re: Error opening XHTML files in eclipse

2008-10-01 Thread [EMAIL PROTECTED]
it looks like you dont have a consistent eclipse installation. Several plugins (especially those with org.jboss in their names) are missing prerequisite plugins. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179783#4179783 Reply to the post : http://www.j

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread juergen_lampe
I think so. It should be started via the web.xml entry: | | | Starts the job executor on servlet context initialization and stops it on | servlet context destruction. | | org.jbpm.web.JobExecutorLauncher | | |

[jboss-user] [JBoss jBPM] - Which tables are parts of definition ?

2008-10-01 Thread boraldo
I want to clean my database that is related to jbpm, but I don't want to redeploy processes. So I should remove all tables that doesn't take part in process definitions. Which tables shouldn't I clean ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179779#4

[jboss-user] [JBoss Messaging] - When is 2.0 GA?

2008-10-01 Thread arunv
I was wondering what the tentative date is for 2.0 GA? I did not see it int he JIRA roadmap... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179774#4179774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179774 ___

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread jbarrez
Looks fine at first sight. Is the executor started? Eg in a non-enterprise environment, have you called jbpmConfiguration.startJobExecutor() ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179773#4179773 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread juergen_lampe
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread jbarrez
Is the job scheduler correctly configured in the jbpm.cfg ? Please post the config here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179768#4179768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179768 _

[jboss-user] [JBoss jBPM] - Re: Not able to login as a different user

2008-10-01 Thread danya
I am using 3.2.3 console...but still on user is able access other user's tasks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179767#4179767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179767 ___

[jboss-user] [JBoss jBPM] - jBPM-Console process instance creation time

2008-10-01 Thread juergen_lampe
Hi, I wonder how to identify the time zone for e.g. Start Date display in Process instances list. Showing: anonymous wrote : 47Ended Oct 1, 2008 10:19:36 AM Oct 1, 2008 10:22:30 AM ExamineDelete which means current time - 2 hours. In database it is

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Getting Error:closing a connection for you. Please help

2008-10-01 Thread rajikannan
Hello, I'm using jboss3.2.6. I used ejb2.1 (session bean and entity bean[BMP]). I did few data base transations in cmp and few in simple data source connection. I'm getting below errors occasionally 'No managed connection exception java.lang.OutOfMemoryError: Java heap space [CachedConnectionMana

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread juergen_lampe
Sorry, the code was cut during submitting it should look this: | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179761#4179761 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - Timers in jBPL

2008-10-01 Thread juergen_lampe
Hi, there is not much documentation regarding the actual use of timers. I want to implement a wait state which is left after the duration period. As I understood from description the following should do it: But nothing happens.

[jboss-user] [JBoss jBPM] - Re: Assign problem

2008-10-01 Thread Fabiana
Try with concat('text ', concat('text', $input.payload/tns:input')) where $input is the name of you variable. Fabiana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179755#4179755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBossWS] - Re: Not getting instance of Service object from a WSDL file.

2008-10-01 Thread [EMAIL PROTECTED]
"ajayks" wrote : Thanks Peter for the taking time to reply. | 1.What is strange in my JBOSS 4.2..2 installation is that I have not finding following jars in my $JBOSS_HOME/client/ path :- | jbossws-native-jaxws.jar | jbossws-native-core.jar | client/jbossws-native-jaxws-ext.jar

  1   2   >