[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-02-28 Thread FrankTheTank
4.2.2.GA standard binaries. I had also thought it might have something to do with our edited verion of JBoss, but even a fresh one off the download server has the issues. >From the console I can see that the dependend ist started right before the >provider. Maybe it will help if I explain what

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Simply IP ban

2008-02-28 Thread zfar
Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132745#4132745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132745 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [Management, JMX/JBoss] - JMXNotificationAppender customization

2008-02-28 Thread suvasis
hi, I want to customise the JMXNotificationAppender to trap a particular log4j event. In my case this event is of level INFO. How do I do this? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132746#4132746 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss jBPM] - Re: New process instance always get persisted

2008-02-28 Thread bungrudi
I'll propose a feature, a factory method in JbpmContext and/or a new constructor in ProcessInstance that produces transient ProcessInstance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132750#4132750 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate 3 on JBoss 4.2.2 - changes in HSQL

2008-02-28 Thread redrabbit
Does anyone know how to set the hibernate.query.factory_class property when hibernate is run as a service using an MBean? I can't find a corresponding attribute for hibernate.query.factory_class to use the org.hibernate.hql.classic.ClassicQueryTranslatorFactory View the original post : http:

[jboss-user] [EJB 3.0] - EJB3 and GenerationType.AUTO on Sqlserver 2005

2008-02-28 Thread wilfried.deguil
Hello, I'm using Jboos 4.2.0.0 GA and Sqlserver2005 and Mysql. I have an EJB3 entity with this annotations : @Entity public class Test implements Serializable { private int id; @Id @GeneratedValue(strategy=GenerationType.AUTO) public int getId(); { return id; } } When i start my server

[jboss-user] [JBossWS] - Re: jdk 1.6, jbossws 2.0.1 and jboss as 4.2.2.ga

2008-02-28 Thread jyc5131
me too, who know the exact reason, how can i do? Jboss, Help me~~~, I just updated the JDK 1.6 update3, then the service is broken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132757#4132757 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - jbpm-jpdl.jar deployment in war file

2008-02-28 Thread d_buckley
I'm trying to deploy a war file that contains all the libraries required. One of libs happens to be jbpm-jpdl.jar. When the file is included in with the other libs, jboss will not deploy the war, if the file is copied to the lib directory (default/lib) then the deploy works fine. has anyone a

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2008-02-28 Thread [EMAIL PROTECTED]
Hi Bensonfungjava, I have also been looking for the same Alfresco-enterprise-jboss war file as you , and I have not been able to find the same . Please help me out by providing me the location of this file . Thanks and Regards , Ashish View the original post : http://www.jboss.com/index.html

[jboss-user] [JBossCache] - Is v1.4.1 completely compatible with v1.4.0

2008-02-28 Thread liuhang781102
I used v1.4.0GA in my project. The project is running in the customer's envirement. Now I have a fatal problem: Cache A and cache B in separate JVMs, when A's jvm shut down, chache B's member list still have cache A. This can last very long time. I think it is a bug of Jbosscache or Jgoups.

[jboss-user] [JBoss/Spring Integration] - Re: Jndi lookup on spring factory return 'null'

2008-02-28 Thread alesj
"zumbiehl" wrote : | The lookup returns me a null instance of the Spring context although lookups work fine from within the JBoss container. | I think this is expected behavior. Since we put the bean factory into non-serializable JNDI context, there are no means of pulling it out from anoth

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-28 Thread alesj
"ragavgomatam" wrote : Wish we have Jboss 5 GA with OSGI... We will, perhaps even CR1 will be already configured to use it. ;-) Here is some more info, in case you missed this: - http://labs.jboss.com/community/interviews/ales_osgi.html View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem with contextDestroyed executed after undeploy ..

2008-02-28 Thread rajeshchande
Hello, I do face this issue on my JBoss 4.0.3SP1 as mentioned at the below urls: http://jira.jboss.org/jira/browse/JBAS-3093 http://jira.jboss.org/jira/browse/JBAS-3087 I can see that one solution is to upgrade JBoss to higher versions, But is there a PATCH available for 4.0.3SP1 version?

[jboss-user] [EJB 3.0] - Re: StackOverflowException caused by throwing app exception

2008-02-28 Thread LordCoven
Is it OK if the test case pre-supposes an installed and running OpenLDAP server? I'll see if I can get a test case sorted which works without one, though. Cheers, C View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132770#4132770 Reply to the post : http://www.j

[jboss-user] [JBoss Portal] - Re: Accessing portal content with bookmarkable URLs+Paramete

2008-02-28 Thread jssteux
One possible way is to define a new PortletCommandObjectFactory (declaration in jboss-service.xml) This way, you can analyse your url ant set render parameters of your portlets. We use this technique to give direct access to contents in our portal. View the original post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-28 Thread pojomonkey
"trouby" wrote : Hey, | | Can't I just have my own node type? maybe extended from the generic node available in JBPM | | like there's / I would like to have my own node tag, fully described differently, with different tags and parameters? | Then you'll also have to customise jBPM s

[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-02-28 Thread [EMAIL PROTECTED]
You may want to take a look here, too: http://wiki.jboss.org/wiki/Wiki.jsp?page=BarrierController View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132802#4132802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132802

[jboss-user] [JCA/JBoss] - Re: XADataSource vs. WrapperDataSource

2008-02-28 Thread jhalliday
Any thread in particular, or do I need to set aside a week or two to wade through the whole thing? You are right that what I did is a hack. The real solution in my view requires changes to the transactions integration spi. We can't do that in a CP release - any short term solution for EAP 4.x n

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Possible bug in named queries

2008-02-28 Thread mars1412
I remember to have read, that this is intentional somewhere on the forums - so U better change the name View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132819#4132819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41328

[jboss-user] [JBoss jBPM] - StackOverflow with Seam and @BeginTask

2008-02-28 Thread franky.b
Hello, I integrated the jBPM example from Seam reference (http://docs.jboss.com/seam/2.0.1.GA/reference/en/html/tutorial.html, Chapter 1.4) into my existing and working web application (this means, I simply added the two screens and the two java classes from the example and of course the neede

[jboss-user] [JBossWS] - Remote server access problem using webservice

2008-02-28 Thread rashmi_yes
Hi, I have installed jboss 4.2 in Enterprise Linux server & with my web service application jars. After starting the server, I could see the WSDL file from my Windows system. url looks like as http://localhost.localdomain:8080/Sample/SampleAppl"/> But When I make a call to my remote web servi

[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-28 Thread SunSpider
I tried to use several different method to access JNDI from remote machine, and always get problem on server. The following one is what I get with JNDI over Http. The InitialContext can be obtained, but look up failed. if I put jbossall-client.jar on classpath the first stack trace is obtained, a

[jboss-user] [JBoss Portal] - Re: org.jboss.portal.portlet.container.PortletInitialization

2008-02-28 Thread saurabhshastri
me t facing same problem plzzz help me out. i already hv spent 2 days for resolving it... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132850#4132850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41328

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem Installing JBossTS 4.2.3 in JBossAS 4.2.2

2008-02-28 Thread sam01
Hi I have problems installing JBossTS. Can anyone supply me a detailed description how to install JBossTS. I tried it several times but it never worked. or Is there a complete package where JBossTS is included in the JBossAS? Thanks in advance Samuel View the original post : http://www.jbos

[jboss-user] [JBoss Portal] - response.createActionURL(node).toString() problem (bug?)

2008-02-28 Thread PMN
In EDIT mode of a portlet, I use response.createActionURL(node).toString() in a javascript to submit change made by the user. The URL get encoded with "?action=2" . The problem is my "processEdit()" code is never called, neither is "processView()". If I replace "action=2" by "action=1" then it

[jboss-user] [JCA/JBoss] - Destroying Unmatched Connections !

2008-02-28 Thread chavali
Hi , I need some help with my understanding of matchManagedConnections. Some background- I have 5 connections in my pool and a client makes a request for a connection object. However his ConnectionInfo does not match with the existing 5 connections. I was under the presumption that a new connect

[jboss-user] [JBossWS] - Re: Remote server access problem using webservice

2008-02-28 Thread rashmi_yes
Hi all, Finally i solved this proble by adding 1 more entry with IPAddress in host file & restarted the system. It works fine now View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132856#4132856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] getting blank page after giving the uname and password to the app

2008-02-28 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=26665 Posted on behalf of a User 18:05:33,984 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at org.apache.taglibs.standard.tag.common.core.UrlSupport.resolveUrl(UrlSupport.java:146)

[jboss-user] [JBoss Messaging] - Re: Problem with JEMS JMS install: User is NOT authenticated

2008-02-28 Thread karpinsn
Yes I have both of the messaging properties files, which look exactly like what you posted. Also my login-config contains the messaging policy and it too looks exactly like what you posted. - Nik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132860#4132860

[jboss-user] [JBoss Messaging] - Re: Problem with JEMS JMS install: User is NOT authenticated

2008-02-28 Thread ataylor
can you post the login-config.xml file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132865#4132865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132865 ___ jboss-user maili

[jboss-user] [JBoss Portal] - Re: How do JBossPortal support multi lingual?

2008-02-28 Thread juancito
You can share the information, please. How do you do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132867#4132867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132867 ___

[jboss-user] [JBoss Messaging] - Re: Problem with JEMS JMS install: User is NOT authenticated

2008-02-28 Thread timfox
Personally I wouldn't bother with the installer, but install using the instructions in the user guide. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132868#4132868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132868

[jboss-user] [JBoss AOP] - Exception

2008-02-28 Thread chandra_88
Hi, I deployed an ear the aop is present in the ear has an .aop archive with the meta-inf folder containing the jboss-aop.xml containing all the point cuts . However when i run the EJB client to access the EJB deployed in the ear am getting a class cast exception for the interceptor | Ex

[jboss-user] [JBoss Portal] - Re: How can I to include JavaScript files in Portlets to JBo

2008-02-28 Thread je.a.le
"swisst" wrote : So you are having a single portlet download common javascript files that are used by multiple portlets? That sounds like a bad ideaIf this is truly common js code, why not have the theme load it for you? Or reference it in every portlet, the browser will be smart enough to

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-28 Thread trouby
Hey, Well, the designer is not so easily extend able, I better leave it for now, What about extending the default node, but having more tags specified in its body? aint there an example for that? I hope there is, I also hope that the engine delegates the XML tags to the node execution itself s

[jboss-user] [JCA/JBoss] - Re: Destroying Unmatched Connections !

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

Re: [jboss-user] getting blank page after giving the uname and password to the app

2008-02-28 Thread Stephen Davidson
Hi Sam. I tend to run into this (or something similar) when; 1) I don't specify the URL for the Taglib correctly. 2) I don't have the parameter names/types for the tag properly specified in the tld (especially when I miskey a parameter name). Don't know if that's what's causing your issue, but it

[jboss-user] [JBoss Portal] - Re: How can I to include JavaScript files in Portlets to JBo

2008-02-28 Thread je.a.le
oops ! look like someone eat my lines :-D Correct sentence is : anonymous wrote : | You cannot relly on the cache neither : every time the browser found a , it runs it, that a major problem. not only it's time consuming, but it could create some js exception. | | A solution is to

[jboss-user] [JCA/JBoss] - Re: XADataSource vs. WrapperDataSource

2008-02-28 Thread [EMAIL PROTECTED]
"jhalliday" wrote : Any thread in particular, or do I need to set aside a week or two to wade through the whole thing? | There's only 134 threads in that forum. It's not going to take a week to read just the titles. Especially when on the second page there's huge thread entitled "JcaXAResourc

[jboss-user] [JCA/JBoss] - Re: Can

2008-02-28 Thread [EMAIL PROTECTED]
Sounds like a job for aop to me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132882#4132882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132882 ___ jboss-user mailing lis

[jboss-user] [JCA/JBoss] - Re: How to create socket connection to legacy sytem instead

2008-02-28 Thread [EMAIL PROTECTED]
You have a question? :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132883#4132883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132883 ___ jboss-user mailing list jboss-

[jboss-user] [Messaging, JMS & JBossMQ] - Re: configure MDB instances w/ JBOSS 4.2.2

2008-02-28 Thread [EMAIL PROTECTED]
You guys are just blind: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=110200 The answer is you use annotaions/activation-config-properties in EJB3. Programming EJB3s is not an issue for the JBossMQ forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

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

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

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDBs don't work after jms recovery

2008-02-28 Thread [EMAIL PROTECTED]
As it says in READ THIS FIRST, JBossMQ is not getting new features (unless you want to provide the patch?). Try JBoss Messaging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132889#4132889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBossWS] - Re: jdk 1.6, jbossws 2.0.1 and jboss as 4.2.2.ga

2008-02-28 Thread jyc5131
WS client and Jboss am running on the same machine and its JVM is JDK6u3 , Please Please Jboss team guy give us one solution to save it, the web service is only a sample but it doesn't work for above error View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132888#4

[jboss-user] [JBossWS] - Re: the client can't invoke the service

2008-02-28 Thread Bouchwichman
Fresh news!!! I made the thing work with an application running on JBoss 4.0 . It's another client application. So the problem isn't from the JBoss server itself, it's from my client application. Now i have to find WHY my client application can't invoke the service. (still the same exception).

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Jboss server configuration for JMS, JBOSS MQ

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

[jboss-user] [JBossWS] - Re: jdk 1.6, jbossws 2.0.1 and jboss as 4.2.2.ga

2008-02-28 Thread oskar.carlstedt
Hi All! Downgrade your JVM and your problem shall be gone. It has to do with the SOAP-implementation (SAAJ). I think you can switch SAAJ-implementation by adding a newer saajImpl.jar file to the $JBOSS_HOME/lib/endorsed directory. I'm not sure about the last part about SAAJ but it is a known pr

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Maximum CPU Usage in Jboss4.0.4 GA

2008-02-28 Thread PeterJ
Did you google "java thread dump"? The max heap size you specified is too large for the amount of ram you have, which will cause thrashing even if jbossas is the only thing running on that box. On top of that you have postgresql running on the same box, and the ram you have is barely enough for

[jboss-user] [JBossCache] - Re: NullPointerException when call the get(..) method, W

2008-02-28 Thread mircea.markus
This looks very much like a bug. I've tried some scenarios to reproduce it, but couldn't. Can you please post your configuration, and also some code to describe the cache access pattern in which the failure occurs (tx is started? am I doing a get on a non existent node?) A unit test to reproduce

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Chnaging JBoss JDBC connection pool size

2008-02-28 Thread PeterJ
I would not go over 400 or 500. You also have to adjust your database configuration to accept this number of connections, and you have to take the maximum number of connections your database can handle into account. In addition you will need a larger heap to hold that number of connections. Fin

[jboss-user] [JBossWS] - Re: Signature is invalid error when the message contains \r

2008-02-28 Thread [EMAIL PROTECTED]
Thanks for your report of the issue Martin. The fix will be available in next JBossWS release ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132922#4132922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132922 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Chnaging JBoss JDBC connection pool size

2008-02-28 Thread PeterJ
The default for idle-time-minutes is 15. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132921#4132921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132921 ___ jboss-user mai

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-28 Thread pojomonkey
"trouby" wrote : Well, the designer is not so easily extend able, I better leave it for now, Wise decision... "trouby" wrote : What about extending the default node, but having more tags specified in its body? You could, but that'll still mean changing the core jBPM source to have them parsed.

[jboss-user] [JBoss jBPM] - Returning position in graph

2008-02-28 Thread twiceknightly
Hi, We have our app split over 3 tiers. I'm wondering how to pass the current node you are at to the presentation layer so that it can show a different JSP depending on the where you are in the graph. cheers in advance ... View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: Synchronising tasks finish-to-finish

2008-02-28 Thread pojomonkey
Despite now having got various scenarios working with forks, joins and sub-processes, I'm still not clear on how I can achieve finish-to-finish synchronisation except by some logic external to jBPM. I would welcome any thoughts on this. View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Portal] - Re: How can I to include JavaScript files in Portlets to JBo

2008-02-28 Thread swisst
Yeah, linking to a specific theme sounds like a bad idea as well! I guess my point is that I have always treated each portlet as a unique entity, so the thought of one portlet being in charge of loading all of the JS for other portlets just feels really wrong. For example, we use some JS li

[jboss-user] [Remoting] - P2P Client Callback with streaming

2008-02-28 Thread pat.chang1973
Hi, We are keen to build a P2P server which allows multiple clients to register to the server. Each client call to the server should evoke a push to zero or many peers, who would have registered to the group chat earlier. Question 1: Is it possible to have each clients socket context connection

[jboss-user] [JBoss Portal] - Differences between PortletURL and PortalNodeURL?

2008-02-28 Thread PMN
They both supports render and action urls - can you explain differences between the two and when to use one or the other - what's the feature behind each of them? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132931#4132931 Reply to the post : http://www.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to access the deploy folder from inside my application

2008-02-28 Thread pete007
Hello, I'm working on a system, that generates Images, places them in a special folder and puts a-hrefs in the response of the page. I created an folder "image" in the jboss-deployer, where I place my images. The full path is: $JBOSS_HOME\server\default\deploy\jboss-web.deployer\ROOT.war\image

[jboss-user] [JBossCache] - Re: Is v1.4.1 completely compatible with v1.4.0

2008-02-28 Thread mircea.markus
what is the configuration where this appears? (JBossCache version, cache config file) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132935#4132935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132935

[jboss-user] [JBoss jBPM] - Re: exposing GPD in web applications

2008-02-28 Thread wootenator
I haven't used SWT, but saw this article: http://www.ibm.com/developerworks/opensource/library/os-jws/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132937#4132937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132937

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to access the deploy folder from inside my applicati

2008-02-28 Thread PeterJ
The jboss.server.home.dir system property holds the location jboss_home/server/, where xxx is the configuration name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132939#4132939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-28 Thread nsmith80
"nsmith80" wrote : I'm trying to use 4.2.2GA for an EJB3 application that currently runs in 4.0.5GA without any major issues. I'm running into an issue where the app server is trying to use ejb-jar.xml file even though I don't use it. I get the following warnings when I start the server: |

[jboss-user] [JBoss Messaging] - Re: Problem with JEMS JMS install: User is NOT authenticated

2008-02-28 Thread karpinsn
I have gone though the install without using the JEMS installer, and now JBoss Messaging is working. I am able to run the examples, along with creating, posting, and reading new topics. Now I'm going to attempt to switch the DB to an Oracle DB so hopefully that will go a bit smoother. Thanks

[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-28 Thread nsmith80
Didn't mean to add anything. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132945#4132945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132945 ___ jboss-user mailing list jb

[jboss-user] [JBoss Portal] - Re: PortletPreferences in MySql

2008-02-28 Thread PeterJ
I dumped my mysql variables and these are the differences that I noted: 1) I am using utf8 for my character sets: | character_set_client| utf8 | character_set_connection| utf8 | character_set_database | utf8 | character_set_filesystem| binary | character_set_r

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss classloaders, doesn't release static objects on undepl

2008-02-28 Thread beto_tbo
Hi friends! I'm having problems at the undeployment of an EAR. Why JBoss doesn't release the classloaders after undeploy an EAR. I need clean all static variables by myself? Doesn't exists a configuration or something to the JBoss undeployer unload all loaded classes? View the original post :

[jboss-user] [JCA/JBoss] - Oracle DS

2008-02-28 Thread Artec
Hi, I would to know if i can put two different database configuration in the same datasource file. For example BS_DB jdbc:oracle:oci8:@ oracle.jdbc.driver.OracleDriver BS BS 100 org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter AS_DB

[jboss-user] [EJB 3.0] - Moving app from 4.0.5GA to 4.2.2GA

2008-02-28 Thread nsmith80
I'm trying to use 4.2.2GA for an EJB3 application that currently runs in 4.0.5GA without any major issues. I'm running into an issue where the app server is trying to use ejb-jar.xml file even though I don't use it. I get the following warnings when I start the server: | 008-02-26 13:34:22,7

[jboss-user] [EJB 3.0] - Re: Moving app from 4.0.5GA to 4.2.2GA

2008-02-28 Thread nsmith80
Here's the bean, the interface(s) implemented, and class he inherits from. Basically the business tier was built on a hierarchical scheme where the highest level user BeloAdmin would inherit his characteristics from the lower levels. ie. RegionAdmin | package com.belo.leaderboard.ejb.session

[jboss-user] [JBossWS] - Problem running/creating webservice client .NET

2008-02-28 Thread jnaus
I am trying to integrate with a .NET web service and I am able to create the client side stubs using the AXIS wsdl2java ant task. However when I try and run the JBoss wsconsume function I get the following error: [WARNING] src-resolve.4.2: Error resolving component 's:schema' and [ERROR] unde

[jboss-user] [JBoss jBPM] - Re: Migrate / Upgrade to JBPM 3.2

2008-02-28 Thread ibivibiv
Ok, I give and sorry if they are in an obvious place, but where are these migration scripts that I have seen mentioned? I have found plenty of creation scripts, but nothing going from 3.0 -> 3.1 or 3.1 ->3.2? Thanks in advance for any direction. View the original post : http://www.jboss.com/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to access the deploy folder from inside my applicati

2008-02-28 Thread pete007
That's what I was looking for, thank you. Now I can use it this way: import org.jboss.system.server.ServerConfigLocator; | .. | private String imgFolderPath = ServerConfigLocator.locate().getServerHomeDir() + "/deploy/jboss-web.deployer/ROOT.war/images/"; View the original post : http:/

[jboss-user] [JBoss Portal] - Re: Differences between PortletURL and PortalNodeURL?

2008-02-28 Thread PMN
The code is unreadable, easier to try ... PortletURL createActionURL() ... Window?action=1 with PortletMode set to EDIT ... Window?action=5&mode=edit with PortletMode set to VIEW ... Window?action=5&mode=edit with WindowState set to MAXIMIZED ... Window?action=d&windowstat

[jboss-user] [Beginners Corner] - deploying problem ( customized directory structure )

2008-02-28 Thread sajhak
Im new to J2EE development . i would like to know whether i can deploy a .war file or a .jar file in my own directory structure in the Jboss server's deploy directory. ? im developing the application using IntelliJ IDEA 7.0 and using JBOSS 4.2.2 version. when i deploy a .war file or a .jar fi

[jboss-user] [JBossWS] - Re: Signature is invalid error when the message contains \r

2008-02-28 Thread mrostan
Thank you Richard, good news ! Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132975#4132975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132975 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - Re: exposing GPD in web applications

2008-02-28 Thread ibivibiv
Take a look at mxgraph. It outputs xml on the backend and can easily be converted using xslt/xquery to a jpdl. It is unfortunately a "pay for" product, but if that is not an obstacle for you then it is well suited for your needs. It's nothing more than a huge javascript as well, which means G

[jboss-user] [JBossCache] - Re: Hibernate 2nd level cache provider for JBoss Cache 2.1.0

2008-02-28 Thread [EMAIL PROTECTED]
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2555 You'd have to ask on the Hibernate forums about the schedule for Hibernate 3.3. Q2 2008 seems reasonable, but I really don't know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132985#413298

[jboss-user] [JBossCache] - Re: JndiBoundTreeCacheProvider

2008-02-28 Thread [EMAIL PROTECTED]
Looking at the current trunk of Hibernate Core, the cast is still there. Suggest you file a bug report with the Hibernate folks at http://opensource.atlassian.com/projects/hibernate View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132986#4132986 Reply to the p

RE: [jboss-user] [Installation, Configuration & DEPLOYMENT] - How to access the deployfolder from inside my application

2008-02-28 Thread Carl Trusiak
HttpServlet.getServletContext().getRealPath("/Images"); will give you the real path to Image directory in your webapp. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of pete007 Sent: Thursday, February 28, 2008 11:53 AM To: jboss-user@lists.jboss.org Subject

[jboss-user] [JBossCache] - Re: JndiBoundTreeCacheProvider

2008-02-28 Thread spatik
Thanks. I really appreciate the reply. I did post a reply for the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132989#4132989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132989 ___

[jboss-user] [JBoss Portal] - Re: How can I to include JavaScript files in Portlets to JBo

2008-02-28 Thread PMN
In that case, where you do not want to control the layout of the page, the only choice left is to use an ajax dev kit that allow to dynamically load resourcces and dependencies for you (scripts and css) - I recommend you the YUI dev kit : 2.5 is perfect for that. View the original post : http:

[jboss-user] [JBossWS] - Bug in wiki WS-Security document or?

2008-02-28 Thread nickarls
I had a WS that used the "Standard WSSecurity Endpoint" and everything worked fine. Then I needed to add a handler so I grabbed the code to the said endpoint from http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_Endpoint_Configuration and added my own handler there. But I couldn't get i

[jboss-user] [Security & JAAS/JBoss] - Re: RMI over SSL - mutual authentication

2008-02-28 Thread ykthinker
I have the same problem. Server certs works but when it comes to mutual certs, never works. Can this be consider as a BUG that even these two parameters were added: true true but it's not really useful? By the way, the error I got is: 16:10:50,328 WARN [ServiceController] Problem starting se

[jboss-user] [JCA/JBoss] - Re: NestedSQLException: Apparently wrong driver class specif

2008-02-28 Thread crowse
In case anyone can get anything useful, I have an ear file that works well and very reliably (over 6 months) on my Linux server running JB 4.2.1. This ear uses MS sql drivers and connects to MS SQL on mt 2003 SBS server. When I move THE SAME distros of Java, JBoss, MS SQL drivers ear etc to the

[jboss-user] [JBossCache] - locking & CacheSPI

2008-02-28 Thread nnnnn
We have a need (we think - unless somebody has a better suggestion) to try to do lock nodes in some situations. When our application decides to write to the cache, it needs to check what's already at the node that's there, and then depending on what it finds, it may choose to put the new object

[jboss-user] [Installation, Configuration & DEPLOYMENT] - .ser files generated

2008-02-28 Thread maralcbr
Hi, I searched a lot on the internet and on this forum and couldn´t find an answer. My JBoss deployment is generating tons of .ser temp files. I think these files are serialization of beans. I had at some point 3GB of these files inside JBoss structure, and JBoss does not cleans it by its

[jboss-user] [Beginners Corner] - can not start jboss server

2008-02-28 Thread dhcolo
Hello, I just downloaded jboss-4.2.2.GA and installed it. I set up JBOSS_HOME variable. Then I try to run run.bat in the bin directory from command line. It can not start the server and give no message. I checked the run script and found it stops after rem Add -server to the JVM options, if

[jboss-user] [JBoss Portal] - HOWTO Dynamically Create Portal Pages

2008-02-28 Thread kahotep
The project that I am working on needs to be able to dynamically create portal pages. Here is an example of what I am talking about. A mechanic wants to have a page, in his portal, for a particular vehicle that he is in charge of. These pages display data that is particular to that vehicle.

[jboss-user] [Beginners Corner] - Re: can not start jboss server

2008-02-28 Thread PeterJ
You are probably tripping over this problem: http://wiki.jboss.org/wiki/Wiki.jsp?page=FindstrCommandNotFound If you cannot find findstr.exe, then you can safely comment out those two lines: rem "%JAVA%" -version 2>&1 | findstr /I hotspot > nul rem if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPT

[jboss-user] [Beginners Corner] - Re: can not start jboss server

2008-02-28 Thread PeterJ
One more thing. You never said that you set JAVA_HOME. Do you have it set, and if so, what to? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133014#4133014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133014 ___

[jboss-user] [Beginners Corner] - do I need add tomcat package to Jboss_4.2.2.GA?

2008-02-28 Thread dhcolo
Hello, I am going to deploy a war file develoed with tomcat to Jboss$.2.2.GA. Do I need to add tomcat package to this jboss or do something before deploying my war file? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133016#4133016 Reply to the post

[jboss-user] [Beginners Corner] - Re: Integrating JBOSS with Tomcat

2008-02-28 Thread dhcolo
Hello, have hot any ffed back about this question. I am also interested! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133017#4133017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133017 __

[jboss-user] [Security & JAAS/JBoss] - Re: Implement digestCallback into login-config.xml

2008-02-28 Thread fjaouen
Hi, I progress but I'm still blocked... My JBoss config is: guest java:/jdbc/accovia/e2e SELECT age_nom_cle FROM age WHERE age_cd=? SELECT age_roles_cd, 'Roles' FROM age_roles WHERE age_cd=?

[jboss-user] [JBoss Portal] - Portlet Container 2.0B1 : NullPointerException at PortletReq

2008-02-28 Thread dfloch
Hello, I try to use Portlet Container 2.0 (bundled with Tomcat6) with Spring Portlet mvc. I made a war with the phonebook-portlet example from Spring and I referenced the application into the simple-portal war. I modified the demo3.jsp like this :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss WebService Question

2008-02-28 Thread jej2003
I currently work in an environment where there are several applications that have been provided by 3rd parties running on JBoss 4.0.3sp1. I'd like to attempt to migrate these applications to a more recent version of JBoss (say 4.0.4 or 4.2.2). Not being involved in the development process of t

[jboss-user] [JBoss Portal] - Re: How do JBossPortal support multi lingual?

2008-02-28 Thread littleprince
in jsp i put as juancito said in the previous post. at the servlet i put String paramter = req.getParameter("language"); String url = req.getParameter("url"); req.getSession().setAttribute("language", paramter); resp.sendRedirect(url); at LocaleI

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Not able to connect to Database using JNDI

2008-02-28 Thread ceetu
HI, I am trying to connect to Oracle9i Database using JNDI lookup and Datasource. I have modified oracle-ds.xml file as follows: OracleDS jdbc:oracle:oci:@host:1521:SID oracle.jdbc.driver.OracleDriver system system org.jboss.resource.adapter.jdbc.vendor.OracleExc

[jboss-user] [JBoss Portal] - are there user groups in JBoss?

2008-02-28 Thread amouradi
Hi, I am trying to evaluate JBoss portal and probably am missing something. Can one combine users in groups, in other portals I have seen, users can be combined into groups and then roles are assigned to groups rather than to users directly. Which helps with managing larger groups of users. Also,

  1   2   >