[jboss-user] [JBossCache] - Re: JDBCCacheLoader bad performance when writing to DB

2008-01-09 Thread gmeroz
I'm using pojo cache with JBossCache2.0.0GA. I didn't notice I use our own a wrapper in the code above. It should be: | cache.attach("cat/x"+i,"some_data"); | which gives the same results. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118514#4118514

[jboss-user] [EJB 3.0] - Re: Toplink JPA in Hibernate

2008-01-09 Thread mohsens
Sorry for the late reply ;) http://saboorian.blogspot.com/2007/11/how-to-use-toplink-along-with-jboss.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118513#4118513 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=411

[jboss-user] [JBoss Seam] - Re: @PerNestedConversation - refresh

2008-01-09 Thread Marx3
maybe a hard one? I imagine it like event onNestedConversationEnd, or "onSwitchConversation" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118512#4118512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118512 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Access JBOSS portal from remote clients

2008-01-09 Thread Srivalli
Hi, Thanks . Now i am able to access the portal from remote clients. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118511#4118511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118511 _

[jboss-user] [JBoss Seam] - Re: Data disappeared when clicking on Conversation outjectio

2008-01-09 Thread gus888
"jacob.orshalick" wrote : Without some code (the view, the navigation, etc), I don't think anyone is going to be able to help here... Thank you, Jacob. Following are my code snippets:pages.xml | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Error executing jbpm.jpdl.mysql.sql

2008-01-09 Thread rainhust
try change the type=InnoDB to engine=InnoDB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118505#4118505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118505 ___ jboss-us

[jboss-user] [JBoss Seam] - Custom interceptors do not work with super classes

2008-01-09 Thread Kragoth
When creating my own interceptor I was hoping to have super class that all my classes could extend that would give them my interceptor. However, the initInterceptors method in the SEAM Component.java does not scan superclasses for annotations. So I have the following code. My Annotation | p

[jboss-user] [JBoss Seam] - Re: @EndTask do not work in method calls!!

2008-01-09 Thread rainhust
"[EMAIL PROTECTED]" wrote : "thejavafreak" wrote : Because @EndTask is dependent on the JSF lifecycle. So you must call it within JSF lifecycle | | Not so. | | It's actually because Seam doesn't intercept calls to | | this.method(); | | so the annotation is not read. so, how

[jboss-user] [JBoss Seam] - Re: Does Seam 1.2 go well with richfaces 3.1.2 or 3.1.3?

2008-01-09 Thread titou09
No problem for us: - Seam 1.2.1 - JSF RI 1.2_07 - RicgFaces 3.1.3 - facelets 1.1.13 - WebSphere 6.1.0.13 Also ok with RF 3.2.0, latest snapshot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118498#4118498 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: GWT and long running conversation

2008-01-09 Thread sebastiendeg
Tks for the info ... I've seen that on the GWTService. Cheers,. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118495#4118495 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118495 _

[jboss-user] [JBoss Seam] - Re: Scriptaculous Sortable List Integration with Seam Remoti

2008-01-09 Thread nathandennis
the one question i do have is. how can i cause an existing container generated by a4j:outputPanel to reRender from the java script? i thinking something like | A4J.AJAX.Submit('_viewRoot','form_name',event,{'parameters':{'form_name:refresh':'form_name:refresh'} ,'actionUrl':'/url/topage.seam

[jboss-user] [JBoss Seam] - Re: HTTPS Scheme in pages.xml without httpsport or default p

2008-01-09 Thread [EMAIL PROTECTED]
@Scope(ScopeType.APPLICATION) | @BypassInterceptors | @Name("org.jboss.seam.navigation.pages") | @Install(precedence=BUILT_IN, classDependencies="javax.faces.context.FacesContext") | public class MyPages extends Pages { | ... | public String encodeScheme(String viewId, FacesContext con

[jboss-user] [JBoss Seam] - Re: Edit details

2008-01-09 Thread [EMAIL PROTECTED]
What version of Seam. anonymous wrote : the value of the option always starts from 0, i want it to be the primary key from the database. You need to use Seam 2.0.1.CR1 and create your own entityIdentifierStore. This isn't currently documented, so you are on your own (I have about half a blog

[jboss-user] [JBoss Seam] - Re: Design question with facelets

2008-01-09 Thread [EMAIL PROTECTED]
I think its a good way to do what you are after (though I would use a ui:param to the ui:include rather than a c:set). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118492#4118492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: Wildcard for pages action

2008-01-09 Thread [EMAIL PROTECTED]
File a JIRA and try to collect votes for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118491#4118491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118491 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Scriptaculous Sortable List Integration with Seam Remoti

2008-01-09 Thread nathandennis
it took me a bit, but after i stopped trying to make theirs serialization work,, and used my head,,, i came up with a workaround. what i was trying to do was get the graphically ordered list to the server so i could sort it in an array and persist any changes. created session bean with a strin

[jboss-user] [JBoss Seam] - Re: Parameter in URL?

2008-01-09 Thread [EMAIL PROTECTED]
Read about page parameters. You wouldn't (want) to get it using facelets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118490#4118490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118490 _

[jboss-user] [JBoss Seam] - Re: How to get ResourceBundle message from backend using Sea

2008-01-09 Thread [EMAIL PROTECTED]
Ancient thread, please start a new one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118488#4118488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118488 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: @PerNestedConversation - refresh

2008-01-09 Thread [EMAIL PROTECTED]
I can't see an easy way of doing this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118487#4118487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118487 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: how can I create a simple database aplication?

2008-01-09 Thread [EMAIL PROTECTED]
ds questions should go on a jboss AS forum (probably a newbie forum). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118486#4118486 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118486 _

[jboss-user] [JBoss Seam] - Re: fileUpload component - Strange behavior

2008-01-09 Thread [EMAIL PROTECTED]
"kal-el" wrote : hi, | | i would be very grateful if anyone could tell me if they found a workaround for that problem coz i'm experiencing the same thing and don't have a clue how to solve it. | thanks in advance. Which version of Seam are you using? View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: GWT and long running conversation

2008-01-09 Thread [EMAIL PROTECTED]
There is no conversational support for GWT requests currently. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118483#4118483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118483

[jboss-user] [JBoss Seam] - Re: Property not found on type org.hibernate.collection.Per

2008-01-09 Thread [EMAIL PROTECTED]
JSF doesn't support dataTable backed by Sets (Seam does if you use @DataModel). Use something like http://jroller.com/page/pmuir?entry=using_sets_in_jsf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118482#4118482 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Easiest way to disable UrlRewrite in Seam examples?

2008-01-09 Thread [EMAIL PROTECTED]
Simply remove the UrlRewriteFilter section in web.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118481#4118481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118481 ___

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

2008-01-09 Thread Kragoth
Ok, I've made a bit of progress, and I have a working interceptor. Code as follows: The actual interceptor: | package gekko.web.services; | | import org.jboss.seam.annotations.intercept.AroundInvoke; | import org.jboss.seam.annotations.intercept.Interceptor; | import org.jboss.seam.int

[jboss-user] [JBoss Seam] - Re: How can I get the session id?

2008-01-09 Thread [EMAIL PROTECTED]
Don't bump. *think* about why you can't get get the session id in a web service. Then understand your request makes no sense. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118479#4118479 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

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

2008-01-09 Thread Kragoth
oops sorry posted at the same time. Thanks for your answer. Hope to see default interceptors soon :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118480#4118480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118480

[jboss-user] [JBoss Seam] - Re: Scriptaculous Sortable List Integration with Seam Remoti

2008-01-09 Thread [EMAIL PROTECTED]
I don't really understand what you are trying to do, but can't you just sort your list server-side? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118477#4118477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118477 __

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

2008-01-09 Thread [EMAIL PROTECTED]
There is no way currently in Seam to add to the default interceptor stack I'm afraid (there is an open JIRA issue for this). You can use a Seam interceptor to make it into an annotation - see the ref manual View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41184

[jboss-user] [JBoss Seam] - Re: @EndTask do not work in method calls!!

2008-01-09 Thread [EMAIL PROTECTED]
"thejavafreak" wrote : Because @EndTask is dependent on the JSF lifecycle. So you must call it within JSF lifecycle Not so. It's actually because Seam doesn't intercept calls to this.method(); so the annotation is not read. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Changing Look and Feel of Seam Gen-ed apps

2008-01-09 Thread [EMAIL PROTECTED]
As Joshua said, take a look at Seam's support for themes, and the theme selector component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118474#4118474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118474 __

[jboss-user] [JBoss Seam] - Re: HTTPS Scheme in pages.xml without httpsport or default p

2008-01-09 Thread nkhilnani
Funny :) I dont mind contributing code to the Seam project... i figured other may find the update useful as well, since a lot of websites with SSL dont always have a port number in the url. How would i go about registering my custom component with seam once i have it coded... If possible, can

[jboss-user] [JBoss Seam] - Re: Thread safety issues with Pages component

2008-01-09 Thread [EMAIL PROTECTED]
This is the main issue http://jira.jboss.com/jira/browse/JBSEAM-2086 - JBSEAM-2447 is just a symptom of the same problem :(. anonymous wrote : however I can also put in a breakpoint that will clearly show the Page.actions ArrayList being empty when it shouldn't be. Yes, I saw the same thing. I

[jboss-user] [JBoss Seam] - Re: HTTPS Scheme in pages.xml without httpsport or default p

2008-01-09 Thread [EMAIL PROTECTED]
So create a custom Pages component that the extends the one in Seam and override the encodeScheme and make it apply the logic you want :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118469#4118469 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Occasional ClassNotFoundException for Stateless EJB when

2008-01-09 Thread [EMAIL PROTECTED]
I've not seen this before. I've forwarded this to Michael to see if he's seen it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118470#4118470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118470

[jboss-user] [JBoss Seam] - Re: occasional could not acquire lock on @Synchronized compo

2008-01-09 Thread [EMAIL PROTECTED]
@Synchronized(timeout=1000) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118468#4118468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118468 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: seam-gen with rf 3.1.3 simpleTogglePanel float clearing

2008-01-09 Thread [EMAIL PROTECTED]
seam-gen is fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118467#4118467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118467 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Seam] - Re: ID becoming null when trying to save entity.

2008-01-09 Thread [EMAIL PROTECTED]
That's certainly not necessary (take a look at any example). How are you holding state in the app? In a long running conversation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118466#4118466 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Seam WebService with custom soap:address location

2008-01-09 Thread [EMAIL PROTECTED]
I think this is a question for the JBoss WS forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118465#4118465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118465 ___ jbos

[jboss-user] [JBoss Seam] - Re: Does Seam 1.2 go well with richfaces 3.1.2 or 3.1.3?

2008-01-09 Thread [EMAIL PROTECTED]
There shouldn't be any problems with Seam 1.2 and Richfaces 3.1.x - post specific problems, not "everything stops working" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118464#4118464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Internationalized hibernate validator messages

2008-01-09 Thread [EMAIL PROTECTED]
It can't, it's hard coded to ValidatorMessages.properties. BUT, Seam uses the Seam resource bundle as the message bundle for Hibernate Validator, which does allow you to place resource files where ever you like. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Seam] - Re: Seam POJO application as EAR

2008-01-09 Thread [EMAIL PROTECTED]
"hubaghdadi" wrote : Hi. | Is it possible to create a Seam application that employs POJOs (no EJB3 session beans and entities) and packaged as EAR? | Thanks. Yes, of course, don't annotate as EJBs, use hbm.xml rather than JPA, don't register jboss-seam.jar as an ejb module, use hibernate tra

[jboss-user] [JBoss Seam] - Re: configuration: hiberante events in seam

2008-01-09 Thread [EMAIL PROTECTED]
Ask on the hibernate forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118460#4118460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118460 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - Re: Seam contexts and stateful session instances

2008-01-09 Thread [EMAIL PROTECTED]
If you use a temporary conversation (no @Begin/@End) then you will get a new bean created for each request (like event). A conversation scope should use less memory than a session scoped bean as a conversation is normally shorter than a session. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Rollback and redirection to input page?

2008-01-09 Thread [EMAIL PROTECTED]
Not afaik. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118459#4118459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118459 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Re: Scriptaculous Sortable List Integration with Seam Remoti

2008-01-09 Thread [EMAIL PROTECTED]
I don't think this went anywhere, sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118457#4118457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118457 ___ jboss-user mai

[jboss-user] [EJB 3.0] - Re: Returning a class with OneToMany mappings causes infinit

2008-01-09 Thread mjhammel
Ugh. It took quite a while to figure this out, mostly because I'm just an old C developer and not a Database/Java/WebServices/SOAP/JAX/BlahBlahBlah person. But after actually considering switching to Glassfish just to solve this last problem (but deciding it wasn't necessarily any easier to un

[jboss-user] [JBossCache] - Re: JDBCCacheLoader bad performance when writing to DB

2008-01-09 Thread mircea.markus
What cache version are you using? The logs you sent indicate you are using POJO cache (__JBossInternal__ is POJO cache internal), but the API you are using is Cache specific. Can you supply the entire JAVA class of test View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss jBPM] - Re: Could not find datasource: java:/JbpmDS

2008-01-09 Thread rodosa
It's solucionated! The problem was that I was modifying the wrong hibernate.cfg file. I changed the one which is inside jbpm-console.war and the problem disappeared ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118454#4118454 Reply to the post : http://

[jboss-user] [JBoss Portal] - Re: New Session Id generated on every AJAX call when SSL is

2008-01-09 Thread [EMAIL PROTECTED]
cybershastri- try comparing your ajax payload between http mode and https mode. You are bound to see some difference in how the jsessionid session cookie is being handled in each case. You can use Http Live Headers plugin of FireFox or wireshark as a tool for this. I am wondering if your main

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Modifying source to return empty string instead of

2008-01-09 Thread akede2001
It would appear the jbossweb-src.zip, even without changes, cannot be compiled, jarred, and included with the JBoss build. It won't deploy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118451#4118451 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - setMaxResults(100) NE set rowcount 100

2008-01-09 Thread arnieOag
I have a database with 23,350,000+ records, 842,960 of which are for the city of Austin. When I issue the following SQL through my IDE: | set rowcount 100 | select * from state_card_holders where phys_adrs_city = 'AUSTIN' | The database responds in less than a second with the top 100 re

[jboss-user] [JNDI/Naming/Network] - Re: JMS Provider failiure XAConnectionFactory

2008-01-09 Thread PeterJ
Did you remove the hsqldb-ds.xml file from the deploy directory? Have you set up messaging to use MySQL? (I ask this because the error is messaging-related.) Also, did you replace JBossMQ with JBoss Messaging? What version of JBossAS are you using? View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: How to get query string parameters

2008-01-09 Thread komone
Oops thanks yes it's there. (I knew I was missing something basic). TYVM! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118445#4118445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118445

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Modifying source to return empty string instead of

2008-01-09 Thread akede2001
Ok, so as an update.. I've located a bundled zip file with what appears to be the web engine. The name of the .zip file is jbossweb-src.zip and is packaged at jboss-4.2.1.GA-src\thirdparty\jboss\web\lib. Now to work on getting the changes to compile. View the original post : http://www.jboss.

[jboss-user] [JBoss jBPM] - problem using mail inside timer

2008-01-09 Thread tongz
It's mentioned in the doc that "Anywhere you are allowed to specify actions in the process, you can specify a mail action". But it seems that mail action doesn't work inside timer. I'm using jPDL 3.2.2. Any idea? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [EJB 3.0] - Re: MappingException: Repeated column in mapping for entity

2008-01-09 Thread lpmon
Can anyone confirm they have seen this work? I just followed examples but cannot get it to work. If you have it working please specify which versions of JBoss and Hibernate View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118439#4118439 Reply to the post : h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Modifying source to return empty string instead of

2008-01-09 Thread akede2001
Greetings, We've recently run into an issue with JBoss 4.2.1 GA which bundles Tomcat. In the past, we've modified the Tomcat source to return an empty string instead of a string containing "null". Now that JBoss 4.2.x bundles Tomcat, we're having a little issue with finding the files to modify

[jboss-user] [JNDI/Naming/Network] - JMS Provider failiure XAConnectionFactory

2008-01-09 Thread rlopezpe
I'm getting this error in my server log and can't figure out what's causing it. I have a mySQL datasource setup which works fine and that's about it but keep getting this error in my log every 5 seconds or so. I've been searching trying to find a solution to this but all unsuccessful. Here's

[jboss-user] [Installation, Configuration & DEPLOYMENT] catalina.jar sources for jboss-4.0.4.GA.zip

2008-01-09 Thread Nestor Urquiza
Hi guys, Could someone point to the place from where I can get the sources used to compile catalina.jar that comes as part of the jboss-4.0.4.GA.zip? I have browsed http://anonsvn.jboss.org/repos/jbossas/ with no luck so far. Below MANIFEST.MF: Manifest-Version: 1.0 Specification-Title: JBoss C

[jboss-user] [JBoss Tools (users)] - Re: Error in components.xml file after using Seam Web Projec

2008-01-09 Thread klob
"[EMAIL PROTECTED]" wrote : and what if you do a Project/Clean... for all projects ? I did an eclipse -clean, then a clean inside the project and now I get an error regarding the build path: === Severity and DescriptionPathResourceL

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-09 Thread timfox
Not related to you case, but creating consumers for each action is exactly what the Spring JMS template does, and is one reason why we can't recommend it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118433#4118433 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-09 Thread timfox
Personally I try and discourage people from relying on resource adaptor caching and using the "ejb-style" create connection, create session, do something, close connection approach, since I believe this encourages poor JMS habits. One thing to note is the JMS resource adapter only caches JMS co

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-09 Thread ydzsidemiik
I am using the JMS RA. I look up the JMS connection factory using java:/JmsXA, my performance is reasonable, and I can see in the JMX console that the pool has connections in it and that they are being used. From the beginning I based this design on the assumption that the JMS connections would

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-09 Thread ydzsidemiik
"timfox" wrote : It would be good if you could provide full allocation traces. | | I don't know what profiler you are using, but I believe that JProfiler by default only shows a certain depth, this is configurable. I am using YourKit, but I will investigate this also. View the original post

[jboss-user] PropertyNotFoundException

2008-01-09 Thread Israel Fdez. Cabrera
Hi I'm new to JBoss and even to Java, so please, be patients ;) I was reading the list archives and I found many similar questions but I could not find one that helps. I'm trying to develop a "helloWord" app to JBoss 4.2.2GA+Seam2.0.1CR1, the code I wrote is this: import javax.ejb.Local;

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-09 Thread timfox
It would be good if you could provide full allocation traces. I don't know what profiler you are using, but I believe that JProfiler by default only shows a certain depth, this is configurable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118428#4118428 Re

[jboss-user] [Management, JMX/JBoss] - Re: How to have multiple instances of an MBean

2008-01-09 Thread [EMAIL PROTECTED]
The mbean name must be unique, so you'll have to add something in the name for uniqueness, e.g. mydomain:name=mymbean,id=123 Also note that you can't have more than a couple of thousand mbeans, it won't scale. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-09 Thread timfox
Another observation. In your helper class there's no need to explicitly close the session in your finally block. Closing the connection will automatically ensure the session is closed (or returned to the pool). | finally | { | | try

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-09 Thread timfox
This doesn't look right to me. The only time that creating a connection, creating a session, doing something, then closing them is not an antipattern, is when you are using a JMS JCA resource adaptor. This is because when using a resource adaptor, when you call createConnection() it doesn't ac

[jboss-user] [JBossWS] - Is this a valid JAX-WS binding file for wsconsume?

2008-01-09 Thread Brad Marshall
I want wsconsume to do custom package to namespace mappings using the --binding option. I have no experience writing JAX-WS binding files. I created the one listed below, and while wsconsume generates no errors, it also ignores the the pacjage-namespace attributes in the file. What have I got wr

[jboss-user] [JBoss Seam] - Design question with facelets

2008-01-09 Thread UTDrew
Hi, I have a question about the proper way to design a project. I have an entity that the user can create, search for, and edit. Creating the entity goes through a multi-page wizard. This is managed via a stateful session bean (WizardBean) with a conversation context and a jbpdl pageflow.

[jboss-user] [Management, JMX/JBoss] - How to have multiple instances of an MBean

2008-01-09 Thread speedveen
I've deployed an mbean in jboss container, and the container is calling the create, start, methods of the mbean. Now i need to create multiple instances of an mbean , one per request from the client. The mbean objectName remains the same. Can any one tell me how to achieve this? View the origin

[jboss-user] [JBoss Seam] - Re: Data disappeared when clicking on Conversation outjectio

2008-01-09 Thread jacob.orshalick
"gus888" wrote : I follow Seam wiki pagination sample: manage bean is stateless bean, outject a event or page scope page, but I don't know why I didn't get results back to page. Only after I used conversation outjection, I can got results displayed on page. However, when I try to click a link on

[jboss-user] [JBoss Portal] - Re: New Session Id generated on every AJAX call when SSL is

2008-01-09 Thread cybershastri
Can somebody help!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118419#4118419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118419 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: Wildcard for pages action

2008-01-09 Thread mmichalek
I'm asking if there's any community interest in supporting wildcards in the from-action in pages.xml. For example: pages.xml: | | | | logoPage.xhtml: | | | | For this example, both LinkOne and LinkTwo would navigate to /edit.xhtml because both of the actions match

[jboss-user] [JBoss Seam] - Weird classloading problem

2008-01-09 Thread adamw
Hello, I have a really weird problem which happens only sometimes (that's the worst kind of problems) and in different ways. The only thing the symptoms have in common is ClassDefNotFoundException. So, I have a standard seam app, generated with seam-gen, with only one exception: I have a separ

[jboss-user] [JBoss Seam] - Re: Design question with Rich GWT Ajax Client

2008-01-09 Thread sebastiendeg
It seems that SeamPhaseListener does lots of stuff for transaction on the with JSF. When the entitymanager is injected on my SessionBean. If we are on a JSF request the entityManager look like : anonymous wrote : | em = EntityManagerProxy | em.delegate = EmtityManagerImpl | | em.deleg

[jboss-user] [EJB 3.0] - JNDI look up datasource problem

2008-01-09 Thread Roman.Angelov
Hi All :), Today I tried to build my first ejb 3 (in fact I tried to use Entity and Session EJB - one Session bean calls Entities and make records in the tables). I tried two configurations of database- one for Jboss hybernate and one for Oracle 9i. I used these xml files for datasource connect

[jboss-user] [JBoss Seam] - Re: Seam Login + Richfaces --> Stylesheet problem

2008-01-09 Thread [EMAIL PROTECTED]
I meant 3.1.3, sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118411#4118411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118411 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss jBPM] - logging jboss web console problem

2008-01-09 Thread rodosa
Hello!! I can't login in the jbpm web console. The login failed and the error is the following. I'm using MySQL. I have to change anything in the jbpm-console.war??? Thanks | 19:46:56,440 ERROR [STDERR] 09-ene-2008 19:46:56 com.sun.faces.lifecycle.ELResol | verInitPhase

[jboss-user] [JBoss Seam] - Parameter in URL?

2008-01-09 Thread indyJones
Is it possible to have a link that goes directly to a XHTML page in my seam application and pass a variable? Something like... http://server/app/pageName.seam?variableName=NAME&cid=32 How would I grab it using facelets? Thanks indy View the original post : http://www.jboss.com/index.html?mo

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

2008-01-09 Thread klob
"[EMAIL PROTECTED]" wrote : please - what *exact* error message did you get ? Which duplicates ? What nullpointers ? stacktraces ? Logs ? MyEclipse uses it own executable which pops up a problems occurred dialog box which says "Duplicate Errors", but I don't see anything in the Eclipse log. At

[jboss-user] [JBoss Seam] - Re: Seam Login + Richfaces --> Stylesheet problem

2008-01-09 Thread andy.bosch
Thanks Pete for your reply. When will you publish RichFaces 3.1.4. At the moment you can only get the 3.1.3 version. With 3.1.3 we still have the same problem ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118405#4118405 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Wildcard for pages action

2008-01-09 Thread mars1412
could you please rephrase your question and maybe give some detailed example? I have no idea what you wanna do... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118399#4118399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Tools (users)] - Re: Error in components.xml file after using Seam Web Projec

2008-01-09 Thread [EMAIL PROTECTED]
and what if you do a Project/Clean... for all projects ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118396#4118396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118396 __

[jboss-user] [JBoss Seam] - Re: How to get query string parameters

2008-01-09 Thread mars1412
I don't think this is gone: maybe it just changed the namespace: - @org.jboss.seam.annotations.RequestParameter became @org.jboss.seam.annotations.web.RequestParameter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118395#4118395 Reply to the post : http://

[jboss-user] [JBossWS] - Can wsconsume do custom namespaces to package mapping?

2008-01-09 Thread Brad Marshall
I need to map the various namespaces in our WSDL to different packages during code generation using wsconsume. With the Axis Wsdl2Java tool, I place my mappings in an NsToPkg.properties file and the tool picks them up. Can a JAXB or JAX-WS binding file accomplish this with wsconsume? I have not

[jboss-user] [JBoss Seam] - Re: Data disappeared when clicking on Conversation outjectio

2008-01-09 Thread gus888
"jacob.orshalick" wrote : "gus888" wrote : Question 1 : I tried different outjection scopes: EVENT, PAGE and CONVERSATION, and only the CONVERSATION scope works (outjected data were displayed on web). When I used EVENT and PAGE scopes, no data were displayed on web page. I don't know why? |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: sar inside EAR not starting up

2008-01-09 Thread axismundi
"jaikiran" wrote : See this http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnMBeanDependOnASessionBean Excellent! Ty. That's much better than starting a thread in the MBean to wait for the EJB-archive to finish deployment! View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Seam] - Re: Help with seam create-entities

2008-01-09 Thread mvfranz
I am having the same problem. I am using MS SQL Server. There is no indication that anything did not work. I just cannot find the generated files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118384#4118384 Reply to the post : http://www.jboss.com/index

[jboss-user] [Beginners Corner] - JBOSS JSTL issue

2008-01-09 Thread WE-energies2
I have seen many posting on this issue, but none of them solved my issue. I can not get tag to connect to my data Source file. I am now thinking my app/server is setup wrong. I can get the JSP to work if I do not use the datasource file. I have that option commented out in the sample code belo

[jboss-user] [JBoss Seam] - Re: Wildcard for pages action

2008-01-09 Thread mmichalek
Is there any interest in this? I also thought this made sense because from-action's that involve parameter names seem a bit brittle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118386#4118386 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Easiest way to disable UrlRewrite in Seam examples?

2008-01-09 Thread david.spark
I'm trying to gain inspiration from the Seam examples (the Wiki one in this case) but it would be handy if I could see the actual URLs to help me figure out in my head what's going on. What's the simplest way to turn off the UrlRewrite functionality so I can see the bare URLs? Thanks! View

[jboss-user] [JBoss Seam] - How to get query string parameters

2008-01-09 Thread komone
I have a need to invoke a seam application from another with a GET request parameter already known and sent with the url. e.g. http://myhost:8080/myseamapp/hello.seam?id=28435345 @RequestParameter has gone in seam 2.0. Using a page.xml does not appear to pick up the... ...I known I must be

[jboss-user] [JBoss jBPM] - Re: Error executing jbpm.jpdl.mysql.sql

2008-01-09 Thread rodosa
I also try with MySQL 5.1 but it doesn't work. I've read that with MySQL 5.0, jbpm has problems. Now I'm using with MySQL 4.1 and it seems that work! Is MySQL 4.1 the last version that it has been tested with jbpm? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [EJB 3.0] - Re: EJB3, Sybase database, MappingException: Dialect does no

2008-01-09 Thread yujianming
The .xml file is not shown properly. The setup in our appliation is as following: property name="hibernate.dialect" value="org.hibernate.dialect.SybaseDialect" property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransaction

[jboss-user] [EJB 3.0] - Re: Preview the next EJB 3 implementation bundled in JBoss A

2008-01-09 Thread mjhammel
I might be missing something here but it appears cglib.jar is missing from the distribution: mjhammel(tty4)$ pwd | /home/mjhammel/src/cei/jboss-5.0.0.Beta3 | mjhammel(tty4)$ find . -iname "*cglib*" | mjhammel(tty4)$ find . -iname "*dom4j*" | ./lib/dom4j.jar | ./docs/licenses/dom4j.txt

[jboss-user] [JBoss Seam] - Re: Creating a simple selectOneMenu

2008-01-09 Thread felixk2
Thank you very much for that answer. It works perfectly with your method. -Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118375#4118375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118375 _

[jboss-user] [JBoss Seam] - Re: Get context root (Application.xml)

2008-01-09 Thread SunFire
I assume with .xhtml you mean JSF. If so you can get the contextPath with #{facesContext.externalContext.requestContextPath} Hope this helps, Thorsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118374#4118374 Reply to the post : http://www.jboss.com/inde

  1   2   3   >