[jboss-user] [JBoss jBPM] - To invoke JBPM Workflow from a servlet

2007-01-23 Thread acpradeep1234
Hi, Could you please let me know the Java API to invoke JBPM Workflow from a Servlet. Thanks in advance. Thanks and regards Christopher Pradeep View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005191#4005191 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: jboss-service.xml in version 4.0.5

2007-01-23 Thread litalh
Hi, I would be happy to ignore the debug message. The problem is the deployment doesn't work on 4.0.5. I thought this might be beacuse of the jboss-service.xml.Does this message doesn't indicate of a problem ? Do you have any idea about this ? Thanks, Lital View the original post :

[jboss-user] [JBoss Portal] - Back Link

2007-01-23 Thread brain101
we building a portlet application with several pages and a custom navigation. now we want to hab a back button on each page, which should point to the referer. my problem now is how to find out the referring url to create the back link. is there a possibilty to do this? thanks in advance for

[jboss-user] [JBoss AOP] - Eclipse Error when I use the AOP plugin / Aspect Manager. Ne

2007-01-23 Thread mondenkind
I use the AOP plugin that comes with the JBoss IDE. I don't have the newest IDE version, but use the newest aop plugin files (org.jboss.ide.eclipse.jdt.aop.core_1.2.0.Beta2, org.jboss.ide.eclipse.jdt.aop.ui_1.2.0.Beta2) The AOP code I wrote works fine, but when I use the Aspect Manager view in

[jboss-user] [JBoss Portal] - Re: Documentum Integration with JBoss

2007-01-23 Thread [EMAIL PROTECTED]
Yes that's what they claim, but i didn't try it, you need to make sure that the level of integration is the one you want. See my other posts on this subject. I suggest you ask Documentum on the different points important for you like: * Can you edit a document from the portlet (may or may not

[jboss-user] [JBoss Portal] - Re: isolating portal from others ear application

2007-01-23 Thread [EMAIL PROTECTED]
Either you isolate your applications *or* you use the same libraries. You can share your libraries by putting them in server/default/lib and only at this place. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005200#4005200 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-23 Thread jbmp user
Somebody tell me step by step instructions for change database? more or less, please!!! Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005201#4005201 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005201

[jboss-user] [JBoss jBPM] - Re: how to integrate an application with jbpm?

2007-01-23 Thread jbmp user
I have the same question than madhura bathina. How to integrate an existing application with jbpm Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005207#4005207 Reply to the post :

[jboss-user] [JBoss Seam] - Re: PersistenceContext in distributed environment

2007-01-23 Thread hamtho2
So what would be the way to go then? Is there a best-practice or any recommendation what to prefer and what better not to do? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005208#4005208 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: How to change Hypersonic configuration to Oracle databas

2007-01-23 Thread rabbiaqaswar
Hello I am also trying to use Oracle with NetBeans 5.5. As you said I have copied the oracle-ds.xml file to the server\default\deploy directory. Created the Database Connection with the database and also Execute Command to see if i can get the data from any table. It is all working fine.

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

2007-01-23 Thread knra
| ?xml version=1.0 encoding=UTF-8? | | process-definition xmlns=urn:jbpm.org:jpdl-3.1 name=AskitBatchII | start-state name=Start | transition name=to_FileMoved to=FileMoved/transition | /start-state | end-state name=End/end-state | state name=FileMoved

[jboss-user] [JBoss jBPM] - Porting a large project from Oracle WorkFlow to JBoss BPM

2007-01-23 Thread fmarchioni
Hi all, we have to convert a large telecom BPM application that uses Oracle Workflow. I'm thinking to use jBoss jBPM tool since I already have good skill with some jBoss products. I have 2 questions: 1) jBoss jBPM does it follow a standard (JSR) of Sun ? I need to propose to the buyer a tool

[jboss-user] [Installation, Configuration Deployment] - Re: Invalid oracle Url Specified...

2007-01-23 Thread rabbiaqaswar
you are missing a ':'. Try using this: jdbc:oracle:thin:@casey:1521:ora81 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005213#4005213 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005213

[jboss-user] [EJB 3.0] - Re: SFSB cache runtime exceptions on an idle system

2007-01-23 Thread [EMAIL PROTECTED]
The issue has been resolved as part of http://jira.jboss.com/jira/browse/EJBTHREE-746, see the second comment from the bottom. The fix is included in JBossCache 1.4.1.GA, could you please try it out and confirm that it works for you? View the original post :

[jboss-user] [JBoss jBPM] - Bug in SchedulerThread.java

2007-01-23 Thread saphir
In SchedulerThread.java, All the timers are read executed and saved in sequence. But if a timer are deleted before being executed and saved then when the SchedulerThread try to save the timer, a StaleStateException will be thrown. I found this problem when I trying to signal the token during

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.framework Query too case sensitive

2007-01-23 Thread codelion
Had no luck with diff against CVS with Eclipse on Windows, neither with TortoiseCVS. Probably a line-feed on platform problem. Then tried WinCVS. Is this a good format? RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/framework/Query.java,v | retrieving revision 1.14 | diff

[jboss-user] [Messaging, JMS JBossMQ] - how to save text of the message to JMS_MESSAGES table

2007-01-23 Thread hquang
hi forum member, Anyone of you have any idea to save text of the message to JMS_MESSAGES table in oracle database? The reason why I need it is because, JMS save message in MESSAGEBLOB field which is BLOB data type. The question is my messge is in text and I want to view my message in

[jboss-user] [JBoss Seam] - concurrent conversations changing same data

2007-01-23 Thread codelion
Would like to know what the defined / expected behavior is. Have many real examples, but here is a simplistic one for illustration. I want to know what the default behavior is. What is considered normal. Sure, workarounds are nice to know, but what is the intended way? User U1 enters online

[jboss-user] [JBoss and NetBeans] - Using Oracle in NetBeans 5.5

2007-01-23 Thread rabbiaqaswar
Hello I am also trying to use Oracle with NetBeans 5.5. As you said I have copied the oracle-ds.xml file to the server\default\deploy directory. Created the Database Connection with the database and also Execute Command to see if i can get the data from any table. It is all working fine.

[jboss-user] [Installation, Configuration Deployment] - Second-level cache causes error on re-deploy.

2007-01-23 Thread sebstr
Hi, hope I'm posting in the right place. Deploying my application works fine, but if I try to undeploy and then deploy again, the second-level cache seems to cause problem. So I have to restart JBoss all the time. Really annoying. This is the error I get: | 11:33:17,441 WARN

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread petemuir
You need to grab a copy of Seam from CVS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005255#4005255 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005255 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: h:commandButton requires s:conversationId to work proper

2007-01-23 Thread petemuir
No, it just means that the (wiring) code hasn't been written for JSP. You can acheive the same with f:param name=conversationId value=#{conversation.id} / I think. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005247#4005247 Reply to the post :

[jboss-user] [JBoss Seam] - Re: h:commandButton requires s:conversationId to work proper

2007-01-23 Thread mariuszs
anonymous wrote : s:conversationId | | Add the conversation id to an output link (or similar JSF control). Facelets only. Why this tag is facelets only? Facelests version of tag h:commandButton need conversationId added? View the original post :

[jboss-user] [JBoss Seam] - Re: Validation with pageflows

2007-01-23 Thread petemuir
If validation is failing you shouldn't reach the action method. Post some code! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005238#4005238 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005238

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.framework Query too case sensitive

2007-01-23 Thread petemuir
Yes, that's a patch :) You can just attach that as a file to a JIRA issue. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005240#4005240 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005240

[jboss-user] [JBoss Seam] - Re: Destroying a coversation causes exception

2007-01-23 Thread petemuir
Post the code for the entry component View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005233#4005233 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005233 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: h:commandButton requires s:conversationId to work proper

2007-01-23 Thread petemuir
I would suggest 1) Create a simple example of this behaviour 2) Post it - the behaviour you describe is wrong BUT does work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005234#4005234 Reply to the post :

[jboss-user] [JBoss Seam] - Re: IMPORTANT: Changes to entity-query from 1.1.GA to 1.1.1.

2007-01-23 Thread petemuir
fhh wrote : PS: I hope this entity-query stuff will work together with the the selectItems component. This would be IMHO the biggest step forward to improve the average working day of the business application developer in years. Not only a step but a leap... It does :) View the original post

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Many-to-one writes non-existing IDs to the DB occasional

2007-01-23 Thread swenbarth
Ok, I have some additional info. In one case, the correct ID that SHOULD have been there is id1 = 119773. The wrong id is id2 = 87005. If I convert those to binary format, I get: | id1 = 1110100011101 | id2 = 1010100011101 | As you can see, the second bit (from the left)

[jboss-user] [Security JAAS/JBoss] - custom login-config.xml within custom app?

2007-01-23 Thread hubertg
Hi, I have the following question: is it possible to write your own login-config.xml and deploy it with an application (within the ear/war) OR do you have to edit the global /server/default/conf/login-config.xml. Maybe it would be useful if you can hold the login-config.xml within the

[jboss-user] [EJB/JBoss] - Re: Getting DB connection cridentials?

2007-01-23 Thread iudoka
Check this link out, should help however I ran into issues with the password field not being readable so it pretty much halted my whole attempt. http://jboss.com/index.html?module=bbop=viewtopict=98928 View the original post :

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-23 Thread fuligj
To change the database for jBPM 3.1.* there is a pretty wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnPostgreSQL. But the jbpm-jpdl-3.2.Beta1's frame a little bit other and I can't change the DB among this wiki. Can anyone tell, how can I change the DB in jbpm-3.2.1? best regards! View

[jboss-user] [JBoss Seam] - Typo in Lifecycle.beginSession

2007-01-23 Thread dilator
Hi Gavin, Found a typo in Lifecycle.beginSession | if ( !eventContextActive ) | { | tempEventContext = new MapContext(ScopeType.EVENT); | Contexts.applicationContext.set(tempEventContext); | } | Should be: | if ( !eventContextActive )

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-23 Thread fuligj
To change DB for jbpm 3 use http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnPostgreSQL. It's works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005264#4005264 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005264

[jboss-user] [Messaging, JMS JBossMQ] - Spymessage not instance of destination

2007-01-23 Thread minixman
All Can someone explain this message for me :1 11:22:27,472 INFO [TestMDB] Sending message: [EMAIL PROTECTED] 11:22:27,519 ERROR [TestMDB] javax.jms.InvalidDestinationException: Destination is not an instance of SpyDestination topic://alerts/testTopic javax.jms.InvalidDestinationException:

[jboss-user] [Installation, Configuration Deployment] - CPU Utilization for JBoss Apache

2007-01-23 Thread srinipillai
Hello all, I'm trying to get information on CPU utilization for JBoss for a J2ee (web) application with 500 concurrent users and 5000 total users. It uses Struts, Oracle, JMS and little bit of web services. can anyone, please, point me some % about memory and cpu utilization of jboss for a

[jboss-user] [JBoss jBPM] - Integration jBPM with JBoss AS 3.2.8

2007-01-23 Thread brunoduarte
Couldn't find any info about this issue... I've been trying to integrate jBPM 3.1.3 and BPEL 1.1B3 in our production environment. We are using J2EE 1.4, JBoss AS 3.2.8, JBoss Rules 3.0.5 and MySQL! In the future we would like to analyze integration with JBoss Cache (clustering?) and LDAP. We

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-01-23 Thread a.moreno.jimenez
Hi all, Has anyone managed to buy the book without subscribing to safari library or bookshelf? I'm only interested in SEAM book, and it seems impossible to buy rough and cuts as standalone... :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005284#4005284

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread petemuir
The wiki is your friend :) http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss | cvs co jboss-seam | cd jboss-seam | ant dist | cd ../jboss-seam-1.1.1.GA/ View the original post :

[jboss-user] [EJB 3.0] - Singleton MDB

2007-01-23 Thread LGSW_Sam
Hi! We are using JBoss 4.0.5 GA - ejb3, Hibernate 3.2. Is there a way to implement singleton MDB with ejb3? We tried | @ActivationConfigProperty(propertyName = maxSession, propertyValue = 1) | but it did not work... We have two problems at the moment of which one is that our program

[jboss-user] [JBoss/Spring Integration] - Re: Spring AOP Problem

2007-01-23 Thread alesj
martin.capote wrote : Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'b | usquedaPadronDao' defined in URL [file:/L:/developdir/java/jboss-4.0.5.GA/server/default/tmp/deploy/ | tmp33094busqueda-spring.xml]: Initialization of bean failed;

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

2007-01-23 Thread petemuir
Some experiences from integrating the Security Framework into a couple of apps. 1) If security components aren't configured in components.xml (but the servlet filter has been added) java.lang.NullPointerException | at

[jboss-user] [JBoss Portal] - how to retrieve content entered by jboss cms admin portlet?

2007-01-23 Thread bmanjunadh
Hi, My question is how to retrive content entered by jboss cms admin portlet. Iam using , jboss portal bundled server 2.4 and database oracle 9i. I came to know that there is one way to get the content. http:\\localhost:8080\portal\content\folder_name\.html It will open

[jboss-user] [Clustering/JBoss] - Can't reconnect to JMS server after cluster node goes down

2007-01-23 Thread kratosh
Hi, I'm running jboss in cluster configuration - 2 nodes on the same machine with different ports. I have a queue to which messages are sent. When i stop the master node, i immediately see errors in the log. Here are the main log messages i see: 1. connection to the JMS server could not be

[jboss-user] [JBoss Seam] - Re: configuring Display Tag library with seam

2007-01-23 Thread fhh
Just a wild guess: Is it possible that the download of the excel file is not going through the Faces servlet? Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005301#4005301 Reply to the post :

[jboss-user] [JBoss Seam] - Cancel with h:commandButton

2007-01-23 Thread rodrigobarreiros
I have a form with two buttons: save and cancel. Both have to terminate the conversation. Save works fine, but cancel doesn´t terminate the conversation because immediate=true. If immediate=false (default) works, but it tries to validate the required fields. The validation should happen only on

[jboss-user] [The Lizzard's corner] - Forums home page of time not to change search not to work

2007-01-23 Thread bkeh12
Hi, Why discusses home page of time the area not to be able to change ? It stop The time now is Sat Jan 20, 2007 20:54 PM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005329#4005329 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JSF (RI) Portlet deployment on JBoss Portal 2.2.1

2007-01-23 Thread [EMAIL PROTECTED]
There are cleaner ways to deal with the tomahawk.jar that would negate you having to add it to your app. But since I don't have a good understanding of your environment, the easiest thing to tell you is that it will work as long as you always use the same version of tomahawk for everything.

[jboss-user] [JBoss Seam] - Re: Validation with pageflows

2007-01-23 Thread sonstone
Here is some code: The beans: | @Entity | @Name(payment) | @Scope(ScopeType.CONVERSATION) | public class PaymentBean implements Payment { | |@NotNull |@Length(max=12,min=10) |@Pattern(regex=^[a-zA-Z0-9]+$, message=Must be alphanumeric.) |private String

[jboss-user] [Installation, Configuration Deployment] - Jboss stops working after microsoft hotfix is applied

2007-01-23 Thread bobrivers
Hi, We were using Jboss 3.2.5 with j2sdk 1.4.2_04 running in a windows 2000 sp4. When we installed some microsoft fixes (920958, 923414, 923191), Jboss starts to show some errors (class not found, even if the jar is inside lib directory). First we upgraded Jboss to 3.2.8, but no luck. Them we

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Base Data vs. User Data hibernate.hbm2ddl.auto on rede

2007-01-23 Thread toni
Actually I have another question relating to the one above. If I use then will only the tables, for which I defined entity beans be dropped or all tables? I have tried this line but unfortantely it does not create the missing tables. View the original post :

[jboss-user] [Beginners Corner] - Retrieving EJB Reference - Best practice

2007-01-23 Thread sickboy79
Hi. I have problems connecting to my successful deployed EJB3 SessionBeans from within a web application. If I try it with a standalone J2SE Client App everything works fine. If I do the following I get a ClassCastException in my Web Application, in the J2SE Client App this works fine.

[jboss-user] [JBoss Portal] - Re: JSF (RI) Portlet deployment on JBoss Portal 2.2.1

2007-01-23 Thread herveminko
Is there any version of JBoss Portal which allows the development of JSF Portlets based on Sun's JSF implementation without complications? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005315#4005315 Reply to the post :

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

2007-01-23 Thread dilator
+1 for redirecting back As its an external redirect i presume this isnt currently possible - but external redirect is nice so don't change that! How about just appending a ?target=[original page] to the end, then we can pick that up as a @RequestParameter and redirect if we wish? Other than

[jboss-user] [EJB 3.0] - EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-23 Thread apill
Sorry about the double post in here and JBoss Transaction forum, but I'm not sure if my issue is with the transaction service or EJB3. I have just re-configured my EJB3 application datasources from local-tx-datasources to xa-datasources. Now when I run my application and the client app calls a

[jboss-user] [JBoss Portal] - Re: JSF (RI) Portlet deployment on JBoss Portal 2.2.1

2007-01-23 Thread herveminko
Yes i have to use Sun's JSF implementation, because my application use some extensions of Sun's JSF classes. Thanks for any informations Stan. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005311#4005311 Reply to the post :

[jboss-user] [JBoss Seam] - Re: configuring Display Tag library with seam

2007-01-23 Thread ask4saif
Yes i think it is the problem. but what should be the solution. the problem is, i want to export data into the CSV and Excel formats. How can i do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005307#4005307 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JSF (RI) Portlet deployment on JBoss Portal 2.2.1

2007-01-23 Thread herveminko
But why must i add tomahawk.jar to my jsf portlet application? tomahawk.jar is shipped with JBOSS Portal 2.2.1. Normally it would be possible to use it as common library in stead of adding it to all deployed application around jboss-portal.sar. Am i right? Actually i use exactly the same

[jboss-user] [JBoss Portal] - Creating new Account/User fails with Oracle DB

2007-01-23 Thread djmacpac
Hi, I'm using Portal 2.4 and Oracle. My Application works fine. My Problem is, that when I want to create a new user/account from the user portlet (create new account) I can't create it. I can fill out the formular but when I click the create new account button I get an error message:

[jboss-user] [JBoss jBPM] - Problem integrating identity component

2007-01-23 Thread srsuarez
I have a terrible headache from this problem, can anyone help me? We have tried to integrate JBPM with an old application that uses struts. The struts app doesnt use hibernate, it only use a connection pool (proxool). Well, I read the jbpm userguide and in the chapter about the identity

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread gus888
Hi, This fileUpload component is very easy to use, but I am wondering how to get the uploaded file properties, e.g. type, name. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005339#4005339 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to create JBOSS AS for dubug?

2007-01-23 Thread Kentzhou
Hi, Thanks for suggestion. I downloaded JBOSS IDE 2.0 and open it. But there is no JBOSS AS when I open debug windows try to create JBOSS AS for debugging. Then I go to Server perspective, there is no JBOSS v3.2.7 in the server list. Only JBOSS 3.2.3 and 4.0 in the list. What I want to use

[jboss-user] [Beginners Corner] - java.io.StreamCorruptedException: invalid stream header

2007-01-23 Thread nimrodr
After Jboss was running for several days, we received the following errors several times. The errors appeared for about 2 minutes and then stopped. After that it seems that all MDB handling was stopped. There are several variants of the stack trace, I listed an example of each one. We are

[jboss-user] [JBoss Seam] - outject a constant string value from pages.xml

2007-01-23 Thread Holger Prause
| rule if-outcome=loginsuccess | out name=detailViewId value=/details.xhtml / | render view-id=/welcome.xhtml/ | /rule | Hello, i noticed in the rule tag u can sepcifiy an out tag, i want that this out tag to output a constant string value (no el expression), how can i do

[jboss-user] [JBoss Seam] - Clustering booking example

2007-01-23 Thread mphansen
Hi, I'm trying to set up the booking example in a cluster. I have two jboss-4.0.5-ga instances installed (with ejb3-clustered support) and an Apache in front of them. I have made the following changes to the booking application. 1) It now uses a MySQL database which is shared by the two JBoss

[jboss-user] [Performance Tuning] - check_jbossjmx (jboss plugin for nagios) + line 41: [: 43:

2007-01-23 Thread massoo
hi, I am planning to use nagios to monitor jboss 4.0.3sp1 and downloaded the check_jbossjmx from the jboss-wiki. however running the jboss plugin for nagios as the user nagios returns anonymous wrote : ./check_jbossjmx: line 41: [: 43: unary operator expected | ./check_jbossjmx: line 45: [:

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss stops working after microsoft hotfix is applied

2007-01-23 Thread PeterJ
Does this help: http://www.jboss.com/index.html?module=bbop=viewtopict=95018 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005349#4005349 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005349

[jboss-user] [EJB 3.0] - EJB Object Handle

2007-01-23 Thread lydiachung
I know there is a way that you can get a Handle of EJB by implementing EJBObject interface. But I don't know how to do that in EJB3. Can anyone help? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005350#4005350 Reply to the post :

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

2007-01-23 Thread MindTheGap2
Yep | Hibernate: select processdef0_.ID_ ... | Hibernate: insert into JBPM_TOKEN ... | Hibernate: insert into JBPM_PROCESSINSTANCE ... | Hibernate: select definition0_.PROCESSDEFINITION_ ... | Hibernate: select events0_.PROCESSDEFINITION_ ... | Hibernate: select startstate0_.ID_ ...

[jboss-user] [JBoss Seam] - SeamTest Form based authentication

2007-01-23 Thread eiswind
I try to write a SeamTest. Our application uses container authentication via Form based login. The tested bean accesses the logged in Principal via FacesContext.getCurrentInstance().getExternalContext().getUserPrincipal().getName(); So the test needs to login anyhow. Following is what I found

[jboss-user] [Performance Tuning] - Re: check_jbossjmx (jboss plugin for nagios) + line 41: [:

2007-01-23 Thread PeterJ
Check the values you set for the critical and warning levels in Nagios. Based on the output, the $READING value is an integer (43), therefore the $CRITICAL and $WARN values must not be integers (perhaps you left them blank?) View the original post :

[jboss-user] [JBoss jBPM] - minor bug while building console war

2007-01-23 Thread jbride
I have really enjoyed learning about your jBPM product ... thank you! Currently, my environment consists of jBPM (from cvs source) / Linux / MySQL. I've created and executed custom ProcessDefinitions with very few issues. One of these issues occurs when attempting to build the

[jboss-user] [JBoss jBPM] - Re: Is this a mem. leak ???

2007-01-23 Thread Johan.Parent
Is there no jBPM guru even remotely interested in this problem? Let me reminder you of the facts: - take the Websale demo - wrap it in a for loop - see how your machine grinds to halt after 4000 iterations If this is not the result of my stupidity (always possible, then please tell me what I

[jboss-user] [EJB 3.0] - Re: Stateless Session bean throwing error

2007-01-23 Thread Wolfgang Knauf
Hi Vishnu, what is the code in ReportBean.java line 1087 (this is where the actual error occurs) ? It seems you use EJB2.1, so maybe you should post your problem in the EJB/JBoss forum if nobody here can help you. If you paste code use the Post reply button and embrace it with ... , so that

[jboss-user] [EJB 3.0] - Re: Stateless Session bean throwing error

2007-01-23 Thread Wolfgang Knauf
I meant code in square brackets ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005368#4005368 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005368 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - PDF

2007-01-23 Thread agori
Is possible to use the new PDF library without the whole Seam? I mean, is it enoght seam-ui.jar and seam-pdf.jar, or should I add the other jar and config the JSF phase-listener in my faces-config.xm and other stuff in web.xml? View the original post :

[jboss-user] [JBoss Seam] - Re: Validation with pageflows

2007-01-23 Thread sonstone
I figured out what the problem was. I wasn't surrounding the h:inputText tag with the s:validateAll tag. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005367#4005367 Reply to the post :

[jboss-user] [EJB 3.0] - Accessing sequences outside an entity bean

2007-01-23 Thread hubaer
Hi all, I have a little question about @SequenceGenerator. I would like to get the value of an sequence over the EJB layer accessing a defined SequenceGenerator and not connection diretly to the underlying database. So is it possible to access the defined sequence outside an entity bean and

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSINSTANCE entries w/o END_ populated?

2007-01-23 Thread Johan.Parent
Processes have not yet finished (i.e. in the end state) as defined in your process definition. If you have some tasks (likely ;) ) then take a look at the JBPM_TASKINSTANCE table to see where the processes got in their execution. Regards, Johan View the original post :

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-23 Thread yoyoyoyo
pls read chapter 8 of the jbpm user guide View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005375#4005375 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005375 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSINSTANCE entries w/o END_ populated?

2007-01-23 Thread james1969
Johan, Thanks for responding. This is what I thought as well. So given that there are process instances that are persisted but have not completed, how do you go about restarting them? Is JBPM smart enough to pick up where it left off at the task that did not complete? Or is that something

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Post too large exception

2007-01-23 Thread mstacey
Hi, Running JBoss 3.2.6, getting a Post too large exception when submitting a form. Adding the maxPostSize as 0 in the Connector element in server.xml doesn't seem to make any difference at all Any help? Thanks, Mark View the original post :

[jboss-user] [JBoss Seam] - Validating initial input parameters for a pageflow

2007-01-23 Thread sonstone
I would like to require an initial set of request parameters that get passed into a pageflow. Depending on whether those parameters are valid, I'd like to redirect to an error page. Ideally, I'd like to map those parameters to a model and use annotations to define the validation rules. Does

[jboss-user] [JBoss jBPM] - Re: JBoss Portal and JBPM Weirdness

2007-01-23 Thread yoyoyoyo
i had the same problem and solved it by replacing the myfaces-api.jar and myfaces-impl.jar in jbossweb-tomcat55.sar/jsf-libs with the same jars from jbpm.war/WEB-INF/lib. The ones in jbpm.war need to be removed. but i don't understand why i should have done that. it is somehow a strange

[jboss-user] [JBoss Portal] - Re: AJAX4JSF

2007-01-23 Thread cpage
i got the same problem for many weeks ! http://jboss.org/index.html?module=bbop=viewtopict=90035postdays=0postorder=ascstart=30 take a look at jacote's message. i think this problem is not solved. http://jboss.org/index.html?module=bbop=viewtopict=93276 alexsmirnov wrote : After lot of work,

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-01-23 Thread uday.tangs
I have installed JBoss Portal 2.6 on JBoss AS 4.0.5 GA. It looks great!!! I have following questions... Is desktop introduced in 2.6 to allow users to customize(adding portlets, and positions) home page after login Is desktop required for drag and drop functionality? What is the road map for

[jboss-user] [JBossWS] - Re: Exception with JBoss-4.0.5-SP1 and JBossWS-1.0.3-SP1 but

2007-01-23 Thread kc7bfi
Have you solved this problem? I'm having the same problem: java.lang.IllegalArgumentException: failed to parse:image/bmp, image/x-bmp, image/x-windows-bmp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005389#4005389 Reply to the post :

[jboss-user] [JBoss Portal] - JBoss Portal 2.6 Roadmap

2007-01-23 Thread uday.tangs
I have installed JBoss Portal 2.6 on JBoss AS 4.0.5 GA. It looks great!!! I have following questions... Is desktop introduced in 2.6 to allow users to customize(adding portlets, and positions) home page after login Is desktop required for drag and drop functionality? What is the road map for

[jboss-user] [JBoss Portal] - launch a .exe in a portlet

2007-01-23 Thread cpage
hi, i have to make a portlet which will be able to launch a heavy application. this is an old client-server application. for now, i use an javascript, and it's not working with firefox, just IE with security in the minimal level: script type=text/javascript | !-- | function exec(e){ | if

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Roadmap

2007-01-23 Thread [EMAIL PROTECTED]
Alpha was done last week, you can expect a beta for mid february, final end of March. We will do release candidates between the two dates. Yes drag and drop requires full control of the user over the page, so it works only for personal dashboards (probably what you call desktop). For now the

[jboss-user] [EJB 3.0] - Need Help with EJB Relationships

2007-01-23 Thread abhinav19
Hi All I need help in a simple one to one relationship. I have two tables tusr tusrdtl each having usr_id column as PK. I have defined a foreign key in the tusrdtl refering to the PK in the tusr table (i.e. usr_id) But when I invoke the relationship method user.getUserDetail(), I get a null

[jboss-user] [EJB/JBoss] - How do I synchronize a business method exposed in a ejb stat

2007-01-23 Thread seanduddy
I know this request is an odd one but I am in a situation where I need one of the business methods in a stateless bean to be executed serially by the jboss container i.e. at any given time only one thread should be executing the method and when that method completes(tx committed), another

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Post too large exception

2007-01-23 Thread mstacey
Solved it - I had only applied to maxPostSize to one of the Connector elements, for port 8009, instead of for port 8080. Mark View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005397#4005397 Reply to the post :

[jboss-user] [EJB 3.0] - Up-/Downcasting from objects with partial db-update

2007-01-23 Thread hamtho2
Hi, I´ve got two objects, that are extended from each other. For example they look like this: | @Entity | @Table(name = users) | @Name(user) | @Scope(ScopeType.SESSION) | public class User implements Serializable { | | @Column(name = create_date, nullable = false) |

[jboss-user] [Clustering/JBoss] - Re: Can't reconnect to JMS server after cluster node goes do

2007-01-23 Thread [EMAIL PROTECTED]
Is this from an MDB or your own JMS client? If your own, please have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetIOExceptionPingTimeoutHowDoIFixIt. If from an MDB, what AS version? I know in some older versions some of the messages that were logged during HA-JMS failover while the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to create JBOSS AS for dubug?

2007-01-23 Thread [EMAIL PROTECTED]
what doesnt work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005409#4005409 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005409 ___ jboss-user mailing list

[jboss-user] [JBoss Eclipse IDE (users)] - Enable loadtime weaving from IDE

2007-01-23 Thread bossy
Hello, I have an application that uses loadtime weaving AOP. After doing the correct modifications I'm able to start JBoss AS using the run.bat script and it works fine. My question is what change do I have to do in order to be able to start JBoss AS from the IDE in loadtime weaving mode. I

[jboss-user] [Clustering/JBoss] - Re: Images/Java Script do not load the first time

2007-01-23 Thread rajeshchande
Hello All, The issue is resolved now. The issue was with the Single Sign On setup configuration and nothing to do with F5, Apache or Jboss. Regards, Rajesh. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005412#4005412 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Txconnectionmanager error occured

2007-01-23 Thread minixman
All when i try and send an abject messages from my MDB to my EJB and then the EJB trys to publish that to a topic, i get this errror | 17:26:03,212 INFO [AutobahnMonitorMDB] Message sent | 17:26:03,243 WARN [TxConnectionManager] Connection error occured:

[jboss-user] [Messaging, JMS JBossMQ] - Re: Spymessage not instance of destination

2007-01-23 Thread genman
What is the type of the destination object you have? Probably you're using a different JMS provider than JBossMQ. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005413#4005413 Reply to the post :

  1   2   3   >