[jboss-user] [JBossCache] - Re: FileCacheLoader not evicting?

2007-12-04 Thread arjan
Okay, well I didn't expect it to work that way :( . Well, I expected the cached data to be timed out. So it is discarded from the cache all together (file and memory). How do I make that work then? The data should be evicted from the FileCache after some time, since I work with charts that are

[jboss-user] [JBoss Seam] - Re: Which repository structure with Seam (glassfish + netbea

2007-12-04 Thread mouneyrac
Hi Cyrill, thanks for you reply, but it doesn't explicitly answer my questions. Or miss something... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110424#4110424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110424 _

[jboss-user] [JBoss Seam] - Re: When we need an entity-manager-factory?

2007-12-04 Thread Andy Gibson
Typically you don't need it, persistence contexts are always provided for you. However, if you wanted another persistence context, you can always get hold of the factory and create one. For example, if you had an entity, and you wanted to see what was in the database, you could use a second per

[jboss-user] [JBoss Seam] - Re: Which repository structure with Seam (glassfish + netbea

2007-12-04 Thread ruettimac
Hi, Have you executed the ant script (build.xml) in the booking example? If no, please execute it. You will then get an exploaded EAR which you can discover. Regards, Cyrill View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110416#4110416 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: TaskInstance and ProcessInstance not ending

2007-12-04 Thread Sowmya Yellamilli
ok i'll get back to u with my unit test ... meanwhile, i am not able to understand why websale also behaved the same way...websale unit test which i executed was like this: /* | * JBoss, Home of Professional Open Source | * Copyright 2005, JBoss Inc., and individual contributors as indicate

[jboss-user] [JBoss Seam] - Re: Plain Tomcat + Quartz + Mail work together?

2007-12-04 Thread pettersonfp
I tried: | @BypassInterceptors | ... | public class CoollectScheduler { | ... | ... | The email now is properly send, but, as expected, not asynchronous anymore. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110413#4110413 Reply to the post :

[jboss-user] [JBossCache] - Re: TimoutException when reading/writing from cache

2007-12-04 Thread harisundhar
sorry i am posting a new user, firefox crashed and lost my password :-), dont remember secret questinon... anyways am i doing something wrong ? i mean with TimeoutException i am getting, should i set a lockwaittimeout or something on the cache_ ? View the original post : http://www.jboss.com

[jboss-user] [JBoss Messaging] - ConcurrentModificationException when setup connection with s

2007-12-04 Thread tony9427
Purpose: create 20 THread ,each create connection to JMS. Sometimes it's OK but occassionally it will throw ConcurrentModificationException . Please help to have a look | public class JRouterJmsHandler { | private static Logger logger = Logger.getLogger(JRouterJmsHandler.class.getNa

[jboss-user] [JBoss Seam] - Feature request - outject to multiple context variables?

2007-12-04 Thread jazir1979
Hi all, I have a case in my project where I would like to @Out an instance variable to multiple names. This is conceptually similar to the @Roles functionality that Seam provides for components, but it applies to an outjected variable instead. Currently I've had to declare the instance variabl

[jboss-user] [JBoss Seam] - When we need an entity-manager-factory?

2007-12-04 Thread wuhaixing
There are two different SMPC code snippet from the two seam examples: | | The second define an entity-manager-factory and use it in the managed-persistence-context.I want to know when the entity-manager-factory is needed. I searched in the reference,found it

[jboss-user] [JBoss Portal] - dashboard portlet drag & drop

2007-12-04 Thread ar_fee
Dear All, I was wondering is that possible to selectively set the drag & drop feature for the designated portlet in dashboard?? Thanks. ar_fee View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110407#4110407 Reply to the post : http://www.jboss.com/index.htm

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

2007-12-04 Thread [EMAIL PROTECTED]
You should use 1.4.0.SP1. but before going to production, you should consider 1.4.0.SP2 that should be out in a couple days. http://labs.jboss.com/jbossmessaging/downloads/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110406#4110406 Reply to the post : h

[jboss-user] [JBoss jBPM] - Re: Problems

2007-12-04 Thread kukeltje
Kaledev, no it was not you accusing me of anything still, my first post was not rude View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110404#4110404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110404 _

[jboss-user] [JBoss jBPM] - Re: Problems

2007-12-04 Thread kukeltje
peace ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110403#4110403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110403 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Portal] - Re: When do you need to create additional instances of a por

2007-12-04 Thread afichtner
Oops - ignore last post. Staring at screen too long. Creating local instances works just fine. Phew, okay, I think I'm good. Thanks so much for all of your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110402#4110402 Reply to the post : http://w

[jboss-user] [JBoss Seam] - Re: Action method + outcome

2007-12-04 Thread kabal
Forgot to include the following in the OP. How do you get it to work? I've tried the above example and the only way is to have it definite in the configuration file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110400#4110400 Reply to the post : http://ww

[jboss-user] [JBoss Portal] - Re: When do you need to create additional instances of a por

2007-12-04 Thread afichtner
Oh, I see. Okay, thank you. That makes sense. However, I've just learned that it isn't just creating instances of external portlets that are failing. I created a portlet inside of my war and have the same problem. It keeps appending "ehealth." to the front of everything and so can't find it

[jboss-user] [JBoss Seam] - Action method + outcome

2007-12-04 Thread kabal
Typically the outcome of an "Action Method" is definite in either faces-config.xml or navigation.xml. What if you want the outcome to be an actually .XHTML URI, instead of a String constant that refers to an view definite in the configuration file? For instance (code from Seam tutorial) | p

[jboss-user] [JBoss Portal] - Re: When do you need to create additional instances of a por

2007-12-04 Thread PeterJ
An example to clarify what I meant: to create another instance of the news portlet, go to jboss-portal.sar/samples/portal-news-samples.war/WEB-INF/portlet-instances.xml and add the new instance there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110398#411

[jboss-user] [JBoss Seam] - Re: Remoting periodic exception.

2007-12-04 Thread samdoyle
I lost our demo box again until tomorrow but what happens sometimes is that in the debug output window it just says empty response immediately followed by the expected response. Seemed odd. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110397#4110397

[jboss-user] [JBoss Seam] - Re: Plain Tomcat + Quartz + Mail work together?

2007-12-04 Thread pettersonfp
I think that is something related to Class Loaders. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110396#4110396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110396 ___ jbo

[jboss-user] [JNDI/Naming/Network] - Re: HELP! Can't connect to 1099?

2007-12-04 Thread McJava1967
Will try to respond tomorrow. Am getting some success now, which is very encouraging. But I'm not sure I've got it right... Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110395#4110395 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Remoting periodic exception.

2007-12-04 Thread [EMAIL PROTECTED]
The request packet looks well-formed and complete, it's not clear why the exception is being thrown. Just to try something different, I've wrapped the request's InputStream in an InputStreamReader for the parsing of the xml. You can try this in the latest CVS version. "samdoyle" wrote : |

[jboss-user] [JBoss Seam] - Re: seam fileupload problem reflection error

2007-12-04 Thread [EMAIL PROTECTED]
There are definite bugs in the fileupload control in Seam 1.2.1. Is it possible for you to upgrade to Seam 2.0.0.GA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110390#4110390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Mixing 1.2 and 2.0 Projects in JBoss 4.0.5

2007-12-04 Thread [EMAIL PROTECTED]
"jfrankman" wrote : Would it be better to upgrade my existing projects from 1.2 to 2.0? | Should I also upgrade from JBoss 4.0.5 (EJB3) to 4.2? Yes and yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110388#4110388 Reply to the post : http://www.jbos

[jboss-user] [JBossCache] - TCPCacheServer as a single point of failure?

2007-12-04 Thread superflav
I'd like to set up a pair of TCPCacheServers that are clustered together and then refer to them in each of my JBoss AS instances as primary and 2ndary TcpDelegatingCacheLoaders. I have no problem chaining them together in the CacheLoaderConfiguration, but then when I take either one of the TCP

[jboss-user] [JBossCache] - PojoCacheListener fqn recovery

2007-12-04 Thread mc.coder
I know this question has been asked before but I've done a search in this forum for clues on how to get back the fqn reference to the object that triggered a PojoCacheListener event and I don't believe this has been fully answered. I found two references recommend using AopUtils for this purpos

[jboss-user] [JBoss Seam] - Re: How obtaining data from a select box

2007-12-04 Thread [EMAIL PROTECTED]
Take a look at the ui example, it has many examples of using this. It's just like any input componet, you use a value binding to the model, and JSF takes care of updating the model for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110383#4110383 Reply

[jboss-user] [JBoss Seam] - Which repository structure with Seam (glassfish + netbeans)

2007-12-04 Thread mouneyrac
Hi, I currently work on a project using EJB3-Facade-Session-Value Object-JSF, all running on Glassfish. I use Netbeans. I would like to use Seam. However as I'm beginner there are some stuff I don't catch. In my JEE5 project I've got an Enterprise Application which contains EJB Module + Web App

[jboss-user] [JBoss Seam] - Seam with physically separated Web and App layers

2007-12-04 Thread UTDrew
All of the information I can find seems to indicate that Seam webapps run on a single web/app server with a separate physical database layer. However, my company runs webapps using a 3-tiered WAD design where we have 3 physically separate machines. What I'm wondering is whether it's possible

[jboss-user] [Security & JAAS/JBoss] - how to impleent a customized FormAuthenticator

2007-12-04 Thread jdsignature
I implement a customized FormAuthenticator extends from FormAuthenticator. and deployed to server/default/lib. but returned an error http 403 status. Any ideas welcome, thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110378#4110378 Reply to the post

[jboss-user] [JBossCache] - Re: passivation: true vs. false

2007-12-04 Thread superflav
Perfect!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110377#4110377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110377 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-12-04 Thread mc.coder
I'm a new user of JBoss AOP and was introduced to it through my growing use of JBoss Cache. I have a few questions and your help is appreciated. I've read through this thread and whatever else I could find on setting the classpath for the maven-jbossaop-plugin compiler, but I am still unable to

[jboss-user] [JBossCache] - Re: passivation: true vs. false

2007-12-04 Thread [EMAIL PROTECTED]
Have a look at http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/2.1.0.CR1/userguide_en/html/cache_loaders.html#d0e3017 which shows exactly the in-memory state and the persistent state in these scenarios. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [EJB 3.0] - How to retrieve foreign key instead of the object (want no l

2007-12-04 Thread lpmon
Goal: ability to retrieve the foreign key without loading the related object/table row. Scenario: Entity bean contains a related entity bean. @Entity class Unit{ // Unit table // what kind of unit Model model; // related object in Model table, related column is modelId In the Unit table the

[jboss-user] [JBoss Seam] - Re: How obtaining data from a select box

2007-12-04 Thread haefti
"[EMAIL PROTECTED]" wrote : Why do you need the id? Sounds like you don't to me. Hm, but how do I get the selected element? To compare it to examples from the book (from Michael Yuan), is it injected just like the example with the data table? So if I have a list of Person objects in the select bo

[jboss-user] [JBoss Portal] - Re: Page security not working in 2.6.2GA?

2007-12-04 Thread hamptont
This make managing the page security very difficult if this is true. The portal pages are a tree and each node in the tree "should" be able to declare the security for itself and it's subtree overriding inherited attributes if desired. For example the tree below |

[jboss-user] [JBoss Seam] - Mixing 1.2 and 2.0 Projects in JBoss 4.0.5

2007-12-04 Thread jfrankman
I am looking at using Seam 2.0 for my next project, but currently we have another project using Seam 1.2 deployed to our JBoss 4.0.5. If I change the JBoss 4.0.5 JSF implementation from myfaces to JSF 1.2 RI as indicated in the documentation, will this break the existing Seam 1.2 deployed applic

[jboss-user] [JBoss Seam] - Plain Tomcat + Quartz + Mail work together?

2007-12-04 Thread pettersonfp
Hello, I've been trying to send an email inside a method annotated with @Asynchronous in plain tomcat using quartz. The method is called properly and works fine, however, for some reason, the renderer cannot find the facelet template (xhtml). If I send the email in a normal method it works

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-12-04 Thread cyu
We've ran into this problem as well. Setting UseJBossWebLoader=false won't completely fix the problem either, you'll need to make sure you're not specifying the a loader repository in jboss-web.xml either. We ran into this problem with Seam+Trinidad, and what happens is that Seam's FaceletsRen

[jboss-user] [JBoss Seam] - Re: Injection not working when using thirdparty JMS library

2007-12-04 Thread svadu
It may be generally a good practice to do the business logic in a session bean instead of using JPA directly in your MDB. However, this is currently a problem when your app is deployed with messages already in the queue: http://jira.jboss.org/jira/browse/JBSEAM-2286 View the original post : ht

[jboss-user] [JBoss Seam] - Re: Long Running Conversation Problem after Upgrade to Seam

2007-12-04 Thread [EMAIL PROTECTED]
You're going to need to post actual code, I have no idea what you are trying do say. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110357#4110357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110357 _

[jboss-user] [Messaging, JMS & JBossMQ] - Property from Properties Service not replace in JMS Bridge d

2007-12-04 Thread jammann
Hi all I have a strange problem with JBoss 4.0.5 with JBoss Messaging 1.4.0. When I define a JMS bridge, I would like to set the username/password using a property which is set via the Properties Service og JBoss. It does not work as expected, the placeholder is not replaced. The definition of

[jboss-user] [Messaging, JMS & JBossMQ] - Re: different order between sending and receiving(FIFO)

2007-12-04 Thread garneke
If anyone can help me I would appreciate it. I have re-run my testing with some jboss server side logging enabled. I have also included some logging to let me know when the receiving Client experiences a timeout on the receive(2000) call. It times out more often that I would expect consider

[jboss-user] [JBoss Seam] - Re: java.sql.Date, Seam-GWT remoting with EJB3/hibernate/JPA

2007-12-04 Thread hartfordd
actually sending java.sql.Date over the JSON wire: | //EX | | ["com.domain.app.model.SimpleDTO/3809314052","java.sql.Date/20738045"] | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110352#4110352 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Remoting periodic exception.

2007-12-04 Thread samdoyle
Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110351#4110351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110351 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Portal] - Re: problem with new deployment and firefox

2007-12-04 Thread panchote
By the way i'm using Ubuntu Gutsy Gibon, JBoss portal with app server 2.6.2 GA and Firefox 2.0.0.10 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110348#4110348 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110348 __

[jboss-user] [JBoss Portal] - problem with new deployment and firefox

2007-12-04 Thread panchote
Hi, im a newbie and have succesufuly downloaded and run the JBoss portal. I've was following the quickstart guide and uploaded new content (quickstart.zip) and put a link to that content in the frontpage. Now i can access the content with opera and internet explorer 6 using wine but when i tried

[jboss-user] [Beginners Corner] - Ok I have copied the default configuration set how can I use

2007-12-04 Thread jlopes151
I want to access a copied configuration file set I copied the default dir now how do I access it? Can I use more than one? Thanks for the help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110336#4110336 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-12-04 Thread [EMAIL PROTECTED]
This thread is ancient. Did you read the docs? http://docs.jboss.org/seam/2.0.0.GA/reference/en/html/gettingstarted.html#d0e2458 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110335#4110335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Long Running Conversation Problem after Upgrade to Seam 2.0.

2007-12-04 Thread jgaoz
We are using JBoss 4.2.0 with Seam. Currently we meet a long running conversation problem just after upgrading seam from 2.0.0 Beta1 to 2.0.0 GA. The problem is described as following. We have a scenario of long running conversation involving three stateful beans, Bean A (@Begin init()), Bean B

[jboss-user] [Management, JMX/JBoss] - Re: mbean dependency pb with spring http remote invoker

2007-12-04 Thread skabeat
ooopps... I found this : http://wiki.jboss.org/wiki/Wiki.jsp?page=BarrierController Sorry for this post Cheers, S:-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110332#4110332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-12-04 Thread woo37830
I also have not been able to find the el-impl.jar anywhere. If this jar exists somewhere, could someone please post the location. If it ( or it by another name ) needs to be a particular place, please tell us where. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - java.sql.Date, Seam-GWT remoting with EJB3/hibernate/JPA

2007-12-04 Thread hartfordd
Hey all, After a lot of digging, finally found where I am having an issue with some DTO transports using the SEAM-GWT remoting. First, the (not useful) error on the client/browser side: = | com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This applica

[jboss-user] [JBoss Seam] - Re: JBoss Seam 2.0 and Weblogic 10 Server

2007-12-04 Thread juntao
Can you use Seam + POJO to build you app? That combination works well in WL10 ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110329#4110329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110329

[jboss-user] [JBoss Seam] - Re: How obtaining data from a select box

2007-12-04 Thread [EMAIL PROTECTED]
Why do you need the id? Sounds like you don't to me. itemValue is present in CVS, as is the possibility to override the output from s:convertEntity so will be in the 2.0.1 release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110327#4110327 Reply to the po

[jboss-user] [JBoss Seam] - JBoss Seam 2.0 and Weblogic 10 Server

2007-12-04 Thread pauljunk
Does anyone know what the status of known vararg bug with Weblogic 10 and ejb3 ? We are currently in pre-development and are evaluating technologies. We are locked into Weblogic 10 and would like to be able to use Seam. Any info would be much appreciated. Thanks View the original post : http

[jboss-user] [JBoss Seam] - Re: Ajax, conversation and multiple requests..

2007-12-04 Thread [EMAIL PROTECTED]
You are right - chucking you out of the conversation just because you're ajax request took to long isn't nice - we plan to make it possible to just drop requests (perhaps by default, but probably not by default until Seam 2.1). View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Ajax, conversation and multiple requests..

2007-12-04 Thread [EMAIL PROTECTED]
There are still some improvements/"optimizations" to be made between Seam and RichFaces (and other Ajax frameworks) - I've got distracted by JBoss Embedded recently, but I've made the issue a blocker for 2.0.2.GA to address on the Seam side (we will probably need a release of RichFaces as well)

[jboss-user] [JBoss Seam] - Re: Having problems with quality of distributions

2007-12-04 Thread [EMAIL PROTECTED]
I have a lot of problems (randomly not loading pages) with Safari on 10.4 - I tend to avoid it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110322#4110322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110322 __

[jboss-user] [JBoss Seam] - Page actions problem...

2007-12-04 Thread Stateless Bean
Hi In normal case when i go to page I see url like: | http://localhost:8080/Universum/pages/Buildings.seam?cid=9 | Yesterday i made lot of changes and when I go to any page sometimes page is not changed and url looks like: | http://localhost:8080/Universum/pages/Statistics.seam?cid=26&

[jboss-user] [JBossCache] - passivation: true vs. false

2007-12-04 Thread superflav
>From reading the JBoss Cache User Guide, I get that when an eviction policy >passivates a node from the cache, that the node will be removed from the in >memory cache and persisted back to the cache loader that has passivation set >to true. And I understand that when the aforementioned passiva

[jboss-user] [JBoss Portal] - Re: Page Layout error

2007-12-04 Thread wesleyhales
use jdk 1.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110318#4110318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110318 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Difference between Jboss Application Server and Jboss Me

2007-12-04 Thread [EMAIL PROTECTED]
JBoss AS 4.2.x is a J2EE application server. By default, it bundles JBossMQ messaging service as the JMS provider, but you can replace that with JBoss Messaging. If you visit the JBoss Messaging project there are detailed instruction how you do this (it's easy). JBoss AS 5.0.x has JBoss Messag

[jboss-user] [JBoss Portal] - Closing DB Session when all rendering ends

2007-12-04 Thread JohnnyTheHun
I am using JBoss Portal bundle 2.6.2 with Hibernate3 annotations and lazy fetch params I start a session manually when I need data via a DAO. The problem is if I close the session after getting data but before rendering a portlet, I will not be able to access my objects properties in the JSP, s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2007-12-04 Thread alllle
"ae" wrote : ... You can copy the text below and go to this site to decode it. It's a zip file that contains the patched MessagingContainer class | And since I can't edit the original post, here is the link I forgot to post to the site that does the base64 encode/decode online for fre

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2007-12-04 Thread alllle
Create JIRA ticket: http://jira.jboss.com/jira/browse/JBAS-5049 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110308#4110308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110308 ___

[jboss-user] [JBoss Seam] - Re: Having problems with quality of distributions

2007-12-04 Thread woo37830
Attempting to continue, getting 14:23:05,645 ERROR [[/advworks]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener java.lang.RuntimeException: Could not create Component: org.jboss.seam.core.expressions at org.jboss.seam.init.I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2007-12-04 Thread alllle
forgot to mention that you should merge this above patched MessagingContainer class into the SERVER_CONFIG/deploy/ejb3.deployer/jboss-ejb3.jar file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110307#4110307 Reply to the post : http://www.jboss.com/index.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2007-12-04 Thread alllle
If you are having the same problem, you may need the patched class file (I haven't find any workaround). To compile it from the source is a very tedious work so I'll post it here, hope this will save you some time. Since the forum does not allow attachment, I encoded the patch in Base64. You c

[jboss-user] [JBoss Seam] - Re: Remoting periodic exception.

2007-12-04 Thread samdoyle
The following produced the error, doesn't look unusual. It is the same as the several succeeding requests before it. | | Tue Dec 4 11:01:57 PST 2007: Request packet: | 41 | | | As a result of this it is generating a error 400 poup dialog which as a result of the current way re

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2007-12-04 Thread alllle
After tracing into the deployment code, I believe I found the bug that caused this problem, at least for my case. My EAR contains a MDB and the persistence.xml file for configuring the EntityManager. Two classes are involved in this deployment problem: org.jboss.ejb3.EJBContainer and org.jboss

[jboss-user] [JBoss Seam] - How obtaining data from a select box

2007-12-04 Thread haefti
Hi! I'm pretty new to Seam and try to go through the book and the examples. No I have a problem. I wonder how I can display data from a database table in a select box which allows me to choose one element and edit this entry. I tried | | for the select element and | | | for the da

[jboss-user] [JBossWS] - NullPointerException from JBossXSEntityResolver

2007-12-04 Thread meghanai_99
Hello, Versions JBoss - 4.0.5GA JBossWS - jbossws-1.2.1.GA (build=200704161533) jBPM - 3.2 BPEL extension - 1.1 Beta 3 Error While disconnected from internet, my BPEL process which is deployed as webservice over JBossWS fails to deploy with following exception - | 09:48:03,236 ERROR [STDERR]

[jboss-user] [JBoss Portal] - Page Layout error

2007-12-04 Thread almarro1
Hello everybody, I have just deployed JBoss Portal 2.6.2 on JBoss AS 4.2.2. The server boots up and I can access the portal without errors. But when I log into the portal as admin user and try to change the layout of any page, I get the following error: | ERROR | Cause: javax.portlet.Portl

[jboss-user] [JBoss Seam] - Re: Remoting periodic exception.

2007-12-04 Thread samdoyle
No JavaScript errors. I'll check it out with debugging enabled. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110294#4110294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110294 _

[jboss-user] [Remoting] - Re: call a remote EJB

2007-12-04 Thread jspioneer
up. i meet the same problem .my env:JBOSS 2.0 BETA2 +JBOSS4.2.2 but in Jboss4.2.2GA ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110293#4110293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110293 _

[jboss-user] [JBoss Seam] - Re: Null Pointer Exception During Integration Testing

2007-12-04 Thread neilac333
So I commented everything out in my test and tried this: | Assert.assertEquals(getValue("#{identity.loggedIn}"), false); | And I get the same NPE for a component that is BUILT_IN. It seems to me that I am either missing a JAR file in the classpath, or more likely I am missing a configura

[jboss-user] [JBossCache] - Re: What replicates in JBC 1.4?

2007-12-04 Thread [EMAIL PROTECTED]
"jorgemoralespou_2" wrote : For a 1 atribute node, what data is replicating when we change on of the attributes? Is it replicating the whole node data, or only the changed attribute? | It depends. It really replicates a method call, so if you do: | Node n; // contains 10 attribs

[jboss-user] [JBoss jBPM] - Re: Problems

2007-12-04 Thread kaledev
Yes, you did answer my question, thank you so much for pointing me to the tutorial I was referring to, as opposed to a different one like I was asking for. that's exactly what I wanted. I definately did not mention anything missing from the tutorial at all either, thank you for pointing that ou

[jboss-user] [JBossCache] - Re: CacheLoader serialization class change

2007-12-04 Thread [EMAIL PROTECTED]
For something like this, where the class definitions change from deployment to deployment, the best thing I can think of is to use primitives. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110287#4110287 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: how does Seam/EJB determine session expiration?

2007-12-04 Thread ryoung2504
You'll need to pause before running step 9 (for at least the session timeout period since step 5). Closing of browsers (or navigation off-site) will not send anything back to the server, thus the only way to determine if a session is over (without hitting specific urls on the server) is a timeou

[jboss-user] [JBossCache] - Re: TreeCacheMBean Maven repository

2007-12-04 Thread [EMAIL PROTECTED]
http://repository.jboss.org/maven2/jboss/jboss-cache/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110285#4110285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110285 ___

[jboss-user] [JBossCache] - Re: Multiple JVM distributed cache How To ?

2007-12-04 Thread [EMAIL PROTECTED]
Are you sure the two nodes see each other? What does Cache.getMembers() return on both nodes? If they do both see each other, maybe your sleep isn't long enough on the 2nd node? Try using a cache listener and logging something when a put occurs instead. View the original post : http://www.j

[jboss-user] [JBossCache] - Re: TimoutException when reading/writing from cache

2007-12-04 Thread [EMAIL PROTECTED]
Yes, what is your question? :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110280#4110280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110280 ___ jboss-user mailing

[jboss-user] [JBossCache] - Re: Treecache - CacheLoader - Evicting not called when serve

2007-12-04 Thread [EMAIL PROTECTED]
Set passivation to false. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110279#4110279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110279 ___ jboss-user mailing list jboss

[jboss-user] [JBossCache] - Re: JbossCache 2.0 with JGroups 2.6.1 problem

2007-12-04 Thread [EMAIL PROTECTED]
The events should be sent to all listeners. This would be a JGroups issue, I would ask again on the JGroups users mail list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110278#4110278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Security & JAAS/JBoss] - looking for working example: custom login module extends Use

2007-12-04 Thread anthonykrinsky
I am looking for **working** sample code that extends UsernamePasswordLoginModule. The module I am trying to write needs to check for JBOSS authentication - if OK, proceed - and also do custom auth against a complex auth scheme which includes checking username, synchronizing users/groups, etc

[jboss-user] [JBossCache] - Re: Possible Memory Leak? (1.4 SP7)

2007-12-04 Thread slattery
Looks like this could be "user error". In the above code, it looks like objects are getting added to cache locations "/i/j". While each objects is removed from "/i/j", the "/i" node remains (leaked by the user). I added an additional statement: cache.remove(fqn); That seems to clean it up, and

[jboss-user] [JBoss Seam] - ManyToMany association within conversation scope bean

2007-12-04 Thread avpavlov
Hi all. I have 2 entities linked via many-to-many association | @Entity | @Cache(usage = CacheConcurrencyStrategy.READ_WRITE) | public class User implements Serializable { | @Id | @GeneratedValue | private long id; | | @NotEmpty | @Column(unique = true) |

[jboss-user] [EJB 3.0] - Re: hibernate and inheritance

2007-12-04 Thread p.chevillon
I found a possible explanation to this problem. It seem's the discriminant is'n't used when requesting by a one-to-many in an subclass. So a way to make hibernate consider the hierarchy is to force control on the Discriminator column. With annotations, @Where should be used. @Where(clause="POI

[jboss-user] [JBossWS] - Re: Basic Authentication with WSSecureEndpoint on JBoss 4.2.

2007-12-04 Thread soderguit
Sorry my english I have the same problem! Do you have a solution? Thanks Carlos View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110260#4110260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110260 ___

[jboss-user] [JBoss Seam] - Re: how does Seam/EJB determine session expiration?

2007-12-04 Thread asookazian
running jboss 4.2.2.GA with Seam2.0.0.GA. 1) started JBoss and deployed my Seam app. 2) navigated to JBoss web-console via following URL: http://localhost:8080/web-console/ and navigated to monitoring --> web status --> full status 3) checked active sessions and session count for my app were

[jboss-user] [JBoss Messaging] - Re: Jboss problem with messages over 2.5 M.B.

2007-12-04 Thread chrismeadows
The docs advise you to not use HSQLDB for serious work - it isn't a production database. Use something else e.g. MySQL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110257#4110257 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Message persistence Exception

2007-12-04 Thread paradisonoir
While I was working with my Jboss Application server (jboss-4.0.5.GA), I face this error when size of my demand exceeded 2.5 M.B. Do you have any idea why I receive such an exception? thanks, 18:17:09,500 WARN [JDBCPersistenceManager] Trying again after a pause 18:17:09,781 WARN [JDBCPersist

[jboss-user] [JBoss Messaging] - Jboss problem with messages over 2.5 M.B.

2007-12-04 Thread paradisonoir
While I was working with my Jboss Application server (jboss-4.0.5.GA), I face this error when size of my demand exceeded 2.5 M.B. Do you have any idea why I receive such an exception? thanks, 18:17:09,500 WARN [JDBCPersistenceManager] Trying again after a pause 18:17:09,781 WARN [JDBCPersist

[jboss-user] [JBoss Seam] - Critical bug with WebSphere

2007-12-04 Thread dmitriy.lapko
Environment: IMB WebSphere 6.1.0.11 D:\Program Files\IBM\WebSphere61\AppServer\java\jre\bin>java.exe -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pwi32devifx-20070608 (SR5+IY99712)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi322

[jboss-user] [JBoss AOP] - Re: JBoss AOP ear and maven-jbossaop-plugin

2007-12-04 Thread elysch
I guess I didn't provide enough information in my previous post. Maybe this can help someone to help me find where my mistake is. My Interface contains: package org.andromda.samples.aop.sades.useCaseSlices.specific.solicitudProfesorGrupo; | | interface IAspectoUnoSolicitudProfesorGrupo { v

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Difference between Jboss Application Server and Jboss Messag

2007-12-04 Thread paradisonoir
Hi, I have a very basic question: 1) What is a difference between Jboss Application Server (JBoss-4.2.2.GA) and JBoss Messaging (jboss-messaging-1.0.1.SP5)? 2) Even after installing AS, do I need to install Jboss Messaging too? thanks, View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBossCache] - JbossCache 2.0 with JGroups 2.6.1 problem

2007-12-04 Thread dighede
Hi, I've an application that needs to use JGroups and JBossCache I use JGroups 2.6.1 and JBossCache 2.0.0 I configured JGroup's protocol stack to use a single channel and I configured two multiplexed channels, one for JBossCache, and the other for JGroups Regarding the multiplexed chan

  1   2   >