[JBoss-user] [JBoss Portal] - Re: Reference to CMS Service

2006-06-17 Thread gaian
Antonie, I would appreciate if you can send me the code you used for implementing this. I have been breaking our heads for the past few weeks to get this up and running. My email id is [EMAIL PROTECTED] Thanks Srikanth View the original post :

[JBoss-user] [JBoss Seam] - Re: Can't get database updated without calling flush()

2006-06-17 Thread javajedi
Yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951431#3951431 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951431 ___ JBoss-user mailing list

[JBoss-user] [Installation, Configuration Deployment] - Re: org.hibernate.SessionException: Session is closed!

2006-06-17 Thread nancy.aggarwal
hi, My application working fine if i am not getting session factory from Jndi. Using hibernate.cfg.xml and loading configuration,if i do then there is no problem. But now i have jndi bounded hibernate session factory and placed that configuration file and all .hbm.xml and java objects in har

[JBoss-user] [EJB 3.0] - Complex Id and Joined Inheritance

2006-06-17 Thread Dabubble
Hi! I hava two classes that have the following structure: | @Entity | @SequenceGenerator(name = crawlerdocument_sequence, sequenceName = crawlerdocument_id_seq) | @Inheritance(strategy = InheritanceType.JOINED) | public abstract class CrawlerDocument implements Serializable { | |

[JBoss-user] [JBoss Portal] - Re: Problems with JBoss POrtal and DB2

2006-06-17 Thread jschmi
hey, you should have a datasource portal-db-ds.xml which defines a datasource PortalDS (or you could change your db2-ds.xml accordingly): ?xml version=1.0 encoding=UTF-8? | | !-- = -- | !--

[JBoss-user] [JBoss Seam] - seam component not found

2006-06-17 Thread burakbayramli
I am trying to get a simple create scenario working; Somehow my Pojo is not being injected into the Action. Also it seems the Action is not called by the button press. Any help would be appreciated. The code (very small, 16KB) is at http://www.bilgidata.com/downloads/SeamHibSimple.zip The

[JBoss-user] [JBoss Seam] - Re: seam component not found

2006-06-17 Thread burakbayramli
BTW: The demo applications worked fine for me without any problems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951436#3951436 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951436

[JBoss-user] [EJB 3.0] - URGENT : where to find ejb3 generated stubs

2006-06-17 Thread HassanKbbewar
hello everybody i was using Oracle Container for java and i have decided to move to JBOSS and i have faced a proplem when i deploy my EJB3 Jar file to the container i dont know where to get the container generated stubs to have client lookup my deployed EJBs . please help me in this proplem

[JBoss-user] [EJB 3.0] - Intercepting output bean results

2006-06-17 Thread fguerzoni
I use EJB3 bean and interceptors in this way: int. A (try block) int. B (try block) bean's method int. B (finally block) int. A (finally block) where in try block I do some checks on request and in finally block (after bean method execution) I do some other check on bean

[JBoss-user] [JBossCache] - Re: JBossCache 1.3.0.SP2 TreeCacheListener not getting event

2006-06-17 Thread var_4050
I saw the testcases u tested, I see that you used TreeCache , I am facing problems with TreeCacheAop as cache. If you could please check with TreeCacheAop, with which I am facing problems, of the listener not getting notified with optimistic locking enabled. I also checked it with latest

[JBoss-user] [JBoss AOP] - AOP newbie question

2006-06-17 Thread enazareno
Hi, I'm new to AOP. Just wanted to do a quick test. I already created an interceptor, a jboss-aop.xml and dropped it in the deploy folder. When I tried to edit the EnableLoadtime weaving option in the jboss-service.xml in the jboss-aop.deployer, it threw an error. I am using jboss-4.0.1sp1

[JBoss-user] [JBoss Seam] - Re: Seam Managed Transactions and JMX MBeans

2006-06-17 Thread felipevaa
Right on! I was debugging Seam today and came up to the same conclusion... The component managing the EntityManager has the conversation scope. How can I contribute to this effort? I'm not very familiar with the Seam internals, but if you give me some pointers of what you have in mind, I could

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to set another HSQLDB datasource beside DefaultDS?

2006-06-17 Thread kurt_olsen
For 4.0.4.GA you can try this: I installed jboss using the installer.jar, and selected the ejb3-clustered profile which I subsequently renamed as 'all' Delete jboss/server/all/deploy/hsqldb-ds.xml Create a new datasource by copying the template for your specific database from

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Howto change the DefaultDS in 4.0.4.GA

2006-06-17 Thread kurt_olsen
Aloha, To change the default datasource For 4.0.4.GA you can try this: I installed jboss using the installer.jar, and selected the ejb3-clustered profile which I subsequently renamed as 'all' Delete jboss/server/all/deploy/hsqldb-ds.xml Create a new datasource by copying the template for your

[JBoss-user] [EJB/JBoss] - Re: How to persist TimedObject across server recycles / ejb

2006-06-17 Thread rkrylov
I have similar problem. I used 4.0.3SP1. Now I am using jboss-4.0.4GA but the problem is not gone. I have tried CR2, but it seems to have different EJB3 in it and my refactored_to_work_with_4.0.4GA application does not work with 4.0.4CR2. I observe the same behaviour as it was with 4.0.3SP1:

[JBoss-user] [EJB 3.0] - Default interceptors bad behaviour

2006-06-17 Thread fguerzoni
Win xp, jdk 1.5_04, EJB3 embeddable alfa8. Default interceptors, specified in ejb-jar.xml file, are always called even after method interceptor. Default interceptors, unless a different specified ordering, should be called before method interceptor. Instead, from release alfa8 they are called

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to set another HSQLDB datasource beside DefaultDS?

2006-06-17 Thread kurt_olsen
It looks like I misunderstood your initial posting. The procedure I specified is how to change the default datasource. Not how to use a second hypersonic db. The mysql connector/mxj can embed, and start a mysql database when jboss boots. Then, if you need another datasource, just add another

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-17 Thread cool_bhanu
HI j2ee_junkie I have created sample struts application with login page and display page when i submit To switch from http to https that is i should be able to access the login page with http but when i give submit it should go into secure mode and the next page should be displayd As per your

[JBoss-user] [EJB/JBoss] - actual table-name is not taken while creating SQL query - ur

2006-06-17 Thread rganesan
I have a Entity bean for table name USER_INFO and the abstract-schema-name is UserBean. In the EJB-QL, I am using abstract schema name. But when the CMP plugin initialized for UserBean, it logs the equivalent SQL queries for finders in which the schema name is not substituted with atual DB

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - actual table-name is not taken while creating SQL query - ur

2006-06-17 Thread rganesan
I have a Entity bean for table name USER_INFO and the abstract-schema-name is UserBean. In the EJB-QL, I am using abstract schema name. But when the CMP plugin initialized for UserBean, it logs the equivalent SQL queries for finders in which the schema name is not substituted with atual DB

[JBoss-user] [Management, JMX/JBoss] - Re: Have you coded a cool MBean service you want to share?

2006-06-17 Thread srikanthdr
Hi, Already posted but never got a reply ;( I want to run my SessionBean afte doing some functionality in Start() method of my MBean. But EJB just doesn't get deployed before MBean. I have tried with tag. y jboss-serv ice.xml looks like this:

[JBoss-user] [Installation, Configuration Deployment] - Re: Installing and runing JBoss without JDK

2006-06-17 Thread jukcoder
Jboss4.4 Tomcat5.5 compiles jsp using Eclipse JDT compiler as the default. So you don't need Sun jdk unless you choose to use javac to compile your jsp by uncommenting: init-param param-namecompilerSourceVM/param-name param-value1.5/param-value /init-param

[JBoss-user] [JBoss AOP] - Re: Dynamically adding annotated aspect classes without

2006-06-17 Thread fatbatman
Hi, I'm not sure if I'm doing something wrong in the way that I get the ClassFile object? but I'm getting some strange behaviour using this new feature. Using the annotated-aspects test as a starting point I run the test specifying the classpath using -Djboss.aop.class.path=myclasspath - all

[JBoss-user] [JBoss Seam] - Re: is pageflow.jpdl.xml only meant for conversations?

2006-06-17 Thread [EMAIL PROTECTED]
Only for conversations. Use navigation rules for stateless navigation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951458#3951458 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951458

[JBoss-user] [JBoss Seam] - Re: Can't get database updated without calling flush()

2006-06-17 Thread [EMAIL PROTECTED]
Turn on Hibernate debug logging and check if the afterCompletion phase is running at all. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951459#3951459 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951459

[JBoss-user] [JBoss Seam] - conversations with GET requests: Exception in PhaseListener

2006-06-17 Thread rlhr
I tried to use conversation started with GET. I got it working fine but got the exception below (Doesn't prevent the application to run fine). I thought I was doing something wrong and tried out the blog example and found the same exception. Is it a bug? It doesn't block the application flow,

[JBoss-user] [JBoss Seam] - Re: SeamTest fails

2006-06-17 Thread songhe
It turned out that Seam 1.0.0GA cannot work with JAS 4.0.4SP1. JAS needs to updated with EJB-3.0_RC8_FD to get things work. Hope this helps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951461#3951461 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: SeamTest fails

2006-06-17 Thread songhe
songhe wrote : It turned out that Seam 1.0.0GA cannot work with JAS 4.0.4SP1. JAS needs to be updated with EJB-3.0_RC8_FD to get things work. Hope this helps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951462#3951462 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: jBPM, Rules Swing?

2006-06-17 Thread [EMAIL PROTECTED]
Well, as you might know we have been talking to Sun and the Netbeans crowd to have at least a part of the JBoss IDE offering ported to Netbeans and Swing. We have indeed no problem whatsoever with including such code in our CVS or pushing that kind of product forward. The thing is that we don't

[JBoss-user] [JBossCache] - Repeatable Reader - are readlocks actually obtained?

2006-06-17 Thread skaffman
I've written a unit test which seems to demonstrate that the Repeatable Read semantics are not being followed for PojoCache under 1.4.0.BETA2. Even though the test uses DummyTransactionManager, I understand that the locking semantics should still be correct. In summary, I create two threads,

[JBoss-user] [JBoss Seam] - JBoss Seam DVD Store bug?!

2006-06-17 Thread talvikster
Hy! I'll describe shortly what I've done: 1) login; start shopping; add something to cart 2) checkout + purchase + confirm 3) open my orders in 2 tabs (or windows) 4) now canceling in tab 1 works 5) but trying to cancel the same order in the second tab fails: javax.servlet.ServletException:

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-06-17 Thread S0d0
There is jboss-ejb3-all.jar in jboss-EJB-3.0_Embeddable_ALPHA_8.zip. I used that and everything works just fine. -Sodo- View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951467#3951467 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: is pageflow.jpdl.xml only meant for conversations?

2006-06-17 Thread dhinojosa
Its good thinking about it that way, stateless navigation. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951468#3951468 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951468

[JBoss-user] [JBoss AOP] - Re: Dynamically adding annotated aspect classes without

2006-06-17 Thread fatbatman
Its just dawned on me I need to prepare the objects for runtime instrumentation as in the dynamic-aop example using a jboss-aop.xml defined in the jvm args using -Djboss.aop.path=jboss-aop.xml. ?xml version=1.0 encoding=UTF-8? | aop | |prepare expr=all(POJO)/ | | /aop When I

[JBoss-user] [JBoss Seam] - Re: JBoss Seam DVD Store bug?!

2006-06-17 Thread [EMAIL PROTECTED]
Yes, this is a bug (my bug, not Norman's). The first line of the method should read something more like: order = em.find(orders.get(index).getOrderId()); I will fix that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951470#3951470 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: JBoss Seam DVD Store bug?!

2006-06-17 Thread [EMAIL PROTECTED]
OK, now a slightly diff fix in CVS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951471#3951471 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951471 ___ JBoss-user mailing

[JBoss-user] [JBoss jBPM] - Problem whith JBPM installation

2006-06-17 Thread yelkoury
Hi every body I can not install the JBPM on my machine. I have the js2ee 1.4.2 installed on my computer, when i've lanched the start.bat i 've got the window command, every think is normal. But when i try to acces to the login page from my browser (Mozlla Firefox) i get the 404 error from the

[JBoss-user] [JBoss Seam] - Re: Seam Managed Transactions and JMX MBeans

2006-06-17 Thread [EMAIL PROTECTED]
anonymous wrote : How can I contribute to this effort? No need, it is already fixed in CVS anonymous wrote : From a design perspective, how do you see the relationship between Seam and EJB on the long term? EJB3 was a *huge* improvement, but I really see Seam's component model taking over on

[JBoss-user] [Installation, Configuration Deployment] - Need Help!!!!Not able to configure Sun One 6.1 Web server wi

2006-06-17 Thread sonn
Hi All, I am trying to configure SunOne 6.1 web server with JBOSS.BUt i am getting the following error: Below are the details : The OS on which Sun One 6.1 sp1 is installed : Linux 2.6.9-34.ELsmp I have also successfuly generated the nsapi_redirector.so file. After that i edited the

[JBoss-user] [JBoss Seam] - Re: Share data between portlets for each user session

2006-06-17 Thread endremr
It that true for Seam applications? I thought that Seam was a bit close to JBoss Portal. I have read different places that JBoss Portal supports interportel communication if they are build into the same portlet application. Quote: Any object stored in the session using the APPLICATION_SCOPE is

[JBoss-user] [JBoss Seam] - Re: Newbie: Dynamic form fields

2006-06-17 Thread sblaes
ui:repeat might do the trick, I'm going to play with that this weekend to see if I can get it to do what I need. Let me see if I can take another hack at an explanation though... I'm sure we've all been on the Dell site and configured a computer. That's basically the UI I'm after. But, the

[JBoss-user] [JBoss Seam] - Re: Newbie: Dynamic form fields

2006-06-17 Thread [EMAIL PROTECTED]
I have never used the Dell site, but yes, that is what you use ui:repeat or h:dataTable for. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951479#3951479 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951479

[JBoss-user] [JBoss Seam] - Re: conversations with GET requests: Exception in PhaseListe

2006-06-17 Thread [EMAIL PROTECTED]
I think you have the wrong setting for org.jboss.seam.core.init.myFacesLifecycleBug View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951480#3951480 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951480

[JBoss-user] [JBoss Seam] - Re: conversations with GET requests: Exception in PhaseListe

2006-06-17 Thread [EMAIL PROTECTED]
(ie. this is a MyFaces 1.1.1/1.1.3 incompatibility issue.) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951481#3951481 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951481

[JBoss-user] [JBoss Seam] - Re: seam component not found

2006-06-17 Thread [EMAIL PROTECTED]
What does the Seam startup log look like? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951482#3951482 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951482 ___ JBoss-user

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-17 Thread j2ee_junkie
Bhanu, As I mentioned above. Please lets just stick to the topic of this thread. That topic is getting SSL working. Have you got SSL configured and working? Submit the other problems you have encounterd in a new thread. I just want to make sure each problem gets fixed before we move on to

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.3SP1 Problems with multiple instances

2006-06-17 Thread garamirez
Many thanks for your help. Problem solved. Sincerely, Germán. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951484#3951484 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951484

[JBoss-user] [JBoss Seam] - Re: seam component not found

2006-06-17 Thread burakbayramli
Startup messages in zipped format can be found below; http://www.bilgidata.com/downloads/server.zip Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951485#3951485 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: seam component not found

2006-06-17 Thread [EMAIL PROTECTED]
So, as you can see quite clearly in the log, Seam scans your archive, finds the classes, but does not decide that they are Seam components. Since the @Name annotation exists on the classes, the only possibility is a classloading problem QED. ie. you have deployed two different copies of

[JBoss-user] [JNDI/Naming/Network] - Problem sending messages in a multiple network interfaces Ma

2006-06-17 Thread dcabezas
Hi I'm running a jboss 4 client application on a 2 network interfaces machine. The java.naming.provider.url property within jndi.properties file is configured to point the JBoss server. My problem is that if the app runs when only the interface of the network on which the server runs is up,

[JBoss-user] [JBoss Portal] - JBoss Portal tables problem

2006-06-17 Thread Silicio
Hi all, Using JBoss Portal 2.2.1 SP1 Bundled with AS on a Windows XP Home (NTFS), I get about 17 errors in the log file only after I've unzipped and ran the portal. Here the my log file (less then 1 MB) http://www.overmodding.org/files/log.zip Hope some one can help me. Bye View the original

[JBoss-user] [JBoss jBPM] - Re: jbpm Monitoring Menu and web-console menu not Showing..

2006-06-17 Thread ponchovaldes
1.- im using the jboss 4.0 version.. not the 3.X... i dont know why Im not having implemented the Menu of Monitoring and administration.. if im not wrong is really necesary for the JBPM. 2.- Yes i have used the Starter kit, so what do i need to have the jboss web console thankss! View

[JBoss-user] [JBossWS] - JSR181WebServiceEJB3TestCase failed

2006-06-17 Thread hnguyennh
Hi, I keep having trouble running JSR181WebServiceEJB3TestCase. I'm using jboss-4.0.4.GA (ejb3), jbossws-1.0.1.GA, and jbossws-samples-1.0.1.GA. The exception is below. Please help. thanks, huy javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException:

[JBoss-user] [Installation, Configuration Deployment] - Error while starting jboss default server.

2006-06-17 Thread sumitmurarka
When I start jboss on my laptop at office, it starts fine with no errors but when I start jboss on the same laptop at home, I get the following error. Please advise. 2006-06-17 19:18:29,271 WARN [org.jboss.mq.il.uil2.UILServerILService] Failed to setup client connection

[JBoss-user] [JBossCache] - Re: Repeatable Reader - are readlocks actually obtained?

2006-06-17 Thread [EMAIL PROTECTED]
You're misunderstanding is that you assume REP_READ across the cluster, which is not true. Locking always occurs locally, so your reads and writes have to happen within the *same* TreeCache View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951493#3951493 Reply

[JBoss-user] [JBoss Portal] - Re: JBoss Portal tables problem

2006-06-17 Thread [EMAIL PROTECTED]
This problem has been discussed many times on the forums. I am not fluent in Italian, but from the exception trace in your log, it seems as the tables portal uses in your DB are not created during the first start up, which is normal. You start off with an empty table, and if you restart your

[JBoss-user] [JBoss jBPM] - Re: How Stop the Execution?

2006-06-17 Thread hosierdm
You should read the User Guide regarding Exceptions. I believe it specifically states that exceptions do NOT influence process flow. I see that test.Task1Undo is an Exception handler implementation, but I'm not sure what you can do there to influence process flow. I do however, seem to