[jboss-user] [JBoss Seam] - Re: Event with @Observer not being fired

2008-01-22 Thread terryb
it is now resolved. thank you very much for the help, and my apologies I was asking for problem that didnt' exist. the problem occurred, due to JBDev not updating classes; becase after updating seam some dependency jar was missing. though something useful that came out of this: Events like "o

[jboss-user] [Security & JAAS/JBoss] - Re: NullPointerException @ DatabaseServerLoginModule.java:14

2008-01-22 Thread jahebe
Well, paint be baffled. Seems JDK 1.6 indeed was the error. (checked it by setting the JMX console to use the authentication-policy) So it would seem I have to re-package my application to use jboss's JAR files for 1.6 compatible annotations, then. Thanks for your help, appreciated! View the o

[jboss-user] [JBoss Seam] - Re: PhaseListener in Seam 2.0

2008-01-22 Thread wachtda
Ok, thank you Jacob, that works fine for me! Now the only problem I still have, is that If I have richfaces-components they will not appear as childs on my ViewRoot. I get the ViewRoot with: | FacesContext context = FacesContext.getCurrentInstance(); | context.getViewRoot().getChildren();

[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-22 Thread jaikiran
See this http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatDoesTheMessageNoManagedConnectionsAvailableMean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122484#4122484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122484

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Keep JBoss running when database is down

2008-01-22 Thread jaikiran
anonymous wrote : Do you think it is a good idea to keep JBoss running when the database goes down? If your application depends on this database and this resource is down, then there is no point in allowing access to your application during this period. anonymous wrote : Does it restore the con

[jboss-user] [Security & JAAS/JBoss] - Re: NullPointerException @ DatabaseServerLoginModule.java:14

2008-01-22 Thread jahebe
anonymous wrote : The first thing, i would suggest it to use Java 1.5 because JBoss is not yet fully qualified to work with Java 1.6 Sure, I'll give it a go - however, since the JNDI lookups work perfectly well from a EJB3 with a JPA/Hibernate backend, I'm going to be reasonably surprised if th

[jboss-user] [JNDI/Naming/Network] - Re: Invalid (i.e. remote) invocation of local interface (nul

2008-01-22 Thread jaikiran
Let's continue this discussion in your other post at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128273 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122480#4122480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-22 Thread jaikiran
I don't have a clue as to what the problem might be. Just a wild guess - your output of netstat shows that there is a process named alg.exe running: anonymous wrote : TCP127.0.0.1:1025 0.0.0.0:0 ABHÖREN 2504 | [alg.exe] >From what i got from t

[jboss-user] [JBoss jBPM] - Re: task in start state

2008-01-22 Thread debnathm
It worked. Thanks, Debnath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122478#4122478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122478 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - Re: .war file or .war directory?

2008-01-22 Thread nickarls
This is way beyond the scope of Seam, you should take this up with the Web Beans JSR. That would really upset the Ruby guys ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122477#4122477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: FailedConfiguration while running test

2008-01-22 Thread hubaghdadi
I followed the instructions as your blog shows, this time I got this exception: |[testng] FAILED CONFIGURATION: @BeforeClass init |[testng] java.lang.RuntimeException: Unable to bootstrap: |[testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:167) |[te

[jboss-user] [JBoss Seam] - Re: error after seam generate-entities

2008-01-22 Thread nickarls
Post the Hello class View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122475#4122475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122475 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Select item from table and convertEntity

2008-01-22 Thread nickarls
Well, you could have two separate components: * selectOneMenu rendered when list.count < n * separate modal window with datatable, paginator, search and filtering I think you should be able to get both options working with a list of entities in the model. Then there is the question on how you s

[jboss-user] [JBoss Seam] - Re: Event with @Observer not being fired

2008-01-22 Thread nickarls
I think the @Observer("org.jboss.seam.loggedOut") is the correct version nowadays but you already said it didn't work. Is the method in a seam-managed class? Can you get any other observers to trigger in that class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: s:decorate and javaScript update ?

2008-01-22 Thread nickarls
I would be surprised, since that would mean a server roundtrip. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122472#4122472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122472 ___

[jboss-user] [JCA/JBoss] - JBOSS +JCA + Connection Pooling .....Out of ManagedConnectio

2008-01-22 Thread mohad_ajay
I am running a 15 hours+ test using JBOSS and oracle as backend...getting below exceptionsPlease help me how do i get rid of this connections issue... 12:41:29.821:0:F:sam.common.BaseDAO.initializeConnection:BaseDAO.java(99):SQL Error 0 connecting to database (java:/jdbc/oraSAM): No

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Queue-Security

2008-01-22 Thread anupamkakade
Hi all, Will u please help me to send a code for the Message sender and MDB for secure queues . thanks in advance . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122470#4122470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: problem with multiple seam component jars in a WAR

2008-01-22 Thread zjsun
"srini.ragu" wrote : try this... | | file:../lib/myapp1.jar | | i.e. file: in the entry for jar file. | | or something like file:/WEB-INF/lib/myapp.jar i have all tries, only absolute path works! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service - Help

2008-01-22 Thread vaswin
In addition to the above problem, i ve tried with wsrunclient to run the client program. but it also failed. C:\Projects\eclipseLambozworkspace\EchoService\build\classes>wsrunclient uk.co.r egdeveloper.client.EchoClient Starting Test Client Creating a service Using: http://127.0.0.1:808

[jboss-user] [JBossWS] - Cannot obtain wsdl service - Help

2008-01-22 Thread vaswin
Hi All, http://www.regdeveloper.co.uk/2007/01/23/ejb_web_services/ When i tried the above example with my JBoss 4.2.2 with Jboss Eclipse, the below error is appeared. help me. Starting Test Client Creating a service Using: http://127.0.0.1:8080/EchoService/EchoBean?wsdl and

[jboss-user] [JBoss Seam] - Re: problem with multiple seam component jars in a WAR

2008-01-22 Thread srini.ragu
try this... file:../lib/myapp1.jar i.e. file: in the entry for jar file. or something like file:/WEB-INF/lib/myapp.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122465#4122465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Security & JAAS/JBoss] - Re: NullPointerException @ DatabaseServerLoginModule.java:14

2008-01-22 Thread jaikiran
anonymous wrote : 19:14:56,566 INFO [ServerInfo] Java version: 1.6.0_02,Sun Microsystems Inc. | 19:14:56,567 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.6.0_02-b05,Sun Microsystems In | c. The first thing, i would suggest it to use Java 1.5 because JBoss is not yet fully quali

[jboss-user] [JBoss Seam] - any solutions for multiple entity module jars in one WAR?

2008-01-22 Thread zjsun
I want to divide my web application into some module jars(as my project is so large, and want to make deployment easier), each module jar contains the module spec entities. As in a WAR, i want these module jars use the root /WEB-INF/classes/persistence.xml, but after my tries, i am failed. my w

[jboss-user] [JBoss jBPM] - Re: Jbpm with tomcat and postgresql

2008-01-22 Thread jobu
Martin... Can i say somthing first u r simply great. yes i found the problem it was the wrong file in jbpm.sar.cfg.jar I have changed hibernate.cfg.xml in jbpm.sar.cfg.jar and deplyed it again Then the problem disappears... Fist of alll thank you martin... But one more pr

[jboss-user] [JBoss Seam] - Re: Gravel in Seam 2

2008-01-22 Thread ar.mohseni
gravel 1.0.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122458#4122458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122458 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Messaging] - Re: Secure Queue implementation in JBoss 4.0.2.GA

2008-01-22 Thread anupamkakade
Dear Madhusudan, Thanks a lot . This is the first time i got a reply on jboss.org. I will try to do the same and will let u know as soon as it happens . Once again thanks alot . Anupam Kakade. atom technologies ltd. [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [EJB 3.0] - Re: service=EJB3 + is already registered

2008-01-22 Thread juanm_med
Sorry, in the previous message the tags didn't show. The incorrect ant tag was: jar basedir="${app.classes.dir}" compress="true" jarfile="${jar}" The correct ant tag is: jar compress="true" jarfile="${jar}" Greetings View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [EJB 3.0] - Re: service=EJB3 + is already registered

2008-01-22 Thread juanm_med
Sorry, in the previous message the tags didn't show. The incorrect ant tag was: The correct ant tag is: Greetings View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122449#4122449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [EJB 3.0] - Re: service=EJB3 + is already registered

2008-01-22 Thread juanm_med
Sorry, in the previous message the tags didn't show. The incorrect ant tag was: The correct ant tag is: Greetings View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122448#4122448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [EJB 3.0] - Re: service=EJB3 + is already registered

2008-01-22 Thread juanm_med
Hi. I had the same problem, and finally solved it. In my case, the problem seemed to be caused by the jar construction. In my build.xml file I had the following tag: The problem solved when I removed the basedir parameter: Somehow, the basedir attribute seemed to be duplicating the classes,

[jboss-user] [JBoss jBPM] - Re: Problem with managed beans

2008-01-22 Thread kukeltje
STFF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122444#4122444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122444 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - s:decorate and javaScript update ?

2008-01-22 Thread enda
I am trying to make a client side validation with seam. Is here a non-Ajax way how to set s:decorate variable #{invalid} to true by javaScript? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122443#4122443 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Seam Topic Subscription only works with JBoss Libraries?

2008-01-22 Thread samdoyle
So looking at the SubscriptionRegistry code it appears that it is possible to override the default connection provider which results in the UIL2ConnectionFactory being used. Is there some specific configuration option I need to use to make this work with GlassFish? Thanks, S.D. View the origin

[jboss-user] [JBoss Seam] - Re: problem with multiple seam component jars in a WAR

2008-01-22 Thread zjsun
i want to use config element with a relative path, instead of the element, how to config a in a relative path? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122435#4122435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Seam Topic Subscription only works with JBoss Libraries?

2008-01-22 Thread samdoyle
Anyone? Thanks, S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122429#4122429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122429 ___ jboss-user mailing list jboss-use

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBException: Invalid (i.e. remote) invocation

2008-01-22 Thread ALRubinger
When you say "2 nodes", do you mean "2 instances of the JVM"? S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122428#4122428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122428

[jboss-user] [JBoss Seam] - Event with @Observer not being fired

2008-01-22 Thread terryb
Seam 2.0.1CR1 Method with @Observer("org.jboss.seam.security.loggedOut") is not being recognised as event to fire. I also tried org.jboss.seam.loggedOut and @Observer(Identity.EVENT_LOGGED_OUT) but same thing. Using debugger shows Seam's Identity.logout() attempts to raise event but there is

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-22 Thread PeterJ
This is really getting weird. According to this line: TCP127.0.0.1:8080 127.0.0.1:1057 HERGESTELLT 3432 [java.exe] JBossAS had opened port 8080 on localhost, and according to this line: [FIREFOX.EXE] TCP127.0.0.1:1057 127.0.0.1:8080 HERGESTELLT

[jboss-user] [JBoss Seam] - Select item from table and convertEntity

2008-01-22 Thread brachie
Hi, I have a use case to implement which could normally done with a and . Imagine you have a project editing page where I can set the manager of a project. Normally this could be done with a drop-down list like: | | | So the will automatically converts the selected perso

[jboss-user] [JBossCache] - Re: Hibernate and OptimisticTreeCache

2008-01-22 Thread youngm
thanks for the insight View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122416#4122416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122416 ___ jboss-user mailing list jboss-us

[jboss-user] [EJB 3.0] - javax.ejb.EJBException: Invalid (i.e. remote) invocation of

2008-01-22 Thread kesavramesh
Hi all, This is really weird. I have a single machine with 2 nodes and each has the JNP address of 1199 and 1299. I ma doing the lookup using the following code segment Properties props = new Properties(); props.setProperty(Context.PROVIDER_URL,

[jboss-user] [JBoss Seam] - Re: JSF Component binding with conversation scope seam compo

2008-01-22 Thread ristretto
The seam manual here http://docs.jboss.org/seam/2.0.1.CR1/reference/en/html/conversations.html#d0e5171 says, alternatively to using bindings, do the following. However, I can't get this to work. uiComponent doesn't seem to exist, but I'm not sure | | | Row: #{uiComponent['

[jboss-user] [JNDI/Naming/Network] - Invalid (i.e. remote) invocation of local interface (null co

2008-01-22 Thread kesavramesh
Hi all, This is really weird. I have a single machine with 2 nodes and each has the JNP address of 1199 and 1299. I ma doing the lookup using the following code segment Properties props = new Properties(); props.setProperty(Context.PROVIDER_URL,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Keep JBoss running when database is down

2008-01-22 Thread rmartinus
Hi, I am currently using Jboss 4.2.0 connecting to Oracle database. Do you think it is a good idea to keep JBoss running when the database goes down? Does it restore the connection when the database goes up? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: Still confuse on usage of page param, help please!

2008-01-22 Thread gus888
Thanks, Shane. So, based on my understanding on page parameter, when I click on , the link's f:param will pass "#{selectedMember.memberName}" to "name", and redirect to /comment.xhml page, then page param will get the "name" value and pass it to "#{selectedMember.memberName}" in bean. Is it c

[jboss-user] [JBoss Seam] - Re: EJB hot incremental deployment

2008-01-22 Thread [EMAIL PROTECTED]
If you are referring to what I wrote, you need to add the clustering service and mark the app as distributable. Here's something I wrote on the topic a few years ago. To the best of my knowledge, nothing has changed. http://members.capmac.org/~orb/blog.cgi/tech/java/Redeploy_web_apps_w.html

[jboss-user] [JBoss Seam] - Re: Can anyone provide a reference for seam in a financial /

2008-01-22 Thread john.curtin
Hi all - thanks for the feedback - I'll try the sales team! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122405#4122405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122405 ___

[jboss-user] [JBoss Seam] - Re: EJB hot incremental deployment

2008-01-22 Thread asookazian
perhaps in default\conf\jboss-service.xml?? | | | | | | | | jboss.system:service=MainDeployer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122406#4122406 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: EJB hot incremental deployment

2008-01-22 Thread supernovasoftware.com
Where is this configured? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122403#4122403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122403 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Messaging] - Re: Issue with WebFileMDB

2008-01-22 Thread rbreault
FIXED woohoo now just some db tweaks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122404#4122404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122404 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-22 Thread NSchweig
Hello you two, thank you for spending so much time in my problem! Ok. I start jboss. The last message in the command prompt is: 22:46:09,156 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8 080 22:46:09,203 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009 22:

[jboss-user] [JBoss Messaging] - Could not find the queue destination-jndi-name=queue

2008-01-22 Thread rbreault
More information 21:11:07,227 WARN [JMSContainerInvoker] Could not find the queue destination-jndi-name=queue/webfileQueue 21:11:07,228 WARN [JMSContainerInvoker] destination not found: queue/webfileQueue reason: javax.naming.NameNotFoundException: webfileQueue not bound 21:11:07,229 WARN [J

[jboss-user] [JBoss Seam] - Seam Topic Subscription only works with JBoss Libraries?

2008-01-22 Thread samdoyle
I'm executing this in my JavaScript based off the chatroom example. I'm attempting to deploy this in GlassFish. Do I need some specific JBoss MQ libraries deployed? Will it now work with another JMS implementation such as Open MQ? I suspect this since it is looking for this UIL2ConnectionFactory

[jboss-user] [EJB 3.0] - Re: Using joda time in entites

2008-01-22 Thread genman
I would create two methods. Create public getter/setters as @Transient that use JODA, create protected getter/setters that return java.util.Date marked with @Column. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122398#4122398 Reply to the post : http://ww

[jboss-user] [JCA/JBoss] - Re: Connection Sharing

2008-01-22 Thread [EMAIL PROTECTED]
com.arjuna.ats.jta.allowMultipleLastResources=true View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122396#4122396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122396 ___ jbo

[jboss-user] [JCA/JBoss] - Re: Connection Sharing

2008-01-22 Thread [EMAIL PROTECTED]
The property, that is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122395#4122395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122395 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Long running conversation

2008-01-22 Thread ristretto
"[EMAIL PROTECTED]" wrote : | Is the bean deployed at startup? I believe so. In any case this was related to the JSF binding issues you pointed out in another thread. http://docs.jboss.org/seam/2.0.1.CR1/reference/en/html/conversations.html#d0e5171 thanks for you responses and help!! Vi

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Recover Exception after Rollback in JMS

2008-01-22 Thread genman
It's not really supported. If you want to do this, one way is to create a new message (copy?), using a non-transacted JMS connection and send it back to the same queue (or a separate queue) with the exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JCA/JBoss] - Re: Connection Sharing

2008-01-22 Thread [EMAIL PROTECTED]
I can resolve this issue by setting the property: in jbossjta-properties.xml but I don't think that is the solution. When running this test with AS 4.2, calling EJB2's business method to get another connection shows that we are tracking by Tx; i.e., TRACE [org.jboss.resource.connectionm

[jboss-user] [JBoss Messaging] - Issue with WebFileMDB

2008-01-22 Thread rbreault
I keep getting the following error not sure what or why have any of you seen this 21:17:57,780 ERROR [ClosedInterceptor] ClosedInterceptor.ClientConnectionDelegate[-2147483411]: method setExceptionListener() did not go through, the interceptor is CLOSED 21:17:57,781 ERROR [ClosedInterceptor] C

[jboss-user] [JBoss Messaging] - Re: Issues moving from postgresql to oracle

2008-01-22 Thread rbreault
ok I solved almost all my issues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122389#4122389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122389 ___ jboss-user mailing li

[jboss-user] [JBossCache] - Re: Config Question

2008-01-22 Thread [EMAIL PROTECTED]
"lovelyliatroim" wrote : | I have a cache configured with a JDBCCacheLoader and in my cache i have a region where i dont want any nodes in the cache memory i.e they will be retrieved through the cacheloader. How do i configure the region to have no nodes in memory since if i set it to 0 the

[jboss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException thrown in second i

2008-01-22 Thread [EMAIL PROTECTED]
This is probably something I'd bring up on the Hibernate forum then, seems like they're trying to perform more query operations within their exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122385#4122385 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBossCache] - Re: Query related to jboss cache transaction

2008-01-22 Thread [EMAIL PROTECTED]
Even with 2-phase synchronous commits, there is a chance that one transaction won't succeed, in which case you could retry the transaction. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122383#4122383 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossCache] - Re: Hibernate and OptimisticTreeCache

2008-01-22 Thread [EMAIL PROTECTED]
I'm not entirely sure if Hibernate has any other forms of keeping the cache and the DB in sync, but if they use a simple non-blocking version, then there is every chance that the cache and the DB could get out of sync. AFAIR they do very strongly recommend using a version column though. View th

[jboss-user] [JBossCache] - Re: Problem after loading Huge data

2008-01-22 Thread [EMAIL PROTECTED]
Please read through the eviction section of the user guide. This will explain how each eviction policy works, and you can decide which is most appropriate for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122380#4122380 Reply to the post : http://www

[jboss-user] [JBossWS] - I would like to marshall JaxB object in soapheader.

2008-01-22 Thread Vincent321
Hi all, I followed the following tutorialhttp://labs.jboss.com/jbossws/user-guide/en/html/1.0.4/en/html/headers-handlers.html to insert information in the header. I tried to marshall the jaxb object with the following code : stub.addUnboundHeader( | xmlName, Constants.TYPE_L

[jboss-user] [JBossCache] - Re: org.jgroups.protocols.UDP [WARN] packet from 192.168.100

2008-01-22 Thread [EMAIL PROTECTED]
make sure both JGroups versions are the same. | java -jar jgroups.jar | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122377#4122377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122377 __

[jboss-user] [JBossCache] - Re: ClusteredCacheLoader + LOCAL CacheMode

2008-01-22 Thread [EMAIL PROTECTED]
Adding some JIRA links to this thread for future ref: 1. IgnoreModifications was designed for use when you chain cache loaders. See JBCACHE-751 for getting this to work on individual cache loaders. 2. I've created a feature request for being able to use a ClusteredCacheLoader with CacheMode.

[jboss-user] [Clustering/JBoss] - Re: problem with Jboss cluster- JNDI help

2008-01-22 Thread kesavramesh
Is there a difference between enabling replication of web application (web.xml) and enabling Buddy replication?? Is it mandatory to use clustering of EJB's (3.0) using the @clustered interface?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122376#4122376

[jboss-user] [JBoss jBPM] - Re: Not able to deploy changed mail template configuration v

2008-01-22 Thread aapthorp
Hmm, from what I can tell the ProcessClassLoader only picks up class files from the classes directory. I'll log this on JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122374#4122374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Clustering/JBoss] - Re: problem with Jboss cluster- JNDI help

2008-01-22 Thread kesavramesh
but what about the ServiceLocator Exception when I give the jnp address? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122373#4122373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122373 __

[jboss-user] [JBoss Seam] - Re: EJB hot incremental deployment

2008-01-22 Thread [EMAIL PROTECTED]
The conversation should still exist, but I don't think instances in the conversation can be updated with the new component definitions. So, if you are updating the classes, you should generally consider the conversation to be dead. BTW, Seam in Action is slightly misleading about the HTTP Sessi

[jboss-user] [JBoss Seam] - error after seam generate-entities

2008-01-22 Thread spulver
After using seam generate-entities using a simple one table H2 db I got the following error: [javac] Compiling 4 source files to /Volumes/Workbench/Projects/Development/SEAM/Projects/helloworld/exploded-archives/helloworld.jar [javac] /Volumes/Workbench/Projects/Development/SEAM/Project

[jboss-user] [JBossCache] - Re: Eviction/passivation is called when server shutdown ?

2008-01-22 Thread [EMAIL PROTECTED]
did you try just using a cacheloader with passivation = false? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122370#4122370 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122370

[jboss-user] [JBossCache] - Re: JBOSS Cache doesn't update data in remote node of cluste

2008-01-22 Thread [EMAIL PROTECTED]
disable buddy replication. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122368#4122368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122368 ___ jboss-user mailing list jbos

[jboss-user] [Clustering/JBoss] - Re: problem with Jboss cluster- JNDI help

2008-01-22 Thread [EMAIL PROTECTED]
Turn off DEBUG logging in conf/jboss-log4j.xml (conf/log4j.xml in earlier versions). Those are totally normal log messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122366#4122366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBossCache] - Re: JDBCacheLoader & hot redeploy

2008-01-22 Thread [EMAIL PROTECTED]
How do you create the cache? Do you do so programmatically in your application? Or is it via a -beans.xml or mbean service file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122367#4122367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-22 Thread alessandrolt
alessandrolt wrote : | The error remains, even with JavaBeans, @ApplicationContext, RuntimeException or Exceptions | ... @ApplicationException View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122365#4122365 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: Target Unreachable, identifier 'expre' resolved to null

2008-01-22 Thread ristretto
Indeed, I'm in the same boat. Hopefully we'll get an explanation here. In the orignial posting, I saw in supplier.xhtml | | | Looks like desperation, I don't think you should have to do the "join" there. You might have to put the conversation id there? But, I think that's only f

[jboss-user] [JBoss Seam] - getInstance causing a ClassCastException

2008-01-22 Thread jrwsampson
Using Seam 2.0.0 GA: I have a conversational component which accesses a session component using Component.getInstance("componentName"). This has been causing a ClassCastException... it looks like the object returned is a org.javassist.tmp.java.lang.Object_$$_javassist_0. How do I get the actua

[jboss-user] [JBoss Seam] - Re: DocumentStore exception

2008-01-22 Thread [EMAIL PROTECTED]
There's not enough information here for someone to recreate your problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122363#4122363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122363 ___

[jboss-user] [Clustering/JBoss] - Re: problem with Jboss cluster- JNDI help

2008-01-22 Thread kesavramesh
"kesavramesh" wrote : We have an application running on 2 JBoss nodes running on the same machine (RMI ports 1199, 1299) I checked up the same in the JMX-CONSOLE too. | | I have Apache mod_jk sitting in front of the application servers. | | I have enabled BuddyReplication and session r

[jboss-user] [JBoss Seam] - Re: .war file or .war directory?

2008-01-22 Thread [EMAIL PROTECTED]
I'm envisioning a future version of Seam with a special syntax for hello world applications. Maybe the exclamation point? Then we could give great demos: "Watch now as I deploy the exclamation point to the application server. Now I'll access the web page. And there it is. Hello world in on

[jboss-user] [JBoss Seam] - Re: Ear with multiple web modules - problem with components.

2008-01-22 Thread reind
I've filed a JIRA issue: http://jira.jboss.org/jira/browse/JBSEAM-2523 >From what I've found it looks like the Identity component is not scopped to >the appropriate WAR. If you have an EAR with multiple WARs it's not clear >which Identy component (which components.xml configuration) will apply.

[jboss-user] [Clustering/JBoss] - problem with Jboss cluster- JNDI help

2008-01-22 Thread kesavramesh
We have an application running on 2 JBoss nodes running on the same machine. I have Apache mod_jk sitting in front of the application servers. I have enabled BuddyReplication and session replication(web.xml has the tag ) jboss-4.2.2.GA\server\node1\deploy\jboss-web-cluster.sar\META-INF\ j

[jboss-user] [JBoss Seam] - Re: Creating Seam iText PDF: Linebreak in p:table cell

2008-01-22 Thread [EMAIL PROTECTED]
I would recommend that all your text be wrapped in a paragraph in one way or another. So, if this is all one logical block of text, put the whole thing in a paragraph. Otherwise you get a bunch of iText chunks, which is either confusing iText or the Seam wrapper for it. If you open up a JIRA

[jboss-user] [JBoss Seam] - NonUniqueObjectException and EntityManager

2008-01-22 Thread blabno
Hello, I get NonUniqueObjectException when I call addCountry() on following bean. em.contains(country) does not find country object, however Contexts.lookupInStatefulContexts("country") does find it. But why calling em.find method invocation makes something to inert found entity into any contex

[jboss-user] [JBoss Seam] - Re: Problem with h:selectManyListbox and hibernate entities

2008-01-22 Thread graben
Problem seems to be fixed in JSF Nightly Builds 1.2_08. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122345#4122345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122345 ___

[jboss-user] [JBoss Seam] - EJB hot incremental deployment

2008-01-22 Thread asookazian
what is the status regarding adding this functionality to Seam? It is not currently available in Seam 2.0.0.GA and would be VERY useful to have (the xhtml hot deploy is great!). Is there a JIRA issue for this? Is it going to be targeted for release and coincide with EJB 3.1 release which appa

[jboss-user] [JBoss jBPM] - Re: Problem with managed beans

2008-01-22 Thread rodosa
I forgot tell you that when I enter in the web console the following messagings appear in the console: | 20:11:12,812 ERROR [STDERR] 22-ene-2008 20:11:12 com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp | INFO: JSF1027: [null] The ELResolvers for JSF were

[jboss-user] [Security & JAAS/JBoss] - Re: NullPointerException @ DatabaseServerLoginModule.java:14

2008-01-22 Thread jahebe
So, I've debugged deep into the JNDI SPI - and I've tracked the "null" happening in orb.jboss.util.naming.NonSerializableFactory. |public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable env) | throws Exception | { // Get the nns value from

[jboss-user] [JBoss Seam] - Re: @debug@ - what does this do exactly?

2008-01-22 Thread asookazian
I'm seeing the following snippet at the top of my build.xml: | | component.properties (runtime): jndiPattern \#{ejbName}/local | debug true build-dev.properties (buildtime): debug=true | action.dir=WEB-INF/dev So I guess it makes sense now. The @...@ is basically a variable that is

[jboss-user] [JBoss jBPM] - Re: Problem with managed beans

2008-01-22 Thread rodosa
When the server starts ... occurs this error: | 2008-01-22 19:42:02,484 ERROR [STDERR] 22-ene-2008 19:42:02 com.sun.faces.config.ConfigureListener contextInitialized | INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b09-FCS) for context 'null' | 2008-01-22 19:42:02,718 E

[jboss-user] [JBoss Seam] - Re: Component scope w/ multiple Wars - Effect on SeamLoginMo

2008-01-22 Thread reind
mrobinson28, Have you found a solution to this issue? I've run into the same thing: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128164 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122333#4122333 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: @debug@ - what does this do exactly?

2008-01-22 Thread [EMAIL PROTECTED]
it is not just for the build script - it is also done by runtime by seam to replace it with values from component.properties this is what makes it possible for us in jboss tools not to have additional build step and multiple duplicate files to support both test and deployment runs. View the or

[jboss-user] [JBoss Seam] - Re: @debug@ - what does this do exactly?

2008-01-22 Thread [EMAIL PROTECTED]
That is just a replacement key for the build script. There is a property in the build script who's value will replace the @[EMAIL PROTECTED] so there is a property called "debug" set to true - then when the project is built the file in the war/ear/etc... will be debug="true" View the origina

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

2008-01-22 Thread ydzsidemiik
I applied the fix to SP3 by compiling the 3 changed files from SVN 3601 and replacing the classes in the SP3 jar with the new ones. It seems to have worked. Cheers! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122330#4122330 Reply to the post : http://www

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: start jboss service

2008-01-22 Thread PeterJ
What mechanism are you using to run JBossAS 4.0.5 as a service? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122329#4122329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122329 ___

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-22 Thread PeterJ
Just a thought. How are you starting JBossAS? Do you open a command prompt, cd to the bin directory, and then enter "run"? Or are you double-clicking the run.bat file? Also, are you by any chance closing the command prompt window after JBossAS has started? Also, after JBossAS has started, what

  1   2   3   >