[jboss-user] [JBoss Seam] - Validation patter -> Invalid State

2008-02-08 Thread enda
Hey, I have a question about annotation @Pattern and seam validation of the annotated field. I have this annotation | @NotNull | @Pattern(regex="[a-zA-Z]?[a-zA-Z0-9]+", | message="Username must start with a letter, and only contain letters or numbers") | public St

[jboss-user] Re: ExtJs and JBoss Seam with web remoting

2008-02-08 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=17267 Posted on behalf of a User see http://sharesource.org/project/lilya/ is a the only JSF/ExtJs library 100% compatible with Seam. I'm using it for more than 4 projects. I like it. In Response To: Has anyone used ExtJs and JBoss Seam w

[jboss-user] Re: Problem creating a portlet instance in JBoss Portal 2.6

2008-02-08 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=14625 Posted on behalf of a User Same problem please help! In Response To: Hi, I try to migrate from JBoss Portal 2.2.1 to 2.6 and have a problem creating a portlet instance. I reference to the portlet in portelt-instances.xml : portle

[jboss-user] Re: can' t find datasource problem when mirgrate from seam1.2 to

2008-02-08 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=19262 Posted on behalf of a User Hi guys, I´m having the same problem. Hibernate is not able to find my datasource and I don't know why. Configuration seams correct, JBoss log says that the datasource has been bound but Infernate doesn´t f

[jboss-user] Re: Problem creating a portlet instance in JBoss Portal 2.6

2008-02-08 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=14625 Posted on behalf of a User This is what I got.. just sharing Example of *-objects.xml -- overwrite default MyPage MyPortletWindow MyPortletInstan

[jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0 Beta3 Messaging Client

2008-02-08 Thread cfergus
Problem resolved. It would not work while using jboss-messaging-client version 1.4.1.Beta3. The boot of jboss indicates that it's using jboss-messaging version 1.4.0.SP1. I downloaded 1.4.0.SP1 version and used the messaging-client from this, and it now works as expected. Should these ver

[jboss-user] [JBoss Seam] - Re: Correct way to start conversation

2008-02-08 Thread alllle
"EricJava" wrote : On your method annotated with @Begin, do you have @Begin(join=true)? I know you have join on the s:link but I think it needs to be on the @Begin annotation. Yes, I did have join=true. I think the things I mentioned about @Begin, like always start conversation if void type me

[jboss-user] [EJB/JBoss] - Re: jboss 5.0 release date

2008-02-08 Thread [EMAIL PROTECTED]
Indeed, this is not available in AS 4.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128040#4128040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128040 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: Correct way to start conversation

2008-02-08 Thread EricJava
On your method annotated with @Begin, do you have @Begin(join=true)? I know you have join on the s:link but I think it needs to be on the @Begin annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128039#4128039 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Seam/jBpm deployment on linux - need hints

2008-02-08 Thread javabeats
Hello, everyone. I have a Seam application packaged as an .EAR file. All works very well and without any problems, on a glassfish AS installed in a windows (blergh) machine. It is running in a windows instance because I couldn't make it run on linux =/ First and foremost, my .EAR has all the t

[jboss-user] [JBoss Seam] - seam-gen problem with generate-ui and repeated types

2008-02-08 Thread jcg3
I am designing from the entities out and the seam-gen generate-ui is incredibly helpful. Great stuff. I've noticed a minor thing that I have questions on. I believe this is a bug... anyone care to confirmation and/or tell me where to log the issue to be fixed in a future release? The problem

[jboss-user] [JBoss Portal] - CMS error

2008-02-08 Thread devfree
Please help me, I was an error in CMS of Jboss Portal, it's : --- MBeans waiting for other MBeans --- ObjectName: portal:service=CMS State: FAILED Reason: javax.jcr.RepositoryException: failed to create folder for repository meta data: failed to create folder entry: /: failed to create folder

[jboss-user] [JBoss jBPM] - Re: Assigning Taks to the same user when sent back

2008-02-08 Thread zahidmaqbool
Thanks for your response, to keep track of previous users i am storing it now a variable in business process. Then i assign the task through my class. It works fine. I thought there is a way to track all the users, but couldnt find one so had to do something. Between I have found that jbpm_ta

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-08 Thread JakeC
I KNEW it had to be something simple! It worked like a charm, thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128029#4128029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128029 _

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null : same code w

2008-02-08 Thread wiggy
okay can any one help on this. I've imported the same code base onto my pc at home - think i have the same config but it works fine at home i stall have the persistence.xml as | http://java.sun.com/xml/ns/persistence"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance

[jboss-user] [JBoss Seam] - Re: Maven2 example application for Seam2

2008-02-08 Thread svadu
"doballve" wrote : I've placed it as attachment to Seam main page. Enjoy it: http://wiki.jboss.org/wiki/attach?page=JBossSeam%2FBookingExample-2.0.1.GA-mavenized.zip | | I could not use hibernate-all-beta3 jar, tests fail with that.. using expanded hibernate dependencies instead. Btw, depend

[jboss-user] [JBoss Seam] - Using @Begin action method together with view

2008-02-08 Thread alllle
After many tries and errors, I feel method annotated with @Begin is very confusing to use. First of all, JavaDoc of @Begin says: - If method is void type, a new conversation always starts, even a "join" is specified. - If method is not void type, @Begin only triggers if the method returns a Not

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-08 Thread dustismo
Have you tried?: | String html = Renderer.instance().render(viewId); | I use it with great success, with one caveat -- it will not render custom tags that are not packaged. (see: http://jira.jboss.org/jira/browse/JBSEAM-1440). I don't think that is the taglib problem you are seeing. Go

[jboss-user] [JBoss jBPM] - Jbpm tool to create xml from ProcessDefinition

2008-02-08 Thread jcarlos_andia
Hi. Is there any tool that creates an xml from a ProcessDefinition created by code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128019#4128019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128019 _

[jboss-user] [JBoss Seam] - Correct way to start conversation

2008-02-08 Thread alllle
Given the many options I can use to start a new conversation, I am still not sure what is the correct way for my situation. I have a page that shows the summary info, no long-running conversation. It contains a to a editing page that should starts a long-running conversation. In addition, whe

[jboss-user] [JBoss Seam] - Re: s:graphicImage problem

2008-02-08 Thread dhinojosa
Did you go to the debug page and see if that image was still there? I could be a scoping issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128017#4128017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128017 _

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-08 Thread JakeC
OK, with the help of the SeamlessViewHandler at http://www.ilikespam.com/blog/faking-a-postback-with-jsf-facelets (with the addition of a call to initialize(context) at the beginning of buildView()), I have gotten much further. I believe I am actually getting to the page now, but I am getting l

[jboss-user] [Javassist user questions] - How to use an new method argument?

2008-02-08 Thread gkorland
I added a new argument to a method, but I didn't find the a way to use it. How can I use it in the method. Thanks, Guy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128012#4128012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Messaging] - Re: URGENT ->JBoss limitation in accepting messages.

2008-02-08 Thread paradisonoir
JMS messaging is automatically supported inside JBoss Application Server version 4.2.2 or even previous one. Can I use messaging capabilities of AS for messaging, or I have to install the jboss-messaging-1.4.1 anyway? As I currently have JBoss AS 4.0.5, do I need to remove it in order to add th

[jboss-user] [JBoss Seam] - Re: SFSB extended persistence context with manual flush mode

2008-02-08 Thread msystems
BTW: FlushModeType.MANUAL works only when Hibernate is the underlying persistence provider - maybe other persistence providers will support this feature in the future (in my opinion JPA should include FlushModeType.MANUAL at least in the next version of JPA). View the original post : http://w

[jboss-user] [JBoss jBPM] - Re: Threads and jbpm

2008-02-08 Thread jcarlos_andia
Thanks for the response kukeltje. I have this code for the timer: | Calendar cal=Calendar.getInstance(); | BusinessCalendar bc=new BusinessCalendar(); | Duration duration=new Duration("60 seconds"); | Date dueDate=bc.add(cal.getTime

[jboss-user] [JBoss Seam] - Re: SFSB extended persistence context with manual flush mode

2008-02-08 Thread gjeudy
Apologies, I answered to my own question, flush mode MANUAL only works with @In seam managed entity managers. Don't try this with JPA @PersistenceContext. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128005#4128005 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: SFSB extended persistence context with manual flush mode

2008-02-08 Thread msystems
To my knowledge you need to use a Seam-managed persistence context, i.e. @In. JPA doesn't support FlushModeType.MANUAL, only FlushModeType.AUTO and FlushModeType.COMMIT. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128002#4128002 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: SFSB extended persistence context with manual flush mode

2008-02-08 Thread gjeudy
I tried moving my EM operation inside the same SFSB which begun the conversation in MANUAL flush mode. The DML is still executing at the end of the system transaction (in the middle of the conversation)! Manual flush mode doesn't seem to work. I'm using seam managed transaction mixed with @Pers

[jboss-user] [JBoss Tools (users)] - Tag completion

2008-02-08 Thread nickarls
Hi, How are the tld:s related to the code completion in tags (in the seam module)? If I e.g. look at the completion for s:selectItems, I see no "itemLabel" or "itemValue" even if they are in s.tld. Or I get completion for a "hideNoSelection" but s.tld calls it "hideNoSelectionLabel" etc... Vie

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem with drools repository?

2008-02-08 Thread duane5000
I downloaded the drools 4.0.2 examples and cannot get "mvn eclipse:eclipse" command to execute...complaining " Failed to retrieve org.drools:drools-core-4.0.2.SNAPSHOT". In the 4.0.2 zip, there is a .pom file in both folders, drools-examples-drl and drools-insurance. Both have similar complaint

[jboss-user] [JBoss jBPM] - Re: How to get the tasks instance list when there is no swim

2008-02-08 Thread simonbaker
Would something like: | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | | ProcessInstance procinst = jbpmContext.getProcessInstance(longMyProcId); | | TaskMgmtInstance taskmgmtinst = procinst.getTaskMgmtInstance(); | | Collection collTaskInstances = taskmgmtinst

[jboss-user] [JBoss Seam] - SFSB extended persistence context with manual flush mode mix

2008-02-08 Thread gjeudy
Hi, I have a SFSB: @Stateful | @Scope(ScopeType.CONVERSATION) using an extended persistence context. I also enabled manual flush mode at the beginning on of the conversation. @PersistenceContext(unitName="mypu", | type=PersistenceContextType.EXTENDED) | private En

[jboss-user] [JBoss Seam] - Re: Natural conversation for wildcard view-id

2008-02-08 Thread monkeyden
After further thought, I tend to agree with you. The consumers of these two types of data, which is what has to change, are completely different. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127991#4127991 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBossWS] - Re: WSSecureEndpoint and other security realm than JBossWS

2008-02-08 Thread gllambi
"[EMAIL PROTECTED]" wrote : Yes, this value is hardocded by the webservices layer. We currently don't offer the ability for you to change this realm. However you could always request a feature enhancement on Jira if you would like support for this. http://jira.jboss.org | | -Jason If is tr

[jboss-user] [JBossWS] - Re: WSSecureEndpoint and other security realm than JBossWS

2008-02-08 Thread gllambi
Forgot to say I'm in an interoperability scenario with a WCF client and a JBossWS service. With a Java Client and Java service it works fine with other realm than JBossWS. Guzman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127988#4127988 Reply to the pos

[jboss-user] [JBoss Seam] - Re: Legacy code: Integrating with existing servlet

2008-02-08 Thread tonylmai
You were right on with the URL there Dustin. With that fix, the app is up and running now. Thank you for your advice. -Tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127984#4127984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: Natural conversation for wildcard view-id

2008-02-08 Thread jacob.orshalick
Sure, it has to do with wildcards in pages.xml, but the feature is different. Anyways, I went ahead and created a JIRA issue here: http://jira.jboss.org/jira/browse/JBSEAM-2608 If the Seam team feels its a dup, they can mark it, but IMO it is unrelated. I'll try to create a patch and post it

[jboss-user] [Javassist user questions] - Re: javassist.CannotCompileException: by java.lang.LinkageEr

2008-02-08 Thread arsami
Here is what I found about this issue: 1- there is a name for this on-the-fly change, it is called Class Reloading in Java 2- By default, Class Reloading is not supported by Java. However, you may use Java Platform Debugger Architecture (JPDA) to reload a class. 3- Javassist has a class for th

[jboss-user] [JBoss Seam] - Re: serializing access to resource

2008-02-08 Thread gsegura
The problem is I don't use hibernate directly but through JPA, besides the hibernate's documentation says: anonymous wrote : Hibernate will always use the locking mechanism of the database, never lock objects in memory! But can't find description of behaviour when some thread tries to access an

[jboss-user] [JBoss jBPM] - Re: gpd.xml bend coordinates

2008-02-08 Thread simonbaker
w1,h1 always seem to be relative to the source node rectangle center, even for many bendpoints. w2,h2 likewise seem always relative to the target node rectangle center even for many bendpoints.In other words, bendpoint coordinates have their origins at the node rectangles -- they are not

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-08 Thread [EMAIL PROTECTED]
Update - for the jee5 example I updated the docs. I missed a required jar "jboss-archive-browsing.jar". I also clarified restarting the server after deployments and updates. This seemed to really effect behavior. -Jay View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Seam] - Re: Natural conversation for wildcard view-id

2008-02-08 Thread monkeyden
"jacob.orshalick" wrote : Hmm... seems like a completely different issue to me. I am not referring to navigation-rules but to page configuration. It's identical in as much as it's an extension of the wildcard capability in pages.xml. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Disabling session cache for select servlets in JBoss 4.2.1GA

2008-02-08 Thread moeity
In my small web application, there is a web management side that hosts a small number of long-lived user sessions. I have configured a replicated cluster session cache for these servlets with a 24-hour session timeout, and it works well. There are also two small servlets that get a large number

[jboss-user] [JBoss Seam] - Re: Natural conversation for wildcard view-id

2008-02-08 Thread jacob.orshalick
Hmm... seems like a completely different issue to me. I am not referring to navigation-rules but to page configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127975#4127975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Portal] - Re: Portal data source config problem

2008-02-08 Thread [EMAIL PROTECTED]
| jdbc:postgresql://192.168.3.10:8080/jbossportal | Is your Postgres database instance running on port 8080? My first instict tells me, this is an issue with your connection-url. Can you the full stack trace that includes the error that happens when datasource installation is failing? T

[jboss-user] [JBoss Seam] - Re: s:decorate question

2008-02-08 Thread nickarls
immediate=true on the button? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127973#4127973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127973 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: When to use @PersistenceContext vrs @In EntityManager (S

2008-02-08 Thread nickarls
What size do you think Rod Johnson is? ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127971#4127971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127971 ___ jboss-user m

[jboss-user] [EJB 3.0] - ClassCastException within an EAR deployment

2008-02-08 Thread heizenberg
DVS3.ear/ | +-Util.jar (J2EE utility project) | | +-dvs3.Changelist (java interface) | | | +-Core.jar/ (EJB Project) | | +dvs3.code.session.ChangelistService (java interface that extends dvs3.Changelist) | | +dvs3.code.session.ChangelistServiceBean (stlss sess bean that implemen

[jboss-user] [JBoss jBPM] - Is org.jbpm.gd.jpdl plugin up-to-date in CVS (the project co

2008-02-08 Thread jruud
I have loaded the latest org.jbpm.gd.common, org.jbpm.gd.pf, and org.jbpm.gd.jpdl plugins into my Eclipse workspace, but the org.jbpm.gd.jpdl project shows up in Eclipse as containing a number of errors. According to the plugin manifests the plugins are all: 3.2.0.alpha1, and I loaded them fro

[jboss-user] [Clustering/JBoss] - Re: Deploying the application in selected nodes in a cluster

2008-02-08 Thread viswanadhvk
I have been tring to do what you explained here. I am using JBoss 4.2.1 server. As you explained , in jboss there is folder called all\deploy\cluster-service.xml file. I changed the attribute called | | ${jboss.partition.name:DefaultPartition} | | and I created 3 nodes Node1 , Nod

[jboss-user] [JBoss Portal] - Portal data source config problem

2008-02-08 Thread wizumwalt
I'm getting the following error after a build/build.sh deploy and jboss-portal.sar is copied in jboss-4.2.2.GA/server/default/deploy. | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.jca:service=DataSourceBinding,name=PortalDS | State: NOTYETINSTALLED | Dep

[jboss-user] [JBoss Seam] - Sending email asynchronously

2008-02-08 Thread [EMAIL PROTECTED]
Hello everybody, My config : Jboss 4.2.1GA Seam 2.0.1 I'm trying to send email asynchronously from a Seam Component like this : | asynchroneNotifier.scheduleSendCR( 1000, selectedCR, server.toString()); | asynchroneNotifier is another SeamComponent : | @Name("asynchroneNotifier") |

[jboss-user] [JBoss Seam] - Re: Legacy code: Integrating with existing servlet

2008-02-08 Thread dustismo
I sincerely doubt that this is valid: | url-pattern="http://localhost:8080/trading/getchart/"; | try this instead: | url-pattern="/trading/getchart/*" | also you probably want to create to create the Component if it doesnt already exist in the current convo. ala: | quoteDS = (Cha

[jboss-user] [JBoss Seam] - Limiting maximum instance of SFSB?

2008-02-08 Thread tonylmai
Hello, One of my component in Seam is used frequently by all logged in users. It is implemented as stateful session bean. Q: How do I specify the min and max instances of this bean allowed in the pool as well as the passivated time? Thanks, -Tony View the original post : http://www.jboss.co

[jboss-user] [Javassist user questions] - javassist.CannotCompileException: by java.lang.LinkageError:

2008-02-08 Thread arsami
Hi, I am trying to change a class on-the-fly with this small program: | Hello h = new Hello(); | h.say(); | ClassPool cp = new ClassPool(true); | CtClass cc = cp.get("com.blabla.test.Hello"); | CtMethod m = cc.getDeclaredMethod("say"); |

[jboss-user] [JBoss Seam] - Re: Migrating Seam application from Windows to Redhat

2008-02-08 Thread supernovasoftware.com
Thanks Norman. That is what I figured. If anyone else has tips, please let me know. This is why I hired the consultant fast track things like: 1. Setting multiple JBAS instances to start of on separte IP addresses 2. Make these services start after PostgreSQL 3. General security and managem

[jboss-user] [JBoss Seam] - Re: Legacy code: Integrating with existing servlet

2008-02-08 Thread tonylmai
I have put the specific prefix but I still can't get it to work. http://localhost:8080/trading/getchart/"; /> | My servlet is as followed: public class GetChart extends HttpServlet { | private static final long serialVersionUID = -6087384050664740696L; | | @In("wcQuoteDS")

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-08 Thread JakeC
OK, I think I'm getting much closer. MailComponent.encode() has the process down, but from within a UIComponent, which renders differently. However, the info from Monkey shows how to render from outside a UIComponent, and org.jboss.seam.ui.facelet.FaceletsRenderer showed how to create a Respons

[jboss-user] [JBoss Seam] - Re: Natural conversation for wildcard view-id

2008-02-08 Thread monkeyden
I was just reviewing a thread regarding support for wildcards in from-action. Add a comment to the JIRA issue. I'd like to see it. I have one action which takes two parameters and can have many combinations. I'd hate to have to configure each of them. Thread http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Migrating Seam application from Windows to Redhat

2008-02-08 Thread [EMAIL PROTECTED]
I've never had any problems moving Seam apps between machines. Unless you've done something platform-specific, everything should be fine. You might find that different VM/network configuration settings will work better on Linux than on Windows, but all that is at the appserver level and not i

[jboss-user] [EJB/JBoss] - Re: jboss 5.0 release date

2008-02-08 Thread mohammadk
Thanks for the quick response. Please correct me if I'm wrong, but my understanding is that DI (Dependency Injection) in Servlet Container is not available with AS 4.2.X. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127946#4127946 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: When to use @PersistenceContext vrs @In EntityManager (S

2008-02-08 Thread [EMAIL PROTECTED]
Christmas shopping is going to be easy this year! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127945#4127945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127945 ___ jboss

[jboss-user] [JBoss Seam] - Migrating Seam application from Windows to Redhat

2008-02-08 Thread supernovasoftware.com
I am about to launch a new version of my software and would really like to move from Windows 2000 to Redhat. My application is based on Seam 2.0.1/EJB3, PostgreSQL 8.3, on JBAS 4.2.2, JRockit 6 R27.4 JRE. Would someone please comment on their experience with Windows to Linux for this type of a

[jboss-user] [JBoss Seam] - Re: serializing access to resource

2008-02-08 Thread [EMAIL PROTECTED]
I think I'd try pessimistic (db) locking. I'd suggest asking in the Hibernate forums to find out the best way to get the type of locking you want. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127944#4127944 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: null pointer exception with fileUpload

2008-02-08 Thread nathandennis
good... i was wondering if you ever figured it out. that was a tricky one View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127942#4127942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127942 _

[jboss-user] [JBoss Seam] - Re: programmatic starting a list of conversations

2008-02-08 Thread dhinojosa
Uhm, so after the page where they select the cars, if they select 10 cars, and 10 popup pages going to appear? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127941#4127941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [EJB/JBoss] - How to specify maximum instances allowed for a SFSB

2008-02-08 Thread tonylmai
Hello, I am looking for an example or parameter on how to specify the min and max instances of SFSB allowed in a container. So far, I only found snippet of configuration like this: 10 | 100 | 300 | Yet no mention of how

[jboss-user] [JBoss Seam] - problem with https : tries to display the page and eventuall

2008-02-08 Thread vlaugier
Hello, I am trying to enforce for the first time some https redirection for some pages of my application. The EAP is 4.2.0.GA_CP01 and the application is a seam 1.2.1 application For the moment we only want the login page to be in https Here is an extract of pages.xml | | |

[jboss-user] [JBoss Seam] - Re: How to write CSV contents to browser

2008-02-08 Thread [EMAIL PROTECTED]
You can set the content-type of a view in a facelets template. I don't know of anything that would prevent you from writing CSV data like that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127935#4127935 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [Security & JAAS/JBoss] - Custom Login Module not working

2008-02-08 Thread viniciuscarvalho
Hello there! I've remember doing this before (4.0.1 version) and was pretty easy, as explained here: http://wiki.jboss.org/wiki/Wiki.jsp?page=CreatingACustomLoginModule I've followed all the steps (basically almost copied and pasted the code, replacing only the encode algorithm for password), b

[jboss-user] [JBoss Seam] - Re: null pointer exception with fileUpload

2008-02-08 Thread vlaugier
SOLVED ! it was actually a dumb problem of malformed document neither Konqueror nor IE was warning about it but FF did I have corrected the page and it now works Thanks for your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127932#4127932 Reply to t

[jboss-user] [Microcontainer] - ClassLoaderMetaData not propagating (yet?) to classloader cr

2008-02-08 Thread gcompienne
Sorry, last question for today. I am doing further testing with the deployers and I have noticed that the ClassLoaderMetaData info does not seem to be used (or fully used?) yet by the subsystem that triggers the creation of the classloader. In my describe stage I try to change the domain (to s

[jboss-user] [JBoss Seam] - Natural conversation for wildcard view-id

2008-02-08 Thread jacob.orshalick
Is there any interest in being able to specify a natural conversation for a wildcard view-id? When a natural conversation spans a number of pages you currently have to explicitly state the named conversation for each view-id. It would be nice to simply specify the natural conversation for a wi

[jboss-user] [Clustering/JBoss] - Re: StateTransferTimeout appears to be ignored

2008-02-08 Thread [EMAIL PROTECTED]
Here's the code that's being executed during the logging gap: | log.debug("setState called"); | if (obj == null) | { | log.debug("state is null"); | return; | } | | long used_mem_before, used_mem_after;

[jboss-user] [Microcontainer] - Questions on describe/classloader deployers and CL scope

2008-02-08 Thread gcompienne
I have a few questions the concerning the DESCRIBE and CLASSLOADER deployer stages. I understand the principle that DESCRIBE is used to declare/define the dependencies whilst the CLASSLOADER stage is related to the classloader itself. I have noticed that the classloader instance (BaseClassLoad

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-08 Thread [EMAIL PROTECTED]
Yeah - check through the Seam source. We also have similar code in places like s:cache and p:html. Those only render fragments, but they might be helpful to round out the ideas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127921#4127921 Reply to the pos

[jboss-user] [JBoss jBPM] - Re: Any way to supress

2008-02-08 Thread kukeltje
No, important things are error or fatals, not warnings ;-) During development those should already show up and you'd see them there. In production warnings of this class are not important. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127920#4127920 Reply t

[jboss-user] [JBoss jBPM] - Re: Problem with nodes with async=

2008-02-08 Thread osganian
Thanks for you reply. I'm alittle further now. The user guide is wrong. The class that runs the async nodes is called JobExecutor and you have to call the startJobExecutor method on the JBPM configuration to start it up. The problem I have now is that my Job gets persisted and its associated

[jboss-user] [Clustering/JBoss] - Re: StateTransferTimeout appears to be ignored

2008-02-08 Thread dcolwell
The following is my log4j trace of org.jboss.ha category. Unfortunately it does not appear to contain useful information during the 3+ minute pause after the line "Fetching State". Is there other information in this log that could give a clue or would you have other thoughts on how I should in

[jboss-user] [JBoss jBPM] - Re: Creating TaskInstance by code when ProcessInstance is ru

2008-02-08 Thread kukeltje
anonymous wrote : TaskInstances in the processInstance when it is already running, Yes, you can use the jbpm API. See the unittests for 'examples'. Runtime adding tasks to processinstances does not change the processdefinition (and thus they will not show up in the console images) anonymous wr

[jboss-user] [Beginners Corner] - Re: fileupload

2008-02-08 Thread PeterJ
What mechanism are you using for the file download? If I recall correctly, the apache commons file upload library provides a mechanism to query the file size before uploading the file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127916#4127916 Reply to th

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-08 Thread [EMAIL PROTECTED]
This morning I ran a clean install of websphere + ejb3fp, seam 2.0.1.GA to double check my instructions. The exact steps I followed are below. Note that I am seeing the "Found unrecognized persistence provider "org.hibernate.ejb.HibernatePersistence" in place of OpenJPA provider. This provide

[jboss-user] [JBoss jBPM] - Re: Nest way to init?

2008-02-08 Thread kukeltje
node-leave on the start node should work. Node-enter does not View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127914#4127914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127914 _

[jboss-user] [JBoss jBPM] - Re: Generate Form not load variables from Controller

2008-02-08 Thread kukeltje
anonymous wrote : The form Generate Task Form not load the variables defined in Controller tab. Correct, known issue (see Jira) anonymous wrote : When I go out and go back in the Controller tab the Mapped Name column is blank and your content is showed in the Required column. Correct, you hav

[jboss-user] [JBoss Seam] - Re: PDF generating

2008-02-08 Thread [EMAIL PROTECTED]
No, graphical portion of the xhtml editor only understands HTML generation. It won't be able to do anything with the PDF-generating tags. It it is a neat idea though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127911#4127911 Reply to the post : http:/

[jboss-user] [JBoss jBPM] - Deleting completed PI's programmatically using EE app

2008-02-08 Thread jaydub
Greetings, I am using the EE app, deployed on a Jboss 4.2.2 server, executing about 100K process instances per day. As you might imagine, my DBA is getting aggravated at the size of the JBPM_* tables.Is there any way I can delete these old process instances programmatically or do I need t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: CPU (threads) at 100%, Tomcat sockets in CLOSE_WAIT

2008-02-08 Thread [EMAIL PROTECTED]
We've taken out the functions that were using java.util.HashMap as they were unneccessary for operation and haven't seen the issue since. Our developer related that there may be a chance for things to spin due to the thread-safe issues. For Georges, do you know how to dump thread CPU utilizati

[jboss-user] [JBoss Seam] - Re: @In and @Factory

2008-02-08 Thread [EMAIL PROTECTED]
Factories are not for initializing your state for your own use. You could probably self-inject x or call Component.getInstance() or something. If you are really trying to expose that state outside your object and need it internally, put an @Create on that @Factory method. View the original

[jboss-user] [JBoss jBPM] - Re: How to get the tasks instance list when there is no swim

2008-02-08 Thread kukeltje
tasks do not have to be assigned to swimlanes. You can assign actors to them and those are used to get tasklists for. If they are assigned to swimlanes, actors/groups are taken from those View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127904#4127904 Reply to

[jboss-user] [JBoss Seam] - Re: DocumentStore usage change - Urgent!!!

2008-02-08 Thread [EMAIL PROTECTED]
What is the exception? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127902#4127902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127902 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss jBPM] - Re: Problem with nodes with async=

2008-02-08 Thread kukeltje
yes, the are supported. I have no examples at hand, but in CVS are a lot of unit tests. Also ones for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127901#4127901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBossWS] - Re: JMX like web service

2008-02-08 Thread mendaye
Hello - I was not able to find WS-Eventing samples. Where can I find it? I download the jbossws-native-2.0.3.GA and look at all the sample. But I did not see WS-Eventing sample. Pls respond to me if you know where this samples are located. Regards, Surafel View the original post : http://ww

[jboss-user] [JBoss jBPM] - Re: Token is locked by token[26]

2008-02-08 Thread kukeltje
then don't use a state but a 'node' and have the class as the implementation of the node, not an action View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127899#4127899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=412789

[jboss-user] [JBoss Seam] - Re: SeamELResolver unnecessary in Seam 2.0?

2008-02-08 Thread [EMAIL PROTECTED]
They are still used, but Seam adds them in it's own faces-config.xml. You don't have have to configure them yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127896#4127896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Messaging, JMS & JBossMQ] - Re: RHM qpid

2008-02-08 Thread [EMAIL PROTECTED]
You'd be better off asking them. The last I heard RHM (qpid is even worse) didn't support transactions. I remember a quote in spec that said something like "And then magic happens", except that it didn't. ;-) Basically, if they support the jms spec, then it can be integrtated like any other jms

[jboss-user] [JBossWS] - Re: how to secure web services in jboss?

2008-02-08 Thread PeterJ
Using basic authorization, or by using WSSecurity? For basic authorization, see the discussion at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=123643. Also, the documentation covers this at http://jbws.dyndns.org/mediawiki/index.php?title=Authentication For WSSecurity, see the dis

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connection factories and JMS

2008-02-08 Thread [EMAIL PROTECTED]
Ignored due to lack of effort by the questioner. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127894#4127894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127894 ___ jboss-

[jboss-user] [Messaging, JMS & JBossMQ] - Re: No pong received warning

2008-02-08 Thread [EMAIL PROTECTED]
"dgusoft" wrote : | The FAQ only says : | It says more than that. It doesn't log the shown warning for MDBs or the jms resource adapter, you get a different warning from their installed exception listeners. If it says there is no ExceptionListener installed then that is the case. There is

[jboss-user] [JBoss Portal] - Re: Spring MVC Portlet framework for Development

2008-02-08 Thread swisst
Check out this http://www.unicon.net/node/838 for Spring portlet development View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127890#4127890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127890

  1   2   3   >