[jboss-user] [JBoss Seam] - Re: Page action not called

2007-08-02 Thread Sammy8306
Any ideas based on this information, Pete? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069908#4069908 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069908 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner?

2007-08-02 Thread mwkohout
And since I'm bossy and like looking gift help in the mouth :), I'm not sure I'm all that hot on the use of the Pages component as part of the authentication system. It kinda smells like TIMTOWTDI(http://en.wikipedia.org/wiki/There's_more_than_one_way_to_do_it) and I was never a big fan of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Evaluating JBoss, need some help

2007-08-02 Thread modulo2
Dears, Currently, We are considering to have another application server -we r already having IBM websphere- used in our production environment. I'm making comparison between JBossAS Sun Java System Application Server Platform Edition 9.0

[jboss-user] [JBoss Seam] - Re: Possible to use jPDL-based pageflows without all the jBP

2007-08-02 Thread kukeltje
do you have logging that shows what time is spend in what parts? Maybe some parts can be turned off. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069900#4069900 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069900

[jboss-user] [JBoss Seam] - Re: Seam security working in Facelets but not via annotation

2007-08-02 Thread omilian3
Okay, that makes sense. Thanks for the speedy response. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069899#4069899 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069899 ___

[jboss-user] [JBoss Seam] - Re: Dynamic navigation

2007-08-02 Thread matt.drees
Sweet. I was just working on one. http://jira.jboss.com/jira/browse/JBSEAM-1746 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069901#4069901 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069901

[jboss-user] [JNDI/Naming/Network] - Re: Proxy ClassCastException after successful EJB lookup

2007-08-02 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions. Specifically, try out the jmx-console method mentioned over there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069902#4069902 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti

2007-08-02 Thread foolpcman
You are so kindly! thank you! I'm not sure if my wording is right,Sorry! I debug the code you wrote,The same exception(org.hibernate.SessionException: Session is closed!) was threw at this line: jbpmContext.save(pi); My jbpm version is 3.2GA and use default(jbpm.cfg.xml is null) config files

[jboss-user] [JBossCache] - Re: performance again

2007-08-02 Thread genman
To answer Manik's question for him, I ran some tests in JBCache and the performance for a plain synchronized HashSet compared to CopyOnWriteArraySet was worse, by about 10-20%. This is on a dual-core laptop, and probably for a four or eight-way, the difference might be more noticeable. COWAL

[jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti

2007-08-02 Thread foolpcman
sorry , I send the wrong hibernate.cfg.xml | property name=hibernate.dialectorg.hibernate.dialect.Oracle9Dialect/property | | !-- JDBC connection properties (begin) -- | property name=hibernate.connection.driver_classoracle.jdbc.OracleDriver/property | property

[jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs

2007-08-02 Thread aroppone
I checked everything JNDI related but can't find out if the correct value nor the other values stated in the dep.desc. above. I quess that the problem is the way NB deploys the EJBs. any ideas how to solve that? View the original post :

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-02 Thread [EMAIL PROTECTED]
Do you have EJB3 installed on Tomcat? I believe the seam-pay example uses EJB3 Timers. Also, our test coverage on JDK 1.6 is very limited. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069920#4069920 Reply to the post :

[jboss-user] [JBoss Tools (users)] - How to add hibernate console

2007-08-02 Thread krasig
I have hibernate application and want to add hibetnate console to test my new mappings. After Create Hibernate Console WIZARD I have hibernate console , bit when click on it : org.hibernate.InvalidMappingException: Could not parse mapping document from file

[jboss-user] [JBoss jBPM] - Re: JBPM Processor Designer not working with Eclipse 3.2

2007-08-02 Thread dleerob
Okay that worked. So simple, but easy to miss as it isn't really mentioned anywhere in the docs. Usually you just copy across the plugins and features folders to add an Eclipse plugin. You simply need to copy across the links folder as well. So copy all the folders in

[jboss-user] [JBoss jBPM] - Re: JBPM Processor Designer not working with Eclipse 3.2

2007-08-02 Thread dleerob
I did copy the plugins across. I basically copied across \jbpm-jpdl-3.2.1\designer\eclipse\features\*.* and \jbpm-jpdl-3.2.1\designer\eclipse\plugins\*.* across into the eclipse\features and eclipse\plugins folder. The plugins folder includes the org.jbpm.gd.jpdl.core_3.0.13.1.jar and

[jboss-user] [JBoss Seam] - Re: Bind a string property by reference

2007-08-02 Thread jbuechel
Can someone shortly take time to tell me if my approach makes sence at all? Would be great! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069915#4069915 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069915

[jboss-user] [JBoss/Spring Integration] - HI i am getting an exception java.lang.ClassNotFoundExceptio

2007-08-02 Thread jackpagal
Hi, can anyone help in resolving this issue while deploying my application in jboss. While i am trying to use activemq 4.1.0 on jboss-4.2.0.GA Is this an issue in jboss-spring integration. 2007-08-02 11:27:20,562 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] Loaded

[jboss-user] [JBossWS] - Re: SSL Authorization

2007-08-02 Thread FabBoco
Please gurus, can you provide to me some pointers to step-by-step documentation ? Thanks Fab. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069913#4069913 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069913

[jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti

2007-08-02 Thread vtysh
I don't know, maybe it is an oracle problem. Try to search forum i saw some topics where users describe theirs problems with oracle environment. My proposition is to start from simple code open and close context. Then add ProcessInstance creation, then add other parts of code... Also you can try

[jboss-user] [JBoss Seam] - Re: Component configuration with complex types

2007-08-02 Thread jbuechel
Wow! Thanks a lot for your effort. I'll give it a try. jonas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069910#4069910 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069910

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-02 Thread Stateless Bean
I also tried to run your example -jboss-seam-pay and this doesn't work to on tomcat 5.5 with java 1.6, On JBoss 4.0.5 this works, In your example I get: | javax.servlet.ServletException: Error calling action method of component with id _id15:_id32:_id47 | at

[jboss-user] [JBoss Tools (users)] - Re: Disable the internal browser in the nightly tools?

2007-08-02 Thread [EMAIL PROTECTED]
Report these things in our jboss tools jira with as many details as possible so we can try and figure them out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069928#4069928 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: How to add hibernate console

2007-08-02 Thread [EMAIL PROTECTED]
did you add the mapping files twice ? e.g. both in cfg.xml and in the Additional mappings tab ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069929#4069929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069929

[jboss-user] [JBoss Tools (users)] - Re: Generate-entities

2007-08-02 Thread [EMAIL PROTECTED]
No - not currently. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069924#4069924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069924 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Not able to use conversation context variable

2007-08-02 Thread sawant.yuvraj
I will like to have a simplest example of seting and using conversation context variables. Can some one provide me with it. TIA, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069926#4069926 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-02 Thread Stateless Bean
I think yes. here is my components.xml. Maybe I should install some bean/class like processor in compoenents? | ?xml version=1.0 encoding=UTF-8? | components xmlns=http://jboss.com/products/seam/components; | xmlns:core=http://jboss.com/products/seam/core; |

[jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti

2007-08-02 Thread foolpcman
OK,Thank you all the same, vtysh! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069951#4069951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069951 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-02 Thread jpbarbe
Thanks for your help Dean. The version of MyFaces distributed with JBP 2.6.1 is 1.1.1 and the version of Seam I use is 1.1.6 GA. I tried to use MyFaces 1.1.4 which is distributed with JB 4.0.5. I replace the jars into

[jboss-user] [JBoss Seam] - Erratic behavior of Seam email? or ejbs?

2007-08-02 Thread paradigmza
Hi, I am having problems with Seam Email running off a cron schedule, and the behavior is rather erratic..., I am running on JBoss 4.2.1, Seam 2.0.0Beta This is my quartz service bean @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = cronTrigger, propertyValue = 0 0/1

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-02 Thread mailinator
Hi, what do you mean by jbpm ? i have deployed the jbpm-enterprise.ear on my jboss server. I also have put the jbpm-jpdl.jar and the jbpm-identity.jar in the war of my application. Is that what you mean ? I didnt see anything about config files in the jbpm-jpdl, was i wrong ? Regards, O.M.

[jboss-user] [JBoss Seam] - Re: Inserting into primary and secondry table using bean

2007-08-02 Thread kaviarasu
hi i cant able to understand ur schema i have pasted the sample coding can u say how to insert in this, i created two tables Table 1 and table 2. this code is generated by exadel @Entity | public class Table1 implements Serializable { | @Id | private BigDecimal no; | |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Using Netbeans 5.5 with Jboss Integration

2007-08-02 Thread locombus
Hello, i try some tutorial from netbeans site http://www.netbeans.org/kb/55/ejb30-jboss.html and it work fine, i change the DB from hsqldb to mySql and i test it from local server and it work fine but when i try to upload it to my live server i get some errors 1) output error that i get is :

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-02 Thread [EMAIL PROTECTED]
Can you try it with JDK 1.5? Also, is it possible for you to try Seam 2.0 (or from the CVS)? We made quite a few changes to that part of the code in Seam 2.0. To run Seam 2.0 on Tomcat, you will need to install the JBoss Embedded on Tomcat first, please see the docs for more details. Thanks.

[jboss-user] [JBoss Seam] - dynamic dataTable

2007-08-02 Thread mrohad
I would like to add new line to dataTable as a new row of input boxes I'll fill the new row with data and press save then the row will become reguler row in the table. is there any JSF componenet that can do that? otherwise if I want to be able to add more then one row before saving how can I

[jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features

2007-08-02 Thread thhal
I've made some attempts to use the undocumented element. As far as I've understood, the attributes are: name The name of the conversation. You use this to reference the conversation from the page clause and the name will also be prepended to the conversation id. parameter-value The

[jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner?

2007-08-02 Thread hontvari
OFF: This is a very useful thread, and I think its content should go into the seam documentation. Integration of external authentication (external to seam) is not only important when there is an sso webapp, but also if you try to gradually introduce seam into an exisiting project. At this very

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Eclipse/WTP versions

2007-08-02 Thread [EMAIL PROTECTED]
1) Yes - by chance it turned out that way. 2) No, eclipse it self provides a (basic) jboss as 4.2 runtime adapter. Ours is targeted for 3.3 and WTP 2.0 3) soon View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069946#4069946 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Seam Project on Jboss 4.0.5

2007-08-02 Thread [EMAIL PROTECTED]
no - the issues about 4.2 adapters should be fixed! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069947#4069947 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069947 ___

[jboss-user] [JBoss Seam] - Re: dynamic dataTable

2007-08-02 Thread mrohad
if I wasn't clear this is what I want: _ |col-1|col-2| |___fdfdsfdsf__|___dsfdsf| data from DB |___dsfdsf|___dsfdsf| data from DB |_ _ _ _ __ _ _ | _ _ _ _ _ _ _| New Row1 using input boxes Added |_ _ _ _ __ _ _ | _ _ _ _ _ _ _| New

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBPM Process Instance - Could not enlist in transaction

2007-08-02 Thread mailinator
Hi Ed, thanks for helping. I think that the file is not found or used because of the logs : No TransactionManagerLookup configured although i have those lines in my config file : !-- JTA transaction properties (begin) -- property

[jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features

2007-08-02 Thread thhal
How about that. The preview of the post actually expands the html entities, not just in the previewed text, but also in your entered text. Next preview (or submit) is then corrupt. This time I used the back-button after my preview. I meant to write the undocumented #60;conversation#62; element

[jboss-user] [EJB 3.0] - Re: service=EJB3 + is already registered

2007-08-02 Thread wolfc
Check out what happened to any previous deployment. Did it clean up properly? If there is no previous deployment, create a small test case which reproduces the problem. Open a JIRA and attach the test case. View the original post :

[jboss-user] [Beginners Corner] - What's the difference between jboss4.2 and jboss5.0?

2007-08-02 Thread xuyanning
Hi: I am researching the difference between jboss4.2 and jboss5.0, but I can't find the help document in website of jboss orgnizetion. I want to get the difference at every founction module which between jboss4.2 and jboss5.0. For exemple: jboss JTA?jboss5.0 is manage transction in cache and

[jboss-user] [JBoss Seam] - Re: Disable built-In filter

2007-08-02 Thread dmitriy.lapko
Thank you for answer, but I spent an hour trying to do it and didn't succeed. I added into my components.xml next line: component name=org.jboss.seam.web.exceptionFilter installed=false/ It didn't work: ... | INFO 02-08 10:14:04,718 [org.jboss.seam.Component.init():239] Component:

[jboss-user] [JBoss Portal] - can you release jboss.org 's layout and theme

2007-08-02 Thread kevnlin
can you release jboss.org 's layout and theme provider download when I try jboss2.6.1 or jboss 2.6 the layout and theme on 15' monitor or 8' monitor ,the page not show on current place View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069971#4069971 Reply

[jboss-user] [Clustering/JBoss] - Re: Failover not working InvalidClassException (Log4JLogger)

2007-08-02 Thread CarstenRudat
Hi, I fixed this - I had a commons-logging-x.jar in my WEB-INF/lib. But after removing this, I get another error: WARN [TreeCache] node /JSESSION/localhost/genloop-demo/8gZM8DrZOd0IGqYY6C3Luw** not found I have two jboss-4.2.1.GA (./run.sh -c all -b ip_node1/ip_node2) running. After

[jboss-user] [JBoss Tools (users)] - Re: How to add hibernate console

2007-08-02 Thread krasig
But noe , when in HQL editor just type from MyClass got the error: j | java.lang.IllegalArgumentException: node to traverse cannot be null! | at org.hibernate.hql.ast.util.NodeTraverser.traverseDepthFirst(NodeTraverser.java:31) | at

[jboss-user] [JBoss Tools (users)] - Re: How to add hibernate console

2007-08-02 Thread krasig
anonymous wrote : both in cfg.xml and in the Additional mappings tab YES. that's my fault View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069957#4069957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069957

[jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features

2007-08-02 Thread thhal
Oops. Forgot to disable html. I meant to wrote the undocumented element A related question. The element can be put in a file of its own, one for each view. It seems to me like it would be desirable to perhaps have the option declare the inline in a instead of referencing it using an

[jboss-user] [JBoss jBPM] - JBpm BPEL deploy error

2007-08-02 Thread peetair
Hi! I'm trying to deploy my BPEL under jboss. The example hello.bpel deployed, so the server is working. I made the .bpel with the eclipse BPEL editor. I have a wsdl and an xsd file from a webservice that i'd like to invoke from the bpel process. my bpel-definition.xml looks like this: ?xml

[jboss-user] [JBoss Seam] - Re: Erratic behavior of Seam email? or ejbs?

2007-08-02 Thread paradigmza
Also sometimes after I redeploy I get this exception... and if I get this exception it happens all the time until I restart jboss, or redeply anonymous wrote : 09:56:02,391 ERROR [SendSettlementEmailBean] could not EMAIL: | java.lang.RuntimeException: java.io.FileNotFoundException:

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-02 Thread mailinator
Hi, if i delete the jbpm-jpdl.jar from my WEB-INF/lib of my webapp, i have another exception (different from the previous one). exception : javax.servlet.ServletException: org.jbpm.JbpmException: ejb local timer lookup problem

[jboss-user] [Clustering/JBoss] - Re: Out of the box clustering won't work

2007-08-02 Thread atomicGun
I am having this problem and wonder anyone can help me on this. I have setup 4 different cluster nodes on 4 different machines(A, B, C, D) for testing. There is this machine A cannot be detected as cluster member (i.e. A will form its own cluster) and B, C, and D can see each other. I was

[jboss-user] [JBoss Seam] - Annotated converter not found?

2007-08-02 Thread nickarls
What could be wrong when I have | @org.jboss.seam.annotations.faces.Converter(id=yesNoConverter) | public class YesNoBooleanConverter implements Converter { | and | ice:selectBooleanCheckbox ... | f:converter converterId=yesNoConverter/ | /ice:selectBooleanCheckbox | but I

[jboss-user] [EJB 3.0] - Re: @EJB injection always injects remote object, why not loc

2007-08-02 Thread wolfc
Post your bean code. I think the container allows an illegal construct. You can't use the same interface both as local and remote. So either: @Stateless | @Remote(MyStatelessRemote.class) | @Local(MyStatelessLocal.class) | public class MyStatelessBean or @Stateless | public class

[jboss-user] [JBoss Messaging] - Can a bridge work fine with the remote source and local targ

2007-08-02 Thread jsnhsu
I create two queues on two JBoss. I call the queue locates on the JBoss along with the bridge as local queue and which is the target queue. The other one on remote JBoss is the source queue. I want to pull the messages from remote to local. However, it's not working. There is no error

[jboss-user] [JBoss jBPM] - Re: task-assign event firing

2007-08-02 Thread kukeltje
the latter, see my previous posts. If you take that into account isn't the task-assign event very clear? ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069979#4069979 Reply to the post :

[jboss-user] [JBoss Portal] - how do i not show portlet's frame

2007-08-02 Thread kevnlin
how do I not dhow portlet's frame on my portlet application , like Homepage CMS' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069980#4069980 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069980

[jboss-user] [JBossCache] - Re: Transactions

2007-08-02 Thread aditsu
About distributed TM, I know almost nothing about that, and have no idea where to start. With the local cache (B), if a node is locked for writing in B, will it be also locked for writing in C, at the same time? View the original post :

[jboss-user] [EJB 3.0] - Re: JBoss and PostgreSQL 8.1

2007-08-02 Thread fermat42
For sure I can. Sorry I copied only one of the ID Fields: Server.java: package de.douglas2a.components; import java.io.Serializable; import java.util.Set; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import

[jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti

2007-08-02 Thread foolpcman
hi,vtysh With you help,I think the problem is solved. In other assignment class,have the folowing code: | Session session = executionContext.getJbpmContext().getSession(); | . | . | . | session.close(); | thank you! :-( View the original post :

[jboss-user] [JBoss Tools (users)] - Hibernate Relational model - what is this?

2007-08-02 Thread krasig
And how show anything in Hibernate Relational model view ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069996#4069996 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069996

[jboss-user] [JBossWS] - Re: wstools error in wsdl2java

2007-08-02 Thread matt_law
I have got this problem as well. From what I can find out it is caused by the types, possibly the request and response in John's wsdl. My wsdl is from a 3rd party application so I can't change it much, but I would like to know what I can do to fix it. I have included the WSDL XSD docs below

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-02 Thread Stateless Bean
Instalation JDK 1.5.0_09 didn't helped. I need to stay on Seam 1.2.1GA, If this example seam pay works on tomcat I think this must be my problem. Maybe I not installed somethink well. I tell u what I done when, moved my app from JBoss AS to Tomcat 5.5. 1. added components.properties, 2.

[jboss-user] [Management, JMX/JBoss] - Re: To change the

2007-08-02 Thread Vjger
PeterJ wrote : Because the address field is initialized from data kept in a configuration file I imagine this file is server.xml. If so, where and how is valorized the ${jboss.bind.address}? Is it possible to map more ip addresses? | Connector port=8080 address=${jboss.bind.address}

[jboss-user] [EJB/JBoss] - Using an EJB from an remote app client does not work

2007-08-02 Thread Hauptlorenz
Hi, I've created an EJB with both an local and remote-interface and deployed it (stateless session bean). Now I want to use it from an remote application client (swing app). I've using this jndi.properties-file (which is used, I see in the exceptions):

[jboss-user] [JBossCache] - Re: performance again

2007-08-02 Thread [EMAIL PROTECTED]
Thx, genman. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070005#4070005 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070005 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Third-party EJBs as seam components

2007-08-02 Thread [EMAIL PROTECTED]
As long as Seam can look up the bean in jndi then it should be fine. so use jndiName. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070006#4070006 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070006

[jboss-user] [JBoss Seam] - Re: Third-party EJBs as seam components

2007-08-02 Thread [EMAIL PROTECTED]
The manager pattern you mention should work as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070008#4070008 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070008 ___

[jboss-user] [JBoss Seam] - Re: Is MyFaces tomahawk lib compatible with Seam 1.2.1/RichF

2007-08-02 Thread [EMAIL PROTECTED]
We don't recommend the use of Tomahawk with Seam as we've seen incompatibility problems in the past. As for whether it works with Richfaces or Ajax4jsf, ask in the relevant forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070009#4070009 Reply to the

[jboss-user] [JBoss Seam] - Re: show me the right way to access row of datatable with Se

2007-08-02 Thread [EMAIL PROTECTED]
You don't want to put @Out @DataModel on the same variable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070011#4070011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070011 ___

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-02 Thread [EMAIL PROTECTED]
Please try using Seam2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070012#4070012 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070012 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: seam/jboss/richfaces classloading problems

2007-08-02 Thread [EMAIL PROTECTED]
Search the forum for the JBoss webloader workaround. In the long term a refactoring of Richfaces is underway to split out the api to remove the need for the workaround. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070013#4070013 Reply to the post :

[jboss-user] [JBoss Seam] - Re: show me the right way to access row of datatable with Se

2007-08-02 Thread [EMAIL PROTECTED]
Post the whole exception that occurs on startup, there should be some causedby in there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070014#4070014 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070014

[jboss-user] [JBoss Seam] - Re: Malformed xhtml doc w/ Facelets in Seam 2.0.0.Beta1?

2007-08-02 Thread [EMAIL PROTECTED]
This is very strange, I think you need to crosspost to the facelets mailing list and the ajax4jsf forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070015#4070015 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070015

[jboss-user] [JBoss Seam] - DroolsActionHandler not firing rules

2007-08-02 Thread damianharvey
I am trying to call Drools from jBPM using the org.jboss.seam.drools.DroolsActionHandler as shown in chapter 12.3 of the Seam reference, however my rules don't get fired. The DroolsActionHandler has a method called execute. Do I need to call this from my jBPM action to fire the rules? If so,

[jboss-user] [JBoss Seam] - Re: Disable built-In filter

2007-08-02 Thread [EMAIL PROTECTED]
No, installed=false doesn't work. The only way to do this is to create a higher precedence component than the filter to disable, and override all its methods (eww, ugly!) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070017#4070017 Reply to the post :

[jboss-user] [JBoss Seam] - Re: DroolsActionHandler not firing rules

2007-08-02 Thread damianharvey
Oops. Ignore that. execute is inherited from org.jbpm.graph.def.ActionHandler so is fired by jBPM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070018#4070018 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070018

[jboss-user] [JBoss Seam] - Re: Application seam distributed ? two machines

2007-08-02 Thread [EMAIL PROTECTED]
I don't think we have documentation on how to do that, Seam is designed to be deployed as an EAR or WAR using standard J2EE packaging. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070010#4070010 Reply to the post :

[jboss-user] [JBoss Seam] - Re: c:forEach and h:column

2007-08-02 Thread [EMAIL PROTECTED]
Yes, that last code snippet looks correct. Can you explain in more detail whats going wrong with it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070019#4070019 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070019

[jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti

2007-08-02 Thread vtysh
Don't exactly understand where was a problem, but you're welcome! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070001#4070001 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070001

[jboss-user] [JBoss Seam] - Re: Not able to use conversation context variable

2007-08-02 Thread [EMAIL PROTECTED]
Post code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070020#4070020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070020 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: jboss scheduler

2007-08-02 Thread veeseekay
sorry , My bad! my xml configuration in jboss-service.xml was incorrect. false xx:service=yy mySchedulableMethod() MM/dd/ kk:mm:ss 08/01/2007 23:59:00 1 1 I had used attribute SchedulableClass instead of SchedulableBean. silly

[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2007-08-02 Thread Hauptlorenz
Hi, do you have solved your issue? I've the same problem. Thank you, Frank View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=407#407 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=407

[jboss-user] [JBossCache] - Re: Transactions

2007-08-02 Thread [EMAIL PROTECTED]
aditsu wrote : About distributed TM, I know almost nothing about that, and have no idea where to start. | JBoss TS should have some literature around this, although I'd say you'd be breaking new ground here as I don't know of any users using JBoss Cache with a distributed TM. aditsu wrote

[jboss-user] [JBoss Seam] - Re: File upload to application folder

2007-08-02 Thread [EMAIL PROTECTED]
I doubt you really want to do this. What happens if the app is deployed collapsed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070025#4070025 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070025

[jboss-user] [JBoss Seam] - Re: Sample with distributed environment

2007-08-02 Thread [EMAIL PROTECTED]
All seam example apps should run on a JBoss AS cluster. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070026#4070026 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070026 ___

[jboss-user] [JBossCache] - Re: Performing cache operations while in a catch() section

2007-08-02 Thread [EMAIL PROTECTED]
Does your code in the try block fail due to a transaction failing? What seems to be the problem is that your cache participates in your transaction (perhaps a call to the cache in your try block), the tx fails, and then you attempt to try more operations on the cache in your catch block. If

[jboss-user] [JBoss Seam] - convertEntity with non-Id key?

2007-08-02 Thread nickarls
Hello, Is it possible to have convertEntity insert something other than the ID into a selectbox? I have an entity that is basically @Id Integer id String key String value; and would like map it to the key,value instead of id, value or have I misunderstood the usage of the converter

[jboss-user] [JBoss Seam] - Re: Annotated converter not found?

2007-08-02 Thread [EMAIL PROTECTED]
Put @Name on the converter as welll. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070029#4070029 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070029 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: dynamic dataTable

2007-08-02 Thread [EMAIL PROTECTED]
Add an empty object (of the correct type) to the backing list. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070030#4070030 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070030

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-08-02 Thread [EMAIL PROTECTED]
asookazian wrote : Where can we find guidelines concerning best practices when designing/developing SEAM apps (e.g., when to use stateless SB's rather than stateful as it seems conversations require stateful SB's). Use a SFSB when you need to maintain state between calls to the bean. anonymous

[jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key?

2007-08-02 Thread [EMAIL PROTECTED]
No, it inserts the ID (in Seam 1.2.1.GA) or a string used to lookup the id in the page context (in Seam2). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070033#4070033 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070033

[jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti

2007-08-02 Thread kukeltje
I closed the accompanying issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070037#4070037 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070037 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re:

2007-08-02 Thread [EMAIL PROTECTED]
its an incomplete view that I'll need to remember to remove now ;) It should/will show the mappings from the relational perspective (tables/columns) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070035#4070035 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: jboss scheduler

2007-08-02 Thread veeseekay
oops, it doesnt dissplay the xml snippet properly...here goes again mbean code=org.jboss.varia.scheduler.Scheduler name=jboss:service=MyClassScheduler attribute name=StartAtStartupfalse/attribute attribute name=SchedulableMBeanxx:service=yy/attribute attribute

[jboss-user] [Microcontainer] - Re: Injecting KernelControllerContext

2007-08-02 Thread alesj
[EMAIL PROTECTED] wrote : Can it be done? | e.g. @Inject ControllerContext ctx; | Now you can. But not on field, on setter. :-) | @Inject(fromContext=context) | public void setContext(ControllerContext context) | View the original post :

[jboss-user] [JBossCache] - Re: Performing cache operations while in a catch() section

2007-08-02 Thread dfraser
yes, that is sort of it - I figured it out just before you replied. the entire operation is wrapped in a transaction (it's processing a MDB message) and communication with another system fails, so the code throws an exception to trigger the catch section in the onMessage() method that acts as

[jboss-user] [JBoss Tools (users)] - hello iam getting the following error when i do as given in

2007-08-02 Thread amritalekshmy
15:28:25,171 ERROR [MainDeployer] Could not initialise deployment: file:/F:/jboss-3.2.7/server/default/deploy/FiboApp.ear org.jboss.deployment.DeploymentException: Failed to find module file: FiboWeb.war at org.jboss.deployment.EARDeployer.init(EARDeployer.java:232) at

[jboss-user] [JBoss Seam] - Conversation created when it shouldn't be

2007-08-02 Thread thhal
I have the following declaration in my pages.xml conversation name=cname parameter-name=oid parameter-value=#{x.y}/ My page declaration is: page conversation=cname | begin-conversation join=true/ | param name=oid value=#{componentLoader.oid} / | /page The componentLoader is a stateful

  1   2   3   4   >