[jboss-user] [JBoss Seam] - Re: ASync calls stays in JBoss queue after restart

2007-01-19 Thread m_hess
We disabled the persistent timer queue. It is explained in the JBoss Wiki how to do that. As far as I know, we still do have the Could not destroy component-problem with any other bean, that is triggered using startup. No solution so far. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Auto-completion support for ejb3 @NamedQuery annotations

2007-01-19 Thread [EMAIL PROTECTED]
I guess I wasn't originally clear on this. I didn't want auto-completion or syntax checking for HQL, I was looking for JPQL support. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003687#4003687 Reply to the post :

[jboss-user] [JBossCache] - Re: how to syn JBossCache with the database

2007-01-19 Thread [EMAIL PROTECTED]
You would need to write some external code that will be able to listen to changes in the DB and flush (portions of) the cache accordingly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003690#4003690 Reply to the post :

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-19 Thread [EMAIL PROTECTED]
There is no automatic gravitation done for the backup. In your example, cache[1] always had /_BUDDY_BACKUP_/192.168.0.4_33266/one. No gravitation necessary. cache[1] also now sees /_BUDDY_BACKUP_/192.168.0.4_33266/three since cache[2] realises that it doesn't have a backup anywhere anymore,

[jboss-user] [JBoss jBPM] - Trying to cancel a timer

2007-01-19 Thread saphir
I setup a timer in a state, when the process came to the state, the timer will execute. In the timer, I am trying to do some job. if success, I want to cancel the timer, and the process goes into wait state for a remote singaling. But in the timer, can cancel it? Is there anyone konw how to stop

[jboss-user] [JBossCache] - Re: who can help me? something about treecache.

2007-01-19 Thread [EMAIL PROTECTED]
is the directory above resources in your classpath? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003695#4003695 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003695 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Auto-completion support for ejb3 @NamedQuery annotations

2007-01-19 Thread [EMAIL PROTECTED]
eh - why do you think HQLchecking is not enough for you ? :) HQL = JPQL Thus they work the same. note in b9 there is no additional setup after you have created a console configuration for a project. You just need to make sure the sessionfactory is created (expand the node in the console

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-19 Thread puggelli
I used the word 'gravitation' also for backup data, may be improperly. anonymous wrote : | cache[1] also now sees /_BUDDY_BACKUP_/192.168.0.4_33266/three since cache[2] realises that it doesn't have a backup anywhere anymore, and hence assigns cache[1] as it's new backup node with it's

[jboss-user] [Clustering/JBoss] - Re: Problem with TCP config

2007-01-19 Thread [EMAIL PROTECTED]
Can you try with the tcp.xml config from the JGroups/conf dir (part of the source distro of JGroups) ? I also suggest setting the bind_addr option in the config file, or using the -Dbind.address=1.2.3.4 property View the original post :

[jboss-user] [EJB 3.0] - how to declare session bean invoker

2007-01-19 Thread kiamfei
Hi, I am facing difficulty in declaring the invoker for my ejb3 session bean. jboss Documenataion says it can done through jboss.xml, but I found that for jboss4.0.5GA version there is no such file, would anyone give some lights ? I am not sure whether standardjboss.xml is similar to

[jboss-user] [JBossWS] - WS Eventing client - basics question

2007-01-19 Thread moensie
Hello, I am currently trying to write a ws-eventing client application. It is a swing application that should be notified of updates that occur on my server (is this possible??). I followed the SysmonTestCase example and I am able to subscribe to events. I am wondering now how can I read

[jboss-user] [Installation, Configuration Deployment] - how to declare session bean invoker

2007-01-19 Thread kiamfei
Hi, I am facing difficulty in declaring the invoker for my ejb3 session bean. jboss Documenataion says it can done through jboss.xml, but I found that for jboss4.0.5GA version there is no such file, would anyone give some lights ? I am not sure whether standardjboss.xml is similar to

[jboss-user] [JBoss Seam] - Re: Running the Booking sample on MS SQL Srv hungs when pres

2007-01-19 Thread petemuir
You need to read the hibernate docs for how to alter your persistence.xml to use XXXSQL. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003714#4003714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003714

[jboss-user] [EJB 3.0] - Re: naming of attributes in queries

2007-01-19 Thread andydale
Hi, Could you post up some your entity code, and the actual query you are trying to get to work. Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003711#4003711 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with ActionHandler

2007-01-19 Thread [EMAIL PROTECTED]
Please specify what version of jBPM you are using. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003716#4003716 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003716

[jboss-user] [Installation, Configuration Deployment] - Re: AS 4.0.5 GA complains about unclosed connections

2007-01-19 Thread tekniklas
PeterJ wrote : Sorry, I was typing from memory and not from example code. I meant to also show getting the connection from the datasource and then closing the connection in the fiinally block. Thank you Peter. I am happy now that the connection is closing. I am now deploying to the jboss web

[jboss-user] [EJB/JBoss] - Setting dirty flag

2007-01-19 Thread thanukshad
How to set the dirty flag true for BMPs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003720#4003720 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003720 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Role Management and User portlet access other than

2007-01-19 Thread [EMAIL PROTECTED]
I just tried with no problem. I would be curious to know how you did exactly. I just created a new user, add him to the Administrator role and he has the Admin privileges (he has the link to create user for example. (in the management portlet, Admin corresponds to the Administrator role, this

[jboss-user] [JBoss Portal] - Re: Role Management and User portlet access other than

2007-01-19 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBPORTAL-1207 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003725#4003725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003725 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam 1.1.1.GA

2007-01-19 Thread mariuszs
ICEFaces is compatibile with this release? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003727#4003727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003727 ___ jboss-user

[jboss-user] [JBoss Seam] - Global navigation rules in pages.xml

2007-01-19 Thread petemuir
Is there currently a way to use a global navigation rule e.g. navigation-rule |navigation-case | from-outcomefoo/from-outcome | to-view-id/foo.xhtml/to-view-id |/navigation-case | /navigation-rule in pages.xml? They are occasionally useful, and without them, some

[jboss-user] [JBoss jBPM] - Re: Action fires more times in a processinstance

2007-01-19 Thread kukeltje
Sorry, but whether something is useless is for us to decide. You ask us for help with a problem you cannot figure out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003731#4003731 Reply to the post :

[jboss-user] [EJB 3.0] - Re: naming of attributes in queries

2007-01-19 Thread micho
@Entity | @Table(name = Benutzer) | public class User implements Serializable | { private long mSid; | private long mMandantID; | private String mId; | | public User() { super(); } | public String getId() { return mId; } |

[jboss-user] [JBoss Portal] - Re: Refreshing a portlet's cache

2007-01-19 Thread [EMAIL PROTECTED]
You want to invalide the portlet cache per user and per window ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003747#4003747 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003747

[jboss-user] [JBoss Seam] - Re: Seam 1.1.1.GA

2007-01-19 Thread kukeltje
ICEFaces 1.5.1 and Seam 1.1.1 are (relatively) the best combination of each so far. ICEFaces on its own is good, (except the icefaces datepicker which is unusable), seam is great. The combination is getting better and better. Now ICEFaces 1.5.2 is out it should be even better since they made

[jboss-user] [JBoss jBPM] - Re: Problem with ActionHandler

2007-01-19 Thread Froschfinger
I am using JBPM 3.1.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003755#4003755 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003755 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Advice on Security System

2007-01-19 Thread [EMAIL PROTECTED]
I tried again, running ant clean first then logging in with demo/demo, still no exception. I've since changed ProfileAction so that it doesn't use the Principal name in the query, so if you want to try this latest version from CVS it should now work for you. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1.1.GA

2007-01-19 Thread [EMAIL PROTECTED]
I also tried the latest ICEFaces and played with the tree component. Unfortunately it is not really usable, there are rendering issues and the model binding is unnecessarily complicated by mixing the Swing TreeModel with a custom IceUserObject extension point. This regularly comes up on the

[jboss-user] [JBoss Seam] - Injecting Entity Queries into beans

2007-01-19 Thread petemuir
At the moment you can inject an EntityQuery into a component @Name(foo) | public class Foo { | |@In(create=true) |private EntityQuery barQuery; | |... | |public void foo() { | Iterator it = barQuery.getResultList().getIterator(); | while

[jboss-user] [JBoss Seam] - Re: Seam 1.1.1.GA

2007-01-19 Thread mariuszs
[EMAIL PROTECTED] wrote : Seam 1.1.1 is available for download | | I see new chapter in documentation for 1.1.1 (Chapter 23. Security). Is new security ready to use now? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003780#4003780 Reply to the post :

[jboss-user] [JBoss Seam] - Booking example stops working

2007-01-19 Thread tvrtko
If you wait several minutes on search page, everything stops working. Here is how you can repeat this behavior: - all business operations are performed in one tab/window - all debug operations are performed in second tab 1. register 2. login 3. search for string a - it works 4. check debug

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.6-ALPHA1-bundled with Oracle

2007-01-19 Thread olivwalt
Hello Julien, thx for reply, unfortunatly the new domain.hbm.xml did not work as well, even more tables missing in Oracle Schema With the original one i got 79 Tables in Oracle, with the new from you it`s only 66. When requesting http://localhost:8080/portal i get a different exception:

[jboss-user] [JBoss Seam] - s:validateAll and Advanced Facelets Programming. Is it a

2007-01-19 Thread vladimir.kovalyuk
I was impressed by http://www-128.ibm.com/developerworks/web/library/j-facelets2.html I tried to implement similar approach but I got StringOutOfRangeException. That was the first problem with Validators class. It is in the following string: String modelExpression =

[jboss-user] [JBoss jBPM] - Re: Problem with ActionHandler

2007-01-19 Thread [EMAIL PROTECTED]
Use taskInstance.getVariable() and taskInstance.setVariable(). Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003792#4003792 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003792

[jboss-user] [JBoss jBPM] - can we integrate an application with jbpm?

2007-01-19 Thread madhura bathina
1.i creaed an application in java before 1 month.now i want to integrate it with jbpm.can we do that?if possible tell me how 2.Intially when we run jbpm,it is displaying login a page containing login field.i want to put my own pages in place of that.can you tell me how can i do that? please

[jboss-user] [JBoss jBPM] - Re: can we integrate an application with jbpm?

2007-01-19 Thread kukeltje
1: yes, by reading the documentation and doing it 2: yes, by either creating your own webapp or changing the jbpm login page/mechanism (it is just j2ee based) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003794#4003794 Reply to the post :

[jboss-user] [JBoss Seam] - File upload tutorial not valid anymore?

2007-01-19 Thread beligum
Hi all, I followed the tutorial on http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamFileUpload (also read the ONJava article), and tried to implement it myself, using: jboss-4.0.5.GA jboss-seam-1.1.0.GA tomahawk-1.1.3 commons-fileupload-1.1.1 commons-io-1.2 (that's it, right?) Everything went

[jboss-user] [JBoss Messaging] - How to get the number of subscribers to a queue

2007-01-19 Thread alfred.rsa
Hi Can anyone please tell me how to get the number of subscribers subscribed to a queue. With MQ I used to interrogate the SubscribersCount property. Regards Alfred Thomas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003796#4003796 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:validateAll and

2007-01-19 Thread petemuir
Can you post the facelet you are trying to get working? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003797#4003797 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003797 ___

[jboss-user] [JBoss jBPM] - Re: can we integrate an application with jbpm?

2007-01-19 Thread madhura bathina
Ronald, thank u for ur reply. can u please send me an example project in which you have integrated ur application with jbpm. and also a document which helps me in that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003799#4003799 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Jboss 4.0.5 vs 4.0.1sp1

2007-01-19 Thread viniciuscarvalho
Hello there! We've just upgraded from 4.0.1 - 4.0.5 and we are getting an unusual errors here. It seems that 4.0.5 consider that everything is a XA tx, altough we do not use XA. We do have 2 different datasources, and yes we have places where some commit happens on both. We have a mix of entity

[jboss-user] [JBoss Seam] - Re: File upload tutorial not valid anymore?

2007-01-19 Thread petemuir
I think the tutorial is unmaintained. Probably this is an area that Seam should address as it's something that is often requested. Perhaps you could file a JIRA issue and see what Gavin says. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003801#4003801

[jboss-user] [JBoss Seam] - Re: Seam 1.1.1.GA

2007-01-19 Thread Newlukai
Is there any documentation where to put all the necessary jars in the ear and which jar is needed since Seam and ICEfaces use similar jars, e. g. commons-beanutils-1.7.0.jar (Seam) and commons-beanutils.jar (ICEfaces). I think it's better to use the versioned Seam jars since I can determine the

[jboss-user] [JBoss Seam] - Re: Advice on Security System

2007-01-19 Thread mikepkp17
Yep, it is working now, well done, the whole security framework is really great work, thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003804#4003804 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003804

[jboss-user] [JBoss Seam] - Re: s:validateAll and

2007-01-19 Thread vladimir.kovalyuk
I fixed some lines in that class got NPE. I realized that validate() takes script component tag parameters instead of evaluated expression. I debugged a lot JSF RI 1.2 and EL and realized that EL defers evaluation. Thus by calling valueBinding.getExpressionString() in ModelValidator.validate()

[jboss-user] [JBoss Seam] - Re: s:validateAll and

2007-01-19 Thread petemuir
As I suspected ;) There is AFAIK no way around the problem. As you say, what needs to happen is that you need to be able to ask EL to give you the final expression for expression, but there is no functionality in EL for this. I know Jacob is aware of this problem and I think he is working on a

[jboss-user] [JBoss jBPM] - Re: can we integrate an application with jbpm?

2007-01-19 Thread kukeltje
please read the existing documentation first (including the wiki), look at the examples and testcases... if you are into java this will give you more than enough information to get started. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003807#4003807 Reply

[jboss-user] [JBoss Seam] - Navigation Problem

2007-01-19 Thread rodrigobarreiros
I am having a problem with navigation in my application. If I use the following code, every thing works fine. | h:commandButton id=login action=login value=Login/ | But if I use the code below, the navigation doesn't works. The action listener is called but the redirect doesn´s happen.

[jboss-user] [Installation, Configuration Deployment] - Re: Configuration files, section 5.2 of user guide

2007-01-19 Thread warfster
While the text seems unclear to me, I have determined that it refers to the root directory of the web archive file. Consider the question answered. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003809#4003809 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: Getting Started and UserGuide - Configuration files for

2007-01-19 Thread warfster
While the text seems unclear to me, I have determined that it refers to the root directory of the web archive file. Consider the question answered. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003812#4003812 Reply to the post :

[jboss-user] [JBoss jBPM] - NullPointerException when adding ActionHandlers with GPD?

2007-01-19 Thread nikusa
Hello, I'm using JBoss IDE 1.5.1 bundle and the GPD which comes pre-installed with it. I'm trying to add my own ActionHandlers to some actions I've created. I enter my ActionHandler implementation to the 'Class' field using the 'Browse' function, press OK and get an error dialog An error has

[jboss-user] [JCA/JBoss] - Destroying connection that could not be successfully matched

2007-01-19 Thread LGSW_Sam
Hi! Using JBoss 4.0.5.GA-ejb3, Hibernate 3.2 Can someone explain what this means? Is the connection closed and removed from the pool when matchManagedConnections returns null? | 2007-01-19 15:16:15,045 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Destroying

[jboss-user] [JBoss Seam] - Re: Navigation Problem

2007-01-19 Thread kukeltje
are u sure painelGerencial exists in your navigation file? If not, you will stay at the same page View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003818#4003818 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003818

[jboss-user] [JBoss jBPM] - Re: NullPointerException when adding ActionHandlers with GPD

2007-01-19 Thread [EMAIL PROTECTED]
Hi Saku, This is indeed a known issue AFAIR. Try and use a different GPD version from the one that comes with JBoss IDE 1.5.1. Or else enter the name manually using the XML source page. Regards, Koen View the original post :

[jboss-user] [JBoss Portal] - Programmatic login

2007-01-19 Thread lehd
Hi all. I need to implement the following scenario: there is a login portlet with 2 fields for username and password and login button. Button has action url which triggers action in the portlet which makes real authentication. I dont want to use form-based authentication. Any ideas would be

[jboss-user] [JBoss Messaging] - Any Limit on the Number of connection to JBoss Messaging Ser

2007-01-19 Thread Craig2007
Hi Just wanted to know is there is any limit in creating connection object(with invocation of start method on the connection object) to JBoss Messaging. We are using jboss-messaging-1.0.1.GA. 1) I just wrote a program which created a connection object of around 2000.While going thru the log ,i

[jboss-user] [Beginners Corner] - javax.naming.NameNotFoundException hibernate service

2007-01-19 Thread GBlack
Hello everybody, I am learning server technology and now I want to do small application. JSF - EJB2 - Hibernate - MySQL. I defined this mbean in my .har server | mbean code=org.jboss.hibernate.jmx.Hibernate |name=sprava:name=MySqlSessionFactory | attribute

[jboss-user] [JBoss Seam] - Re: s:validateAll and

2007-01-19 Thread vladimir.kovalyuk
Bad news :( I don't want to rewrite UiValidateAll, but it seems that it is the only way. I haven't realized yet how to build the expression. Probably I will need to access to private field orig in some class. It keeps the original expression. It won't be difficult to traverse all the ASF

[jboss-user] [JBoss Messaging] - Wanted to do some mangerial activities on JBoss messaging en

2007-01-19 Thread Craig2007
Hi Just wanted to know is there any way i can get the total number of connections to Jboss messaging server at any point of time. how many sessions are open ,how many messages have been transferred for a particular Queue,Topic... Basically i need some statistics on the Queue,Topic and various

[jboss-user] [JBoss Seam] - Re: Navigation Problem

2007-01-19 Thread rodrigobarreiros
Yes. Exist. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003830#4003830 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003830 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: File upload tutorial not valid anymore?

2007-01-19 Thread beligum
I found a solution. Use this tutorial: http://wiki.jboss.org/wiki/Wiki.jsp?page=Alternative_FileUpload, especially the parts regarding the MANIFEST.MF, and you'll be fine. At least, I was... b. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003832#4003832

[jboss-user] [JBoss AOP] - Re: Problem with prepackaged security aspect on a POJO using

2007-01-19 Thread gmdr
:(, tried several times, but is not working. Below is the list of steps i think are correct and that i've already done: 1) downloaded: jboss-4.0.5.GA.zip 2) downloaded: jboss-aop_1.5.0.GA.zip 3) copied jboss-aop_1.5.0.GA\jboss-40-install\jboss-aop-jdk50.deployer to

[jboss-user] [JBoss Seam] - Clustering issue

2007-01-19 Thread mikepkp17
maybe someone can give me a pointer what to check to solve this issue. I am working with JBoss-4.0.5.GA installed with the latest JEMS-installer. I installed the EJB3-cluster profile. In my application I have several SFSBs annotated with @Clustered and after a certain amount of time the

[jboss-user] [JBoss Seam] - Re: Lazy mans guide to developing SEAM!

2007-01-19 Thread tvrtko
Is there any difference between MyEclipse and plain eclipse + jboss IDE in regard with deployment and all this stuff that you are writing about. Can I do this kind of deployment with plain eclipse? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003858#4003858

[jboss-user] [JBoss Seam] - Re: s:validateAll and

2007-01-19 Thread petemuir
It would be great if you can post back any success you have :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003857#4003857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003857

[jboss-user] [JBoss jBPM] - Re: removeTaskInstance doesn't work!

2007-01-19 Thread MindTheGap2
Sorry, the real code is this: | public void removeStateProcessInstance(Integer keyRef, String processNname, String state) { | JbpmContext jc = jbpmConfiguration.createJbpmContext(); | TaskMgmtSession tms = jc.getTaskMgmtSession(); | try { |

[jboss-user] [JBoss Portal] - Re: JBoss-Portal-2.6-Alpha-1, Image upload in CMS does not w

2007-01-19 Thread PeterJ
This didn't work in 2.4 either. See http://www.jboss.com/index.html?module=bbop=viewtopict=88506. The JIRA is http://jira.jboss.com/jira/browse/JBPORTAL-983 if you want to vote for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003862#4003862 Reply to

[jboss-user] [JBoss jBPM] - Numberformat exception while calling the WebService in BPEL

2007-01-19 Thread afzal34
Hello, I am having following error when my BPEL process invokes a webservice. It behaves randomly with some times the webservice invocation works and other times it fails with this error. 2007-01-19 10:02:22,263 DEBUG [org.jboss.axis.transport.http.HTTPSender]

[jboss-user] [Remoting] - Re: A change from one client via RMI on Server doesn?t see t

2007-01-19 Thread saho
Now it works. There was a problem with DNS server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003854#4003854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003854 ___

[jboss-user] [JBoss Messaging] - Re: Any Limit on the Number of connection to JBoss Messaging

2007-01-19 Thread timfox
I believe this is a remoting bug that has been found and fixed by Clebert. Clebert - can you confirm? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003844#4003844 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003844

[jboss-user] [JBoss Seam] - Re: Conversations

2007-01-19 Thread vladimir.kovalyuk
Is is possible to start a new conversation with @Begin and leave the current one untouched? As result there will be two sibling conversations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003849#4003849 Reply to the post :

[jboss-user] [Beginners Corner] - Hot redeployment on Jboss AS 5.0.0

2007-01-19 Thread virgo47
Hi I have a problem with JBoss AS 5. When I replaced EAR in deploy dir on version 4, it reloaded the application. AS 5 is not working this way for me now (Linux, Java 5, nothing special). I have to turn the AS all around with all the unnecessary time. Is there a cure for this? What I missed?

[jboss-user] [JBoss jBPM] - Re: Question: hierarchical model (graph nesting) ?

2007-01-19 Thread estaub
There is subprocess support - but it invokes another process from a node. If you mean having multiple pages that can reference each other within the same process definition, I don't think it exists. I wish it were implemented too! If you meant neither of these, please clarify. -Ed Staub

[jboss-user] [JBoss jBPM] - Re: NullPointerException when adding ActionHandlers with GPD

2007-01-19 Thread nikusa
[EMAIL PROTECTED] wrote : This is indeed a known issue AFAIR. Try and use a different GPD version from the one that comes with JBoss IDE 1.5.1. Or else enter the name manually using the XML source page. Ok, thanks. I will try to live with the older version of GPD for now since I had some

[jboss-user] [JBossCache] - Re: NoSuchMethodError: javassist.CtClass.stopPruning(Z)

2007-01-19 Thread JReifsnyder
In the hopes of benefitting anyone else who runs into this error -- it was an issue with the file versions. When I installed JBoss 4.0.5, and the latest version of the cache and aop software, I needed to build from the lib-50 stuff from the aop install and the cache install. I was attempting

[jboss-user] [JCA/JBoss] - ExecutionContext transactionTimeout misinterpreted by JBoss

2007-01-19 Thread ax666
according to http://java.sun.com/j2ee/1.4/docs/api/javax/resource/spi/work/ExecutionContext.html the transaction timeout (used by WorkWrapper/JBossWorkManager) is given in SECONDS, JBoss interprets this value as MILLISECONDS, hence we get a thread terminated after 60 msecs which are meant to

[jboss-user] [JBoss Messaging] - Re: Wanted to do some mangerial activities on JBoss messagin

2007-01-19 Thread timfox
Full management capabilities including statistics etc are available in 1.2, but not 1.0.x. I don't know if Hermes has got to around to supporting JBM yet, maybe you could ask them? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003846#4003846 Reply to the

[jboss-user] [JBoss Messaging] - Re: How to get the number of subscribers to a queue

2007-01-19 Thread timfox
This is not supported in 1.0.x, however it is supported in 1.2: |attribute access=read-only getMethod=getConsumerCount | descriptionThe number of consumers on the queue/description | nameConsumerCount/name | typeint/type |/attribute | View the original

[jboss-user] [Javassist user questions] - Javassist PermGen Problem with MyFaces

2007-01-19 Thread mpeter
Hello, we have some problems with Javassist in combination with MyFaces client state saving activated (Server State Saving works without problems): Everytime when a detached EJB3/Hibernate object is restored from Client View, Javassist generates a new proxy for the class. MyFaces uses an

[jboss-user] [JBoss AOP] - Re: Inteception on field inherited through generic superclas

2007-01-19 Thread [EMAIL PROTECTED]
OK, I have reproduced your problem and fixed in svn for Branch_AOP_1_5. Please let me know if I got it right this time :-) I can't remember if you had problems building it from svn, but once you check it out 1) delete all subfolders of the thirdparty/ folder 2) go to the build/ folder and

[jboss-user] [Beginners Corner] - Re: Hot redeployment on Jboss AS 5.0.0

2007-01-19 Thread virgo47
Ah... I always googled only some memory leak fixed (release notes) and I must miss this in the README. Ok, good to know. Thanks :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003871#4003871 Reply to the post :

[jboss-user] [JBoss jBPM] - Create programmatically Subprocess

2007-01-19 Thread ppc
Hi, can somebody could point me how to create programmatically subprocess ? any help is appreciated.. ppc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003870#4003870 Reply to the post :

[jboss-user] [JBoss Seam] - Guidance on nested pageflows

2007-01-19 Thread sonstone
I've seen a few posts about this topic but can't get my head around what is possible. I'd like to have a main pageflow that delegates to several sub-flows rather than have a single rather large main flow; and I'd like the delegation to be controlled by the pageflow. Is this possible; and if

[jboss-user] [JBossWS] - Re: Enabling transport compression with JBossWS

2007-01-19 Thread mo_ctaylor
Are there any plans for JBossWS to upgrade to Remoting 2.0.x and use the new feature http://jira.jboss.com/jira/browse/JBREM-425;jsessionid=506E94EEC425428E9D0B647DBCB56E7C so that clients can indicate that they accept compressed transport data and actually use the compression unmarshaller if

[jboss-user] [JBoss jBPM] - Re: HibernateException (cache) when deployign hello process

2007-01-19 Thread christian.seiffert
I had the same problem as you with JBoss AS 4.0.5. In this version Hibernate 3.2 is used. JBoss AS 4.0.4 comes with Hibernate 3.1 and this is what the service is build for (build.service.404). I think this is the problem. Replacing Hibernate 3.2 with 3.1 will solve the problem but is not a good

[jboss-user] [JBoss Seam] - seam with oracle adf

2007-01-19 Thread lschaffer
Hello everybody I would like to use seam with ADF I am using JDeveloper 10.1.3.1.0 Latest seam (1.1.1GA) version has been download installed I prepared a new project with seam-gen (thats works) Then I made a jdev project (using ... project from source) and added new JSP (jspx) page with a

[jboss-user] [JCA/JBoss] - 3.23.x MSSQL datasources -- not reconnecting on DB failure

2007-01-19 Thread smccool
We're trying hard to get upgraded to a recent release of Jboss, but in the meantime are stuck on 3.23. We're having some DB stability issues in which our clustered MS SQL server is failing over fairly regularly. Right now, this requires us to manually restart JBoss instances, because they

[jboss-user] [JBossCache] - Re: who can help me? something about treecache.

2007-01-19 Thread neddy
yet, the path is class/resources/treecache.xml, so can you give me a simple comfig but not the ect/META-INF/tree-service.xml, of course, if you can write some notes or tell me for what? and whether or no thank you for your help! View the original post :

[jboss-user] [EJB 3.0] - problem using embeded ejb3.0

2007-01-19 Thread sudam.sahu
hi, i m using embeded ejb 3.0 with hibernate entity manager to test junit test cases. i have already configured all the files to deal with mysql database. but while i m running the test cases i m getting the following errors. is it necessary to chanfge any code in the jboss-jms-beans.xml file. i

[jboss-user] [Installation, Configuration Deployment] - What Port open firewall and redirect NAT

2007-01-19 Thread anexus
Hello, I am French so excuse me for my english. I would like to know what port must be open to redirect in my routeur JBOSS and EJB I know the port 1099 and 1098 for JNDI/RMI but my rich client cannot connect to my JBOSS/EJB. And in my local network it's ok. Thank's for you, View the

[jboss-user] [JBoss Seam] - Re: ASync calls stays in JBoss queue after restart

2007-01-19 Thread [EMAIL PROTECTED]
We are considering alternative implementations for timer events than the EJB timer service. In the meantime, you are at the mercy of the timer service implementation and it's capabilities. I'm not familiar with the Could not destroy component problem. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Hot deployment..old jobs keep running..is it normal behavior

2007-01-19 Thread sursha
Hi, I'm using JBOSS 4.0.5GA with ejb3 exposed as web services. When we do hot deployment of ear file, in the middle of running a job, it doesn't get killed. It keeps running till completion. I was thinking when a new ear file is deployed, the new classes are loaded and the old processes will

[jboss-user] [JBoss Seam] - Re: iceFaces inputFile component

2007-01-19 Thread buddy1974
Hi all, tried the icefaces upload component in conjunction with the new seam 1.1.1 release, and icefaces 1.5.2 and I still have no luck. I am getting the following Exception: anonymous wrote : | 16:52:50,353 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6)

[jboss-user] [JBoss Seam] - Re: Running seam on geronimo problem

2007-01-19 Thread [EMAIL PROTECTED]
I looks like it is failing to connect to JNDI. How is that normally done in Geronimo? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003890#4003890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003890

[jboss-user] [JBoss Seam] - Re: Global navigation rules in pages.xml

2007-01-19 Thread [EMAIL PROTECTED]
Does view-id=* work for you? | page view-id=* |... | /page | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003891#4003891 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003891

[jboss-user] [JBoss Seam] - Re: seam with oracle adf

2007-01-19 Thread petemuir
You should consider using trinidad - the result of the donation of ADF to the apache foundation. It's also worth searching the forum - this has come up before. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003892#4003892 Reply to the post :

[jboss-user] [JBossWS] - Re: WS Eventing client - basics question

2007-01-19 Thread [EMAIL PROTECTED]
Eventing uses the remoting subsystem to send notifications. It should be possible to to trigger a, let's socket invocation by passing an according remoting URL within the EPR. In order to consume this on the client side, your swing app would need set up a corresponding server socket. See

[jboss-user] [JBoss Portal] - Please Help....

2007-01-19 Thread indyJones
OkFor the life of me I can not figure out where to put my Applet jar... Can anyone help? Here is my JSP | | %@ page language=java extends=org.jboss.portal.core.servlet.jsp.PortalJsp % | %@ taglib uri=http://java.sun.com/portlet; prefix=portlet % | %@ taglib

[jboss-user] [JBoss.NET] - Re: Axis WebService Array Problem

2007-01-19 Thread lymenko
HI, Did you or anyone found a solution to that problem? I am having the same problem, any help will be appreciated. (base=soapenc:Array is not recognizes!) Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003898#4003898 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam with oracle adf

2007-01-19 Thread lschaffer
hello I was thinking about Trinidat too But Trinidad did not have a release yet Jdev has and it has a great visual editor for jsf pages View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003899#4003899 Reply to the post :

  1   2   3   >