[jboss-user] [Beginners Corner] - Re: Resource Hell

2007-01-25 Thread PeterJ
genman's second suggestion should work if you have an exploded sar: String server = System.getProperty("jboss.server.home.dir"); StupidClass sc = new StupidClass(server + "deploy/myservice.sar/META-INF/some.config"); I think there is even a way to access the file if you have a packaged sar, but

[jboss-user] [JBoss Seam] - Re: Conditional templating with the EL

2007-01-25 Thread [EMAIL PROTECTED]
Can you do #{foo.class='MyClassName'} ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006471#4006471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006471 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: @Startup help...

2007-01-25 Thread [EMAIL PROTECTED]
The @Startup annotation has a list of dependencies, ie. names of other component which must be started first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006470#4006470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: How to postpone validation?

2007-01-25 Thread [EMAIL PROTECTED]
Use s:validate on particular fields, instead of s:validateAll. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006468#4006468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006468

[jboss-user] [EJB 3.0] - Re: Transaction does not rollback

2007-01-25 Thread c_eric_ray
"[EMAIL PROTECTED]" wrote : application defined exceptions to not rollback the current transaction. You need to use the context setRollbackOnly to achieve this effect. I need to do just this very thing. However, for the life of me I cannot figure out how to get a refence to the EJBContext. Vi

[jboss-user] [JBoss jBPM] - Re: taskInstances aren't persisted when persist a processins

2007-01-25 Thread juangiovanolli
okay, now i know what's cmt, jejejeje. but i still have a problem: i don't know yet how to force the saved of the taskinstances, because i need them in the database in the next sentence. can you help me with that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: having problem with seam gen

2007-01-25 Thread [EMAIL PROTECTED]
seam-gen sets up the project to use facelets. You would need to change the config to use JSP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006465#4006465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006465

[jboss-user] [JBoss Seam] - Re: Use of jsps in seam gen, is seam gen only supports the e

2007-01-25 Thread [EMAIL PROTECTED]
I have no plans to support JSP in seam-gen. However, it should be easy enough to make the minor changes to a seam-gen project that are needed to support JSP. But note that *especially* if you are using exploded archives, facelets is *much* better. View the original post : http://www.jboss.com/

[jboss-user] [Installation, Configuration & Deployment] - mbean / xmbean configuration

2007-01-25 Thread horst21
Does the xmbean configuration defined in the xml-attribute xmbean-dd of the element mbean overwrite an xml-element xmbean that is included in the mbean-xml-element? | | | | Local configuration | [..] | | | [..] | | -> does the xmbean-dd "configuratio

[jboss-user] [JBoss Seam] - Re: Inconsistent message format using Seam an JSF?

2007-01-25 Thread [EMAIL PROTECTED]
Run seam-gen. It sets up a messages.properties file with example messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006462#4006462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006462

[jboss-user] [JBoss Seam] - Re: What's @Valid usefull for ?

2007-01-25 Thread [EMAIL PROTECTED]
I mean that the object pointed to by the @Valid field will also be validated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006459#4006459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006459 _

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalArgumentException: could not set field

2007-01-25 Thread [EMAIL PROTECTED]
Oh, you have declared the @In field to be the concrete bean type instead of the interface type. This is extremely difficult to spot because of your cryptic and non-standard naming convention of appending an I to interface names. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Clustering/JBoss] - Re: Compatible w Red Hat Cluster Suite?

2007-01-25 Thread fsl
I am not an RHCS expert, but JBoss clustering is shared-nothing architecture, based on in-memory replication. So it makes no sense to use GFS with it. Actually it shouldn't work at all as two JBoss instances can't share the same configuration directories (deploy, work, ...). But RHCS should be n

[jboss-user] [JBossCache] - Re: Clearing cache contents in JBoss using GUI

2007-01-25 Thread suman291857
Hello Manik, Thanks for your response.I tried everything including what you suggested but still iam not able to clear the cache.The GUI shows nothing in the cache but still my code is able to retrieve same old cache values.I wasted 1 day doing this but no result in the end.can you pls advise or

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
Just to make sure...you are using the full version of DB2 right, not DB2-C? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006455#4006455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006455

[jboss-user] [Advanced Documentation] - Does JBoss support he APP-INF/lib directory?

2007-01-25 Thread mjparme
I am trying to determine if JBoss supports using jars from the APP-INF/lib directory in an ear file. I know this directory is something BEA added into Weblogic and isn't in the spec (unless it has been added within the last year or so), just curious if JBoss supports it The class loading page o

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
I wrote a test case as well. I will post later. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006454#4006454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006454 ___ jboss-

[jboss-user] [Installation, Configuration & Deployment] - Re: Deploy change to property file

2007-01-25 Thread PeterJ
As Ant copies over files, if the hot deployer wakes up, it will check what files have been updated even if Ant is not finished. There is no way to coordinate Ant and the hot deployer. For production use, turn off the hot deployer. While this is a great developer feature I recommend not having

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread [EMAIL PROTECTED]
Not immutable. +1 on making it immutable though. Been reading Goetz's book, have we? ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006451#4006451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006451 __

[jboss-user] [Clustering/JBoss] - Re: Clustering and EJB timers

2007-01-25 Thread fsl
Please enlightnem me, why can't I confgure the timer service as a singleton to get timer service failover in a JBoss cluster? And why is this configuration supposed to work with the scheduler service and not the timer service? [\s, Fernando Lozano View the original post : http://www.jboss.com/

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
Ok. I've started work on this test but I am leaving work soon so will get back to you tomorrow morning with the result. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006449#4006449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Portal] - Re: CMS Portlet Issue

2007-01-25 Thread florent.picot
Hi, I am working on a future application. So I am looking for a jboss portal's solution. I want to use several portal instance and several CMSportletInstance too. I have the problem mentioned into this post: When I implement a CMSPortletInstance in another page/portal that the default(s), a li

[jboss-user] [JBoss Messaging] - Re: how to store persistent message in text form

2007-01-25 Thread timfox
To do this, you would need to write your own persistence manager, or adapt the JDBCPersistenceManager. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006447#4006447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006447

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 1.2 deployment in cluster

2007-01-25 Thread timfox
Why do you only want one node to be active at once? How would it harm your application it both were active? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006445#4006445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Portal] - Re: Problem running HelloWorldPortlet

2007-01-25 Thread sudarshanacharya
Thank you. It is working fine now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006444#4006444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006444 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: Resourcebundle question

2007-01-25 Thread petemuir
That's not how the resource bundle component works in Seam (and I doubt it ever will be - the point of the seam resource bundles is to load messages for i8ln). If you really want to do this then I suggest loading a resource bundle the old fashioned way (or write your own manager component to

[jboss-user] [JBossCache] - Re: Cache lockup in JBoss 4.0.4.GA + EJB3 RC9 under heavy lo

2007-01-25 Thread [EMAIL PROTECTED]
Hmm, I think I know what is going on. What version of JBoss Cache are you using? One problem I've seen is that the eviction queue size is fixed to 20. If you have sufficient load, you could quickly swamp this and cause a lock up. http://jira.jboss.com/jira/browse/JBCACHE-684 We've fixed

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread [EMAIL PROTECTED]
Sure, that should do it. +1 on the convenience method -- give us freedom to change how things work later without breaking callers. Is the BuddyGroup immutable? Should be if we're exposing it. (Sorry, I'm being lazy.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Portal] - Re: Problem running HelloWorldPortlet

2007-01-25 Thread [EMAIL PROTECTED]
hsqldb-ds.xml defines DefaultDS that is needed for other components of JBoss to work. portal-hsql-ds defines PortalDS for portal to work. You can name your datasource file anything you want but it should have -ds.xml in it's name and datasource named PortalDS. View the original post : http://

[jboss-user] [JBoss Seam] - Re: Conditional templating with the EL

2007-01-25 Thread petemuir
If your using facelets, why not use a custom function rendered="#{my:instanceOf(object, 'java.lang.String')}" public static boolean instanceOf(Object object, String clazz) { |return Class.forName(clazz).isAssignableFrom(object.getClass()); | } View the original post : http://www.jboss.c

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

2007-01-25 Thread lightbulb432
I was using @Render, I'll try using @Redirect instead. I'm guessing @Render would've been preferrable so that the error appears on the same page rather than (like a FacesMessage from an invalid field) Why do @Render (only in INVOKE_APPLICATION) and @Redirect (not in RENDER_RESPONSE) not work at

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
Ok, as a simple test can you do the following: Write a simple SLSB that uses straight JDBC to do the following: 1) Get a connection from the XADataSource that is injected 2) Use the connection to add/delete values from some random table 3) close the connection Executing this simple test will eit

[jboss-user] [JBoss Seam] - Re: Remoting problem: object as param not passed

2007-01-25 Thread [EMAIL PROTECTED]
Could you please post this test case to JIRA? It doesn't seem like it would be a big issue to fix. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006434#4006434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006434 __

[jboss-user] [Security & JAAS/JBoss] - Re: Clustered SSO with SPNEGO/KERBEROS

2007-01-25 Thread j_ri
hello again, after trying to manipulate some kerberos settings, I decided to try to force my JBoss server to propagate my serializable Principal around the cluster. Unfortunately I didn't find a possibility for doing that. Has anybody an idea how to force JBoss AS to propagate the Principal and

[jboss-user] [JBoss Seam] - Resourcebundle question

2007-01-25 Thread yoav200
Hello, I try to convert a resource into a selectList and run in few problems. in my components.xml i have: | | | countries | airLines | | | in one of my beans i try to inject the resource like this: | @In(required=false) | Map countries;

[jboss-user] [JBoss Portal] - Re: Problem running HelloWorldPortlet

2007-01-25 Thread sudarshanacharya
Thanks Prabhat. That works now. There already is a hsqldb-ds.xml file within the deploy directory which has the same information. Are these two files hsqldb-ds and portal-hsqldb-ds.xml each necessary? Actually, now I have a whole running portal application to deploy. It connects to a posgresql

[jboss-user] [JBossCache] - Re: Read Locks not released broken between 1.4.1.beta and 1.

2007-01-25 Thread [EMAIL PROTECTED]
Are there any stack traces that depict an error? Perhaps if you increase your log level to TRACE? And can you consistently reproduce this, perhaps in a unit test? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006432#4006432 Reply to the post : http://www.

[jboss-user] [JBossCache] - Re: Clearing cache contents in JBoss using GUI

2007-01-25 Thread [EMAIL PROTECTED]
Have you tried removing "/"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006430#4006430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006430 ___ jboss-user mailing list jb

[jboss-user] [JBossCache] - Re: Behaviour of the cache in case of a node failure

2007-01-25 Thread [EMAIL PROTECTED]
If a node fails during the 2-phase commit protocol, an exception is thrown internally by the comms layer. This is trapped and the transaction is marked for rollback, and the TM sees this and initiates a rollback. If the node does before the 2-pc protocol commences, then the tx does not fail;

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
The code that is causing the error should only be using the datasource named PicsDS (this is the db2 database on linux). It is other EJBs that use the other datasources. The sequence of events are... 1. client calls stateless session bean A method getBusinessUnitSubSystemWithInventory() 2. ge

[jboss-user] [JBoss jBPM] - Userassignment problem

2007-01-25 Thread skpeddi
Hi, Could any body tell me about the "userassignment" problem ie., In JPDL file if i dont use swimlanes & users then how to assign the users for a particular task(work item). In our situation we have BPM_web.xml file,this xml contains all the users and roles for a particular process.We are

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread [EMAIL PROTECTED]
Would exposing the BuddyGroup in the RuntimeConfig suffise? It would have a reference to the data owner as well as the list of buddies. The primary buddy is the first buddy in the list; perhaps a convenience method | Address getPrimaryBuddy() | { | return buddies.get(0); | } |

[jboss-user] [JBoss jBPM] - Looking for canonical arithmetic example processdefinition.x

2007-01-25 Thread myarrow
Hello jBPM community Does anyone have a processdefinition.xml laying around that does something like the following: Allow for entry of a number, then in the next task increment that number (no entry required), and then in a decision, determine if the incremented value is even or odd, and then ei

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread [EMAIL PROTECTED]
Added http://jira.jboss.com/jira/browse/JBCACHE-950 for exposing this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006421#4006421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006421

[jboss-user] [JBoss Portal] - Re: Problem running HelloWorldPortlet

2007-01-25 Thread [EMAIL PROTECTED]
You don't have datasource file in your deployment. You can get the file from sourceforge from one of the bundled distribution. It's portal-hsqldb-ds.xml. Or create a xml file with the same name and following content: PortalDS jdbc:hsqldb:${jboss.server.data.dir}${/}portal${/}hypers

[jboss-user] [JBossCache] - Re: who can help me? something about treecache.

2007-01-25 Thread [EMAIL PROTECTED]
There are lots of other configs shipped with the distro. I suggest using one of those and customising accordingly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006419#4006419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Conditional templating with the EL

2007-01-25 Thread [EMAIL PROTECTED]
I have a datatable and in one of the columns I need to decide what to render based on the type of an object. I looked for an "instanceof" operator in the Unified EL, but it's only a reserved keyword with no implementation. I've seen solutions that use a custom JSF component, this seems overkill

[jboss-user] [JBoss Portal] - Problem running HelloWorldPortlet

2007-01-25 Thread sudarshanacharya
I am new to JBoss Portal. I am trying to run the HelloWorldPortlet. This is what I did: 1. My JBoss server runs fine. 2. I copied jboss-portal.sar under C:\jboss-4.0.5.GA\server\default\deploy\jboss-portal.sar 3. I put HelloWorldPortlet.war to the same directory. I tried to access, but I receive

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss4.0 and JAAS/Login-config.xml

2007-01-25 Thread eschulma
I decided I should go a little further with this and check that the EJB security domain worked as expected rather than defaulting to "other", even though we aren't using EJB permissions yet. It turns out the steps outlined previously work for securing the web pages of the app -- but to have the

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread [EMAIL PROTECTED]
Hmm, I don't see anything in the BuddyManager class that allows a caller to find out this kind of information either. That's a flaw. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006415#4006415 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSINSTANCE entries w/o END_ populated?

2007-01-25 Thread james1969
Ronald, Thanks for responding. Understood, you need to poke the tokens by token.signal(). However, you need to get the tokens by processInstnace.getRootToken() correct? If that is the case, you need to get the ProcessInstance first? But when I do: JbpmContext jbpmContext = jbpmConfiguration

[jboss-user] [JBoss Seam] - How to use ice:dataTable and @DataModel?

2007-01-25 Thread Newlukai
Hi there, I've a problem that's hard to explain. But give me a chance ;) My application manages testactions. A testaction can be viewed by a tester (who executes the test), a developer (who fixes the software if a testaction failed) and a validator (who validates that the fix works). A user can

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread puggelli
You are right Brian, I forgot to post the configuration. | | | true | org.jboss.cache.buddyreplication.NextMemberBuddyLocator | 5 | |

[jboss-user] [Beginners Corner] - Re: Resource Hell

2007-01-25 Thread cansado
Thank you for your response. Unfortunately this library is much more insidious than that. It needs an actual file on the file system. I'm sure it's calling FileInputStream(filename) somewhere in the code, which only serves to anger me. I will have to pursue a different solution, since currently

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - SQL Syntax Error

2007-01-25 Thread costas723
I have a problem to create a table via CMP. Everything was OK using the Hypersonic DB. I switched to MySQL and encounter the following problem. Running on JBoss 3.2.1, MySQL 5. I imported the mysl-connector-java-3.1.14.bin.jar into server\default\lib and mysql-ds.xml into the server\default\dep

[jboss-user] [Installation, Configuration & Deployment] - Memory Utilization for JBoss on OpenSuSE

2007-01-25 Thread jbpjones
On a related note, I have this question: We are running JBoss Application Server 4.0.5 GA on OpenSuSE 10.2 runing Sun Java 1.5.0 (from YaST) with the latest updates. The system has pletny of hard drive space in a RAID array, 2 2.2Ghz AMD CPUs, and 2GB memory. When I do a top on the system by it

[jboss-user] [EJB 3.0] - TimerService: Canceling Timer in stop()- of @Service

2007-01-25 Thread periklis
Hi, i am writing on a small service based on the @[EMAIL PROTECTED] Features of EJB3. In this service i create via TimerService a new Timer in the start()-Method, which waits 10 minutes and invokes the @Timeout-Method every one hour. When i undeploy my service i invoke the timer cancelation in m

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
Hmmm...something doesn't look right. Ok, in with the current logs that you posted, what is the code actually doing and what datasources are you accessing? I am just trying to break this apart to get a better handle on what is going on. View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread freeportpa
Is that the cause of both the format exception and the org.jboss.portal.cms.CMSException: Cannot mark the content as "Live" exception? I don't have access to the test machine at this point but wanted to clarify. I thought only folder's had description fields? I did create a folder with an em

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-25 Thread agori
"hamtho2" wrote : | By the way: I think that would be a great benefit for seam to have this component, so why don´t you make it a core-feature? I think it´s a very common and important thing to display user-friendly validation-messages. You should definately think about it | Thomas If you

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
anonymous wrote : | | | | PicsDS | com.ibm.db2.jcc.DB2XADataSource | zcoreinv | zcoreinv | zcoreinv | 5 | localhost | 4 | false | | | | DB2 | | | | anonymous w

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread freeportpa
Is that the cause of both the format exception and the org.jboss.portal.cms.CMSException: Cannot mark the content as "Live" exception? I don't have access to the test machine at this point but wanted to clarify. I thought only folder's had description fields? I did create a folder with an em

[jboss-user] [Installation, Configuration & Deployment] - Re: Alternative for using jvm-arg

2007-01-25 Thread newgro
Sorry a little mistake on myself Now the servers are started by run.sh -c default -DmyArg.to.client.update.folder=../client-update-folder ... and run.sh -c ports-01 -DmyArg.to.client.update.folder=../client-update-folder ... This is correct Cheers Per View the original post : http://www.jbo

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
Ahh, so it is not just DB2, but MSSQL and DB2 on the AS400. Can you turn on trace in your log4j.xml configuration? That might give me some better idea. The setting is already there in the log4.xml file, you just need to uncomment it. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to create JBOSS AS for dubug?

2007-01-25 Thread Kentzhou
Yes. But JBOSS IDE 1.5 includes all JBOSS AS for debugging as: JBoss 2.4.x JBoss 3.0.x JBoss 3.2.x JBoss 4.0.x Why there is no such items included for JBoss IDE 2.0? I want to to use JBoss 3.2.7 with IDE 2.0, How can do it? View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
BTW the metadata tags that should surround the type-mapping tags in the datasource were hidden by this forum. If you look at the html souce of this page they are there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006360#4006360 Reply to the post : http:/

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to create JBOSS AS for dubug?

2007-01-25 Thread [EMAIL PROTECTED]
>>What I want to use is JBOSS 3.2.7. I try to use JBOSS 3.2.3 in the list for >>3.2.7, but it doesn't work. You need to be more descriptive then just "it doesnt work". When you create a new server, select 3.2.3, even though you want to run 3.2.7. I don't, personally, know the structural diffe

[jboss-user] [JBoss Eclipse IDE (users)] - Re: EJB 3.0 project with Eclipse IDE 2.0.0 beta 2

2007-01-25 Thread [EMAIL PROTECTED]
The ejb3.0 project was our old method of automatically adding the ejb3 classes to your build path. That's all it was intended to do. In beta3, it will function as any JEE class, can be added as a child to an EAR project, etc. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
Try this: | | | | /code] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006369#4006369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006369 ___ jboss

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
Also, I am not going to be able to look at this much today, so if you can generate the traces that might give me something more to look at. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006370#4006370 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
The metadata stuff in your case is meaningless, that's for the old CMP stuff. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006363#4006363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006363 _

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread estaub
You have a black hole in your PC. You need to take it in for servicing immediately. -Dogbert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006371#4006371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006371

[jboss-user] [Installation, Configuration & Deployment] - Alternative for using jvm-arg

2007-01-25 Thread newgro
Hello *, i'm trying to solve a little problem. I already asked the goo... but i didnt found a proper solution. I have two applications deployed in an own server instance (default and ports-01). The clients get their library-updates from a folder located near the server. This folder is now acce

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
TRACE logging for everything? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006364#4006364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006364 ___ jboss-user mailing list j

[jboss-user] [JBoss jBPM] - Re: deployProcessDefinition helper function - throws NullPoi

2007-01-25 Thread pailRider
Thanks for your replies! I tried the same code using a SQLServer database and it did work. So, I updated the hibernate.cfg.xml (see below) to use a direct datasource (i.e., provided the username/password in the xml file) as opposed to using a J2C authentication alias for component managed auth

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate and @CollectionId

2007-01-25 Thread alexg79
Could someone help me understand why @CollectionId is required for multiple simultaneous bag fetching? All it does is create an invisible primary key for the collection. I understand this in the case of unidirectional relationships, but if I have a bidirectional relationship, what purpose does t

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to handle several collections, which store the same

2007-01-25 Thread alexg79
Specify a different join table for each collection. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006373#4006373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006373 ___ jbo

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
The log is available here.. http://devissues.googlepages.com/xaer-outsidelogs Up until the time 2007-01-25 14:54:32,836 in the log is server startup. The rest is the log generated by the call from my application to the EJB. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Performance Tuning] - Re: check_jbossjmx (jboss plugin for nagios) + line 41: [:

2007-01-25 Thread massoo
hi, thanks for pointing out its working now regards shann View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006376#4006376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006376 ___

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
BTW thank you for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006377#4006377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006377 ___ jboss-user mailing list jb

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread puggelli
Hi, I wrote a workaround in the form of a TreeCacheListenener. Please let me know what you think about. | class Listener implements TreeCacheListener | { | private TreeCache cache; | private View view; | | private static final Fqn backupFqn = new Fqn(BuddyManager.BU

[jboss-user] [JBoss Seam] - @Startup help...

2007-01-25 Thread bsmithjj
Hello, I am trying to do the following: On startup of my application, create an EJB Timer (javax.ejb.Timer) using the EJB TimerService (javax.ejb.TimerService). The timer bean that I am trying to install is a stateless session bean. I initially tried to use @PostConstruct on a method that woul

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread RomeuFigueira
@estaub, an answer like isn't the kind of that makes theses forums progress, neither it helps the user who made it. The question may have not been properly formulated, in english terms, but it is a valid question, so it should be anwsered. @asset: Yes, sometimes the graphic representation gets

[jboss-user] [JBoss jBPM] - Re: deployProcessDefinition helper function - throws NullPoi

2007-01-25 Thread estaub
pail, If you don't get any answers here, I'd try posting the problem on a Hibernate forum. It's probably not at all specific to JBPM. I fear I may run into this problem myself, so please write back when you find a solution! -Ed Staub View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: deployProcessDefinition helper function - throws NullPoi

2007-01-25 Thread pailRider
Thanks Ed! Good suggestion. I am new to jBPM and Hibernate, so may be that I am missing a config somewhere, but the code I feel is very straightforward and shouldn't cause me issues. I will keep you posted. - Randy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread [EMAIL PROTECTED]
there is a Description field on the File creation screen as well thats the one you want to try. And yes the two exceptions are related View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006383#4006383 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Installation, Configuration & Deployment] - watchdog process

2007-01-25 Thread siddharthags
does the JBoss server have any watchdog type of process that monitors the status of the server (like if it goes down try to bring it back again type?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006384#4006384 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-25 Thread petemuir
Trinidad supports this as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006378#4006378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006378 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread kukeltje
@RomeoFigueira Regardless of how the question is formulated in english terms, the basic information is missing. http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPosts http://www.catb.org/~esr/faqs/smart-questions.html So it does not need answering at all (imo) Like you mention, this happens someti

[jboss-user] [JBoss jBPM] - Re: [Beginner] How to call a stored procedure in a Task ?

2007-01-25 Thread cpob
"fmarchioni" wrote : | Better finding a SERIOUS company.. | Good luck ! | Like what Ronald mentioned... this is an open-source project, and this forum is maintained by developers/users of jBPM, not paid JBoss employees. We see way too many posts where people want to know how to do th

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread estaub
Romeu, Sorry, if I had a useful answer, I would have supplied it. I hoped someone would follow up quickly with a real answer - which you did. The image just seemed too funny not to be shared - sorry you didn't find it so. I didn't mean to mock asset. If you don't know, Dogbert is a cartoon

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread asset
thank u very much for reply i am using JBossIDE-1.6.0.GA-Bundle-win32 and this problem happens when i close the ide and open it again . yes i am playing with the xml a lot adding many tasks from the xml directly but on some other machines that doesnt happen although they took the same zip file

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread [EMAIL PROTECTED]
I read this real quickly, so forgive me if I'm wrong, but it looks like *each* buddy of the node that left will try to do the gravitation, rather than a "primary" buddy. That will very likely lead to problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread asset
well i didnt find an answer mr ronald may be some kind reply is requierd not the slap u mentioned . if your parents used to slap u much , this would not be me . find someone to slap your ... i am not here for u to learn me how to ask . i think in the first place you dont know the answer of th

[jboss-user] [EJB 3.0] - Re: javax.resource.ResourceException: Transaction is not act

2007-01-25 Thread dkalna
Hi trashhash, is your bean using ContainerManagedTransaction or BeanManagedTX? Dalibor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006355#4006355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006355 ___

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread [EMAIL PROTECTED]
hmmm- I looked at the exact line thats blowing up in your stack trace and it is because the description field is empty Try plugging in some dummy value and see if it will create the file for you. This is however, weird because "Description" field is not a required field and locally I can cr

[jboss-user] [EJB 3.0] - Re: Singleton MDB

2007-01-25 Thread brianbek
Hi Try the property @ActivationConfigProperty(propertyName="maxPoolSize", propertyValue="1") This is the only property that the MDB's seem to react to! /Brian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006353#4006353 Reply to the post : http://www.jbo

[jboss-user] [Beginners Corner] - Re: Logging question (repository selector with local and glo

2007-01-25 Thread marcus.klein
Thank you for the answer genman. In the meanwhile I found another approach. During the initializtaion of the 'local' log4j configuration I check for appender references that doesn't exist within the 'local' log4j file (i.e. which aren't specified by an appender tag). For each such (non existing

[jboss-user] [JCA/JBoss] - Re: Calling an EJB in another JBoss Server in a different ve

2007-01-25 Thread [EMAIL PROTECTED]
Sorry, should have been more specific. What you are having is an EJB problem, not a JCA problem. Typically there are issues with RMI serialization between varying versions of the JVM. Please move this to the EJB forum where it will get the appropriate attention. View the original post : http:/

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-25 Thread hamtho2
Norman, can you please give a little bit more detail about using your code. Simply creating the class and using the s:input-tag leads to an exception. Sorry - but I haven´t done anything in the tag-libraries yet, so I´m not so familiar how to add a new Tag. I get the following exception: com.

<    1   2   3   >