[JBoss-user] [JBossCache] - Re: Hanging on startup

2006-05-19 Thread [EMAIL PROTECTED]
I realized that we will probably remove the JBoss JMX dependency in the 2.0 series, where we do heavy refactoring anyway. But, looking at your issue, now I don't think this is related to JMX. Are you using the TreeCacheMarshaller (set it to true) ? This is described in the docs, I suggest (a)

[JBoss-user] [Beginners Corner] - property file outside jar

2006-05-19 Thread cristalleke
Hi, I want to locate my property files outside the jar. Can I confgure JBOSS to specify the location of these property files? What is required in my code (Java), is it enough to provide the name of the property file and because of the configuration on the JBOSS server the file is found? Like:

[JBoss-user] [JBossCache] - restrict number of elements

2006-05-19 Thread babuchelat
I have 2 regions configartion in my application.How can I restrict number of elements (not nodes) in one Region/FQN? and how to get current number of elements in a Region/FQN? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944828#3944828 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: @AttirbuteOverride and unique contraints

2006-05-19 Thread phon
i'm been trying to solve this some more and it seems that the @AttributeOverride annotation is ignored altogether.. I've tried to put it on various classes in the class hierarchy including both @MappedSuperclass and @Entity , both leave and non-leave classes. I tried overriding the name of

[JBoss-user] [JBoss jBPM] - Re: Narrowing proxy to class org.jbpm.graph.node.TaskNode

2006-05-19 Thread trisko
Thanks saviola! I will try these links... and yes next time I will also try the search funtionality too ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944830#3944830 Reply to the post :

[JBoss-user] [Clustering/JBoss] - NakReceiverWindow, AckSenderWindow, RequestCorrelator, AckRe

2006-05-19 Thread sks4jboss
Hi, I have four servers running in cluster (Jboss version 3.2.7). Under an unknown scenario, I am getting lots of following traces (These traces are not seen under normal operations of the system) . What can be the potential reason for this and what does this traces mean? These traces are

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate tools installation trouble

2006-05-19 Thread [EMAIL PROTECTED]
Dude! You are using a nightly build and thus don't expect everything to work flawlessly! We just released JBossIDE 1.6 - go and download that and be happy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944832#3944832 Reply to the post :

[JBoss-user] [JBossWS] - Re: How to get default namespace URI from SOAP Message

2006-05-19 Thread shuchan
Hi, I found that changing a setting of http://xml.org/sax/features/namespace-prefixes; to true (was false) in org.jboss.axis.utils.XMLUtils.java of JBossAS 4.0.3SP1 can make the following codes work(I mean I can get x instead of null). | String XML_SCHEMA_NS = xmlns | String

[JBoss-user] [JBoss Seam] - Re: Possible to list all sessions currently active and then

2006-05-19 Thread gvl
Well, I can see your point if I was able to change (or in some cases view) data from sessions other than the one I am currently in. But what I am getting at is a way to make a page with current statistics of my application. -- George View the original post :

[JBoss-user] [Remoting] - Re: Error connecting to ejb3 cluster

2006-05-19 Thread MarcReis
Have a look at http://www.jboss.com/index.html?module=bbop=viewtopict=82345 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944835#3944835 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944835

[JBoss-user] [Performance Tuning] - Re: Fine tuning JBOSS 3.2.7 for scalability

2006-05-19 Thread ratang2000
-I mean, migrating to a different version of JBOSS App server. Right now Im using 3.2.7, so will migrating to 4.0+ version help in performance?? -Another quicky, right now we have tomcat with jboss.Would putting any other webserver like Jetty etc help in handling http requests faster? View the

[JBoss-user] [Beginners Corner] - Re: Retrieve

2006-05-19 Thread mschwarz
Hi Peter, this is good to know, even if it propably wont help me. As you guessed, I am trying to get the properties inside a client application and not via jsp techniques. thanx anyway View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944837#3944837 Reply to

[JBoss-user] [JBoss/Spring Integration] - Re: simple setup spring/hibenate setup

2006-05-19 Thread alesj
As mentioned here: anonymous wrote : | this is not the right forum to discuss this. But if you are starting from zero - use JBossAS with EJB3 - way easier than anything else - even from .har and Spring's H3 support. View the original post :

[JBoss-user] [JBoss Messaging] - Re: Fails to commit transaction

2006-05-19 Thread timfox
Sorry, I do not understand what you expected to see, and what you actually saw. Please explain in more detail. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944839#3944839 Reply to the post :

[JBoss-user] [JBoss jBPM] - the mailist of a new group of Jbpm developers,welcome to joi

2006-05-19 Thread kentest
My MSN is: [EMAIL PROTECTED] please write your MSN here,if you were interested in Jbpm. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944840#3944840 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944840

[JBoss-user] [JBoss Getting Started Documentation] - Re: Exception when trying to login Duke bank application

2006-05-19 Thread mnasri07
Hi, Thank you very much for your precious help! Now it's OK. Best regards Riadh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944841#3944841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944841

[JBoss-user] [JBoss Seam] - Database connection initialization

2006-05-19 Thread denis-karpov
Hi. TASK: Before any use of any database connection that was acquired, I need to initialize a connection for every user by executing the stored procedure with parameters. PROBLEM: I really stuck in finding appropriate place where to do this. Could someone give me a clue. Any help appreciated.

[JBoss-user] [Management, JMX/JBoss] - Re: Question about

2006-05-19 Thread bschaefer
Hello, This does not help me further. I try do do something different now. How can I use the mx4j HTTP-Adaptor with Jboss? I am not able to register my http-Adaptor Bean as described in the mx4j Manual. http://mx4j.sourceforge.net/docs/ch05.html I use: | InitialContext ic = new

[JBoss-user] [JBoss Seam] - Lame question about form posting and command links

2006-05-19 Thread najgor
Problem: xhtml part: | h:form | h:inputText id=command value=#{wsTest.command} required=true / | h:commandButton value=next action=#{wsTest.next} class=button / | /h:form | | h:commandLink action=#{wsTest.next} value=Action 1 | f:param name=command value=NEXT/ | /h:commandLink

[JBoss-user] [JCA/JBoss] - Re: Remote Client unable to get connection from a DataSource

2006-05-19 Thread Shreikanth
Has any one got solution for this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944846#3944846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944846 --- Using Tomcat

[JBoss-user] [JBoss jBPM] - Getting jBPM to use an existing Hibernate session factory

2006-05-19 Thread wasperen
Following configuration: | jbpm-context | service name=persistence | bean name=dbpersistence factory=org.jbpm.persistence.db.DbPersistenceServiceFactory | property name=sessionFactoryJndiName |

[JBoss-user] [Installation, Configuration Deployment] - Re: New User, HTTP Status 404, please Help, JBOSS PORTAL

2006-05-19 Thread paeLz
Now I try the following installation: jboss-4.0.4.GA and jboss-portal-2.4.0-ALPHA and did it like it's described in the manual! And now I get following error when trying to access: http://localhost:8080/portal/ HTTP Status 500 -

[JBoss-user] [JBoss Portal] - Re: New User, HTTP Status 404, please Help!!!

2006-05-19 Thread paeLz
Now I try the following installation: jboss-4.0.4.GA and jboss-portal-2.4.0-ALPHA and did it like it's described in the manual! And now I get following error when trying to access: http://localhost:8080/portal/ HTTP Status 500 -

[JBoss-user] [JBossWS] - Re: does not contain port: null

2006-05-19 Thread gigsvoo
Maybe can someone give me a third eye comparison between the working ones with non-working copies of configurations: 1. ejb-jar.xml Working: session | display-namePersistenceJAR/display-name | ejb-namePersistenceEJB/ejb-name |

[JBoss-user] [JBoss Seam] - Re: Lame question about form posting and command links

2006-05-19 Thread denis-karpov
Hi. First, for h:inputText you do not need injection. This code should work. Read more carefully about h:inputText in JSF documentation. h:form | h:inputText id=command value=#{wsTest.command} required=true / | h:commandButton action=#{wsTest.next} class=button / |

[JBoss-user] [JBoss jBPM] - Re: Getting jBPM to use an existing Hibernate session factor

2006-05-19 Thread wasperen
In fact, when I deployed the above configuration, I get: | 11:09:54,064 INFO [SettingsFactory] Default entity-mode: pojo | 11:09:54,122 INFO [SessionFactoryImpl] building session factory | 11:09:58,389 INFO [JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml' |

[JBoss-user] [Installation, Configuration Deployment] - Creation of unnecessary files

2006-05-19 Thread kapil.dhakad
Hi, I am using JBoss 4.0.0 with Solaris O.S, I am using JDK 1.5. My web application uses Javamail to send / receive emails. One thing I am not getting, JBoss server creating following types of files in $JBOSS_HOME/bin directory as well as / (root) directory.

[JBoss-user] [JBoss Seam] - Re: Lame question about form posting and command links

2006-05-19 Thread najgor
denis-karpov wrote : | Second, Nested injection? What do you mean? | For example, my Action class has 'user' attribute of custom type User. It has, for example, 'name' property etc, usuall stuff. So, I wonder if I can put @RequestParameter annotation on 'user' attribute (that is

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-05-19 Thread biggef
julian_k wrote : The strange thing is that this code will cause a deadlock sometimes, and not others. Do you know when a deadlock occurs and when it does not ? Is there every time only one transition fired during your session ? Or is there several sometimes several ones for the same process

[JBoss-user] [JBoss Seam] - Re: Transition out of pageflow

2006-05-19 Thread petemuir
Sure addVenue.jpdl.xml | ?xml version=1.0 encoding=UTF-8? | | pageflow-definition | name=addVenue |start-page name=details view-id=/secure/venue/addVenue_details.xhtml | transition name=next to=travel/transition | transition name=cancel to=cancel/transition |

[JBoss-user] [JBoss Seam] - Re: Lame question about form posting and command links

2006-05-19 Thread najgor
denis-karpov wrote : Hi. | | First, for h:inputText you do not need injection. This code should work. Read more carefully about h:inputText in JSF documentation. | Unfortunatelly, it won't work - and, yes, it really seems that it should. I am not able to render page, with the following

[JBoss-user] [JBossWS] - WS-security with JBoss

2006-05-19 Thread bobmatz
Hi, how can I change the WSDD generated by Axis? I'm trying to add some WS-Security functions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944858#3944858 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944858

[JBoss-user] [JBoss jBPM] - Re: BPEL Condition

2006-05-19 Thread ncapito
I got it. Thanks for the help. I will post a string bpel example later today for anyone that is interested. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944859#3944859 Reply to the post :

[JBoss-user] [JBoss Portal] - Portlet with the user name

2006-05-19 Thread antitrust1982
hello all, I want to create a JBPM portlet. In order to implante this one in the portal I want to print fist the name of my user who logged. But I can't find the methode or class which permit to have the user name of the logged person. Someboy know which one I must to use. Thank you for your

[JBoss-user] [JBoss jBPM] - Re: couldn't commit hibernate session (java.lang.OutOfMemory

2006-05-19 Thread patrickvanamstel
The problem is fixed by setting the ehcache to a more conservative objects in memory setting View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944861#3944861 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944861

[JBoss-user] [Security JAAS/JBoss] - Re: help w/ DatabaseServerLoginModule

2006-05-19 Thread yogendrarampuria
hi... I think you are taking the wronge datatype for principalid. perhaps you would like to make principalname(username) as the primary key in principal and foreignkey in Roles. The parameter in the prepared statments (principalQuery role query) is substituted with username. I hope it works

[JBoss-user] [Beginners Corner] - Re: DatabaseServerLoginModule help

2006-05-19 Thread yogendrarampuria
sorry pal. i didnt figure out the data type of your collumns b4 ... read the other poet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944863#3944863 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944863

[JBoss-user] [JBoss Portal] - Re: Portlet with the user name

2006-05-19 Thread [EMAIL PROTECTED]
You should really read the spec request.getRemoteUser(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944864#3944864 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944864

[JBoss-user] [Management, JMX/JBoss] - Re: Question about

2006-05-19 Thread [EMAIL PROTECTED]
mx4j should have instructions of some sort, but in any case, this should be done on the server side either through proper packaging of the adaptor in a .sar, or if this is not possible through wrapping with a custom jboss mbean. View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: NotificationListener for Remote MBeans

2006-05-19 Thread [EMAIL PROTECTED]
0) FAQ - http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX 1) FAQ - http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIAddANotificationListenerToARemoteMBeanServer 2) You can write your own mbean, extending ListenerServiceMBeanSupport that simply re-emits every received notification. You'll

[JBoss-user] [EJB 3.0] - Re: Persistence context scope and @EJB injection

2006-05-19 Thread horst21
while trying to create a simple testcase I found out what the problem is: if the dao interface contains a @Remote annotation(regardless whether @Local is there too), it does not work. if there is only a @Local annotation it works. it seems, that the @ejb injection uses always the remote

[JBoss-user] [JBoss Messaging] - Messaging XARecovery with JBossTS

2006-05-19 Thread mskonda
After the pretry heavy discussions on the designer forum, I have implemented the XARecovery module for the above (XAResource is not a serialzable implementor). The recovery manager is trying to recover the failed transactions as expected. Howerver, the following exceptions are raised. Any

[JBoss-user] [Security JAAS/JBoss] - structure of rolesQuery

2006-05-19 Thread yogendrarampuria
I have no clue if this has been covered before. While defining application-policy in login-config.xml in the roles query i have to fram the query like this Select somecollumn , 'Roles' from sometable where some_user_id = ? Is it so that the second collumn should always be 'Roles'? I got the

[JBoss-user] [EJB 3.0] - Re: @OrderBy does not work as expected?

2006-05-19 Thread atodorov
That's right... I just moved to the 4.0.4.GA version and it appears to work properly. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944870#3944870 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944870

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-05-19 Thread muckwarrior
Hi guys, I'm having some problems with file upload. I'm not using facelets but I followed the wiki example as closeley as possible and I'm gettting a deployment error. | 2006-05-19 11:32:01,703 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/gaaresults]] Exception

[JBoss-user] [JBoss jBPM] - Re: couldn't commit hibernate session (java.lang.OutOfMemory

2006-05-19 Thread patrickvanamstel
Solution does not seem to work. So i was a bit to soon. So ony tips would be welcome. Is there maybe a hibernate setting i can use?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944872#3944872 Reply to the post :

[JBoss-user] [JBoss and NetBeans] - fast deployment

2006-05-19 Thread tekniklas
Hello, I am using jboss from within netbeans which works except for that every time I change a jsp I need to repackage and deploy the war file which takes much longer time than when using netbeans with tomcat. When using tomcat I could change a jsp and the change was reflected immediately without

[JBoss-user] [JBoss Portal] - Re: Where is the MyFaces cardemo portlet source?

2006-05-19 Thread herveminko
does somebody have the car demo sample zip file? I can't download it from the JBoss site (the zip file is always corrupt). I also want to know how to convert any JSF Webaplication in a portlet application View the original post :

[JBoss-user] [EJB 3.0] - Re: could not register synchronization with JTA TransactionM

2006-05-19 Thread robert128
Hi Bill, I am using jboss version jboss-4.0.4.GA and am experiencing the JTA synchronization problem. Was this bug to be fixed in jboss-4.0.4.GA? Thanks Robert View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944875#3944875 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Lame question about form posting and command links

2006-05-19 Thread denis-karpov
anonymous wrote : How to make 'command' property visible? (I have added getters/setters in seam action class). Try to define getter and setter inside Foo interface too. anonymous wrote : | For example, my Action class has 'user' attribute of custom type User. It has, for example, 'name'

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-05-19 Thread petemuir
You do need the commons-fileupload and its dependencies (I think I had to add commons-io and commons-lang) jars from apache. It looks like it can't find them - classpath issue or perhaps you don't have them? View the original post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - data lost after jboss restart

2006-05-19 Thread arthur83
Hello everybody, I am using the daufaul configuation of JBoss 4.03SP1 and the hypersonic-database. But when I restart the JBoss server all persisted data is lost. In EJB 2.X this could be configured in the jbosscmp-jdbc.xml file, but this does not work. Where or how can I configure JBoss,

[JBoss-user] [JBoss Portal] - JBOSS PORTAL IPC

2006-05-19 Thread Guru Dutta
Hi, I am trying to implement IPC using JBOSS Portal,but unable to find the jar files which contain the classes PortalNode,WindowActionEvent,PortalNodeEvent.Any pointers to the same will be great. PS:I did include the complete lib in my classpath but still didnt work!! Thanks, Guru Dutta

[JBoss-user] [JBoss Portal] - 2.4 Alpha build problem - org.apache.xpath not exist

2006-05-19 Thread rutfield
Sorry for a silly question, but I'm stuck. I have been able to build 2.2, 2.2.1 (including previous RCs). I have now tried 2.4 Alpha2, and I am getting errors resolving CachedXPathAPI because org.apache.xpath does not exist. I have tried changing things within eclipse as well as simply

[JBoss-user] [JBoss Portal] - Re: 2.4 Alpha build problem - org.apache.xpath not exist

2006-05-19 Thread [EMAIL PROTECTED]
xalan.jar was missing from the build script. I fixed this, this is in CVS. You need to add xalan.jar to your classpath View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944881#3944881 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: changing text in browser-tab

2006-05-19 Thread suniil
many thanks NOICANGI. very good tip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944883#3944883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944883 --- Using Tomcat

[JBoss-user] [JNDI/Naming/Network] - problem with JNDI EJB3 accessing

2006-05-19 Thread jdkxxx
I have a very simple example using JNDI to access EJB3, and Application server version is jboss-4.0.4.GA. in this application, you have a client FirstEJB3TutorialClient, on server side you have Book(Entity Beans), BookTestBean,BookTestBeanLocal,BookTestBeanRemote. i can config entity bean, but

[JBoss-user] [Security JAAS/JBoss] - Re: structure of rolesQuery

2006-05-19 Thread j2ee_junkie
Yogendra, If you read jboss server guide section 8.4.6.4 (http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html#ch8.dabaseserverloginmodule.sect) , you will see how this module works. To answer your first question. It depends on your database. If your table that stores roles has

[JBoss-user] [JBoss Seam] - Re: 4.0.4.GA deploy problem... I think

2006-05-19 Thread drapierwim
Fecthing eager in an one to many relation causes this, http://www.jboss.com/index.html?module=bbop=viewtopict=82946 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944886#3944886 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Changing default JNDI namming pattern for deployed ear

2006-05-19 Thread najgor
Default JNDI naming prefix is equal to EAR name. Can I change that but in the scope of deployed and included JAR that contains many ejb components? I do not want to put the jndi name inside each component source file, i just wish to modify some of jar's config file to set this prefix. Is this

[JBoss-user] [JBossWS] - rpc/encoded style on JBOSS4.0.4GA

2006-05-19 Thread takahashi
Hi, I tried JBoss4.0.4GA which includes jboss-1.0.0.GA. I have a couple of question... anonymous wrote : | 1: Creating Web service on JBoss4.0.4GA (jboss-1.0.0.GA Web Service), rpc/encoded style WSDL cannot be used? | -- | if no, any solutions to support rpc/encoded style WSDL?

[JBoss-user] [EJB 3.0] - Re: EJB3 Table creation / dbunit problems

2006-05-19 Thread MmarcoM
HI, no actually I was the problem :( by replacing DatabaseOperation.DELETE with DatabaseOperation.DELETE_ALL everything works fine.. sorry for any mess regards marco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944890#3944890 Reply to the post :

[JBoss-user] [JBossWS] - Re: Cannot find child element: not using namespace ?

2006-05-19 Thread Dust_Puppy
i think my problem is that my message has the namespace on getVersionResponse soapenv:Envelope xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' | soapenv:Header/ | soapenv:Body |

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: postgresql config

2006-05-19 Thread wasperen
Not sure -- but I have the same line in my log file and it works for me. willem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944892#3944892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944892

[JBoss-user] [JBoss Seam] - Re: Lame question about form posting and command links

2006-05-19 Thread najgor
denis-karpov wrote : anonymous wrote : How to make 'command' property visible? (I have added getters/setters in seam action class). | Try to define getter and setter inside Foo interface too. | This made the trick, partially:) I didnt put get/set into interface, since I dont like that,

[JBoss-user] [Installation, Configuration Deployment] - I need to replace JBossWS by JAXWS

2006-05-19 Thread korg
Hi, we are developing WS with JAXWS for a couple of months already and since JBossWS is introduced to JBsoss AS, there are problem using our web services and still using JAXWS. With JBoss 4.0.3, we followed the instructions that can be found at this site :

[JBoss-user] [JBoss and NetBeans] - Re: fast deployment

2006-05-19 Thread lkotouc
NetBeans does not support this kind of deployment. It creates archive file and copies it into the deploy directory. You could theoretically place your project directory directly in the deploy directory but this is rather a hack than a workaround and you must be very carefull when undeploying

[JBoss-user] [JBoss Seam] - Re: Possible to list all sessions currently active and then

2006-05-19 Thread kcounsell
If this is just for management purposes or your own entertainment, you might try Lambda Probe: http://www.lambdaprobe.org/d/latest.shtml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944896#3944896 Reply to the post :

[JBoss-user] [JBoss Seam] - Tutorial error

2006-05-19 Thread dougorr
I have successfully run the Registration example from the Seam download but I wanted to build my own copy by following the tutorial in the documentation. I want to use my own build.xml so that I am sure I understand what is required to deploy a Seam app. The code compiles and appears to deploy

[JBoss-user] [JBossWS] - URL mapping of Webservice

2006-05-19 Thread taprogge
Hi! I am using JSR181 annotated Webservices in JBoss-4.0.4.CR2. By default, JBoss maps the webservice class to /context-root/simpleclassname. It was my impression that setting the servicename attribute of the @WebService annotation could be used to change this mapping. Alas, it does not. Could

[JBoss-user] [JBoss Seam] - Re: WebRemote method serialization with interfaces

2006-05-19 Thread knaas
Here's another interesting related problem, when the server serializes the return object, it serializes the class. Because the WebRemote method returns an interface, the javascript client does not know that that class actually implements that interface. Hypothetical Example: | |

[JBoss-user] [Installation, Configuration Deployment] - Not able to Allocate More then 3Gb to Jboss

2006-05-19 Thread samir_marfatia
Hi, We are using Jboss 3.2.5 On Solaris 2.8 with 16Gb RAM While we are setting Java option as JAVA_OPTS: -server -Djboss.server.exitonshutdown=true -Djboss.server.blockingshutdown=true -Xss128k -Xms3072m -Xmx4000m -XX:+UseConcMarkSweepGC -XX:MaxPermSize=128m -XX:SurvivorRatio=8

[JBoss-user] [JBoss jBPM] - problem closing services - Caused by: org.jbpm.persistence.J

2006-05-19 Thread bodabela
Hi! I have a problem with persistence too. JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); //... process management statements ... jbpmContext.close(); At the .close() call I get the following Exception: org.jbpm.JbpmException: problem closing services

[JBoss-user] [JBossWS] - Re: I need to replace JBossWS by JAXWS

2006-05-19 Thread korg
Is there another forum where I could post my thread to have answers? I really need a hint to solve this problem! Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944902#3944902 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: @AttirbuteOverride and unique contraints

2006-05-19 Thread epbernard
I have some unit tests for that but if you can build a minimal runnable test case to reproduce it, I'll have a look. Be sure to use the latest versions. http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa View the original post :

[JBoss-user] [JBossCache] - Re: Urgent : Rollback - Transaction not working in weblogic

2006-05-19 Thread sarish.jain
Can anyone from JBoss help me or point me to the correct documentation. All the documentation that i have read till now seems to suggest that just setting the transaction manager fo cache makes it work. Has anyone got this scenario going in weblogic server? View the original post :

[JBoss-user] [EJB 3.0] - Re: Persistence context scope and @EJB injection

2006-05-19 Thread epbernard
cool thanks for tracking it down. Open a ira issue, while this might not be a bug per se, that's interesting to track down this remote preference :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944906#3944906 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: could not register synchronization with JTA TransactionM

2006-05-19 Thread epbernard
what is the context? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944907#3944907 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944907 --- Using Tomcat but need to do

[JBoss-user] [JBossWS] - Re: I need to replace JBossWS by JAXWS

2006-05-19 Thread [EMAIL PROTECTED]
You could probably ask in the glassfish forum if they support jboss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944909#3944909 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944909

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-05-19 Thread muckwarrior
Hmm, well I had the commons-fileupload alright and I've just added commons-lang but to no avail. The relevant jars in my ear lib are: coomons-fileupload commons-io commons-lang myfaces-api tomahawk Is this all that I need or am I still missing something? View the original post :

[JBoss-user] [JBoss Portal] - Re: Portlet with the user name

2006-05-19 Thread antitrust1982
excuse me but I think you speak about JBPM specification. I want the loggin of Jboss Portal. I think this because I can't find your class in the javadoc and I remember of a similar class in jBpm. thank you for you help View the original post :

[JBoss-user] [JCA/JBoss] - Re: Remote Client unable to get connection from a DataSource

2006-05-19 Thread [EMAIL PROTECTED]
For a year old post that wasn't even properly written? Probably not. Are you having issues with this feature in JBoss? If so, please post this again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944912#3944912 Reply to the post :

[JBoss-user] [JBossWS] - WSException: String passed is null

2006-05-19 Thread apfeuti
Hi I'm using jboss-4.0.4.GA and generate WebService-Artefacts with wstools (ant-task). As input I use a wsdl. If I declare a exception in the section of a wsdl like this: I get this exception from wstools:

[JBoss-user] [JBoss Portal] - Re: Portlet with the user name

2006-05-19 Thread [EMAIL PROTECTED]
Portlet spec: anonymous wrote : | PLT.11.1.6 Security Attributes | The PortletRequest interface offers a set of methods that provide security information | about the user and the connection between the user and the portal. These methods are: | ? getAuthType | ? getRemoteUser

[JBoss-user] [JBoss Portal] - Re: 2.4 Alpha build problem - org.apache.xpath not exist

2006-05-19 Thread rutfield
Thanks for the quick reply! I really appreciate it. I added the JAR file in the c:\eclipse\plugins\org.apache.xalan_2.6.0\xalan.jar, but still get the error both from the command line running ant as well as from within eclipse running 'build project'. I also tried the xalan.jar from the

[JBoss-user] [JBossWS] - Re: WSException: String passed is null

2006-05-19 Thread apfeuti
There was a problem with the xml-snippets, here again: Hi I'm using jboss-4.0.4.GA and generate WebService-Artefacts with wstools (ant-task). As input I use a wsdl. If I declare a exception in the section of a wsdl like this: element name=CronServiceExceptionType | complexType | sequence

[JBoss-user] [JBoss Seam] - no point in starting another topic...

2006-05-19 Thread kh2ouija
I upgraded my 4.0.4.CR2 installation to 4.0.4.GA and when deploying my Seam app on it, I get a bunch of errors which all seem to be caused by this: java.lang.NoClassDefFoundError: javax/ejb/InvocationContext I installed it with the ejb3 profile. Is there something I need to change for this?

[JBoss-user] [JBoss Seam] - Re: WebRemote method serialization with interfaces

2006-05-19 Thread sbryzak2
Hmm... I can see how this could be a problem. ClassA would not be defined by the client stub so the client would not know how to deal with it when it is returned. Your idea of including a list of interfaces inside the serialized block sounds good. I'll think about it for a couple of days

[JBoss-user] [JBoss Seam] - Re: 4.0.4.GA deploy problem... I think

2006-05-19 Thread kh2ouija
Found the answer a few topics below :( by bad. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944922#3944922 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944922 ---

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-05-19 Thread petemuir
I'm not at my desk at the moment so I'm not sure of the exact files. I remember having issues with packaging the commons stuff in the ear and ended up just putting them in the jsf-libs directory directly. View the original post :

[JBoss-user] [JBoss jBPM] - JSP integration in form tasks

2006-05-19 Thread MTG
Hi Im newbie in jBPM stuff! If possible can anybody tell me how can i associate a jsp page with a task. Sequence i done: 1. Add a task 2. Select properties 3. Select Controller If i select default controller the user variables added are used to automatic generate a web form. So i need to select

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-05-19 Thread julian_k
I do not know when the deadlock occurs and when it doesn't b/c our users are uncooperative :( However thre is only one transition in the process definition, no more, no less, everytime. And finally, a call to getNextException() returns: anonymous wrote : |

[JBoss-user] [JBossWS] - Re: WS-security with JBoss

2006-05-19 Thread bobmatz
I've found out that i can deploy a new WSDD on Axis with help of the the AdminClient. But when I try to deploy a new WSDD I get an error Message back. The function I call: java org.jboss.axis.client.AdminClient -lhttp://localhost/ws4eeservices/AdminService C:\MasterDataService.wsdd here is the

[JBoss-user] [JBossWS] - Creating an EJB SEI using SOAP with Attachments

2006-05-19 Thread steinar.ardal
Guys, I am trying to create a Web Service which produces a SOAP Message with an Attachment. In the sample code for JBossWS I only found an Web Service that receives an attachment (and I am trying to achieve the opposite) Has anybody seen an example how to do this? - What should be the return

[JBoss-user] [JBossWS] - Could not dereference object

2006-05-19 Thread sharmanils
Hello, I am getting this runtime exception on the client side: anonymous wrote : | using : jboss4.0.4rc2/jdk1.5/jbossws-1.0.0.GA/jbossws-samples-1.0.0.GA/docstyle/wrapped | | javax.naming.NamingException: Could not dereference object [Root exception is

[JBoss-user] [EJB 3.0] - Re: Persistence context scope and @EJB injection

2006-05-19 Thread horst21
jira issue created an testcase attached: http://jira.jboss.com/jira/browse/EJBTHREE-577 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944930#3944930 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944930

[JBoss-user] [JBoss Messaging] - Re: Messaging XARecovery with JBossTS

2006-05-19 Thread mskonda
I changed the XAResource to implement Serializable but has got another kind of exception (this error casues as I replaced original (that comes with JBoss 4.0.x) jboss-remoting.jar with 1.4.1 version): ava.io.IOException: No ClassLoaders found for:

[JBoss-user] [EJB 3.0] - Re: could not register synchronization with JTA TransactionM

2006-05-19 Thread robert128
Hi Emmanuel, We are running a web application with JBoss 4.0.4.GA. We are not using EJBs, just a WAR. Some of the processes in the web application run for over 5 minutes and depending on the number of users may timeout, as TransactionTimeout is set to 300 in server/default/conf/jboss-service.xml.

[JBoss-user] [JBoss Messaging] - Re: Messaging XARecovery with JBossTS

2006-05-19 Thread timfox
Aha- This looks like a current issue we are having with JBossSerialization. We are in the process of investigating this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944933#3944933 Reply to the post :

[JBoss-user] [JBossWS] - Re: Could not dereference object

2006-05-19 Thread sharmanils
It is working now It was a port problem Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944934#3944934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944934 ---

  1   2   3   >