[jboss-user] [Installation, Configuration & DEPLOYMENT] - log4j config help

2008-02-05 Thread babygodzilla
i followed instructions here http://www.techienuggets.com/Detail?tx=33 to create configurations such that log4j will send emails containing Error messages to a certain email. | log4j.appender.Mail=org.apache.log4j.net.SMTPAppender | log4j.appender.Mail.SMTPHost=smtp.gmail.com | log4j.appen

[jboss-user] [Installation, Configuration & DEPLOYMENT] - log4j config help

2008-02-05 Thread babygodzilla
i followed instructions here http://www.techienuggets.com/Detail?tx=33 to create configurations such that log4j will send emails containing Error messages to a certain email. | log4j.appender.Mail=org.apache.log4j.net.SMTPAppender | log4j.appender.Mail.SMTPHost=smtp.gmail.com | log4j.appen

[jboss-user] [Installation, Configuration & DEPLOYMENT] - log4j config help

2008-02-05 Thread babygodzilla
i followed instructions here http://www.techienuggets.com/Detail?tx=33 to create configurations such that log4j will send emails containing Error messages to a certain email. | log4j.appender.Mail=org.apache.log4j.net.SMTPAppender | log4j.appender.Mail.SMTPHost=smtp.gmail.com | log4j.appen

[jboss-user] [Clustering/JBoss] - Simple Clustering Problem

2008-02-05 Thread oldpasha74
Hi everyone, I´m stuck in a problem. I installed two freshly unpacked jboss versions (tested with 4.0.2, 4.2.1.GA, 4.0.5.GA, etc.) and started them with -c all -b servername. They find each other in the cluster, there are two servers visible in the partition. ha-jndi is bound to the correct ip

[jboss-user] [JBoss Seam] - Re: How to persist data into related table ?

2008-02-05 Thread juk
i just made simple example... entities | package com.st.st; | // Generated 06.02.2008 1:13:21 by Hibernate Tools 3.2.0.b10 | | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.FetchType; | import javax.persistence.GeneratedValue; | im

[jboss-user] [JBoss Seam] - Re: How to persist data into related table ?

2008-02-05 Thread supernovasoftware.com
If you want help, you will need to post a lot more detail. For example How is this now working? Environment, Error, Stack trace, mapping between User and BillingInfo,. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126715#4126715 Reply to the post :

[jboss-user] [JBoss Seam] - Re: What about Web Beans?

2008-02-05 Thread nickarls
Well, if you judge the quality of an expert group based on bloggings between drafts and other official documentation, the majority of the specs currently in the JCP are dead. Every hour spent blogging is an hour away from specsing/writing the RI ;-) View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Problem implementing filters

2008-02-05 Thread vicky123
Hi All, I am facing some problem while implementing filters. My code:- | | companyFilter | | currentCompanyId | #{currentCompanyId} | | | | | | #{co

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR

2008-02-05 Thread starkc
Sorry for double post =/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126718#4126718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126718 ___ jboss-user mailing list jboss-

[jboss-user] [JCA/JBoss] - Re: Connect a MDB to another system that not use JMS

2008-02-05 Thread nico82
I have to connect a Message Driven Bean to another system. This system doesn't use standard message system (JMS) but another one that has more QoS properties. I must realize a connector, with JCA 1.5, to interface my EIS with a message driven bean. I found only the example written before so I'm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR

2008-02-05 Thread starkc
The weblogic.jar is placed in /lib Yes, there is a classes12.jar (oracle drivers) in the same directory. This is the error I get now, not entirely unexpected given the file it was trying to load: | 13:47:23,428 ERROR [LogInterceptor] Unexpected Error in method: public abstract com.cyberso

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-05 Thread gduq
Not sure if this will help but are you compiling with java 1.6 by any chance? Try using 1.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126713#4126713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126713

[jboss-user] [JBoss Tools (users)] - Re: Add/Remove projects to Server

2008-02-05 Thread [EMAIL PROTECTED]
This is expected behavior. You can deploy the entire ear (with its nested children) by choosing to add / remove just the EAR. The childrern will follow automatically. This is done this way in case you wanted to deploy a child war or jar stand-alone for some type of test or any other use case.

[jboss-user] [JBoss Tools (users)] - Add/Remove projects to Server

2008-02-05 Thread trouby
Hey, I have configured Jboss AS 4.2 server and associated a seam project to it, In the association form, I see my EAR projects hierarchically with the web/-ejb projects beneath it which good as in deployment time I see under Jboss deploy dir 'myproject-ear.ear' dir with both .war/.ejb dirs(proje

[jboss-user] [JBoss Seam] - Re: How to persist data into related table ?

2008-02-05 Thread juk
well for example when i try this code it's not working | public User addUser(String username, String email, | String creditCardType, String creditCardNumber, | Date creditCardExpiration) { | User user = new User(); | user.setUsername(username); | user.s

[jboss-user] [JBoss Seam] - Recursive rendering in Seam Mail

2008-02-05 Thread stephendv
The app I'm working on currently allows users to enter HTML, which is then used to compose an HTML email - works fine. But I'd also like users to be able to enter EL expressions as part of that HTML, e.g. they should be able to enter: | Dear #{MyBean.firstname} | which is then stored in #{m

[jboss-user] [JBoss Tools (users)] - Seam Validator

2008-02-05 Thread trouby
Hey guys, Everytime I save a file I see in the progress panel: 'Seam Validator, Validating: project "myproject"; EL in "xxx.xhtml"' Is this a normal behavior? I have many facelets files, this validation process it takes a lot of time, Many thanks, Asaf. View the original post : http://www

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR

2008-02-05 Thread starkc
The weblogic.jar is placed in /lib Yes, there is a classes12.jar (oracle drivers) in the same directory. This is the error I get now, not entirely unexpected given the file it was trying to load: | 13:47:23,428 ERROR [LogInterceptor] Unexpected Error in method: public abstract com.cyberso

[jboss-user] [JCA/JBoss] - Re: Connect a MDB to another system that not use JMS

2008-02-05 Thread vickyk
"nico82" wrote : I'm trying to develop a project which must connect a MessageDrivenBean to another system that not use JMS.I would know if there is a way or something developped yet. | Thanks I am not able to understand what exactly are you looking for , do provide us with more detailed expla

[jboss-user] [JBoss Messaging] - Re: Threads not being cleaned up when clustered

2008-02-05 Thread timfox
BTW I would avoid creating a new temp rely queue for every message you send. This is likely to adversely affect performance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126698#4126698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JCA/JBoss] - Re: Idle Timeout Default

2008-02-05 Thread vickyk
"greenThumb" wrote : | If the idle-timeout-minutes attribute is not set for a database connection datasource, is there a default? | | What happens to idle connections? | | Thanks in advance. | Michelle Yes there is default set to 15 minutes , it is set here | |

[jboss-user] [JCA/JBoss] - Re: Idle Timeout Default

2008-02-05 Thread vickyk
Also note that the xsl stuff is going off in Jboss5 . The default value is set in the the code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126697#4126697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126697 __

[jboss-user] [JBoss Seam] - Re: How to persist data into related table ?

2008-02-05 Thread supernovasoftware.com
Well Hibernate backs JBoss EJB. I am not sure what you are asking. If you are familiar with EJB then create some objects add the persist them. If they are mapped to different tables the these will be updated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss Tools (users)] - Re: Packaging support?

2008-02-05 Thread [EMAIL PROTECTED]
"deploy in an exploded or packaged format" means as follows: JBoss can read and deploy either a jar file, or an unzipped jar file by the same name. Deploying it unzipped allows you to update files that are static and should not require a re-compilation and re-packaging... such as an image or a

[jboss-user] [JBoss Seam] - Re: How to persist data into related table ?

2008-02-05 Thread juk
No i don't familiar with Hibernate... but i familiar with EJB.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126691#4126691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126691 ___

[jboss-user] [JBoss Messaging] - Re: Threads not being cleaned up when clustered

2008-02-05 Thread chip_schoch
Tim, I emailed a thread dump to [EMAIL PROTECTED] I have been able to narrow my parameters and get a reproducible environment for this issue. I wrote a webapp program that queues up messages to the clustered queue. It uses the default provider so it is always queueing to its partial queue. Th

[jboss-user] [JBoss Seam] - Re: How to persist data into related table ?

2008-02-05 Thread supernovasoftware.com
Are you familiar with Hibernate? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126685#4126685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126685 ___ jboss-user mailing lis

[jboss-user] [JBoss Messaging] - Re: Threads not being cleaned up when clustered

2008-02-05 Thread timfox
I would have a look in your code to see where you are creating temporary queues, and make sure you are deleting them when you're finished. Also it's worth taking a look in JNDI (use jmx-console) to see if there are a lot of temp queues hanging around. View the original post : http://www.jboss.

[jboss-user] [JBoss Seam] - How to persist data into related table ?

2008-02-05 Thread juk
Hello ! I'm new to seam and i want to know how to persist data into two related tables. Can someone support me with an example, because i did not find any in books about seam and in reference. Thank you for your answers. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: Problem with

2008-02-05 Thread graben
I'm using rich:menuitem on Seam 2.0.1. The s:conversationPropagation works if using begin, but it doesn't works correct (in my opinion) when using nested and a conversation is not started yet! I think if using nested it should start a conversation if necessary. View the original post : http://

[jboss-user] [JBoss Seam] - Re: Problem with

2008-02-05 Thread [EMAIL PROTECTED]
Which component doesn't it work for and which version of Seam are you using? I'm using Seam 1.2.1.GA and in that verision the s:conversationPropagation doesn't work with h:commandButton ... There is a JIRA for this in the system. Micke View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBossWS] - Re: NoClassDefFoundError using Eclipse/JUnit

2008-02-05 Thread nlaney
A bit of additional information, the classpath for the JUnit run configuration are set the same as the command line classpath. TIA, if anyone is able to help with this problem! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126668#4126668 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to escape the # sign in a seam EL?

2008-02-05 Thread alllle
"nickarls" wrote : "ae" wrote : So it is already fixed in 2.0.2GA? That was amazingly fast! | | Even better - since it is marked as "Fixed" it probably means that it is committed into the current trunk and you can get it NOW! ;-) That is good but I will have to wait till it is included

[jboss-user] [JBossCache] - Re: How to update cache when new rows has been added into ta

2008-02-05 Thread mircea.markus
basically your cache needs to be notified by the data store whenever a certain table data is modified, and at that point it should cleanup the cache(the DBMS might help you on this, e.g. JServer). If you can stale data for short periods of time is acceptable, you can write an eviction policy tha

[jboss-user] [JBoss Seam] - Re: Problem with

2008-02-05 Thread graben
Super strange. When using s:link an propagation attribute everything works. And it seems that it is totaly regardless of which type begin or nested. I'm totaly confused! :-| View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126664#4126664 Reply to the post : h

[jboss-user] [JBoss Seam] - Ehcache and 'manual' seam invocation

2008-02-05 Thread adamw
Hello, I have setup a 2nd level cache for hibernate (ehcache) for some of my entities. And it works fine, if I access the site using a browser. However, I also need to access the Seam components from a daemon thread; however the thread and the "browser threads" seem to have separate caches - if

[jboss-user] [JBossCache] - Re: JBossCache + Hibernate + Spring

2008-02-05 Thread mircea.markus
That looks like a JDBC exception, not a JBossCache one. BrokenPipe might suggest that the DBMS closed the connection from the other end, though A bit out of scope for this forum I am afraid :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126661#4126661 R

[jboss-user] [JBoss Portal] - Re: Anybody got seam 2.0 portlets working?

2008-02-05 Thread [EMAIL PROTECTED]
be patient, support is coming View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126658#4126658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126658 ___ jboss-user mailing list j

[jboss-user] [JBossCache] - Re: Help getting started with JBossCache

2008-02-05 Thread mircea.markus
JBossCache is a clustering solution as described above. It also provides JMX capabilities for administration. I suggest you the visual clustering demo application for start: http://jbosscache.blogspot.com/2008/01/gui-demo-for-jboss-cache.html re:Jofti, guess it it rather intended as a layer that

[jboss-user] [JBoss Seam] - Problem with

2008-02-05 Thread graben
I try to use to begin a nested conversation. Since this isn't a dymamic view item I can't define whether a conversation is running and I have to nest or if I have to start a new conversation. It seems the doesn't manage problems like that. Am I right? THX Benjamin View the original post : h

[jboss-user] [JBoss Seam] - Re: New Seam app in production - faulty behaviour

2008-02-05 Thread JUnkie
@ffischer: This fixed the problem, and 1.1.14 does not seem to cause any issues with Seam 1.2. Thank you so much for sharing your experience with me! This is also what makes a good framework: A good community. You can't imagine how glad I am now that this nasty bug is fixed and I'm not sure i

[jboss-user] [JBossCache] - Re: Buddy Replication on specific Region

2008-02-05 Thread mircea.markus
Buddy reapplication cannot be configured on a per region basis. You can use two several cache instances to achieve this (each being one region, e.g., the caches that replicate can share a common transport/multiplexer) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss Tools (users)] - Problem with

2008-02-05 Thread graben
I try to use to begin a nested conversation. Since this isn't a dymamic view item I can't define whether a conversation is running and I have to nest or if I have to start a new conversation. It seems the doesn't manage problems like that. Am I right? THX Benjamin View the original post : h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR

2008-02-05 Thread jaikiran
Also, do you have any classes belonging to javax.sql.* package in that weblogic.jar? anonymous wrote : the weblogic.jar file was brought over to provide access to a specific logger that the code required. Logging of what? Trying to understand whether this logging can be done without this jar f

[jboss-user] [EJB/JBoss] - Re: increase passivate timeout of Entity Beans (RO)

2008-02-05 Thread Anna_Lut
I use /all configuration. JBOSS 3.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126637#4126637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126637 ___ jboss-user mail

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR

2008-02-05 Thread jaikiran
Where is this weblogic.jar file placed? Also do you have the oracle driver related jar in %JBOSS_HOME%/server/xxx/lib folder (i guess yes)? What happens if you don't have this weblogic.jar file (maybe your application will fail, but does this current usecase which is failing, go through?) View

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR

2008-02-05 Thread starkc
End of the post got cut off, but it should be what you are looking for. I know its a ton to look through, thanks for doing that. One line that stands out immediately before the exception is the following: [Loaded weblogic.jdbc.common.OracleBlob] the weblogic.jar file was brought over to prov

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-02-05 Thread clandestino_bgd
Hi, now: | cvs update followed by | ant get.dependencies | results with: | BUILD FAILED | /home/agaton/projects/jbpm.3/build/build.xml:197: java.net.MalformedURLException: no protocol: ${lib.jaxb.api.remote} | And there is no lib.jaxb.api.remote defined in build.properties indeed.

[jboss-user] [EJB/JBoss] - Re: increase passivate timeout of Entity Beans (RO)

2008-02-05 Thread Anna_Lut
I also try to increase/decrase the value of But it seems, this parameter is ignored.. Because there are no difference in passivation timeout, when 10 and 600 in both examples passivation timeout is 10 min. I want to decrease this value for testing passivation behaviour... but I cannt. How

[jboss-user] [JBoss Portal] - Re: Anybody got seam 2.0 portlets working?

2008-02-05 Thread den74
hi mhinten, i'm trying to manage a jsf/seam 2.0 portlet as you on your same environment configuration but i stuck with a lot of errors. >From your answer i thought you already solved the most of them, except about >richfaces (that i see will be supported on next richfaces version), could you >g

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Maven built jar gives NoClassDefError (4.0.2)

2008-02-05 Thread PeterJ
The pom.xml is not a factor in this error - I use Maven2 for my builds and JBossAS has no problems with the addition Maven2 artifacts. What could be a factor, though, is that you are using JDK 1.6 and JBossAS 4.0.2 is not qualified to run in 1.6. Try running with JDK 1.5 instead. Also, where is

[jboss-user] [Clustering/JBoss] - Re: change default partition name

2008-02-05 Thread [EMAIL PROTECTED]
Probably a dependency issue; i.e. the services that use jboss.partition.name have already deployed and read the value before properties-service.xml deploys. Try adding jboss:type=Service,name=SystemProperties to the ClusterPartition mbean in cluster-service.xml. View the original post : http

[jboss-user] [JBossCache] - Re: Is Fqn reuseable?

2008-02-05 Thread adamw
Strangely, this mostly happens when transaction isolation level is set to NONE. My cache setup: | | | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | | org.jboss.cache.JBossTransaction

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Local Deployment using JSP & Servlet

2008-02-05 Thread PeterJ
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127272 Also, JSR-88 is a possibility, but the last time I used it, the application was no longer deployed after a restart. See http://jcp.org/en/jsr/detail?id=88. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [Management, JMX/JBoss] - Re: Jboss Remote Deploy using MBeans

2008-02-05 Thread PeterJ
Let's continue this at you other post on this same topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126488 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126620#4126620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1GA : EJB Blockers with Weblogic 9.x/10.x

2008-02-05 Thread [EMAIL PROTECTED]
Thank you very much for adding your voice to this. I find this unacceptable that BEA does not fix this. It has been there for over a year. "joerg.schneider" wrote : Hi, | | since my company owns a support contract with BEA, I did open an official "CASE" with BEA - let's see what happens.

[jboss-user] [Security & JAAS/JBoss] - Re: rough start with JBossPDP

2008-02-05 Thread [EMAIL PROTECTED]
"javasutra" wrote : I noticed that the GA version of JBoss XACML seems to have gone away and the AS 5.0 release uses Sun's XACML. Does this mean that no further development of Sun's implementation is planned? From what I can tell, it is stalled and does not fully support XACML 2.0. | | Th

[jboss-user] [JBoss Tools (users)] - Re: Packaging support?

2008-02-05 Thread snarff
"[EMAIL PROTECTED]" wrote : Are you using the Project Archives view? | | This view can deploy in an exploded or packaged format, and perform incremental updates automatically without you having to select and deploy each and every time. Hadn't discovered it yet: thanks for the hint. What d

[jboss-user] [JBoss Seam] - Re: Seam 2.0 on Glassfish

2008-02-05 Thread [EMAIL PROTECTED]
As Pete said I will be working this as soon as I can. I hope to get to this in the next several weeks. The examples that we typically deploy as part of the reference guide do not include groovy. Is this one of your requirements? I may be able to look at it after I finish the main glassfish

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR

2008-02-05 Thread jaikiran
Hmmm... Not what i expected. Let's try one other approach (again, i am not sure whether its going to pin-point the exact issue. But let's give it a try). Edit the run.bat (if you are using Windows) or run.conf (for Unix) to pass the -verbose:class JVM parameter to the server. run.bat: set JAVA

[jboss-user] [JBoss Seam] - Re: :( the huge log file.

2008-02-05 Thread pepite
I think you don't need the setData in update2() because you already set the data in: anonymous wrote : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126609#4126609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126609

[jboss-user] [Clustering/JBoss] - Re: change default partition name

2008-02-05 Thread chrlon
Hi, I'm trying to set the partition name in properties-service.xml instead of using the "-g" startup argument. But it only works with the startup argument. Why I can't get it to work with the properties file? I.E. jboss.partition.name=myPartition vs ./run.sh -g myPartition c- all View the o

[jboss-user] [JBoss Seam] - Re: :( the huge log file.

2008-02-05 Thread pepite
Why do you do the following: byte[] filedata=null; setFiledata(filedata); The attribute fileData is never set then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126603#4126603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [Security & JAAS/JBoss] - Re: LoginContext(init()) Null Pointer Exception

2008-02-05 Thread [EMAIL PROTECTED]
Can you show your JAAS configuration for the security domain from conf/login-config.xml? Use the code button on the forum to post the xml bit... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126601#4126601 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: :( the huge log file.

2008-02-05 Thread pepite
You have to tune your jboss-log4j.xml config in the conf directory. Try to set the PRIORITY to INFO for the org.jboss category (just uncomment the category I think). Nicolas Leroux View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126599#4126599 Reply to the

[jboss-user] [JBoss Seam] - Re: :( the huge log file.

2008-02-05 Thread gringalet
this is from the part of my log file, it looks like repeat doing something. 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.file

[jboss-user] [Security & JAAS/JBoss] - Re: Use of EJBs within LoginModule

2008-02-05 Thread [EMAIL PROTECTED]
First ensure that your EJBs are working with the default JAAS configuration of "other". Then bring in your login modules. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126596#4126596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hot deployment scanner deploys files which were meant to

2008-02-05 Thread jaikiran
Created a new one http://jira.jboss.com/jira/browse/JBAS-5209 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126595#4126595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126595 _

[jboss-user] [Security & JAAS/JBoss] - Re: Flushing the credential cache ==> InstanceNotFoundExcept

2008-02-05 Thread [EMAIL PROTECTED]
1) Try to invalidate the session when the user changes the password. (Why does it matter that the cache is still with the old password? The new password will anyway kick in on next login). or 2) Get MBeanServerConnection as: MBeanServerConnection server= (MBeanServerConnection)new InitialConte

[jboss-user] [JBoss Seam] - :( the huge log file.

2008-02-05 Thread gringalet
i am adding the fileupload function in seam example dvd store, now when i click the upload button, my pc will be so busy that it dosn;t have any response from my keybaord , and jboss log file will become bigger more and more. at finally, the log file will be more than 1G size. who can give me a

[jboss-user] [JBoss Seam] - Re: New Seam app in production - faulty behaviour

2008-02-05 Thread [EMAIL PROTECTED]
Use a debugger. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126590#4126590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126590 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: New Seam app in production - faulty behaviour

2008-02-05 Thread ffischer
This is an old bug within the facelets library bundled with seam 1.2. We have exchanged the jsf-facelets.jar with version 1.1.13a which fixes the bug. I think you can use facelets 1.1.14 (currently shipped with Seam 2.0.0). View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - handling bulk amounts of processinstances; transaction probl

2008-02-05 Thread macd
Can anybody give some advice? I am trying to figure out if and how jBPM can handle large amounts of processinstances at once. The scenario is this: a collection of domain-objects (possible 100.000) has to be processed. All elements may need the same update, but it may also be possible to deal w

[jboss-user] [JBoss Tools (users)] - Re: Using Seam 2.0.1.CR1 with JBoss Tools 2.0.0.GA

2008-02-05 Thread Antoine Sabot-Durand
I've got a light issue migrating from seam 2.0.0 to 2.0.1 in JBDS (It should be the same with Jboss Tools) My project is an EJB3 project targeting JBoss 4.2.2, when I replace jboss-seam.jar in the EAR project with version 2.0.1 I cannot open the "J2EE dependencies" panel in the EJB or War projec

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hot deployment scanner deploys files which were meant to

2008-02-05 Thread [EMAIL PROTECTED]
I think not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126583#4126583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126583 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1GA : EJB Blockers with Weblogic 9.x/10.x

2008-02-05 Thread joerg.schneider
Hi, I don't think that there will be a problem running JBoss with jrockit, since the part that decompiles the EJB's and creates the source code seem to be weblogic/appserver specific and has nothing to do with the plain underlying JVM. Apparently, JBoss is working fine in this respect - anyhow,

[jboss-user] [JBoss jBPM] - Re: Can not deploy process archive (par)

2008-02-05 Thread hlins
Thanks a lot, Ronald! It works great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126579#4126579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126579 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-05 Thread nandhusriram
Hello I followed the instructions for websphere 61 and when I deployed the war , I am getting the following error , any ideas ? [2/5/08 9:14:17:109 CST] 0020 WebAppE Exception caught while initializing context java.lang.LinkageError: LinkageError while defining class: org.jboss

[jboss-user] [Clustering/JBoss] - Re: Ejb clustered registering

2008-02-05 Thread [EMAIL PROTECTED]
You can call an EJB on another node, except if that EJB is deployed on the node making the call. If the EJB is available locally, JBoss will detect that and optimize the call by routing it to the local bean. In that case your caller wouldn't be able to spread the calls to other nodes in the clu

[jboss-user] [JCA/JBoss] - Re: Destroying connection that could not be successfully mat

2008-02-05 Thread vickyk
"daphna" wrote : | Can you please refer me to the exact FAQ? | I haven't found the entry in our application. Where exactly is it added ? | Check this http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch7.chapt.html You have add

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1GA : EJB Blockers with Weblogic 9.x/10.x

2008-02-05 Thread supernovasoftware.com
Does this have any relevance when using JBoss 4.2.2 with jrockit? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126575#4126575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126575 _

[jboss-user] [EJB 3.0] - Re: javax.naming.NoInitialContextException

2008-02-05 Thread jaikiran
As per the description in the bug, this issue happens when you have a MDB in your application. Do you have a MDB in your application? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126573#4126573 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Hot deployment scanner deploys files which were meant to be

2008-02-05 Thread jaikiran
I have been trying out a few things with JBoss-5.0 Beta3. While doing this i observed that the hot deployment scanner org.jboss.system.server.profileservice.hotdeploy.HDScanner while scanning for any modified/removed/added applications, picks up files which are meant to be filtered out. Here's

[jboss-user] [Security & JAAS/JBoss] - Re: Flushing the credential cache ==> InstanceNotFoundExcept

2008-02-05 Thread benoitx
Any suggestion? I am able to call the flushAuthenticationCache from the jmx-console web interface but the code fails every time on server.invoke(jaasMgr, "flushAuthenticationCache", params, signature); in the example on the Wiki page... http://wiki.jboss.org/wiki/Wiki.jsp?page=CachingLoginCred

[jboss-user] [JBoss jBPM] - concurrency question

2008-02-05 Thread twiceknightly
Hi, I want to write a plugin that I can call to persist my domain objects from within an action. I want to build on the jbpm hibernate code so that my updating of domain objects happens within the same transaction/hibernate session as the jbpm stuff. Will something like the following bit of c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Maven built jar gives NoClassDefError (4.0.2)

2008-02-05 Thread mrkmrk
Hi. We are in the process of moving from ANT build scripts to Maven2. As a first step we have migrated a jar containing common functionality to Maven2. This jar now contains a "maven" directory under "/META-INF". This directory contains among other things a pom.xml. When we start JBoss 4.0.2

[jboss-user] [JBoss Portal] - Re: Use Apache mod_proxy or mod_rewrite to redirect to jboss

2008-02-05 Thread je.a.le
I had the same issues weeks ago and i already got an answer from the forum :-) jboos hidding on localhost behind apache. Here one vhost config : ServerName s1 RewriteEngine on RewriteRule .* - [E=DEFAULT_PORTAL:s1] RewriteRule .* - [E=DEFAULT_PAGE:p1] RewriteCond %{REQUEST_URI} ^/$ RewriteR

[jboss-user] [EJB 3.0] - Re: javax.naming.NoInitialContextException

2008-02-05 Thread kgreene
ok. I can't find JBossAS-4.2.3.GA. Does it exist? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126565#4126565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126565 ___ jboss

[jboss-user] [JBossCache] - Is Fqn reuseable?

2008-02-05 Thread adamw
Hello, I'm using JBoss Cache 1.4.1 (the one bundled with Seam) and have the following method: | public void testCache1() { |pojoCache.remove("/a"); |pojoCache.put("/a/b", 1, 1); | } | In my test (which runs inside a Seam app), I start a transaction, invoke testCache1() and c

[jboss-user] [JBoss Seam] - New Seam app in production - faulty behaviour

2008-02-05 Thread JUnkie
I just went into production with a new Seam app and see a problem now: After a few days of running perfectly only the first element of all Lists that I display with is shown. This behavior is seen application wide, for every List from every session bean, no matter if the List is outjected or a

[jboss-user] [JCA/JBoss] - Re: Destroying connection that could not be successfully mat

2008-02-05 Thread daphna
adrian wrote: anonymous wrote : | Read the FAQ. In particualr, add | Sorry for my delayed reply. Can you please refer me to the exact FAQ? I haven't found the entry in our application. Where exactly is it added ? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [EJB 3.0] - Re: javax.naming.NoInitialContextException

2008-02-05 Thread kgreene
Yes. I am using jboss-4.2.2.GA. From the links above, it seems this is an issue with this version? Is there any way to fix the issue with 4.2.2.GA or do I need to upgrade to JBossAS-4.2.3.GA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126554#4126554 Re

[jboss-user] [EJB 3.0] - Re: EJB not intialized on jboss 4.0.5

2008-02-05 Thread shoeb1981
Hi again, Is there any way to call ejb3 from a jdk 1.4 client ? Any help would be appreciated. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126553#4126553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=412655

[jboss-user] [JBoss jBPM] - Re: Can not deploy process archive (par)

2008-02-05 Thread kukeltje
there currently is a difference between the ant task and the gpd in the way processes are deployed. gpd: servlet, ant task: database. There is an example ant task posted in the jira that also uses the servlet. Please have a look at that (since I think that should be the way to go) View the orig

[jboss-user] [JBoss jBPM] - Re: Seam managed bean property not set by seam.properties

2008-02-05 Thread kukeltje
what is the relation with jBPM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126550#4126550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126550 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam/Portlet Architecture and Deployment

2008-02-05 Thread gumreal
Hi wesleyhales, Thanks for your work:-) I want to know when the seam bridge will be released. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126549#4126549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126549 ___

[jboss-user] [EJB 3.0] - Re: Problem with simple example of @ManyToMany

2008-02-05 Thread tsirel84
JIRA-issue is closed. When I separated those entities (in one ear) - they worked fine. Investigating further base project. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126546#4126546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't dynamically undeploy on Windows (JBoss 5 Beta3)

2008-02-05 Thread [EMAIL PROTECTED]
It's a bug, related to some URLClassloader locking the file on Windows http://jira.jboss.com/jira/browse/JBAS-4310 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126545#4126545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - What about Web Beans?

2008-02-05 Thread lauerc
We've choosen JBoss Seam in hope to adopt an upcoming standard. Meanwhile it has been getting very silent around the Web Beans specification, even in Gavin's blogs. Is Web Beans a dying spec? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126543#4126543 Re

[jboss-user] [JBoss jBPM] - JBoss jBPM Graphical Process Designer Installation

2008-02-05 Thread minakari
I want to install JBoss jBPM Graphical Process Designer so I downloaded jbpm-gpd-site-3.0.12.zip I did these steps in Eclipse3.3 Help>>Software Upadtes>>find and install >>search for new features for install>>update site to visit>>New Archive sSite then I selected jbpm-gpd-site-3.0.12.zip fro

<    1   2   3   >