[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-18 Thread ybxiang.wolf
"[EMAIL PROTECTED]" wrote : This may not be what you require but I dont use Ant or Seam tools at all. | | I use | MyEclipse | | Create an EJB3 project and Map the correct files to thew correct "sub" projects (Ear, Jar and War). | | I simply tell MyEclipse where the JBoss Server i

[jboss-user] [JBoss Seam] - Noob conversation confusion

2007-09-18 Thread nickarls
Hi, Is there a way of ending a conversation and starting another at the same time? I have a case that looks like the hotel booking example where I have a page scoped list of orders and then selecting an order @Begin:s a long running conversation. The problem is that I can't start a fresh conve

[jboss-user] [JBoss Seam] - Status of seambay example (WebServices)

2007-09-18 Thread baz
Hello, seambay is not distrubuted with Seam2.0.0CR1 So i would like to know what the status of this example is. Ciao, Carsten BTW: I do have the up to date seam sources and will compile the example for myself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=408

[jboss-user] [EJB 3.0] - Re: mapping generic entities

2007-09-18 Thread andydale
HI, Have you tried annotating the abstract classes with @MappedSuperclass, this annotation means the class annotated with it is not an entity, and as such hibernate will not attempt to map it. Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085

[jboss-user] [JBoss Seam] - Re: Seam Text and \n

2007-09-18 Thread demetrio812
Is there someone can answer here? thanks Demetrio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085863#4085863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085863 ___ jb

[jboss-user] [JCA/JBoss] - Re: Custom DataSource configuration (instantiation)

2007-09-18 Thread vickyk
"wwebber" wrote : I don't think using the XA configuration will work. The DataSource wrapper we use (thew 'standard' one everyone here is supposed to be using) is not an 'XA" type connection. Also, we use a scheduler called Quartz that requires you to give it a non-transactional (i.e.: 'manual c

[jboss-user] [JBoss Seam] - Re: conversation ends unexpectedly!

2007-09-18 Thread mnrz
sorry for the highlight color | DEBUG building Excel's sheet is in progress... | DEBUG --- 0 | DEBUG --- 1 | | starting IndexSearchAction | DEBUG destroying IndexSearchAction... | | DEBUG --- 2 | DEBUG --- 3 | DEBUG --- 4 | DEBUG --- 5 | DEBUG --->

[jboss-user] [JBoss Seam] - Re: Feature request regarding nested conversations

2007-09-18 Thread matt.drees
Hi Jacob, So you're not using a SMPC. I guess I tend to assume everybody uses them. :-) My bad. So I understand more, but I'm still missing a few pieces. "jacob.orshalick" wrote : ...Seam has taken a snapshot of my Person entity in the outer conversation on nesting (which didn't have the new

[jboss-user] [JBoss Seam] - Re: Seam Captcha configuration

2007-09-18 Thread wise_guybg
Thanks Shane. Could you please check my comment in Jira if this can be released with CR1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085860#4085860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085860

[jboss-user] [JBoss Seam] - Re: conversation ends unexpectedly!

2007-09-18 Thread mnrz
I put some log in my code, here is the result: this is ExportDataUtil.exportToExcel() method: | public void exportToExcel(String filepath,Map indexResultSet,Map> columnHeaders) throws Exception { | logger.debug("building Excel's sheet is in progress..."); | in

[jboss-user] [JCA/JBoss] - Re: InUseConnections > MaxPoolSize... is this possible?

2007-09-18 Thread vickyk
"Sancheski" wrote : | Is this possible? | I have also checked the operation listInUseConnections() in service CachedConnectionManager, and I get an empty map. What I am guessing after seeing this is that the attribute InUseConnectionCount may be wrong. | | By the way, I am using Jboss

[jboss-user] [EJB 3.0] - Re: mapping generic entities

2007-09-18 Thread saxon747
Yes, I see, but the generic issues are resolved in the non-abstract entity classes (UserRight, User), and I do not want the abstract classes (UserEntity, UserRightEntity) to be mapped. I hoped that using @Inheritance( strategy = InheritanceType.TABLE_PER_CLASS ) | could help but it did not so

[jboss-user] [JBoss Seam] - Re: final class cann't be a seam component?

2007-09-18 Thread [EMAIL PROTECTED]
Yes, it would be easy to do that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085854#4085854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085854 ___ jboss-user mailing li

[jboss-user] [Clustering/JBoss] - Re: discarded message from different group

2007-09-18 Thread grdzeli_kaci
hi awclemen Thank you for your post. i have one another question : what does it mean wrong partition name ??? what is here incorrect : | screen ./run.sh -c all -b 0.0.0.0 -Djboss.partition.name=Partition_151 | __ Regards Paata. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Feature request regarding nested conversations

2007-09-18 Thread baz
Very interesting thread. i like to give a new usecase (or workflow) We have a search screen, where the user can search for an object(e.g. an experiment) When navigation to the show/edit screen ocurs a conversation is started and the object(the experiment) is shown. Now the user can work with the

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

2007-09-18 Thread xdoclet
hi Rob no worries. i have created an Jira for this : http://jira.jboss.com/jira/browse/JBIDE-911 great if you can accommodate this feature on beta4 :) thanks Tyronne Wickramarathne View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085849#4085849 Reply to the p

[jboss-user] [Microcontainer] - Re: maven and microcontainer

2007-09-18 Thread alesj
I think Microcontainer jar used in Seam comes from Embedded project, which I believe is currently unbuildable. :-( But running Maven in Microcontainer is the same as running Maven elsewhere - simply go to Microcontainer's root directory and run 'mvn install'. You should then get target directory

[jboss-user] [JBoss Seam] - Re: Seam Captcha configuration

2007-09-18 Thread [EMAIL PROTECTED]
Configuring the captcha image is now supported in the CVS version of Seam. Check the security chapter of the reference docs for more info (or see the seamspace example). http://jira.jboss.org/jira/browse/JBSEAM-865 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: Wannabe-Example needs help growing up

2007-09-18 Thread matt.drees
"amitev" wrote : BTW off topic question - i'm using seam with pojos and SMPC (no ejb3). I'm not using @Transactional at all. Is this a problem? That's what I do. As long as you're living in the JSF lifecycle, (and using Seam-managed transactions, of course), you should be fine. If you have t

[jboss-user] [Clustering/JBoss] - Re: question on clustering

2007-09-18 Thread haribaasha
one last question , in my setup i mentioned in the first post i want the servers 2,3 and 4 to have a different partition name and 1 (central server which routes the requests to 2,3,4) to have a different partition name. is this possible ? or will this result in the lookup failing ? View the o

[jboss-user] [JBossWS] - Re: Secure Webservice

2007-09-18 Thread [EMAIL PROTECTED]
Please start from a working sample that we distribute and tell us what modification stopped things working View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085837#4085837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408

[jboss-user] [JBossWS] - Re: Wsconsume generated Stubs failing with JBoss-4.2.0

2007-09-18 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1812 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085836#4085836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085836 ___ jboss-user

[jboss-user] [JBossWS] - Re: context-root in jboss.xml

2007-09-18 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-1813 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085835#4085835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085835 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Wannabe-Example needs help growing up

2007-09-18 Thread matt.drees
Pete, correct me if I'm wrong with this. "stephen.friedrich" wrote : | Also I still don't see how selecting an employee from the list can continue in the same conversation when opened in the same browser tab and can start a new conversation when opened in a new browser tab. | I don't thin

[jboss-user] [JBossWS] - Re: Two webservice classes define method with same name (bug

2007-09-18 Thread [EMAIL PROTECTED]
Private emails are useless. Please created an issue in jira and attach the relevant files to it. The jira issue and this forum thread should be cross referenced. cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085833#4085833 Reply to the post : htt

[jboss-user] [JBoss Seam] - Two EAR files in one JVM

2007-09-18 Thread wiberto
I have two seam applications that are deployed in the same JBoss server. Those two EAR files share a common EJB module. One app is an end user app while the other is an admin style app. I'm having issues running both EAR files at the same time. This used to worked fine as I have tested both app

[jboss-user] [JBoss Portal] - Re: Errors when testing WSRP

2007-09-18 Thread [EMAIL PROTECTED]
Unless I am mistaken, you are using Java 6. The problem you are experiencing is due to JBoss WS not being compatible with Java 6 (at least, not the version you are using). Please see: http://jira.jboss.com/jira/browse/JBWS-1439 for more details. View the original post : http://www.jboss.com/in

[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-09-18 Thread [EMAIL PROTECTED]
I am sorry about the temporary media wiki outage - we had a hardware problem when folks were on holiday View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085830#4085830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408583

[jboss-user] [JBoss Seam] - Re: final class cann't be a seam component?

2007-09-18 Thread wuhaixing
I found the same thing I want in the dvdstore sample,ProcessDefinitionSwitcher Can I store the list in the db instead of a final String[] list in the code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085828#4085828 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Messaging] - Re: I need help about Messaging!

2007-09-18 Thread catania
Hi ! I edited my MDB, and it's Ok. My jbossmq-myqueues-service.xml is look like: | jboss.mq:service=DestinationManager | And I put it inside /deploy --> all things are Ok. but when I write a client that send some TextMessage : InitialContext jndiContext = getInitialContext( ); | t

[jboss-user] [JBoss Portal] - Errors when testing WSRP

2007-09-18 Thread saigon_man
Hello, Has anyone been successfull following the steps mentioned in chapter 12 for wsrp with bea wsdl? I tried to follow the steps mentioned in the referenceGuide document (tried to deploy with the *-wsrp.xml) and got some errors anonymous wrote : | Problem getting service description for pr

[jboss-user] [JBoss Seam] - Re: final class cann't be a seam component?

2007-09-18 Thread wuhaixing
I found the reason why I cann't create the component: @PersistenceContext may only be used on session bean or message driven bean components so,what should I do to the common constant lists? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085821#4085821 Repl

[jboss-user] [JBoss jBPM] - Stack overflow on recursive patten.

2007-09-18 Thread jemodurn
I am trying to understand 9.10 section of the user guide. * Token.signal(Transition) * --> Node.leave(ExecutionContext,Transition) * --> Transition.take(ExecutionContext) * --> Node.enter(ExecutionContext) * --> Node.execute(ExecutionContext) If my process contains a loop lik

[jboss-user] [Remoting] - Remoting release 2.2.2.SP1

2007-09-18 Thread [EMAIL PROTECTED]
We have recently released version 2.2.2.SP1 of Remoting. It is largely characterized by bug fixes to 2.2.0.GA, with some minor feature additions. It should be possible to replace jboss-remoting.jar from any of the 2.2.x versions with jboss-remoting.jar from 2.2.2.SP1. It is available in the

[jboss-user] [JBoss Seam] - final class cann't be a seam component?

2007-09-18 Thread wuhaixing
I used to create a final class to provide some constants list for other classes,when I try this in the seam,the jboss 4.2.1 tell me cann't creat the component. Is it because it's a final class?If so,what should I do the same thing in the seam as before? View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Feature request regarding nested conversations

2007-09-18 Thread matt.drees
By the way, I didn't realize this: "wschwendt" wrote : And the following approach is not viable either: We cannot simply access a component from the parent conversation and call a property Setter of this component with the ending result of the nested conversation supplied as argument for this

[jboss-user] [JBoss Seam] - Re: s:fileUpload using tempFile fails with an OutOfMemoryErr

2007-09-18 Thread [EMAIL PROTECTED]
If you're injecting the file data into your component as a byte[] then of course it needs to load the entire file into memory (which kind of defeats the purpose of using a temporary file). I recommend using an InputStream instead, then you can deal with the file data in smaller chunks. View th

[jboss-user] [JBoss Seam] - Re: Seam 2.0 Beta with Weblogic 10

2007-09-18 Thread apatterson11
Actually this problem is not just confined to Seam version 2 Beta the Weblogic bug also effects Seam 1.2 (just tried it). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085813#4085813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: Seam 2.0 Beta with Weblogic 10

2007-09-18 Thread apatterson11
There is definitely an issue with EJB vararg methods in Weblogic 10 (see stack trace below). Since Seam has quite a few vararg methods then it means that you can't deploy a full JSF->Seam->EJB3.0 application on Weblogic 10 yet. An error occurred during activation of changes, please see the log f

[jboss-user] [JBoss Seam] - Re: Feature request regarding nested conversations

2007-09-18 Thread jacob.orshalick
anonymous wrote : if I think of breadcrumbs and the conversation stack (-> 6.7.5. Breadcrumbs), the use of nested conversations goes into a direction much similar to the composition of "subflows" This is a good point, and I have discussed this at length with my colleagues. But, if you think of

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-18 Thread mgrouch
Which version of facelets doesn't come with? Is ui:insert for source tags fixed? Thanks, Congrats with RC! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085810#4085810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085

[jboss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2007-09-18 Thread olintog
you are gonna find it at http://docs.jboss.org/jbossas/getting_started/v4/startguide40.zip View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085809#4085809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085809 ___

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-18 Thread [EMAIL PROTECTED]
I'm not aware of any breaking changes. You should be able to simply update to the latest JARs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085804#4085804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085804

[jboss-user] [JBoss Seam] - More about nested conversations

2007-09-18 Thread wschwendt
I looked again at the Seam reference documentation, section "6.2. Nested conversations" It cites correct behavior in the face of backbuttoning and workspace management as motives for nested conversations. "Seam Reference 6.2" wrote : A conversation may be thought of as a continuable st

[jboss-user] [JBoss Seam] - Validation messages with Seam 2.0 and Richfaces 3.1.0

2007-09-18 Thread pdhaigh
Hi, I am using the tabbed panel from Richfaces 3.1.0, and cannot get validation to work properly. Anything that is required=true correctly validates, but any other validation is simply not fired - e.g. max/min length etc: the form is just allowed to submit and throws an error when attempting to

[jboss-user] [JBoss Seam] - Re: Reccomend me a SEAM book

2007-09-18 Thread wschwendt
"[EMAIL PROTECTED]" wrote : As you say - it takes time - Christian is working away at this very hard :) but once the Seam-based forum is ready, please keep this old forum as an archive. Otherwise all bookmarks to threads of this old forum become invalid. View the original post : http://www.jb

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Attach Entity

2007-09-18 Thread goku2
mcsous, if you specify | @Basic(fetch=FetchType.LAZY) | @Column(updatable=false) | @Lob | private byte[] content; | In postgres (al least 8.2) it will map to a Oid column, not a blob. Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=408

[jboss-user] [JBossWS] - ServletFilter/Proxy Per SOAP Request

2007-09-18 Thread javafreak
Is it possible to implement something similar to a javax.servlet.Filter for web services? A ServletFilter for servlets allows me to capture the HTTP request, introspect and add to the request, and then forward the request to the target servlet. I need a similar capability for SOAP. Per each S

[jboss-user] [Beginners Corner] - Re: finding the server's URL

2007-09-18 Thread [EMAIL PROTECTED]
Sorry all - I spoke too soon. I found it. HttpServletRequest.getRequestURL() Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085792#4085792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085792

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-18 Thread [EMAIL PROTECTED]
Hello, well done! Is there some kind of migration guide from seam2 Beta1 to cr1? How to best upgrade an existing project? Greetz GHad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085789#4085789 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [Beginners Corner] - finding the server's URL

2007-09-18 Thread [EMAIL PROTECTED]
So let's say you access your JBoss AS from your trusty browser at the folloing location: https://www.myspiffyserver.com:8443/CodeBaseA Is there a way that you can tell in the code the complete URL that the user is using to find the server. Or, is there a way to build the complete URL yourself i

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-18 Thread [EMAIL PROTECTED]
It takes a little time to get everything in place, but yes we just finished the release process. Please report any issues you find with it so we can move towards making the final release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085788#4085788 Reply

[jboss-user] [JBoss Seam] - Re: Reccomend me a SEAM book

2007-09-18 Thread [EMAIL PROTECTED]
"dan.j.allen" wrote : As for the forum search limitations, Amen. I am praying that eventually this forum is moved to something powered by Seam and Hibernate Search. Could you imagine how quickly you can find issues then? As you say - it takes time - Christian is working away at this very hard :)

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-18 Thread mgrouch
Looks like it gained some weight 120 MB vs 73 MB in 1.2.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085785#4085785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085785 ___

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-18 Thread [EMAIL PROTECTED]
You guys are on the ball - we can't keep up! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085787#4085787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085787 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: discarded message from different group

2007-09-18 Thread awclemen
These messages are just warnings from the clustering that it is recieving a packet from a cluster partition whose name is different from it's own. Meaning that you might have accidently named your partition wrong on one server, so it is warning you. If you want to make those messages go away,

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

2007-09-18 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Matt. Minor (very minor) clarification -- you actually have a NullPointerExceptoin occuring in the PackagingFile Object. The InvocationTargetException is simply wrapped around the NPE. Hopefully, one of the JBoss guys can shed some light on this?

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Attach Entity

2007-09-18 Thread mcsous
Ok, but if I add @Lob annotation in, Postgres Database, the column type will be wrong and won't save any file. The type column is oid and could be bytea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085780#4085780 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-18 Thread amitev
Great job! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085775#4085775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085775 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Re: Seam-managed persistence context

2007-09-18 Thread wschwendt
"wschwendt" wrote : | So far my understanding is that a Seam-managed persistence context corresponds to an instance of the org.jboss.seam.persistence.ManagedPersistenceContext component. This is a conversation-scoped component, hence it can be injected into other components using the @In

[jboss-user] [JBossCache] - Re: Duplicate Key kills transaction

2007-09-18 Thread [EMAIL PROTECTED]
Try the EJB3 or Hibernate forums; JBoss Cache isn't throwing this exception, nor is it calling setRollbackOnly() on your tx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085770#4085770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Feature request regarding nested conversations

2007-09-18 Thread wschwendt
Jacob, as for my previous post, I wrote it as some sort of summary a further discussion can be based on. This also allows other readers to follow this thread more easily. As for your other questions, I have to think about some things first before I can write a follow-up post that tries to a

[jboss-user] [JBoss Seam] - FYI: Seam 2 CR1 has been released

2007-09-18 Thread smithbstl
I have been following Jira and the last bug was closed this morning. I just checked the download page and Seam 2 CR1 has been released. Yea! http://labs.jboss.com/jbossseam/download/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085765#4085765 R

[jboss-user] [JBoss jBPM] - Re: dynamic commands

2007-09-18 Thread estaub
Adrian, Very cool! Groovy, even ;-) I've been noodling over how to make commands more extensible - this is definitely the ticket. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085762#4085762 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBossCache] - Duplicate Key kills transaction

2007-09-18 Thread toni
Hi, In my application it's very likely that two or more entity beans with the same primary key (a string) get persisted at the same time. If that happens a "duplicate key" exception is raised and the the current transaction is being rolled back. The problem is that it does not seem to be possi

[jboss-user] [JBoss Seam] - Duplicate Key Violation

2007-09-18 Thread toni
Hi, In my application it's very likely that two or more entity beans with the same primary key (a string) get persisted at the same time. If that happens a "duplicate key" exception is raised and the the current transaction is being rolled back. The problem is that it does not seem to be possi

[jboss-user] [JBoss jBPM] - dynamic commands

2007-09-18 Thread gogoasa
Hello, Even if the predefined Commands that can be thrown at the CommandService are pretty rich, it would be nice to be able to throw any code you can think of, without the need to lookup the sources of the various Commands and try to figure out which combination would do the thing you want. I

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Duplicate Key kills transaction

2007-09-18 Thread toni
Hi, In my application it's very likely that two or more entity beans with the same primary key (a string) get persisted at the same time. If that happens a "duplicate key" exception is raised and the the current transaction is being rolled back. The problem is that it does not seem to be possi

[jboss-user] [JBoss Seam] - Re: Reccomend me a SEAM book

2007-09-18 Thread dan.j.allen
"ellenzhao" wrote : I read Michael Yuan + Thomas Heute's Seam book, it's pretty good but information in that book needs to be updated since Seam is under drastic change. Most of the time, I find Seam reference manual pretty sufficient. I open the reference in a single html and global search is t

[jboss-user] [JBoss Seam] - Re: Reccomend me a SEAM book

2007-09-18 Thread dan.j.allen
@Stateful | @Name("Seam in Action") | public class SeamBook extends Book { | | @Out(required = false) | private String author; | | @Out(required = false) | private String publisher; | | public String showMeTheAuthor() { | author = "Dan Allen"; | return "

[jboss-user] [Microcontainer] - maven and microcontainer

2007-09-18 Thread ericomtx
Is there some article or link how to build a microcontainer with maven that can be used in an application deployed in a tomcat instance ? I'm trying to use seam with maven and tomcat and all the examples come with ant One of the examples is jboss-seam-booking I can see that in example there is

[jboss-user] [JBoss Seam] - Manager.instance().getCurrentConversationId() and nested con

2007-09-18 Thread cingram
Another Seam user(Stu) and I are integrating Seam and Flex. We have made a lot of progress. In my testing of conversations I noticed that if I have a nested conversation inside of a long running conversation. When I call @End the conversationId is not Popped back to the parent converationId. i.

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-18 Thread atao
On http://labs.jboss.com/tools/, it's stated that Seam Tools will include support for seam-gen. Where can we find more information? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085747#4085747 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: jsp error : No Java compiler available

2007-09-18 Thread cgo
I still have this issue, however when setting jboss logs to debug I see the 2 NoClassDefFoundError exceptions below. I checked and the first class is in jasper-jdt.jar in the web deployer while the second one I could not find it, so I dropped ant.jar which contains it in the web deployer, but st

[jboss-user] [JBoss Seam] - Re: Feature request regarding nested conversations

2007-09-18 Thread jacob.orshalick
wschwendt, Thanks for the information. Yes, I understand how the Seam managed persistence context works, in theory. I suppose my question relates more to how the Seam managed persistence context maintains managed entities with respect to nested conversations... So if I have an entity in my o

[jboss-user] [JBossWS] - Re: Custom exception/fault with JBoss & JWSDP

2007-09-18 Thread bernhard_pauler
I tried it - and it worked with the wstools. BUT ... Besides the custom exception I have to work with attachments. With the definition of attachments in place I really had a hard time with the wstools. I tried really hard - but I had to step back to the wscompile tool of the JWSDP which just w

[jboss-user] [EJB 3.0] - Re: How to invoke an Stateless at ear deployment.

2007-09-18 Thread jc7442
I was not clear enough :-) I do not want that the init service is invoked atomatically just after server is started. I will investigate that with a JMX service. It should be a solution ... Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085743#4085743

[jboss-user] [JBoss Seam] - Seam-managed persistence context

2007-09-18 Thread wschwendt
"matt.drees" wrote : | I think nested conversations need to be discussed more. I have the same opinion. "jacob.orshalick" wrote : Maybe an expert on the effects of nested conversations on a Seam managed persistence context could shed some light on this? I'm anything but an expert regarding

[jboss-user] [JBossWS] - Re: Necessary artifacts/descriptors for JAX-WS web service

2007-09-18 Thread bernhard_pauler
It's too late. ;) I haven't looked into the documentation yet, but the link is finally working. But seriously - web services is the most frustrating topic I have ever worked on. I understand that it's not a trivial topic but why does it have to be so hard? Sorry, this is probably not the right

[jboss-user] [JBossWS] - Problem with methods returning an attachment

2007-09-18 Thread bernhard_pauler
I have a nasty problem. Some methods of my web service should return an attachment. I start with a handwritten WSDL file and generate the necessary artifacts and descriptors using JAX-RPC tools. There are no warning or error messages at deploy time. An error occurs after invoking the method: 1

[jboss-user] [JBoss Seam] - Re: Creating and Updating records in single operation: sensi

2007-09-18 Thread tim_ph
The way I do it is different because the way I define object relationship in hibernate (collection of items SAVE / DELETE_ORPHAN). - Create a table of existing items in collection and hidden panel for object edit. - Click add item: Create new object and add to collection - Show edit panel of new

[jboss-user] [JBoss Seam] - Re: s:fileUpload using tempFile fails with an OutOfMemoryErr

2007-09-18 Thread tim_ph
It uses ByteArrayOutputStream to hold data. The buffer grows as data adding to it. Look like you may have to increase the heap size -Xmx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085723#4085723 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [EJB 3.0] - Re: How to invoke an Stateless at ear deployment.

2007-09-18 Thread ALRubinger
Define "without invoking a bean"? Where else would you put the logic for your initialization task? It's possible to create a JMX Service object with @Depends on the ObjectName of your EAR, and it'll run through the "start" method after the EAR has deployed. S, ALR View the original post : ht

[jboss-user] [EJB 3.0] - How to invoke an Stateless at ear deployment.

2007-09-18 Thread jc7442
I deploy my EJB3 app as an ear. I'd like to execute some initialisation task just after the ear has been fully deployed but without invoking a bean. Is it possible to do such initialization at JBoss AS startup ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Seam] - Re: Passing datasource parameter to

2007-09-18 Thread smithbstl
You're welcome, :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085707#4085707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085707 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Seam] - Re: Configuring richfaces/ajax4jsf with seam 2.0?

2007-09-18 Thread smithbstl
lol, np View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085705#4085705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085705 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Seam] - Re: Configuring richfaces/ajax4jsf with seam 2.0?

2007-09-18 Thread dhinojosa
Well goddamn, I feel moist! Wait, did I just write that? Thanks for the help! Danno View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085704#4085704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085704 _

[jboss-user] [JBoss Seam] - Re: Applying patches for Seam JSF implementation

2007-09-18 Thread [EMAIL PROTECTED]
The deployers are the modularized services that deploy different application types. If you didn't need a web container in your jboss instance, for example, you could remove the web deployer service. The function of a deployer is usually fairly obvious from its name. View the original post :

[jboss-user] [JBoss Seam] - Re: PropertyNotFoundException, problem with a EL-attribute

2007-09-18 Thread smithbstl
Did you remember the getter and setter for parentMgr.clients in your local interface? I see that you were using a DataModel but commented it out. I have done that many times (forgot to add the getter and setter to the interface) View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: Passing datasource parameter to

2007-09-18 Thread oblivion1200
Thank you smithbstl. It works great! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085697#4085697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085697 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: Configuring richfaces/ajax4jsf with seam 2.0?

2007-09-18 Thread dhinojosa
I did have the listenerForgot to post it is all, going to try it now View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085696#4085696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085696 __

[jboss-user] [JBoss Seam] - Re: Configuring richfaces/ajax4jsf with seam 2.0?

2007-09-18 Thread smithbstl
You don't need the a4j filter in components.xml Here is an example of a properly set up web.xml (You are missing the Seam Listener) | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/

[jboss-user] [JBoss Seam] - Re: Passing datasource parameter to

2007-09-18 Thread smithbstl
I am doing something similar. You don't need to use f:param | | | value="#{source}"/> | .. | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085693#4085693 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Configuring richfaces/ajax4jsf with seam 2.0?

2007-09-18 Thread dhinojosa
How hard does it have to be to configure richfaces/ajax4jsf with seam 2.0? This is nuts now My setup In my war file (relevant info only): | 0 Tue Sep 18 12:17:14 MDT 2007 WEB-INF/lib/ | 11615 Wed Aug 29 17:40:32 MDT 2007 WEB-INF/lib/jboss-seam-debug.jar | 199089 Wed Aug 29 17:40

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Attach Entity

2007-09-18 Thread goku2
Add the @Lob annotation | @Basic(fetch=FetchType.LAZY) | @Column(updatable=false) | @Lob | private byte[] content; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085687#4085687 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Generating EJB3 entities using seam-gen tables/views

2007-09-18 Thread pettycs
I am using seam 2.0 and Jboss 4.2 and used seam-gen to generate EJB3 entities for oracale tables and views. During deployment I get errors directly related to the entites that were created off the views. I know in the past with straight hibernate views and tables were treated the same. Has this

[jboss-user] [JBoss Seam] - Re: PropertyNotFoundException, problem with a EL-attribute

2007-09-18 Thread goku2
Maybe you miss the @Name("client") annotation | @Entity | @Table(name="CLIENT") | @Name("client") | public class Client implements Serializable { | | I look it in a rush, maybe is another thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Passing datasource parameter to

2007-09-18 Thread oblivion1200
I have a big datatable compoment and I would like to use it with diffrent data sources. I don't want to repeat datatable code many times because of change only one value="#{datasource}" parameter. I tried templates, but it doesn't work. myTemplate.xhtml | | | \#{ } |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Attach Entity

2007-09-18 Thread mcsous
Hello, I'm wanting to save attach file in DataBase. I used this annotation: @Basic(fetch=FetchType.LAZY) | @Column(updatable=false) | private byte[] content; This works fine, except one thing, the fetch strategy doesn't work. The attach content always select like EAGER fetch strategy. How c

[jboss-user] [JBoss Seam] - PropertyNotFoundException, problem with a EL-attribute mapp

2007-09-18 Thread vlaugier
Hello, this surely is a very dumb mistake but I cannot find it I have a very simple entities model : one class Client In a first time, I am creating the clients (without defining the parentClient attribute) with an autogenerated CRUD form, this works I then want to list the generated clients

  1   2   3   >