[jboss-user] [Installation, Configuration & Deployment] - Re: error regarding log4j

2006-12-20 Thread jaikiran
Thats not an error. Thats just another log message. The Log4j service in JBoss has a timer task which is scheduled every 60 seconds i guess, which looks for changes to the log4j.xml file. If there are any changes to that file, log4j is reconfigured to reflect those changes. You can safely ignor

[jboss-user] [Security & JAAS/JBoss] - JBOSS LdapLogin Module - how to implement failed login funct

2006-12-20 Thread shilpee_toshi
Hi everyone, I am using Jboss LdapLoginModule for LDAP authentication. For authentication i want to implement following feature: Allow a user to give only 3 login attempts and after 3 unsuccessful login attempts user's account is locked in Database. Please suggest how should i keep track of fa

[jboss-user] [JBoss Seam] - Re: Mapping between form field and database fields

2006-12-20 Thread hstang
Hi, If the POJO is an entity (annotated with @Entity), then create the date field like @Temporal(DATE) private Date date Do you already have this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995511#3995511 Reply to the post : http://www.jboss.com/inde

[jboss-user] [Security & JAAS/JBoss] - Re: LDAP Newbie - LdapLoginModule

2006-12-20 Thread shilpee_toshi
Yes. You are right. So what is the other way to implement failed login attempt functionality? Please suggest. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995510#3995510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Mapping between form field and database fields

2006-12-20 Thread chrismalan
I'm new to Seam. After reading some of the documentation and looking at the examples I'm left with one question. Searches of the forum provide no answer. One html form field in Seam seems to map to one attribute in a POJO which in turn seems to map to one field in a database. Now say I want a

[jboss-user] [Installation, Configuration & Deployment] - Re: Deploy a web application on JBoss

2006-12-20 Thread inderjeet
Thanks to all of those who helped me to solve my problem. Peter, I tried to search method by the name of "Invoke", but there is no invoke method in the MainDeployer MBean. As per kennychaffin and your, suggestion, i am not going for application across network, but I just wanted to see this worki

[jboss-user] [JBoss Seam] - Re: Injected properties don't worjk in constructors?

2006-12-20 Thread hstang
Correct me if I am wrong, but Seam needs to instantiate a fully constructed instance before injecting zmponents via @In. Hence NPE in the constructor. Try @Create. The annotated method will be called when the component is fully initialized. The log will be fine. View the original post : h

[jboss-user] [JBossWS] - Re: Single Client, Multiple Service Endpoints

2006-12-20 Thread elcapitan
I should mention that this solution is also not ideal because at some point down the track, this code may need to be ported to OracleAS, and hence using proprietary JBoss functionality is not a great idea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995506

[jboss-user] [JBossWS] - Re: Single Client, Multiple Service Endpoints

2006-12-20 Thread elcapitan
The closest thing I have found to a solution for this so far is to create different mapping files for each service, i.e. service1-mapping.xml, service2-mapping.xml, etc., and then use the JBoss-proprietary ServiceFactoryImpl class's method createService(URL wsdlDocumentLocation, QName serviceNa

[jboss-user] [EJB 3.0] - Re: Where is javax.persistence.AccessType

2006-12-20 Thread varunnarang
Thanks once again, That was a great help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995500#3995500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995500 ___ jboss-user ma

[jboss-user] [JBoss jBPM] - Jbpm performance problem

2006-12-20 Thread [EMAIL PROTECTED]
Hi All, I have converted the jbpm websales application to jboss portlet. And it works fine. But now I meet a problem, after runing this application several minutes, it will throw hibernate exceptions: | 2006-12-21 11:36:22,501 ERROR [org.hibernate.util.JDBCExceptionReporter] No ManagedConne

[jboss-user] [EJB 3.0] - JBoss 5.0 Beta 1

2006-12-20 Thread gommo
Does this contain the EJB3 libraries by default? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995498#3995498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995498 __

[jboss-user] [EJB/JBoss] - Re: Unit Testing Practices

2006-12-20 Thread gommo
I'm running TestNG using eclipse BUT from an ant file. Not using the eclipse plugin. I wanted it to work outside of eclipse as I also use Netbeans. (Thats a side issue but I wish Netbeans and Eclipse joined or something, eclipse is fast, I love its autobuilding etc.., but its project settings SU

[jboss-user] [Installation, Configuration & Deployment] - error regarding log4j

2006-12-20 Thread ashwin1984
i copied an earlier installation of jboss and set it up in a new system. I am able to run the server and it starts but a problem now occurs...after every 10 secs a log4j message as follows appears : [log4jservice$urlwatchTimerTask] configuring from url: resource:log4j.xml please i need urgent he

[jboss-user] [JBoss Messaging] - Re: Two errors on startup

2006-12-20 Thread [EMAIL PROTECTED]
Is jboss-remoting.jar under $JBOSS_HOME/server//jboss-messaging.sar? Unrelated to the problems you're experiencing, my advice is to upgrade to 1.0.1.SP2 ASAP, lots of things happened since CR2, including fixing a couple of major bugs. View the original post : http://www.jboss.com/index.html?

[jboss-user] [Security & JAAS/JBoss] - How to route to error page on session timeout

2006-12-20 Thread purna_cherukuri
Hi, I am using jboss-portal 4.2.0 In Jass authentication, If the session expires, The user has been sent to login page. But as per my requirements, i have to route him to error page on session expiration. How can i do that? Where should i change the configurations to do this? Th

[jboss-user] [JBoss jBPM] - Query allowed process instance creation for current user

2006-12-20 Thread mjuteau
Is it currently possible to query the JBPM engine for processes that the current user is allowed to start, based on his role(s)? This would allow me to present adequate links on a home page, where each user sees links to processes they are allowed to start. The startup sample webapp simply displ

[jboss-user] [JBoss Seam] - Injected properties don't worjk in constructors?

2006-12-20 Thread svadu
Hi All, I was trying to use an injected logger (same as in the examples) in a default constructor of my java bean and I got a NullPointerException. I debugged that I found out that everything I tried to inject was null when running in the default constructor of the bean. Am I missing something

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

2006-12-20 Thread gus888
Hi Gavin, Have a great vacation and Merry Christmas too! We sincerely appreciate your great work! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995488#3995488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995488 ___

Re: [jboss-user] [Installation, Configuration & Deployment] - Save/Roll server.log

2006-12-20 Thread Matthew Hannigan
On Wed, Dec 20, 2006 at 05:26:50PM -0500, hunk wrote: > I need to automate the saving/rolling of server.log while rebooting or > bouncing JBOSS . How to achieve this coz when we reboot JBOSS twice a day and > a new server.log is created which wipes out the old server.log and we > currently have

[jboss-user] [EJB 3.0] - Re: One to many relation issues

2006-12-20 Thread jeremygibson
Fixed it. needed to make the following switch | @OneToMany | private Collection children; | ... | public Collection getChildren() { | return children; | } | View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: aliases in components.xml on per page basis

2006-12-20 Thread dajevtic
Is anything planned in this direction? If not, I would like to open a feature request in Jira, because it is the only thing I can think of to rid myself from the final tomahawk components I use in my seam apps: "AliasBeanScope" and "AliasBean"? I have about twenty files which all look like: |

[jboss-user] [EJB 3.0] - Re: MapKey, JoinColumn and referencedColumnName

2006-12-20 Thread jazir1979
This seemed to go away once I upgraded all the Hibernate jars past the old versions that still ship with Embeddable EJB3. I can delete fine, although the name and referencedColumnName attributes still seems the wrong way around to me. Maybe I'm just mis-interpreting the spec. View the origina

[jboss-user] [EJB 3.0] - Re: Updating instead of deleting

2006-12-20 Thread jazir1979
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79385 Setting updatable = false fixed this for me. I'm not entirely sure why, but it's a perfectly sufficient solution for me, as this FK column never would be updated. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & Deployment] - Re: JBOSS Vs JAVA 6.0

2006-12-20 Thread trcull
okso then what's the plan/timeline for supporting jdk 1.6? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995482#3995482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995482 _

[jboss-user] [EJB 3.0] - Re: Updating instead of deleting

2006-12-20 Thread jazir1979
I have the same problem, a uni-directional one to many on a FK with CascadeType ALL. I try to delete a parent entity A, and Hibernate tries to update the FK column on the child table B to null, rather than performing a delete. | DEBUG 21-12 10:51:52,375 (Log4JLogger.java:debug:84) -Deleting

[jboss-user] [JBoss Seam] - Re: Seam explicit conversationId

2006-12-20 Thread [EMAIL PROTECTED]
Um ... I'm not sure, and don't have time to check, sorry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995479#3995479 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995479 __

[jboss-user] [JBoss Seam] - Re: Seam explicit conversationId

2006-12-20 Thread pdpantages
OK, Thanks for the info 1.1.GA; I will remember this when I upgrade. However, I am currently using 1.0.1.GA- Should I expect the behaviour described above with the earlier release? Thanks, PdP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995476#3995476 Rep

[jboss-user] [JBoss Seam] - Vacation

2006-12-20 Thread [EMAIL PROTECTED]
Hi everyone :-) Just to let you know, I'll be on vacation for about 2.5 weeks, with a woman instead of a laptop, so please fight amongst yourselves until I get back. Actually, Norman Richards is now temporarily in charge of all the essential functions I usually perform, eg. drunkenly insulting

[jboss-user] [EJB 3.0] - One to many relation issues

2006-12-20 Thread jeremygibson
Hi, I'm trying to have a person entity who has a collection of person entities representing his children. I have it marked as follows: | private Collection children; | ... | @OneToMany | public Collection getChildren() { | return children;

[jboss-user] [JBoss Seam] - Re: Deployed ear file generated with seam-gen

2006-12-20 Thread [EMAIL PROTECTED]
Try a clean install of JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995472#3995472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995472 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: aliases in components.xml on per page basis

2006-12-20 Thread [EMAIL PROTECTED]
No, its not possible, sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995471#3995471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995471 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Seam explicit conversationId

2006-12-20 Thread [EMAIL PROTECTED]
This stuff actually broke in 1.1 GA and is fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995470#3995470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995470 __

[jboss-user] [EJB 3.0] - Display data via EJB 3

2006-12-20 Thread weiming
Hi there I can create, insert and delete date via EJB 3, but I got a problem with displaying data. I created an entitybean "UserCredentialsEntity.java", which defined all setter/getter. In interface "UserCredentialsHandler.java", I set a method "public Collection getUser(String firstName);"

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How contribute to Freemarker plugin and add my Plugin ec

2006-12-20 Thread azerr
anonymous wrote : Please send a *patch* and not just an updated plugin. I have sent you my Freemarker updated, because I would like that you see my new feature and that you validate it. I have change a lot of code like package name, so I'm waiting for your validation. anonymous wrote : | Hi

[jboss-user] [JBoss Seam] - Seam cannot find my components

2006-12-20 Thread jdaggs
At first you may be thinking that I forget to put my seam.properties file in the right place. I wish it was that simple. However. I did look in my server.log and found the following snippet: 006-12-20 17:17:38,312 DEBUG [org.jboss.seam.deployment.ComponentScanner] found component class: seam-

[jboss-user] [Security & JAAS/JBoss] - Re: JBOSS, JAAS and MDB

2006-12-20 Thread russray
The issue is solved. the problem was in the the jndi name was incorrect so the MDB could not use the default users. this was in the login-config.xml file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995466#3995466 Reply to the post : http://www.jboss.com

[jboss-user] [Installation, Configuration & Deployment] - webconsole applet

2006-12-20 Thread christian.onweb87
hello, I've installed JBOSS 4.0.5GA on a linux box with a jdk 1.5, and all works fine when I run the server with run.sh. But, when I want to access on the webconsole with a browser (IE on a different computer or FireFox with the appropriate java plugin), the java applet for the menu does not a

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-20 Thread david.alves
Hi, I've tryied a lot of combinations (method names etc) a still no luck. I allways clean everithing before rebuild (my ant script does that when i select the deploy target) So... any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995460#3995460

[jboss-user] [Installation, Configuration & Deployment] - Save/Roll server.log

2006-12-20 Thread hunk
I need to automate the saving/rolling of server.log while rebooting or bouncing JBOSS . How to achieve this coz when we reboot JBOSS twice a day and a new server.log is created which wipes out the old server.log and we currently have three instances of JBOSS in our environment. thanks, hunki

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-20 Thread david.alves
btw, there is an error in my xhtml page the EJB call is actually mainMenu.getMainMenu (that was only one of the other things I tryed) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995462#3995462 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - facet name="beforeInvalidField" - Image appears before only

2006-12-20 Thread seamNoobie
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995464#3995464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995464

[jboss-user] [JBoss Seam] - Re: facet name=

2006-12-20 Thread seamNoobie
"seamNoobie" wrote : | | Subject line gets trimmed. Problem was that the Image only appears before only ONE of the validation errors wheras aroundInvalidField happens to ALL the invalid fields. View the original post : http://www.jboss.com

[jboss-user] [JBoss Portal] - Re: Seam Portlet in Jboss Portal

2006-12-20 Thread Shinerella
Am I missing something? My Jboss portal seems to work fine, as I have downloaded some portlets and they worked straight away, and on the other hand I have other seam applications running on the same jboss AS perfectly. But... this is the first time I try to make a seam app run as a portlet on

[jboss-user] [JBoss Portal] - Seam Portlet in Jboss Portal

2006-12-20 Thread Shinerella
I'm trying to make just a small seam app and get it working as a portlet Currently I have jboss-seam 1.0 GA jboss portal 2.4 and AS jboss_4.0.5GA Just to start testing if this works I made a sportlet.war as follows WEB-INF META-INF main.xhtml Into the WEB-INF directory the following conf fi

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How contribute to Freemarker plugin and add my Plugin ec

2006-12-20 Thread [EMAIL PROTECTED]
"azerr" wrote : Hi max, | thank you for you answer. I will send you my Freemarker Plugin updated and I will explain you new features that I added. | Please send a *patch* and not just an updated plugin. anonymous wrote : | For Akrogen, I'm agree with you, at first you believe Akrogen is

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread mzeijen
The next thing we need to do is create a dependency graph . This graph can tell us on which libraries Seam is directly depended upon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995452#3995452 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread mzeijen
I believe we have a very complete list for Seam 1.1.0 GA now. I am only not so sure about the jboss-ejb3-all.jar part, because somewhere in the middle of checking it I lost my overview. @petemuir: thx for creating that initial list. It really helped :D. View the original post : http://www.jb

[jboss-user] [EJB/JBoss] - Re: Unit Testing Practices

2006-12-20 Thread jantzen
Hi Gommo and Tarantula, I'm glad you guys got something working with Embedded JBoss. I guess I'll take a another stab at that approach. How are you bundling and running the tests with your application? In other words, where does Embedded JBoss live compared to the real server, and how do you

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How contribute to Freemarker plugin and add my Plugin ec

2006-12-20 Thread azerr
Hi max, thank you for you answer. I will send you my Freemarker Plugin updated and I will explain you new features that I added. For Akrogen, I'm agree with you, at first you believe Akrogen is the same thing that hibernate tool, because it can generate Bean although Hibernate tool generate it.

[jboss-user] [JBoss Seam] - aliases in components.xml on per page basis

2006-12-20 Thread dajevtic
Hi, there! | | | | is a great way to create aliases, but is it possible to do this on a per page basis? Meaning, can I have an alias of user being #{actor} on one page, #{father} on another and #{alien} on a third, etc.? View the original post : http://www.jboss.com/index.html?

[jboss-user] [JCA/JBoss] - Re: JCA as a UDP interface (design query)

2006-12-20 Thread [EMAIL PROTECTED]
Sounds reasonable. I am sure there are a variety of UDP based communication frameworks that can probably be used a starting point and then put in a JCA wrapper, or you could just build from the ground up. anonymous wrote : | If there is a better (simpler) alternative then I'd really like to

[jboss-user] [JBossCache] - Re: Tutorial not working

2006-12-20 Thread vs007
Thanks Manik! We had met in JBoss World along with Bela. Will send you email separately. - VS007 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995445#3995445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995445

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread mzeijen
Working on it right now ;). If you look at the dependency list in the wiki then you can see that it has grown a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995444#3995444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

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

2006-12-20 Thread m_hess
Hi, What I basically have, is just a test bean, with an ASynchronous method: | @Local | public interface AsyncTest { | | @Asynchronous | public void runAsync(@Expiration Date firstCall, @IntervalDuration long interval); | | } | This works fine so far. Meaning I can

[jboss-user] [JBossWS] - Re: wstools ignoring ??

2006-12-20 Thread ajay662
Forgot to mention. My development environment is jboss 4.0.5 jbossws-1.0.4.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995441#3995441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995441

[jboss-user] [JBossWS] - wstools ignoring ??

2006-12-20 Thread ajay662
In my wsdl there is a choice element somewhere. I am using wstools to generate the java classes from my wsdl, but wstools seems to be ignoring the "xsd:choice" element. Below are snippets from my wsdl and corresponding generated java classes: WSDL |

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2006-12-20 Thread dajevtic
Hi Chane, we used Seam and Trinidad in several of our POCs. No production applications yet, though. I remember that we had to incorporate an additional phase listener along with an action listener configured in faces-config when using the dialog framework of Trinidad / ADF, because the conversat

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread mzeijen
Maybe we could write an Ant script that can convert the examples from the current structure to a Maven2 structure? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995437#3995437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread [EMAIL PROTECTED]
guys...let's just get the "use seam with maven" solved first, right ? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995438#3995438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995438 __

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-20 Thread atzbert
It pretty much looks like a class loading / caching issue to me. I am fighting with these kind of problems so often... just a cheap advice : triple check all your class folders and clean everything before rebuild... :) View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [EJB 3.0] - Re: Wrong column type: expected: numeric(10, 0)

2006-12-20 Thread jdijkmeijer
Ok I can add scale to my generated code. But even upon deployment I get the same errorc (expected numeric 10,2). I think that jboss is falling on: mysql implementing numerics as decimal. (desc table shows detail, and createdb script shows numerics). I think I'am missing a few settings checked dia

[jboss-user] [JBoss Seam] - Re: Deployed ear file generated with seam-gen

2006-12-20 Thread hvram
Hi I get this error whne I am runnin 1.1 CR2 with the Sun JSF 1.2 RI . I am also using the classes generated using seam-gen Regards Hari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995434#3995434 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread fabricio.lemos
It would be better, for maven users, to have seam examples with the maven file structure instead of the current one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995432#3995432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread ccanning
Would you like for us to try to get the current file structure to work with maven? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995430#3995430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995430 ___

[jboss-user] [JBoss Seam] - Seam explicit conversationId

2006-12-20 Thread pdpantages
I am Using Seam 1.0.1GA, ajax4jsf 1.0.2, Jboss 4.0.4.GA Hello Forum, I have tried to use the "explicit conversationId" feature but am a bit puzzled by the behaviour. Section 3.6 of the Seam 1.0.1GA reference seems to state that if the "explicit" conversation already exists, Seam will declin

[jboss-user] [JBoss Messaging] - Re: Two errors on startup

2006-12-20 Thread Docjowles
One note: the SecurityConfig stuff isn't commented out in bzzPublishingTopic. That's left over from me experimenting, shouldn't have pasted that in here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995428#3995428 Reply to the post : http://www.jboss.com/i

[jboss-user] [EJB/JBoss] - Re: What's the default transaction attribute (trans-attribut

2006-12-20 Thread wikijuarezjunior
Hello there, Just as a future reference, I'd like to inform that I performed tests here and as far as I concluded the default is still REQUIRED. Note that there's a gap on the specs regarding that and it may be different for other application servers. Best Regards, Juarez View the original

[jboss-user] [EJB/JBoss] - Re: What's the default transaction attribute (trans-attribut

2006-12-20 Thread wikijuarezjunior
Hello there, Just as a future reference, I'd like to inform that I performed tests here and as far as I concluded the default is still REQUIRED. Note that there's a gap on the specs regarding that and it may be different for other application servers. Best Regards, Juarez View the original

[jboss-user] [JBoss Messaging] - Two errors on startup

2006-12-20 Thread Docjowles
I'm attempting to work with a JBoss Messaging set up a previous employee put in place. It's displaying two errors on start up, and not being much of a JBoss expert, I am completely stumped. Googleing and searching on these forums didn't provide much guidance, here's hoping someone is able to hel

[jboss-user] [Installation, Configuration & Deployment] - Re: Integrating Coldfusion (in J2EE configuration mode) with

2006-12-20 Thread binouch
I am running into this problem too - did anyone of you find a solution to it? Thanks . Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995423#3995423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995423

[jboss-user] [JBoss Seam] - Re: Bean: org.hibernate.collection.PersistentSet, property:

2006-12-20 Thread hvram
Hi I checked the code and the properties are ArrayLists. As I said I just used seam-gen to generate the code and added an extra relationship in the table . I then changed the view to additionally display the sub table and pass the key as a request parameter Thanks Regards Hari View

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread mzeijen
It is a PDF file so you need a laptop or a PDA ;-). But trust me, within the hour you know the most important parts of Maven2. Ok, maybe 2 hours ;-). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995419#3995419 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: HOW to create new node types ???

2006-12-20 Thread juangiovanolli
is it possible create new nodes extending , for example, org.jbpm.graph.def.node?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995418#3995418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995418 ___

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread [EMAIL PROTECTED]
Yeah, just after I get through the first chapter of that Rails book a bought 6 months ago ;-) Are you saying I need to take a Maven book with me on vacation :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995417#3995417 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: Hibernate SessionFactory in Seam App?

2006-12-20 Thread [EMAIL PROTECTED]
Or you can wrap the SeamServletFilter around it, and get access to your Seam contexts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995416#3995416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995416 ___

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread mzeijen
@Gavin: If you have an hour of time then you should read the first part of that book that I recommended. It is really interesting and helps you in understanding Maven2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995414#3995414 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Trinidad PPR/Ajax and Seam

2006-12-20 Thread chane
I am using Seam for a project and am about to start incorporating a component framework like Trinidad into the project (Trinidad has some components that ICEFaces doesn't, specifically - TreeTable). I particularly want to take advantage of Trinidads Partial Page Rendering (Ajax). I have been r

[jboss-user] [JBoss Seam] - Re: Hibernate SessionFactory in Seam App?

2006-12-20 Thread PatrickMadden
I'm sorry, I should have been more clear. Its a servlet that extends javax.servlet.http.HttpServlet When a user registers with our site we send a confirmation email to them with a return url containing some encrypted information. When they click on that link my "custom servlet" gets called. We

[jboss-user] [JBoss Seam] - Re: call session bean component method after application dep

2006-12-20 Thread [EMAIL PROTECTED]
Use components.xml: http://docs.jboss.com/seam/1.1GA/reference/en/html/xml.html By the way, it is bad style in Seam to just throw Strings in the application context. Instead create an application-scope Seam component, for example, MyConfiguration, and configure its attributes using seam.propert

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread [EMAIL PROTECTED]
OK, cool. A first step on (5) would be to try to retrospectively apply the unified maven build to the Seam examples directory. I think it would be perfectly reasonable to use Ant for building Seam, and maven for building the examples. Again, assuming that Maven actually makes things simpler an

[jboss-user] [JBoss Seam] - Re: Bean: org.hibernate.collection.PersistentSet, property:

2006-12-20 Thread hstang
Ahh, that makes sense. Thanks Gavin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995403#3995403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995403 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: Hibernate SessionFactory in Seam App?

2006-12-20 Thread [EMAIL PROTECTED]
What is a "custom servlet"? You can create Hibernate SessionFactorys anyway you like, but why not use a Seam-managed persistence context? Then you can do @In Session mySession, and get a conversation-scoped PC. Check the exmaples/hibernate2 example. View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread [EMAIL PROTECTED]
It depends how much time you have to put into this. I'd love to see a mavenized build of the Seam dist, assuming it made the build simpler, and not more complex. But this could turn out to be a pretty major undertaking. I would much rather see *something* useful come out of this process, than se

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread mzeijen
I must agree with max. My plan is as following: 1. Get both releases, with dependencies, in the official repositories. This way it is very simple for users to create their own Maven2 projects with Seam in the dependency list without having to worry about Seam its dependencies. 2. Find out how

[jboss-user] [JBossCache] - Re: Cache, missing entries

2006-12-20 Thread [EMAIL PROTECTED]
Questions: 1) Are Tx[1] and Tx[2] running in the same cache, or in 2 different caches that replicate? 2) Please describe in terms of JBC API and java.util.Map calls exactly what is happening in steps 1 - 5. I expect Tx[1] and Tx[2] are not making modifications to the same underlying map. V

[jboss-user] [JBoss jBPM] - Current Process State and ProcessImageTag

2006-12-20 Thread kazam
Hi , I am working on spring portlet application where it is required to know the current process state. I searched the forums and looked at the ProcessImageTag.java class. I think that methods of help for finding current node are initialize() and walkTokens() however, I am not sure as to how

[jboss-user] [JBoss Seam] - Re: Bean: org.hibernate.collection.PersistentSet, property:

2006-12-20 Thread [EMAIL PROTECTED]
The indexing operator is for Maps and Lists, not Sets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995398#3995398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995398 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss platform

2006-12-20 Thread [EMAIL PROTECTED]
It really depends on the application you want to deploy, so you must do your own tests to be certain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995395#3995395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995395

[jboss-user] [News & Announcements] - JBoss Messaging 1.2.0.Beta1 Released

2006-12-20 Thread [EMAIL PROTECTED]
JBoss Messaging 1.2.0.Beta1 has been released and it is available for download on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and sourceforge (http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261). This release builds in top of the clustering funct

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.2.0.Beta1 Released

2006-12-20 Thread [EMAIL PROTECTED]
JBoss Messaging 1.2.0.Beta1 has been released and it is available for download on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and sourceforge (http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261). This release builds in top of the clustering funct

[jboss-user] [JBoss Seam] - Re: Bean: org.hibernate.collection.PersistentSet, property:

2006-12-20 Thread hstang
I also got this error a moment ago. I also have a one-to-many relationship. It happens during redirect after invoking an action. The action code, however seems to load fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995391#3995391 Reply to the post

[jboss-user] [JBossWS] - Re: namespace for ComplexType from Java to WSDL

2006-12-20 Thread devnullinout
Any response will be appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995390#3995390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995390 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread [EMAIL PROTECTED]
I would recommend you start out doing the POM for something that can be used by *users* of Seam. Then afterwards we can begin having "fun" with trying to "bend" either seam buildstructure or Maven to be compatible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-20 Thread ccanning
I think we are going to try to do both. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995385#3995385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995385 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Bean: org.hibernate.collection.PersistentSet, property: 0

2006-12-20 Thread hvram
Hi I have a OneToMany relationship . When i try to access a value in the secondary table using an EL as follows #{usersHome.instance.refUserses[0].id} I get an error as follows javax.el.ELException: /Users.xhtml: Bean: org.hibernate.collection.PersistentSet, property: 0 I used seam-gen to

[jboss-user] [Installation, Configuration & Deployment] - Jboss platform

2006-12-20 Thread maxd
Hi All, For a new project I have to suggest a light Java platform. Mi idea was "naturally" JBOSS over Red Hat Linux. But I need to know the possible performance with simultaneous user: for example: How much RAM, disk space, Jboss AS node need for 100 user simultaneous? and for 1000 users? Where

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Remove item from CMR

2006-12-20 Thread dani-cas
This should be fairly easy, yet I am getting this exception when removing a item from a relation that is working fine. I have the following code: | public boolean borrarProceso(Integer id, String tipo, String userName){ | | InitialContext ic = null; |

[jboss-user] [Clustering/JBoss] - Running JBoss with run -c all reboots Windows XP

2006-12-20 Thread pshankar
Running jboss with clustering option reboots Windows XP any clue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995381#3995381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995381 __

[jboss-user] [JCA/JBoss] - Re: error regarding log4j

2006-12-20 Thread [EMAIL PROTECTED]
This has nothing to do with JCA. Notwithstanding your *urgent* needs, you would probably be better off posting this question to the correct forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995380#3995380 Reply to the post : http://www.jboss.com/index

  1   2   3   >