[jboss-user] [Beginners Corner] - Re: Challenges when moving from JBoss AS to JBoss EAS

2009-01-26 Thread loni1979
Hi Peter, First of all, thanks for your reply, and second, I admit my fault with JBoss EAS typo, I thought it was called the same way as free JBoss AS + "Enterprise" ;-). Therefore, talking about JBoss EAP, we're not currently using any messaging or any other "special" service from AS, then I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Overriding jboss lib hibernate jars

2009-01-26 Thread jaikiran
Definitely possible. We have had discussions about upgrading the jars in JBossAS-4.2.x. Here's one such discussion http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133202 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204886#4204886 Reply to the post

[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2009-01-26 Thread mikaeljl
Hi again. I noticed another thing when running this test. In my service I have system outs in the c-tor and finalizer. I've also added postCreate and preDestroy methods with: | public HelloImpl(){ | System.out.println("HelloServiceImpl created!!!"); | } |@PostConstruct

[jboss-user] [Clustering/JBoss] - Re: round robin on Jboss 5

2009-01-26 Thread yairogen
Thanks. Here is the spring stuff: | | | | | ${java.naming.factory.initial} | | ${java.naming.factory.url.pkgs} | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuration Issues when trying to use Alternative Data

2009-01-26 Thread jaikiran
Known issue http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148740 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204879#4204879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204879 ___

[jboss-user] [EJB 3.0] - Re: Injection of QueueConnectionFactory and Queue from ENC i

2009-01-26 Thread jaikiran
Could you please post the entire exception stacktrace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204878#4204878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204878 ___

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

2009-01-26 Thread jaikiran
anonymous wrote : I was trying one of the Interceptors example given below | http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/docs/tutorial/interceptor/ | Good to know someone has already started using the tutorials which we are going to publish soon. anonymous wrote : Added bea

[jboss-user] [JBoss jBPM] - Not getting TaskEndLog when canceling the TaskInstance

2009-01-26 Thread vikas_khengare22
Hi Friends, I am not getting TaskEndLog when I am canceling the TaskInstance bye TaskInstance.cancel() method. Here is what I am doing, TaskMgmtInstance tmi = i_token.getProcessInstance().getTaskMgmtInstance(); | Collection unfinishedTasks = tmi.getUnfinishedTasks(i_token); |for (TaskIns

[jboss-user] [EJB 3.0] - Re: circular reference issue

2009-01-26 Thread jaikiran
anonymous wrote : I updated my jboss from 4.0 to 4.2 Oh wait, for JBoss 4.2 its in org.jboss.annotation package and can be found in jboss-annotations-ejb3.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204875#4204875 Reply to the post : http://www.jboss

[jboss-user] [EJB 3.0] - Re: circular reference issue

2009-01-26 Thread jaikiran
anonymous wrote : I read somewhere that i should also put a @IgnoreDependency annotation but i didn't find this annotation in any package. The @IgnoreDependency is in org.jboss.ejb3.annotation and can be found in jboss-ejb3-ext-api.jar View the original post : http://www.jboss.com/index.html?

[jboss-user] [JCA/JBoss] - Jboss4.2.2 hang up after tx rollback

2009-01-26 Thread born_free
we are using jboss 4.2.2 and we are seeing jboss sever unresponsive after a transaction rollback. | 2009-01-27 04:23:04,280 ERROR [org.jboss.ejb.plugins.LogInterceptor] (http-10.90.4.177-8080-31) TransactionRolledbackLocalException in method: public abstract com.comp.Types.ejb.interfaces.Type

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Configuration Issues when trying to use Alternative Database

2009-01-26 Thread gbsendhil
I am trying to Use Alternative Databases ( MS SQL) with JBoss AS. I placed sqljdbc.jar in server/default /lib as i am using default configuration I am getting this error. 10:15:52,115 ERROR [AbstractKernelController] Error installing to ClassLoader: name=vfsfile:/C:/jboss-5.0.0.GA/server/defaul

[jboss-user] [JCA/JBoss] - Re: Error while closing connection from a pool

2009-01-26 Thread rohit.macherla
Hi Vickyk, Thanks for the reply. My WebService does just this : Fetches the connection (Using the connection pool) Invokes a PL/SQL procedure and fetches the result Closes the connection and the JDBC statements. The WebService ends after closing the connection. What I meant by the 'next invocatio

[jboss-user] [JBoss jBPM] - Re: Populating DropDown list from database in the Task form

2009-01-26 Thread giridhar_be
Thanks for help. Currently, after creating form from the procesdefinition task, I am editing form field for dropdown values, like below: Instead of hardcoding I want to extract the values from database using Java

[jboss-user] [Clustering/JBoss] - Re: Monitoring nodes partecipating in the cluster

2009-01-26 Thread bstansbe...@jboss.com
Let's assume you don't start JBoss with the -g switch, so your HAPartition is named "DefaultPartition". For AS 5: | [...@besdev bin]$ ./twiddle.sh get jboss:service=HAPartition,partition=DefaultPartition CurrentView | CurrentView=[127.0.0.1:1099] | For AS 4: | [...@besdev bin]$ ./t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss Web

2009-01-26 Thread dgenkin
was able to fix it. i specified additional variables in bashrc and also added the following to catalina.sh: # Setup JBosst Native library path JBOSSWEB_NATIVE_DIR="$JBOSSWEB_HOME/bin/native" if [ -d "$JBOSSWEB_NATIVE_DIR" ]; then if $cygwin ; then export PATH="$JBOSSWEB_NATIVE_DIR:$P

[jboss-user] [EJB 3.0] - Re: Ejb3 sources in zipped form

2009-01-26 Thread ALRubinger
"skajotde" wrote : Version madnes is my argument and I describe my way to improve/balance this situation ;) (from experience with work on granular libraries). That's fair, but your proposal involves coupling the release schedule of all EJB3 components. This comes at the cost of the 2 drawbacks

[jboss-user] [Beginners Corner] - Re: twiddle can't get some objects?

2009-01-26 Thread PeterJ
The jmx console runs within the app server, so it could be that the java.lang.reflect.Method objects do not have to be serialized. On the other hand, twiddle runs in a separate JVM, thus all objects returned must be serialized. One possible workaround is to get only the property values you need

[jboss-user] [Clustering/JBoss] - Re: Monitoring nodes partecipating in the cluster

2009-01-26 Thread kcbraunschweig
Could you give an example of retrieving information from that mbean on the command line (i.e. via twiddle)? I've been trying to do something similar without the jmx-console and haven't succeeded. Thanks, KC View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=42048

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss slooooooooow starts on Debian Linux

2009-01-26 Thread georgesberscheid
Just in case someone hits this page. The solution is here: http://www.nabble.com/problem-with-tomcat-native-1.1.10-and-tomcat-6.0.14-td15048117.html anonymous wrote : I think the problem in slow /dev/random | I generate in my init script random file : | /usr/bin/openssl rand -out $CATALINA_HO

[jboss-user] [EJB 3.0] - Ejb3 - MDB

2009-01-26 Thread rudreshtcs
Hi, I was trying one of the Interceptors example given below http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/docs/tutorial/interceptor/ I had deployed the application on - jboss-5.0.0.GA I am getting below errors and application is not getting deployed, i had even tried with simple

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Performance parameters for JBOSS

2009-01-26 Thread kcbraunschweig
I'm running jboss 4.2.1. Here are a few other things you could try: 1. Just go to your server's IP in your browser on port 8080. You should get a default jboss landing page with a link to the jmx-console among others. You may find that you don't have the jmx console loaded. 2. You can also pok

[jboss-user] [Clustering/JBoss] - Re: Very strange problem while looking up HAJMS Topic

2009-01-26 Thread bstansbe...@jboss.com
Strange. Can you post the stack trace of the NNFE? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204847#4204847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204847 ___ jbos

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

2009-01-26 Thread PeterJ
jdriver - strange that you would say this on a post that was answered... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204842#4204842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204842 __

[jboss-user] [Clustering/JBoss] - Re: round robin on Jboss 5

2009-01-26 Thread bstansbe...@jboss.com
"bstansbe...@jboss.com" wrote : Easier than asking 20 questions. :) I meant easier than me asking 20 questions. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204841#4204841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Clustering/JBoss] - Re: round robin on Jboss 5

2009-01-26 Thread bstansbe...@jboss.com
Can you post the relevant section of your Spring config? Easier than asking 20 questions. :) The docs for the JndiObjectFactoryBean imply it will do the lookup once and cache it. My guess about what you are doing is you are creating a client and using JndiObjectFactoryBean to handle the JNDI lo

[jboss-user] [EJB 3.0] - Injection of QueueConnectionFactory and Queue from ENC in ap

2009-01-26 Thread Wolfgang Knauf
Hi all, I try to use the @Resource annotation to inject a QueueConnectionFactory and a Queue (to a MDB) in an EJB3 application client. I run into strange problems which I cannot explain, but got it finally working. For injecting the QueueConnectionFactory, I could use an ENC entry: @Resource(n

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

2009-01-26 Thread jdriver
It is too bad that nobody ever answers these RMI questions. I also have same question but do not expect that anyone will ever answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204837#4204837 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Messaging] - JBoss messaging requirements

2009-01-26 Thread msteiger
We currently use JBoss 4.0.5 for our App Server but do not have any messaging service installed. We are wanting to start using a pub/sub architecture for one of our applications and was wanting to use JBoss Messaging. From what I've read in the JBoss documentation, we would need the 1.0.1 JBoss

[jboss-user] [EJB 3.0] - MDB redeploy with ...-service.xml

2009-01-26 Thread Wolfgang Knauf
Hi all, I try to deploy an EJB3 MDB to JBoss 5.0GA, and I want to do the Queue config trough a ...-service.xml file in the EJB jar. Here is the config file: | http://www.jboss.org/j2ee/dtd/jboss-service_5_0.dtd";> | | | queue/MessageBeanQueue | jboss.messaging:service=Ser

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Help with basic install of JBoss on SUSE 10.1 SP2

2009-01-26 Thread harperml
Thanks to all of you for help. The odd thing about 4.2.3 is that the included notes document says that it will work with either JDK5 or JDK6. However, I do not see any indication of whether you must do some configuration to run it with either. I do not find but one download for 4.2.3. However,

[jboss-user] [Remoting] - Re: Can custom APIs be bound in the RMI Registry started by

2009-01-26 Thread jdriver
I have this same question. Seems like this would be a remoting question, but I am also having trouble finding the answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204829#4204829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Remoting] - running an RMI server on same server as JBoss

2009-01-26 Thread jdriver
I have a method that I have exposed via RMI. First I start the registry using: start rmiregistry Then I start the server like this java -cp -Djava.rmi.server.codebase=file:/d:/blah.jar -Djava.security.policy=server.policy -Djava.rmi.server.hostname=10.38.12.17 com.example.ServerCode This is wo

[jboss-user] [Beginners Corner] - twiddle can't get some objects?

2009-01-26 Thread kcbraunschweig
This seems like it should be simple but I can't find any helpful info online about it. I have a jboss server running and I'm trying to use twiddle to get info about various objects that are visible in the JMX console. Some return data as expected, while others give an error. Specifically these c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - shutdown jboss and delete .ear file

2009-01-26 Thread smdakuri
Hi, My requirement is to shutdown the jboss server at a given future date and time, and also delete the ear files, i could manually shutdown and delete the files later on, but am not sure if the client would give me access to the server later, the contract with the client is ending and the clie

[jboss-user] [EJB 3.0] - How cancel persisted ejb3 timers?

2009-01-26 Thread drtog16
ejb3 timers are persisted. Is there a user interface that jboss provides to allow us to remove old ones? i see deleteTimer(..) of "persistencePolicy=database,service=EJBTimerService" but i dont think we can use it because when you do you get "Failed to find PropertyEditor for type: org.jboss.ej

[jboss-user] [Security & JAAS/JBoss] - Re: Security Issues with Migrating from WebSphere to JBoss

2009-01-26 Thread plscstx
Never mind, figured it out. web.xml security snippet: | | | Admin | Administrative Functions | /admin/* | /formprocessing/* | /adminintro.html |

[jboss-user] [Microcontainer] - Re: Annotations scanning nightmare

2009-01-26 Thread obrien
Wicked! That will keep me busy for some time. Thanks Radim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204809#4204809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204809 __

[jboss-user] [Microcontainer] - Re: Annotations scanning nightmare

2009-01-26 Thread alesj
This is all already done. ;-) - http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/annotations/ The entry point to this is - http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/ma

[jboss-user] [Beginners Corner] - Re: ajp_connection -Error - Jboss restart

2009-01-26 Thread kmarsha1
Yes, it ended up being the SAP system value for MAX_CONN View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204794#4204794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204794 __

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How to redirect permanent with code 301 (JSF + facelet xhtml

2009-01-26 Thread ja...@laposte.net
Hi, Some files of my web site are moved permanently. I want to make a redirect code 301. I found how to do with jsp, but i m with facelets. There is someone know ho to do this? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204793#4204793 Reply to the p

[jboss-user] [EJB 3.0] - Re: Ejb3 sources in zipped form

2009-01-26 Thread skajotde
"ALRubinger" wrote : | You can't override logical arguments with preference. :) | Version madnes is my argument and I describe my way to improve/balance this situation ;) (from experience with work on granular libraries). "ALRubinger" wrote : | AS is an integration technology. To exten

[jboss-user] [Security & JAAS/JBoss] - Security Issues with Migrating from WebSphere to JBoss

2009-01-26 Thread plscstx
In WebSphere, you could select a "Mapping Users to Roles" option for "All Authenticated" but I can not figure out how to do that in JBoss. Basically, if your username and password are successfully authenticated via LDAP then your are allowed into the secure area of the application. I know how t

[jboss-user] [EJB 3.0] - Re: JBoss AS 5.0.0.GA doesn't have bundled Ejb3

2009-01-26 Thread skajotde
Thanks ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204788#4204788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204788 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBossMQ] - Re: Queue Receiver hangs after rollbacks caused by XAResourc

2009-01-26 Thread b.eckenfels
"b.eckenfels" wrote : https://jira.jboss.org/jira/browse/JBAS-6412 Adrian provided us with a Fix for 4.2.3 and this also applies to 4.0.5. Our first tests shows, that the specific condition is solved (in both versions). We now let this run on customer system and see if the problem is completely

[jboss-user] [EJB 3.0] - Re: Ejb3 sources in zipped form

2009-01-26 Thread ALRubinger
"skajotde" wrote : Yes, there are true arguments but I very prefer treat these libraries as part of EJB3 Project. So when EJB3 Project change releases new version there is one number of version. You can't override logical arguments with preference. :) "skajotde" wrote : I'm afraid of versioning

[jboss-user] [EJB 3.0] - Re: Ejb3 sources in zipped form

2009-01-26 Thread skajotde
"ALRubinger" wrote : "skajotde" wrote : I think it is great that library can be used outside EJB3 and provides model and metatada. But main purposes of this libraries are be part of EJB3 product so I think it should be versioned in one way with one version number for releases of all libraries. S

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: UserType for EntityBeany can't be used due to failure du

2009-01-26 Thread mugglmenzel
Problem solved! Instead of having the ColumgType that is extending hibernate's userType class in a referenced jar I now added the columnType class to the source of the EJB project and seems now the class loading sequence has the correct order making it work. View the original post : http://www

[jboss-user] [EJB 3.0] - Re: jsf injection ejb3

2009-01-26 Thread slaash
thanks, i saw that one of solutions is to change the attribute UseJBossWebLoader to true but in jboss 5 where we can find the file equivalent to %JBOSS_HOME%/server/< serverName>/deploy/jboss-web.deployer/META-INF/jboss-service.xml i tried to find the attribute but without success... thanks fo

[jboss-user] [Performance Tuning] - Re: JBOSS not loaded

2009-01-26 Thread PeterJ
OK, you are not a "Java guy," but have you run Linux scripts before? twiddle.sh is a Linux script. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204770#4204770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204770 ___

[jboss-user] [JBoss Cache: Core Edition] - jboss cache clustering problem

2009-01-26 Thread rich11
I have problem deploy jboss cache to one of our cluster environments. The first node starts fine, second node got exception: Caused by: org.jgroups.StateTransferException: 10.120.23.87:33341 could not fetch state null from null at org.jgroups.JChannel.connect(JChannel.java:459) a

[jboss-user] [Microcontainer] - Annotations scanning nightmare

2009-01-26 Thread obrien
Hi Ales, having currently some performance problems in development environment due to the annotation scanning (multiple different frameworks, components, etc.) I'm wondering if there is any idea (or better ongoing work) how to facilitate handling existing of annotations only once? I've been wo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to check, JBOSS is running

2009-01-26 Thread ran_sushmi
hi, But, can you please answer of how to use the twiddle funcationality as asked in the other post of mine. regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204760#4204760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss jBPM] - Re: Populating DropDown list from database in the Task form

2009-01-26 Thread kukeltje
anonymous wrote : One way is I have to edit faces-config.xml in the jbpm-console.war; Is there any otherway I can do this task. [/quote | No, well. yes, write your own full application and not re-use the jBPM console View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tomcat forums

2009-01-26 Thread ran_sushmi
hi, thanks, for your answer. You have been answering so many of my questions. regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204757#4204757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204757 ___

[jboss-user] [Clustering/JBoss] - Re: Session Replication and Sticky Session

2009-01-26 Thread bstansbe...@jboss.com
The web.xml I'm talking about is the one in your webapp war's WEB-INF. If the webapp you're talking about is the default webapp that ships in deploy/jboss-web.deployer/ROOT.war, then that's the right path. The jboss-web.xml goes in the same dir as the web.xml. View the original post : http://w

[jboss-user] [JBoss Messaging] - Re: Connection Factory Configuration problem in JBoss Messag

2009-01-26 Thread jmesnil
"siddharth_2279" wrote : 1) Any update on this topic. Please Help !!! | Have you checked that the client application has all the required jars listed in the documentation? "siddharth_2279" wrote : | 2) Also does JBoss 5.0.0-G.A. not give us a default QueueConnectionFactory and TopicConnec

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: virtual directories in Jboss 5

2009-01-26 Thread PeterJ
According to the JIRA, this feature has been dropped (the JIRA was rejected). The only option you have is to add a new deploy directory in profile-service.xml. Of course, doing so means that you will have to rename the directory that contains the static content to xxx.war. View the original pos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: boss 4.2.2 terminating unexpectedly

2009-01-26 Thread PeterJ
If the typical shutdown messages are not appearing in the log, it could be that the JVM is crashing - such info you appear only in stderr (or stdout). So if you are not capturing strerr somewhere, you will miss it. Another possibility is that if your run script automatically restarted the app s

[jboss-user] [Clustering/JBoss] - Re: Session Replication and Sticky Session

2009-01-26 Thread maverickatul
the path of web.xml is deploy/jboss-web.deployer/Root.war/WEB-INF? Can you tell me this is the right path and here only we have to create the jboss-web.xml in jboss-4.2.3. Please mail me on mavericka...@gmail.com, i would b very thanful to u. View the original post : http://www.jboss.com/index.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tomcat forums

2009-01-26 Thread PeterJ
Here is one I know of: http://www.coderanch.com/forums/f-56/Tomcat Also, there is a Tomcat user mailing list: http://tomcat.apache.org/lists.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204745#4204745 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [EJB 3.0] - Re: Ejb3 sources in zipped form

2009-01-26 Thread ALRubinger
"skajotde" wrote : I think it is great that library can be used outside EJB3 and provides model and metatada. But main purposes of this libraries are be part of EJB3 product so I think it should be versioned in one way with one version number for releases of all libraries. So change in library-a

[jboss-user] [JBoss Cache: Core Edition] - Re: Replicated Cache - Failover & Failback

2009-01-26 Thread abcdefg1234
Thanks for the quick reply. I had assumed earlier that in a CCL configuration, if one of the cache instance's in a cluster is shutdown the requests get automatically rerouted to the other cache in the cluster, until it is brought back again. View the original post : http://www.jboss.com/inde

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to check, JBOSS is running

2009-01-26 Thread PeterJ
How is this question different from http://www.jboss.com/index.html?module=bb&op=viewtopic&t=149209 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204742#4204742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204742 __

[jboss-user] [Beginners Corner] - Re: Challenges when moving from JBoss AS to JBoss EAS

2009-01-26 Thread PeterJ
I assume that "JBoss EAS" is a typo and you meant "JBoss EAP." EAP 4.3 is based on AS 4.2.1 with JBoss Messaging replacing JBossMQ. In addtion, it includes various pacthes. Thus if you are running AS 4.2.x and either you do not use messaging or you have manually installed JBoss Messaging, then

[jboss-user] [JBoss Messaging] - Re: Connection Factory Configuration problem in JBoss Messag

2009-01-26 Thread siddharth_2279
1) Any update on this topic. Please Help !!! 2) Also does JBoss 5.0.0-G.A. not give us a default QueueConnectionFactory and TopicConnectionFactory. This seems to be the case as its giving QueueConnectionFactory not bound. But in JBoss-4.2.2 G.A. we used to get a default QueueConnectionFactory a

[jboss-user] [JBossWS] - DII client for DataHandler webservice?

2009-01-26 Thread mendret
hello folks, tec Notes: JBoss 5AS JBossWS 3.0 i've got the following problem. I have a webservice working with javax.activation.DataHandler. Now I have to write a DII client for it, i already got a client using proxy's but i was told that i have to use dii for the client, now my question is, h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: virtual directories in Jboss 5

2009-01-26 Thread formica
Did you manage to get JBoss 5 web server to access static content in the file system ? I have exactly the same problem that you are mentioning in this topics and I did not found any solution for the moment. Thanks in advance Andrea View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [EJB 3.0] - How to mix integer and double in the ejbql

2009-01-26 Thread r_q_d
I have a entity bean like this: PlayScoreBean | public class PlayScoreBean implements java.io.Serializable{ | ... | private Integer rawScore; | public Integer getRawScore() { | return rawScore; | } | | public void setRawScore(Integer rawScore) {

[jboss-user] [JBoss Portal] - PermGen Space exception

2009-01-26 Thread TdeVos09
Hi all, first our environment: We are using JBoss AS 4.2.3 with the Jboss Portal 2.7.1. and JDK 1.6.0_11. Excuse me if i picked the wrong thread. In development we had the following problem. After a couple of deployments and undeployments JBoss is throwing a PermGen Space exception. We found a

[jboss-user] [EJB 3.0] - Re: Ejb3 sources in zipped form

2009-01-26 Thread skajotde
"wolfc" wrote : The aim of the game here is to get one set of stable components which are certified against EJB 3.0 specs. Since it's a lengthy process to ascertain both certification and stability I want these components to stay solidly in place for a long time. | | On top of this we'll de

[jboss-user] [Clustering/JBoss] - Re: Session Replication and Sticky Session

2009-01-26 Thread maverickatul
the path of web.xml is deploy/jboss-web.deployer/Root.war/WEB-INF? Can you tell me this is the right path and here only we have to create the jkboss-web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204729#4204729 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: JBPM Logging Filter Not Working As Described

2009-01-26 Thread bdavis
The following should be removed from the documentation, as it is misleading. anonymous wrote : | 17.2 | In case you want to filter the logs, you need to write a custom implementation of the LoggingService that is a subclass of DbLoggingService. Also you need to create a custom logging Servi

[jboss-user] [JBoss jBPM] - Populating DropDown list from database in the Task form

2009-01-26 Thread giridhar_be
Hi All, I want to populate dropdown list values from database table in the Task form. I know how to do in the JSF, first we have to declare ManageBean in the faces-config.xml and use selectManyMenu for display. Bean will extract data from database that returns list of values. In JBPM proces

[jboss-user] [JBoss Portal] - Ajax Request and Session prolongation

2009-01-26 Thread speleomaniac
Hi everybody, I have a question... We have a portal application which we build some Ajax functionality for it with JBoss Portletbridge and Richfaces We have an Ajax Poll in one of the web page and we are expecting that pool prevent that our portal application would get Session Timeout but

[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2009-01-26 Thread mikaeljl
Hi! Sorry for the the delay... I've tried the new username token support now and it seams to work fine. Build info: Version: jbossws-native-3.0.6-SNAPSHOT Build: 200901151503 Example of SOAP request: | POST /lab_1_wsdl_first/HelloService HTTP/1.1 | SOAPAction: "" | Content-Type: text/xml;

[jboss-user] [EJB 3.0] - circular reference issue

2009-01-26 Thread amarkovits
I updated my jboss from 4.0 to 4.2. I changed in code most of the ejb related annotation modifications and everitying is working except one thing. I get this error: --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:jar=abpejb.ejb3,name=AccountFacadeBean,service=EJB3 State: NOTYETI

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss classpath/classloader questions

2009-01-26 Thread rziegle...@yahoo.com
Hi, please let me know if I'm in the wrong place. QUESTION: Is it possible to use a classpath or classloader setting to load jars from a location outside our app's deployed war WEB-INF/lib location, but AFTER the app's WEB-INF/lib jars have already been loaded? BACKGROUND: Our company has an

[jboss-user] [EJB 3.0] - Re: Ejb3 sources in zipped form

2009-01-26 Thread ALRubinger
"wolfc" wrote : The feature packs will have a separate release cycle. As do each of the components that together compose "EJB3". "skajotde" wrote : At least there is plus that all ejb3 artifacts have common version number ...but because of the separate release cycles, the components will not ha

[jboss-user] [JCA/JBoss] - Re: RAR deployment error

2009-01-26 Thread gerbrand
Thanks alot for the posting! I had the same problem, and deleting the manifest.mf files (didn't contain any usuful information anyway) helped. My problem was, one or more of the .jar files were included in the ear file as modules, contained a manifest.mf file. View the original post : http:/

[jboss-user] [EJB 3.0] - Re: JBoss AS 5.0.0.GA doesn't have bundled Ejb3

2009-01-26 Thread ALRubinger
"skajotde" wrote : | It would be nice release notes (http://sourceforge.net/project/shownotes.php?release_id=655817&group_id=22866) describe this relation. It is great that EJB3 can be standalone product but from JEE view is couply integrated with application server so I think version matrix

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Overriding jboss lib hibernate jars

2009-01-26 Thread mikeocon333
Hi I see a number of google hits on loader repository and how it can be used to override the hibernate jars shipped with jboss. However, nothing I have tried convinces me that it truly works. Can some one provide a solid pointer to a sample configuration to override hibernate jars? We are using

[jboss-user] [EJB 3.0] - Re: JBoss AS 5.0.0.GA doesn't have bundled Ejb3

2009-01-26 Thread skajotde
It would be nice release notes (http://sourceforge.net/project/shownotes.php?release_id=655817&group_id=22866) describe this relation. It is great that EJB3 can be standalone product but from JEE view is couply integrated with application server so I think version matrix with EJB3 vs JBossAS s

[jboss-user] [JBoss jBPM] - Re: any jbpm version for java 1.4.2?

2009-01-26 Thread tangomannn
Thanks, trying with 3.2 in minutes! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204710#4204710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204710 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: any jbpm version for java 1.4.2?

2009-01-26 Thread kukeltje
and higher of course View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204706#4204706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204706 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss jBPM] - Re: any jbpm version for java 1.4.2?

2009-01-26 Thread kukeltje
3.2 runs on jdk 1.4.2, 3.3 only runs on 1.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204705#4204705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204705 ___ jboss-user

[jboss-user] [JCA/JBoss] - Re: TxConnectionManager error IllegalMonitorStateException

2009-01-26 Thread bcoutinho
Thanks for the reply. Actually, the error started occuring only after we ported the app to version 4.2.3. Before that, it was working fine in 4.2.0 (I mean, without this error). About the NOT_SUPPORTED use, in fact we need the procedure not to participate in the transaction controlled by the co

[jboss-user] [JBoss jBPM] - any jbpm version for java 1.4.2?

2009-01-26 Thread tangomannn
Hi, Is there any jbpm version for java 1.4.2? The doc for version 3 says that is for java 1.4.2 (http://docs.jboss.org/jbpm/v3/userguide/deployment.html ) but I downloaded the source and I found that they're using annotations ... I would just need a jbpm-jpdl.jar and jbpm-identity.jar that runs

[jboss-user] [EJB 3.0] - Re: Ejb3 sources in zipped form

2009-01-26 Thread wolfc
The aim of the game here is to get one set of stable components which are certified against EJB 3.0 specs. Since it's a lengthy process to ascertain both certification and stability I want these components to stay solidly in place for a long time. On top of this we'll develop new components to

[jboss-user] [Clustering/JBoss] - Very strange problem while looking up HAJMS Topic

2009-01-26 Thread chtimi2
JBoss 4.2.3, deploying the topic as a HASingleton. An SLSB deployed on all nodes uses the Topic. Let's say that JMS topics run on node A, and i'm calling the EJB method on node B (everything works fine when calling it on node A). Since injection fails (in a surprising way too: getting a NamingC

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: boss 4.2.2 terminating unexpectedly

2009-01-26 Thread macq
more info: server works on Linux, Java 1.5 and it occurs in 1-2 day periods View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204696#4204696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204696 ___

[jboss-user] [EJB 3.0] - Re: Embeddable EJB release estimate?

2009-01-26 Thread wolfc
The Embeddable EJB 3.1 is a work in progress. We did silently release an 1.0.0-Alpha1 which is compatible with AS 5.0.0.GA. I'm planning to do a 1.0.0-Alpha2 release which is compatible with EJB 3 1.0.0. For more instructions on how to use: http://wiki.jboss.org/wiki/EJB31Embeddable. The plan i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - boss 4.2.2 terminating unexpectedly

2009-01-26 Thread macq
Can anybody know what can cause that jboss 4.2.2 is terminating unexpectedly ? There is no shoutdown informaction in the log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204694#4204694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Cache: Core Edition] - Re: tx aware cache config issue

2009-01-26 Thread emmartins
Unfortunately I can't do that, the specs (including its tck) mandate the "passive" behavior, the user app may set or retrieve state before or after setRollbackOnly() is called. I don't see this solution as inconsistent, it is just JBC being completely neutral, something as "ok I will let you go

[jboss-user] [Management, JMX/JBoss] - Re: class which implements javax.management.Notification and

2009-01-26 Thread dimit...@jboss.org
To be honest, I haven't seen this type of usage before. I guess the trick is to make sure you won't have synchronization issues when the MDBs update their config because they might be doing message processing at the same time, using some form of copy-on-write semantics. View the original post

[jboss-user] [EJB 3.0] - Re: Ejb3 sources in zipped form

2009-01-26 Thread skajotde
Thanks. Very good that are sources on maven repo at one http adress ;). I see that EJB3 project is so mavenized that there is no common tags in http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/. I think it is drawback. At least there is plus that all ejb3 artifacts have common version

[jboss-user] [JBoss Cache: Core Edition] - Re: tx aware cache config issue

2009-01-26 Thread manik.surt...@jboss.com
I suppose that is something I could do, just not overly pleased with the inconsistent behaviour that will arise when a cache op is called with a tx which has been marked for rollback, depending on whether a sync is already registered or not. TBH, I'd much prefer consistent behavoiur. What you

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Bitwise AND in EJB-QL

2009-01-26 Thread dgeraskov
oracle have bitand(first, second) function. Se how to create function in oracle toplink here^ http://www.oracle.com/technology/products/ias/toplink/doc/1013/MAIN/_html/expres008.htm View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204685#4204685 Reply to the p

[jboss-user] [JBoss jBPM] - Re: JBPM Logging Filter Not Working As Described

2009-01-26 Thread mputz
I don't think this is possible with jBPM 3 as there are direct references to the various log classes in lots of places. Therefore, one can only chose between all or nothing. AFAIK, jBPM 4 will bring improvements in that area, too: https://jira.jboss.org/jira/browse/JBPM-1213 View the original po

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Bitwise AND in EJB-QL

2009-01-26 Thread cubanacan
Hi dgeraskov Do you know how to define user function in Oracle Toplink instead of Hibernate? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204682#4204682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204682 _

  1   2   >