[jboss-user] [JBoss Seam] - Re: Question on Injection by Factory

2006-08-04 Thread Basel
A factory method is called when an EL tries to access a Seam component that is not set. It does not matter where that factory method exist. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963360#3963360 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Installation, Configuration & Deployment] - Re: X11 Connection and Database Manager Tool -- headless or

2006-08-04 Thread visolvejboss
Hello Paul, You can export DISPLAY variable in run.sh file of jboss, so that when the startup script in init.d calls the run.sh file, the DISPLAY variable will be exported. "shadowvice" wrote : | Im sorry if I missed this... but where would I set this variable? What command would it be on W

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread supertaz
Hey Roy, I didn't add the changes that you made, but it seems to run just fine with hsqldb. I did restart after making the changes to the DS, and I did restart mysql with the new my.cnf (although it should be noted that the my.cnf doesn't specify the sql_mode at all, as it's a fresh one pulled

[jboss-user] [JBoss jBPM] - Re: using jbpm in EJB bean for testing. please help

2006-08-04 Thread yxyang
What is the recommended way to generate monthly report? If using jbpm engine to drive the sales order etc, what is the recommended way to collect the monthly report needed data? Because external modules are needed to generated monthly report, these modules need to collect data from databas

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread [EMAIL PROTECTED]
I dont understand how you are getting CR3 to run at all without the code fix to the cms I added today. Did you add that yourself? Also, you need to restart mysql after you do the changes to the truncation issue. I am running on 4.0.4GA with mysql 5. Subsequent restarts work fine as well. View t

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread supertaz
Right back to the null interceptor exception. It definitely seems to be related to MySQL. Stopped JBoss. Deleted tmp, work, and data directories. Restarted JBoss. Once again working as a default installation. What can I do to help diagnose/fix the null interceptor exception? View the original

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread supertaz
Interestingly enough, the redeploy worked. I also deleted data, tmp, and work directories while it was down. I'm going to take it down again, delete those directories, put the mysql DS back in place, and try that. I will update shortly to indicate whether it will now work with MySQL 5, or if

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread supertaz
Stopped JBoss, redeployed the Portal code, and started JBoss again. Maybe this will work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963351#3963351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963351 ___

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread supertaz
Seems like a complete deployment...same error after a restart. Something strange is happening here, and I don't know what it is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963350#3963350 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread [EMAIL PROTECTED]
This shouldn't happen. What is the incomplete deployment list if any? It might also help if you remove work and tmp dirs under deploy and restart. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963349#3963349 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread supertaz
Rali, With that change, there is a new error: exception javax.servlet.ServletException: NO LAYOUT FOUND FOR generic org.jboss.portal.server.servlet.PortalServlet.process(PortalServlet.java:312) org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:172)

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread supertaz
Rali: I've done as you've asked. Waiting for JBoss to finish coming up. Roy: I already took those steps and with those steps, Portal is supposed to work with MySQL 5, no? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963347#3963347 Reply to the post : htt

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread [EMAIL PROTECTED]
Mysql 5 has issues: http://wiki.jboss.org/wiki/Wiki.jsp?page=AvoidMySQL5DataTruncationErrors Also, there is a bug fixed today that prevents the CMS from starting, but the rest of the portal works fine.http://jira.jboss.com/jira/browse/JBPORTAL-978 View the original post : http://www.jboss.com/

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread [EMAIL PROTECTED]
Hmm, CR3 deploys and starts up fine for me, but I am using MySQL 4x. Could you delete your JBOSS_HOME/server/default/data dir and replace the portal-mysql-ds.xml with portal-hsqldb-ds.xml and start it up, so we can isolate if the problem has something to do with your DB? The data dir will be re

[jboss-user] [JBoss jBPM] - Re: using jbpm in EJB bean for testing. please help

2006-08-04 Thread yxyang
"object references an unsaved transient instance" problem solved. Another question: (1)Is it possible to call EJBs within ActionHandler? (2)Is it possible to call EJBs within AssignmentHandler? (3)Any examples available? All the discussion in this posts are under JBOSS-APP server 4.0.3SP1. Be

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread supertaz
http://quagility.com:8080/portal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963343#3963343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963343 ___ jboss-user mailing lis

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread [EMAIL PROTECTED]
Your post got trunkated, and I see http://:8080/portal as the URL you are using to access portal. Have you tried localhost:8080/portal instead? I get a blank screen trying to access the URL from your post, but again, I am not sure why the forum trunkated it. View the original post : http://w

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread supertaz
Not really. This is on trying to load http://:8080/portal after deploying with no changes and using a DS file that has the correct information inserted. On first load after deployment, it failed due to not having mysql options specified in the URI. After fixing that, all the tables appear to h

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread [EMAIL PROTECTED]
Could you summarize step by step how to reproduce this error, so I can try to verify it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963340#3963340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963340 _

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread supertaz
Portal 2.4 CR3, out of the box. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963339#3963339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963339 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Portal installation failed: Cannot invoke with a null in

2006-08-04 Thread [EMAIL PROTECTED]
What release of JBoss Portal are you using? And have you added any custom portlets, or this happens from the OutOfTheBox installation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963338#3963338 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Portal installation failed: Cannot invoke with a null interc

2006-08-04 Thread supertaz
I've been trying to get Portal to work on JBoss 4.0.4GA with Mysql 5.0.19, and have navigated my way through a variety of errors. Unfortunately, I can't get past the following. Any help would be greatly appreciated. exception javax.servlet.ServletException: Cannot invoke with a null intercep

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Explicit document source root using context/docbase

2006-08-04 Thread c_eric_ray
I have the same issue. I would really like to know how to do this. JBoss guys. How do we do this? Thanks. Eric Ray View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963334#3963334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Installation, Configuration & Deployment] - where can I find comparison of which version of JBoss runs o

2006-08-04 Thread rahul_pisal
hi, need information to evaluate the right version of JBoss to be used for the above mentioned RHEL versions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=396#396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss jBPM] - Re: hsqldb-ds

2006-08-04 Thread shzhang
Hi, I met the same problem as "java.sql.SQLException: socket creation error ". I also modified the hsqldb-ds.xml as what you indicated. But the error still exists. Any suggestions? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963331#3963331 Reply

[jboss-user] [JBoss Portal] - Re: SQLGrammarException in JBP 2.4

2006-08-04 Thread [EMAIL PROTECTED]
Did you remove your data directory before running the latest version of the code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963330#3963330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963330

[jboss-user] [JBoss Portal] - Re: Firts time, installing JBoss Portal, full of errors

2006-08-04 Thread fgarcia
JBoss AS 4.0.4 + JBoss Portal 2.4 CR3 + PostgreSQL 8.1 an Easy-to-deploy choice I think. Just need some confign in the portal-postgres-ds.xml and that's all Folks! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963329#3963329 Reply to the post : http://w

[jboss-user] [JBoss jBPM] - JBoss jBPM BPEL Extension: Visualization, Authentication, At

2006-08-04 Thread karmen38
Hello, I have a couple of general questions about JBoss jBPM BPEL extension. I would appreciate some inputs, answers or discussions about them. 1. It is any way to view the current status of the BPEL-engine: what processes are deployed, which ones are currently active, what is the state of e

[jboss-user] [JBoss Portal] - SQLGrammarException in JBP 2.4

2006-08-04 Thread danny_hon
I checked out and compiled the latest 2.4 code, and deployed the portal to AS 4.0.4GA, using MySQL 4.x as database. I got a SQLGrammarException during login. Below is the exception. 17:00:29,009 WARN [JDBCExceptionReporter] SQL Error: 1146, SQLState: 42S02 17:00:29,009 ERROR [JDBCExceptionRep

[jboss-user] [JBoss Portal] - Re: JBoss 2.4 and Forums

2006-08-04 Thread unibrew
Yeah, I tried few times in last 2 weeks and it was working. However, lately build became broken but I repaired it and it is ok now. Before building forums package you have to go into core package of portal and run sh build.sh package-testsJust a temporary inconvenience.

[jboss-user] [JBoss Portal] - Re: Confusing personalize security-constraint behavior

2006-08-04 Thread knovoselov
Hi Julien, I installed CR3. The personalize behavior is the same for not authenticated requests. Authenticated user can personalize portlets without having "personalize" permission. Changes persisted to DB and used for next login session. So I beleive it is still broken. Thanks, Konstanti

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate and JBOSS JTA failed transactions

2006-08-04 Thread smithbstl
Using Hibernate 3.1 with JBoss 4.0.4.GA and JTA transactions. I can only get the first transaction to successfully update the database. All subsequent transactions never make it to the database. Hibernate appears to commit the transaction but JTA never commits the JTA transaction. I am a nov

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2006-08-04 Thread [EMAIL PROTECTED]
it is our implementation not the spec. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963323#3963323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963323 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - Re: Creating new users

2006-08-04 Thread jainer
| | ... | if you don't want use swimlanes, the task is assigned for this user with this expression Regards! jainer e. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963320#3963320 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: Assign Task - 2 users

2006-08-04 Thread jainer
| | | | | | ... | | package com.factura.handler; | | | import org.jbpm.graph.exe.ExecutionContext; | import org.jbpm.taskmgmt.def.AssignmentHandler; | import org.jbpm.taskmgmt.exe.Assignable; | | public class Asigna implements AssignmentHa

[jboss-user] [JBoss Portal] - Re: Firts time, installing JBoss Portal, full of errors

2006-08-04 Thread fgarcia
Thanks, I will try first with PostgreSQL, and later rebuilding from source. Regards, Franklin Garcia View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963316#3963316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963316

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Frequent

2006-08-04 Thread emack06
Hello Guys, I read your responses and I find myself in a similar situation as you bailey. I installed the latest JBossIDE, the Alpha1a version, into Eclipse 3.2. I am attempting to launch JBoss 3.2.4 with a manual deployment (outside of the IDE) using ANT. My problem is two teired. 1st.

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2006-08-04 Thread [EMAIL PROTECTED]
You misspelled that so often I began thinking "what the hell is this PreDestory annotation? I never heard of it, I need to look that up"... even the subject misspells it :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963312#3963312 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: InvocationContext missing getTarget Exception

2006-08-04 Thread [EMAIL PROTECTED]
This worked for me too. What is the difference between the two installers? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963311#3963311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963311

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2006-08-04 Thread asack
I mean at the bare minimum, if you UNDEPLOY your stateless session bean, @PreDestory needs to be called. My question is @PreDestory meant to be a per instance of a bean or when the entire pool is destroyed you call the @PreDestoryI'm not sure what the spec group was thinking here with respe

[jboss-user] [JBoss AOP] - Re: Manipulating method parameters

2006-08-04 Thread shanmoon
I'm new to AOP myself, but the MethodInvocation class has methods to set and get Arguments. So, in your interceptor, I would guess you could do something like: public Object invoke(Invocation arg0) throws Throwable { MethodInvocation mi = (MethodInvocation)arg0; Object[] methodArg

[jboss-user] [JBoss Portal] - Re: Firts time, installing JBoss Portal, full of errors

2006-08-04 Thread PeterJ
Hmm, I am able to log in as admin without any problems, and view the Admin page. Though with the number of lines of stack trace showing up in the console window because of the CMS Admin portlet, the response time is very undesireable. You could get the source from CVS and build it yourself. Ro

[jboss-user] [JBoss Seam] - Question on Injection by Factory

2006-08-04 Thread kasim
Somewhat of a small question. Class A has - @In(required = false, create = true) private Message message; However class A has no @Factory method. Class B has a @Factory("message") Message is a seam component .. so when i run code to call Class A ... Class B's factory also gets called. I

[jboss-user] [EJB 3.0] - Re: MDB deployment problem

2006-08-04 Thread metelka
I've create JIRA issue for our problem http://jira.jboss.com/jira/browse/EJBTHREE-671 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963305#3963305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963305

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread cpob
No sweat. I've been staring at jBPM for 2 months now maybe, and it is hard to not talk about anything else. ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963306#3963306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread dclancey
An extra thanks for you and kukeltje for donating your time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963304#3963304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963304 _

[jboss-user] [JBoss Portal] - Re: Issue in defining role based category display in JBOSS f

2006-08-04 Thread bdaw
Current Forums Portlet is not under development, and has very simplified security implementation (as described in wiki). You cannot setup role based access to specified categories. What is misleading is that security stuff in jboss-portlet.xml is not used and should be removed. Only settings i

[jboss-user] [JBoss Portal] - Re: Firts time, installing JBoss Portal, full of errors

2006-08-04 Thread fgarcia
Yes, I can navigate almost all the portal site, but, I'm looking into the database, the user table, and there is no user info, no admin user, so I can't enter to the admin site. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963301#3963301 Reply to the post

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problems with message delivery

2006-08-04 Thread ajbiv
ok, i figured out that BMT does not cause redelivery of messages b/c of the differneces in the transaction boundaries. So, by moving to CMT for my MDB and using JTA in spring, I believe I am able to accomplish what i want which is my db rollback() if something bad occurs during the message pr

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread cpob
I'm not on the JBoss team, and I don't think kukeltje is either (but I might be wrong). We are just developers, using jBPM, and trying to give back. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963298#3963298 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: about process define

2006-08-04 Thread jliptak
what you want is a foreach node. Many different versions of how to do this type of custom node have been discussed in this forum. Most of them act like a big fork node. What you would get then is something like: Schedule --> foreach task --> do task --> review task --> join --> done View the

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread dclancey
Thank you for the reply. I genuinely appreciate the clarification. I do understand that the JBoss teams gets LOADS of posts from people who have not bothered to read the documentation, look at the examples, or search the forums. Thanks, again. View the original post : http://www.jboss.com/in

[jboss-user] [JBossWS] - Possible to use a JSR 109 Client with a custom soap address

2006-08-04 Thread sappenin
Is it possible to use a JSR 109 client with a locally packaged wsdl file (i.e., META-INF/Service.wsdl), yet override the soap:address that the ServiceFactory uses? I basically want to call a web-service at a URL that I specify at runtime. In the JbossWS user guide, it appears that I can do this

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread cpob
I wasn't (at least not intentionally) trying to be rude when I replied. I just remember posting about it at least twice in the last week or so. What I usually do, when I post on forums after searching for something with no results... I mention in my first post my previous search results. Don't

[jboss-user] [JBoss Portal] - Re: JBP 2.4.0 CR3 Error

2006-08-04 Thread danny_hon
Never mind. This is a duplicated issue reported previously at http://jboss.org/index.html?module=bb&op=viewtopic&t=88153 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963293#3963293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss jBPM] - Re: using JBPM to string together 5 Perl webservices (they m

2006-08-04 Thread wyckoff
So, how would it work? An MBean for each service. The mbean makes a REST call to start a job and the service uses some sort of REST API to JMS to asynchronously notify the mbean of the job's success or failure? Forgot to mention b4 that the service needs to asynchronously call back to the work

[jboss-user] [JBoss Portal] - JBP 2.4.0 CR3 Error

2006-08-04 Thread danny_hon
I built the portal (2.4 CR3) and WSRP from CVS source, and deployed them to AS 4.0.4GA. When I first started the server, I got the following errors: 13:09:51,872 WARN [TxConnectionManager] Connection error occured: org.jboss.resource.connectionmanager.TxConnectionMana [EMAIL PROTECTED] [EMAIL

[jboss-user] [JBoss Seam] - DataModel sincronization issue...

2006-08-04 Thread angelogalvao
I have 2 variables thats points to 1 Set... One from a Entity from a OneToMany relashionship e another from my SFSB whit @DataModel anotation, just beacuse i cant have @DataModel from a Entity (the data model selection dont work's)... @DataModelSelection(value="rolesFromRoleGroup") | private R

[jboss-user] [JBoss Portal] - Re: CMS portlet broke in 2.4CR#?

2006-08-04 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBPORTAL-978 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963288#3963288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963288 ___ jboss-us

[jboss-user] [Clustering/JBoss] - Re: Beware the BarrierController and EJBs

2006-08-04 Thread [EMAIL PROTECTED]
Thanks for reporting this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963287#3963287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963287 ___ jboss-user mailing list jbos

[jboss-user] [JBoss AOP] - Manipulating method parameters

2006-08-04 Thread shenji
I'm looking for some advice on tactics to take to solve the following problem with AOP: I want to intercept a call to a method, then manipulate a field of an object that is a parameter passed to the intercepted method, then when returning to the intercepted method use the manipulated object. S

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread dclancey
Gosh... I am sorry if I bothered you or interfered in your day. I certainly did not intend for you, or anyone else, to do my work. Your clear implication that I not clever enough to search the forums and now that I am lazy is very kind of you indeed. Having not posted much to the JBoss forums,

[jboss-user] [JBoss Portal] - Re: CMS portlet broke in 2.4CR#?

2006-08-04 Thread PeterJ
I just now tried with PostgreSQL 8.1 and it works wothout any problems, so it appears to be MySQL-related. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963284#3963284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=396

[jboss-user] [JBoss Portal] - Re: CMS portlet broke in 2.4CR#?

2006-08-04 Thread [EMAIL PROTECTED]
I'm looking at it now. we changed the while we process blobs in the db, to enable hib caching, so it breaks in some DBs and not in others. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963283#3963283 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - A Comment on SEAM

2006-08-04 Thread sjmenden
I have done a lot of web development in JSPs/Servlets and in Spring. I must say that SEAM is the best framework (if one chooses to call it that) I've ever worked with. I thought Spring was a revalation and it did reduce a significant amount of my code, but SEAM reduces that code even more.

[jboss-user] [JBoss Eclipse IDE (users)] - struts application in JBossIDE

2006-08-04 Thread LostJBossIdeUser
Is there a tutorial that could teach me how to create and deploy a struts application in JBossIDE from start to finish? I googled quite a bit but was unsuccessful in finding a good tutorial. Help is much appreciated! View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Portal] - Re: Issue in defining role based category display in JBOSS f

2006-08-04 Thread rahulm
this is the entry in jboss-portlet.xml to give permission to marketing role only to the Marketing forum. /Marketing AddForumInCategory Marketing It is still not allowing marketing role users to post reply to t

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

2006-08-04 Thread german.delacruz
"bfo81" wrote : I think @DataModelSelection only works when you use s:link ;). For me, It didn't work with s:link. But I make it work with commandButton... see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88100 anyway, What about your entityList factory?. Can you post your entire b

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread kukeltje
Shoot, now I do have to respond anonymous wrote : GENIUS!!! Thanks for the compliment, cpob and I accept this with great modesty 1: Is it so hard to think of those yourself? 2: It's not our job to do your work If you were searching the forum, and did not find anything (yet) at least say so

[jboss-user] [JBoss Seam] - Re: commandLink not initially executing action when clicked

2006-08-04 Thread sjmenden
Thank you petemuir, all I needed to do was output the messages, then I saw the validation error, because I had two fields as required, I took the required off and everything worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963276#3963276 Reply to the p

[jboss-user] [JBoss Portal] - Re: Firts time, installing JBoss Portal, full of errors

2006-08-04 Thread fgarcia
I read the wiki page, make the changes and now I can see the portal site, but with som errors: --- MBeans waiting for other MBeans --- ObjectName: portal:service=CMS State: FAILED Reason: javax.jcr.RepositoryException: failed to load repository properties: failed to persist repository proper

[jboss-user] [Security & JAAS/JBoss] - Re: SSL With jboss-4.0.3SP1

2006-08-04 Thread kumarranga
I see the keypass is set to rmi+ssl, is this something i can put in my own? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963274#3963274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963274 __

[jboss-user] [JBoss jBPM] - Re: is that possible to create tasknodes in runtime?

2006-08-04 Thread kukeltje
"luowp" wrote : Is there any testcase in jbpm to show how sub-process works? Yes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963273#3963273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963273 _

[jboss-user] [JBoss jBPM] - Re: findLatestProcessDefinition crashes after a while

2006-08-04 Thread kukeltje
1: If you post an error give more information about your environment. 2: Look in the hibernate forum. I just did that and found at least 3 topics on this error View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963272#3963272 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread dclancey
As a follow up, someone might consider placing this information in the FAQ. http://wiki.jboss.org/wiki/Wiki.jsp?page=Jbpm3FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963271#3963271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread dclancey
WOW!!! Search the forums? Who would have thought of that GENIUS!!! The only thing more genious would be to include something useful in your reply such as 1. The best keywords to use? 2. THE ACTUAL URLS OF THE POSTS!!! I looked through the User Manual, some of the JBPM source code, and did

[jboss-user] [JBoss jBPM] - Re: is that possible to create tasknodes in runtime?

2006-08-04 Thread luowp
Thanks. Subprocess is a good idea. I just not sure how to manage the subprocesses and main process. Is there any testcase in jbpm to show how sub-process works? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963268#3963268 Reply to the post : http://www.j

[jboss-user] [JBoss Eclipse IDE (users)] - JBossIDE 2.0 Alpha - J2EE 1.4 project - Run/Debug options mi

2006-08-04 Thread robbbert
This is on Ubuntu 6.06, Sun Java 1.5.0_06, JBossIDE-2.0.0.ALPHA-Bundle-linux-gtk.tar.gz. I was creating a J2EE 1.4 project. When I choose "Run As >> Run" or "Debug As >> Debug", the Launch Configurations dialog pops up, but does not contain any entries whose names start with "JBoss". Here (h

[jboss-user] [Security & JAAS/JBoss] - Re: SSL With jboss-4.0.3SP1

2006-08-04 Thread j2ee_junkie
I think this may help. http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html#d0e20970 cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963267#3963267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Security & JAAS/JBoss] - SSL With jboss-4.0.3SP1

2006-08-04 Thread kumarranga
I am using jboss-4.0.3SP1, I am using SSL Certificate from InstantSSL. I generated the key and got the certificate from them. Now, i need to install the certificate, so that I can use https:// . I created a ssl directory under servers/default/conf and copied the certificate, key in there. Now, w

[jboss-user] [Clustering/JBoss] - Beware the BarrierController and EJBs

2006-08-04 Thread jsicotte2
Just to let the community know the use of the BarrierController to control state of HA Singletons does not work 100%. According to the wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=HASingletonDeployer You can use the BarrierController instead of the deploy-hasingleton directory. This is not

[jboss-user] [JBoss Portal] - Logs don't rollover

2006-08-04 Thread cotram_cc
Hi: Suddenly in our system, our logs don't rollover after midnight. Has anyone gone thru the same situation? Any input on this problem? Thanks. Sam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963262#3963262 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBossWS] - Re: Using WSSecurityHandlerOutbound in a DII client

2006-08-04 Thread ShadenS
"acxjbertr" wrote : My client-mapping.xml file is generated by wstools. Here is the Ant task that performs the generation: | | | | | | | | | | | | | | | | | | Note that the build.classpat

[jboss-user] [JBoss Portal] - CMS portlet broke in 2.4CR#?

2006-08-04 Thread PeterJ
I downloaded 2.4CR3 and am running with JBoss 4.0.4GA and MySQL 4.1. It appears that the CMS portlet is having problems. I get this exception: 2006-08-04 09:24:59,142 DEBUG [org.jboss.system.ServiceController] starting service portal:service=CMS | 2006-08-04 09:24:59,142 DEBUG [org.jboss.por

[jboss-user] [JBoss jBPM] - findLatestProcessDefinition crashes after a while

2006-08-04 Thread fuimens
Hello everyone, just after deploying my application in jbpm-starters-kit-3.1.1, it runs normally but crashes after some calls with the following exception. | org.jbpm.JbpmException: couldn't find process definition 'my_first_workflow' | at org.jbpm.db.GraphSession.findLatestProces

[jboss-user] [JBoss Portal] - Re: Issue in defining role based category display in JBOSS f

2006-08-04 Thread rahulm
This is the entry I added to jboss-portlet.xml /Marketing AddForumInCategory Marketing is it fine or i have to add more entries to achieve the functionality. View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Portal] - Re: Issue in defining role based category display in JBOSS f

2006-08-04 Thread rahulm
Thanks for the quick reply... I did add the entries in to portlet.xml like ForumsAttachments Marketing ForumsUser Marketing I also added entry to jboss-portlet.xml like /Marketing AddForumInCategory

[jboss-user] [JBoss Portal] - Re: Firts time, installing JBoss Portal, full of errors

2006-08-04 Thread PeterJ
The first error is expected.Note that it is output by Hibernate as DEBUG. Hibernate does this before it creates the table, hence the reason why the table was there when you looked. The second error I am not sure about, it doesn't show up for me and I have the same configuration you have.

[jboss-user] [JBossWS] - Re: Using WSSecurityHandlerOutbound in a DII client

2006-08-04 Thread acxjbertr
My client-mapping.xml file is generated by wstools. Here is the Ant task that performs the generation: | | | | | | | Note that the build.classpath contains jbossws-client.jar. Here is the wstools-client-config.xml: | http://www.

[jboss-user] [JBoss jBPM] - migration from JBpm 2 to Jbpm 3

2006-08-04 Thread gcaputi
Hi everybody, I used JBoss jbpm version 2 to create some workflow process and all it is gone be allright. Now I want to migrate to jbpm 3 and I have a question about the migration: we use a postgres database now, there will be some problem if we migrate to jbpm 3 (the database schema is chang

[jboss-user] [JBoss Portal] - Re: Issue in defining role based category display in JBOSS f

2006-08-04 Thread unibrew
http://wiki.jboss.org/wiki/Wiki.jsp?page=ForumsPortletInPortal22DevelopementStatus Should help :-). Ryszard Kozmik JBoss Labs Team View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963250#3963250 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Portal] - Firts time, installing JBoss Portal, full of errors

2006-08-04 Thread fgarcia
Im using MySQL 5.0, JBoss AS 4.0.4 and trying to test JBoss Portal 2.4. I create the schema jbossportal, created an user/passwd named jbportal/jbportal with all permissions, modify the portal-mysql-ds.xml, and put the jboss-portal.sar directory (taken from the zip) into the $JBOSS_AS_INSTALL/se

[jboss-user] [JBoss jBPM] - Re: is that possible to create tasknodes in runtime?

2006-08-04 Thread kukeltje
B + C is a subprocess. Implement a custom fork which starts multiple subprocesses. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963247#3963247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963247 ___

[jboss-user] [JBoss jBPM] - Re: is that possible to create tasknodes in runtime?

2006-08-04 Thread luowp
This is the difficulties I met. 1. I need all task Bs can start simultaneously; 2. After one B finish, a C should start. 3. All (B+C)s should be joined together for next step. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963245#3963245 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread kukeltje
Thanks for replying, I was almost getting to a point that.. ;-) Have a nice weekend View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963244#3963244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963244 __

[jboss-user] [JBoss jBPM] - Re: Create Workflow Definition with dynamic duedate

2006-08-04 Thread cpob
Yes, search the forum, I've answered this 2+ times now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963243#3963243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963243 ___

[jboss-user] [JBoss jBPM] - Re: is that possible to create tasknodes in runtime?

2006-08-04 Thread cpob
Instead of creating multiple task nodes, you can create multiple tasks IN a task node. So you could then add new tasks programmatically to B, and then those would all be finished, and then it would move to C. Only thing is, that would have many B's going to a single C, unless you then generate

[jboss-user] [JBoss jBPM] - Delegation Assignment

2006-08-04 Thread j1a2o
I need some help with assignment expressions. I want the task to be provided to all users of a Group (swimlane A) the first time. I then want all subsequent tasks assigned to swimlane A to be assigned to the User the did the first task assigned to swimlane A. Is there a way to do that? Thanks.

[jboss-user] [JBossCache] - Re: TransactionManager Name not bound?

2006-08-04 Thread ayampols
That did the trick, thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963238#3963238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963238 ___ jboss-user mailing list jbo

[jboss-user] [JBossWS] - Re: Using WSSecurityHandlerOutbound in a DII client

2006-08-04 Thread ShadenS
"acxjbertr" wrote : I got it working. Here is the DII code: | Thank you very very very very much! I'm studying your DII client but I still can't sole my problems. I see that you use a "client-mapping.xml": what do it contains? :) Thanks for helping me! View the original post : http://www

  1   2   3   >