[jboss-user] [JBoss jBPM] - Random JBPM TASK and Process ID with Oracle

2008-02-21 Thread zahidmaqbool
Hello Everyone, I was using previously MySQL database and the task Ids, process Ids etc were generated in a sequence automatically like 1, 2, 3, 4 However, Now I changed my application to Oracle 10G and it seems to be using random ids like 1549, 2000. I have used Sequence and Triggers

[jboss-user] [Clustering/JBoss] - Re: Potential issue with JGroups using JBoss 3.2.7 and Java

2008-02-21 Thread [EMAIL PROTECTED]
I don't see anything suspicious going on in the JGroups threads. The MessageDispatcher up thread dump looks okay, it simply blocks, waiting for work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130989#4130989 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Potential issue with JGroups using JBoss 3.2.7 and Java

2008-02-21 Thread [EMAIL PROTECTED]
Thanks for the reply Bela, I'll certainly pursue the JVM / Garbage Collection angle as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130992#4130992 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130992

[jboss-user] [JBossCache] - Re: Manual eviction not working

2008-02-21 Thread dmary
Well, does it work in version 2.xx and could I install 2.xx version with Jboss 4.0.5 GA ? Thanks for ur response. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130984#4130984 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Potential issue with JGroups using JBoss 3.2.7 and Java (Repost)

2008-02-21 Thread [EMAIL PROTECTED]
Doesn't look like all the dump can fit on here, posting the end of the dump and the sudden restart of the Kernel at 12:15 RMI TCP Accept-1987 daemon prio=1 tid=0x5635d058 nid=0x7771 runnable [56048000..56048868] at java.net.PlainSocketImpl.socketAccept(Native Method) at

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - CookieDomain non clustered on jboss 4.0.5 doesnt work

2008-02-21 Thread delkant
Hello guys, I'm trying to configure the jboss (i have in production a 4.0.5) to have a unique JSESSIONID cookie for two hosts in the same domain. i have something like this http://app1.zxy.com and http://app2.zxy.com and what i need is that both of them have a zxy.com cookie for the

[jboss-user] [JBossCache] - Re: Problems deploying POJO cache to JBoss AS 4.2.2.GA

2008-02-21 Thread mircea.markus
We've tested JBossCache 2.x in AS 4.2 and wiki ok that one http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheAsCompatibility Never tried Pojo though, seems like it does not work as per your example. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 100's of java.util.zip.ZipException when starting jboss

2008-02-21 Thread gcameo
My application is packaged as jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131007#4131007 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131007 ___ jboss-user mailing list

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-02-21 Thread cat4hire
I'm not sure about the use of an agent, because it will perform the annotation addition at the program load time, while I have to perform it depending on run-time conditions at class loading time, and most important I could have separate class loaders that add or not the annotations to the

[jboss-user] [JBoss AOP] - Re: maven-plugin

2008-02-21 Thread avihaimar
Thanks a lot. There are several issues here: 1. the project server compile after model compile , so if you insert aopc in the model the server didnt compile yet, unless it dosnt need that the interceptor class will be compiled. (acttualy the compile in server project) 2. can you give an exampe

[jboss-user] [JBoss Portal] - Re: exposing back end web services thru portlet?

2008-02-21 Thread ChuckMorrison
have various web services and need to provide access to them through the portal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131013#4131013 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131013

[jboss-user] [JBoss jBPM] - Re: Random JBPM TASK and Process ID with Oracle

2008-02-21 Thread kukeltje
you can configure the hibernate config files any way you like so feel free to do whatever you like. And yes, duplicate id's will cause problems... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131017#4131017 Reply to the post :

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-21 Thread alesj
gcompienne wrote : It is due to the fact the code uses the Module.domain attribute rather than the Module.metadata.domain. | I don't really understand what you mean here? The Module, Domain, ... is currently being rewritten, but it's probably gonna take till CR1 to put it in place. View the

[jboss-user] [JBossWS] - Re: out parameter

2008-02-21 Thread rukus
[EMAIL PROTECTED] wrote : I think nobody understands what you are asking for ;) hmm - ok, maybe this let others to understand what i want: For example we have: @WebMethod public void get_parameter(String outParam) { | outParam=Test; | } | When we invoke this webmethod from client: String

[jboss-user] [JBoss jBPM] - Re: Help in Excecuting Hello World BPEL Example

2008-02-21 Thread yogesharora
Hi, I have written a standalone java client to access the HelloWorld Sample example of JBPEL 1.1 GA. Environment Details = JDK - version 1.5 JBPM - version 3.1.4 JBPEL - version 1.1GA JBoss - version 4.2.2 GA I am getting the following error: at

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-21 Thread kukeltje
please make a unit test so we can see the problem and what you specifically do. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131019#4131019 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131019

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOSS SSO Authentication with Windows

2008-02-21 Thread thanushka
Hi, I need to enable Single Sign On(SSO) authentication between JBOSS and Windows for my project. How can I do that. I've found that I can do it with JCIFS (Java Common Interface File System). Will it be possible. And if so is it reliable and secure. And where can I find some more

[jboss-user] [JBoss Messaging] - Re: JBM and informix

2008-02-21 Thread dd_la_frime
Ok, same for the postoffice_name I guess ? Do you know, when do you plan to release JBM 2.x ? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131042#4131042 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131042

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-21 Thread pojomonkey
Correction. In the process defintion the actions should be defined as follows: action name=EnterNode class=forktest.EnterStateHandler/action | | action name=LeaveNode class=forktest.ExitStateHandler/action View the original post :

[jboss-user] [JBoss Messaging] - Re: JBM and informix

2008-02-21 Thread timfox
We aim to get a JBM 2.0 GA release out towards the end of the year, a beta in the summer, and an alpha in four to six weeks time, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131047#4131047 Reply to the post :

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-21 Thread fatefree
Is this feature even available in JBoss Cache as of the last production release? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131048#4131048 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131048

[jboss-user] [JBoss Messaging] - Re: JBM 1.4.0.SP3 JMSX properties bug

2008-02-21 Thread timfox
Clearly the extra sem-colon is a bug. But regarding the issue of not allowing JMSX properties to be set: The JMS spec (1.1, section 3.5.8, table 3.3) makes it clear that the only JMSX properties that can be set by the client are JMSXGroupID and JMSXGroupSeq. So I think the current behaviour is

[jboss-user] [JBoss Messaging] - Re: JBM 1.4.0.SP3 JMSX properties bug

2008-02-21 Thread timfox
Also this is related to http://jira.jboss.org/jira/browse/JBMESSAGING-1185 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131051#4131051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131051

[jboss-user] [JBoss and NetBeans] - JBoss 5 and Netbeans 6

2008-02-21 Thread Deni
Hello, is there a way to get JBoss 5 work with Netbeans 6. Greetings View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131053#4131053 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131053

[jboss-user] [JBoss Messaging] - Re: JBM 1.4.0.SP3 JMSX properties bug

2008-02-21 Thread jkwalnutCC
Yes, this is related to the other issue. The Oracle provider is setting the JMSX properties which causes the exception within JBoss. My workaround was for JBoss is to ignore those properties and NOT throw the exception. JBossMesage.java: public void setObjectProperty(String name, Object

[jboss-user] [Javassist user questions] - Re: Duplicate a method

2008-02-21 Thread chiba
Your way is dangerous. Suppose the following method: int foo(int i) { int j = 3; return j + i; } At the bytecode level, the variable i would be register 1 and j would be register 2. If you add a parameter k, you must change the bytecode of the method body so that the variable j will be

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-21 Thread kukeltje
I do not see strange things in here. The only thing that surprises me is that token.getName() is null for the root token What version of jBPM are you using? I'll try to reproduce tonight... btw View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131065#4131065

[jboss-user] [JBoss and NetBeans] - Re: JBoss 5 and Netbeans 6

2008-02-21 Thread Deni
with Beta 4 i mean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131066#4131066 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131066 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - newbie: import script questions

2008-02-21 Thread mars1412
1) what character encoding do I need to use for the import.sql file: ISO-8859-1 or UTF-8 2) when you have master-child data to insert, what is the best way to do it? since I am using MS-SQL database, the ID's will be generated by the database, so I must do this: insert into ParentTable (field1,

[jboss-user] [JBoss Messaging] - Re: JBM and informix

2008-02-21 Thread dd_la_frime
Ok, thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131058#4131058 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131058 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - java.lang.RuntimeException: Failed to convert payload to byt

2008-02-21 Thread targit
client code: MBeanServerConnection mBeanServer = MBeanServerConnection)_main._ctx.lookup(jmx/invoker/RMIAdaptor); ObjectName serverObjectName = new ObjectName(jboss. + this.getMessagingSubSystem() + .destination:service=Queue,name= + _args); List o =

[jboss-user] [JBoss jBPM] - jBPM @ EclipseCon

2008-02-21 Thread [EMAIL PROTECTED]
I will be hosting a number of sessions at EclipseCon this year. If you want to know about it, have a look at my blog: http://koentsje.blogspot.com/2008/02/jbpm-comes-to-eclipsecon.html. I hope to see you all there of course! Regards, Koen View the original post :

[jboss-user] [JBossWS] - Re: out parameter

2008-02-21 Thread rukus
*upd: instead of string may be user-defined object View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131085#4131085 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131085 ___

[jboss-user] [JBoss Portal] - Multiple Portals Management

2008-02-21 Thread amontobin
Hi, I've got some questions about JBoss Portal : 1. If i create multiple portals (For instance : PortalA, PortalB ..) ; Is it possible to customize JBoss Portal to have a User Management, CMS Management by portal and not globally ? User : Test can exist in PortalA and PortalB and is not the

[jboss-user] [JBossCache] - Re: Problems deploying POJO cache to JBoss AS 4.2.2.GA

2008-02-21 Thread [EMAIL PROTECTED]
Thanks for the wiki link. :) You say that The class loader isolation for each app ensures that user code can use JBC 2.x while the app server still uses 1.4.x for its own clustering. Recommend that you spell out how that class loader isolation was achieved -- that's the key piece of info

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-21 Thread mputz
IMO, you shouldn't signal the root token once it has arrived in the fork: | Token root = processInstance.getRootToken(); | // root token is already on the fork, signal children instead | // root.signal(); | I've found a (rejected) feature request to prevent the

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-21 Thread pojomonkey
kukeltje wrote : I do not see strange things in here. There may be nothing 'strange', but I wasn't expecting multiple tokens to pass through any node. I'm looking to use 'client base assignment' (see http://www.jboss.com/products/jbpm/docs/jpdl) and use jBPM as the execution engine. Since I

[jboss-user] [JBoss Portal] - CMS service access

2008-02-21 Thread karpin
I need to create a portlet which can show versions and authors of the files contained in a folder of the CMS (JBoss Portal 2.6.2, but in this moment upgrading to 2.6.4). How can i obtain a reference to the CMS service so that i can access into it from my ear?? Is there any way to inject or

[jboss-user] [Datasource Configuration]Configuring Oracle

2008-02-21 Thread Stephen Davidson
Greetings. I tried posting this in the Getting Started Documentation section, but that did not really seem to work (was ignored). The Wiki page for configuring Oracle is, to put it mildly, misleading. The way it is laid out, it implies that local-tx datasources are what should be used for

[jboss-user] [Clustering/JBoss] - Problem runing JBoss cluster - java.net.SocketException: No

2008-02-21 Thread kranjcec
Hi! I'm having problem with jboss cluster on linux (on vista cluster works fine). JBoss version is 4.2.2GA. When JBoss is started (without any change to default installation except JMX - PlatformMBeanServer) with: run.sh -c all it throws this error: | Caused by: java.lang.Exception:

[jboss-user] [JBoss Portal] - Localization bug in 2.6.x?

2008-02-21 Thread jvence
I've been trying everything to localize Jboss portal in different languages but have come across a weird problems where some language are not supported properly. I have posted and reported the bug with no success... I tried looking at http://portal.demo.jboss.com/ (which is running 2.6.4),

[jboss-user] [JBoss Portal] - Re: Errors while running WSRP behind firewall in 2.6.3

2008-02-21 Thread [EMAIL PROTECTED]
Could to hear from both your experiences and always nice to hear that you both seem quite happy with JBoss Portal. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131103#4131103 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Potential issue with JGroups using JBoss 3.2.7 and Java

2008-02-21 Thread [EMAIL PROTECTED]
If this sort of thing happens, take several thread dumps and look for threads that aren't progressing. As with the MessageDispatcherThread here though, a thread that's not progressing because it's sitting in wait() is usually not an issue. Look for threads that aren't progressing while they

Re: [jboss-user] [Datasource Configuration] - Massive used of Jboss

2008-02-21 Thread Stephen Davidson
Artec wrote: Hi, i want to know which are the most important parameter to modify (for example the number of threads) from the default configuration, in a large scale architecture (more than 1000 users). Thanks Hi Artec. Some items I would start with; 1) Make sure enough DB connections

[jboss-user] [JBoss Portal] - Re: 2.6.4-GA (WSRP): Problem getting service description for

2008-02-21 Thread [EMAIL PROTECTED]
Did you find what the problem was? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131106#4131106 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131106 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-21 Thread mircea.markus
Having maxAgeSeconds=300 will make all nodes be removed after 300 seconds, disregarding whether a node has been used e.g. 20 seconds ago. anonymous wrote : Unfortunately, we expected that individual elements would expire after the time Having setMaxAge=0 and timeToLive=300 would cause all the

[jboss-user] [JBoss Portal] - Re: 2.6.4-GA (WSRP): Problem getting service description for

2008-02-21 Thread kahotep
[EMAIL PROTECTED] wrote : Did you find what the problem was? Hey Chris, I decided to put this one on the back burner for now. I don't think it will be necessary to demonstrate functionality of WSRP between Windows and Ubuntu. Originally, I tested the WSRP between the two machines merely as a

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread [EMAIL PROTECTED]
I don't think we provide pt_BR localization for some parts, the most translated parts are in french and Italian thanks to contributors. For pt_BR we have the previous UserPortlet which is translated partly, but that's about it. All the localization is the same mechanism for all languages.

[jboss-user] [JBoss Portal] - Re: 2.6.4-GA (WSRP): Problem getting service description for

2008-02-21 Thread [EMAIL PROTECTED]
There is a blog on LDAP integration by Bolek at http://blog.jboss-portal.org/2007/10/jboss-portal-with-opensso-and-opends.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131124#4131124 Reply to the post :

[jboss-user] [JBossWS] - Re: out parameter

2008-02-21 Thread oskar.carlstedt
Hi! In such cases you have to return the new state to the client in form av a returned object. So you cannot have this method as a void method. Cheers /Oskar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131113#4131113 Reply to the post :

[jboss-user] [EJB 3.0] - EJB3 an JBoss client java.io.InvalidClassException

2008-02-21 Thread wilfried.deguil
Hello, I start to develop with EJB3. I'm using JBoss 4.2.1.GA. I deploy my Entity and Session Bean on the server. I verify that my session bean at loaded with the JMX console. Code of my Session Bean : @Stateful public class SiteDetailsManagerBean implements SiteDetailsManagerRemote {

[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-21 Thread avihaimar
I want to include all packages that start with com.company ... and exludes others. thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131125#4131125 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131125

[jboss-user] [JBoss Portal] - JbossPortal and ldap

2008-02-21 Thread badock
Hello all, I use JBossPortal 2.6.3 with Openldap 2.23 for authentication. In a first time i used the ldif schema provided with the documentation : http://docs.huihoo.com/jboss/portal/2.6/reference-guide/html/ldap.html#d0e7333 and the ldap_identity-config.xml associated. Now i need to use a

[jboss-user] [EJB 3.0] - Re: EJB3 an JBoss client java.io.InvalidClassException

2008-02-21 Thread ALRubinger
Please see http://jira.jboss.com/jira/browse/EJBTHREE-1118. Check that the EJB3 Client JARs (or jbossall-client.jar) on your client classpath matches the release running on your server (ie. 4.2.1.GA). S, ALR View the original post :

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-21 Thread fatefree
I believe I initially got the definition of a Node incorrect. I had thought that a Node was a cache Element, but instead I learned that its a Map of cache Elements. What I am looking for is an eviction policy that expires individual elements in the cache, rather than the entire node. Does

[jboss-user] [Messaging, JMS JBossMQ] - Problem deploying MDB

2008-02-21 Thread cristi_cioriia
Hi, I have tried to create a MDB to consume some messages posted to a message queue. The MDB looks like that: | @MessageDriven(activationConfig = [EMAIL PROTECTED](propertyName= destinationType, propertyValue=javax.jms.Queue)}) | public class AlertEmailSender implements MessageListener {

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 100's of java.util.zip.ZipException when starting jboss

2008-02-21 Thread PeterJ
And the tool you used to create the jar? Could you post the jar file contents? Enter: jar -tf xxx.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131137#4131137 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131137

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-21 Thread pojomonkey
mputz wrote : IMO, you shouldn't signal the root token once it has arrived in the fork: | | | | Token root = processInstance.getRootToken(); | | // root token is already on the fork, signal children instead | | // root.signal(); | | OK,

[jboss-user] [JBoss Portal] - Re: Portlet load time

2008-02-21 Thread [EMAIL PROTECTED]
There is no out of the box way to see this time but I don't think this would be hard to get given that portlet lifecycle is fairly straight forward. Time difference between init call and towards the end of render call should do the job. View the original post :

[jboss-user] [JBoss Portal] - Re: Portlet load time

2008-02-21 Thread swisst
You don't want to put the start code in init, that only happens when the portlet is loaded in the container. We are using Spring, so our mechanism is a little different, but you would want to put timing code is a base portlet...time the action phase (which may not be executed), pass the action

[jboss-user] [JBoss Portal] - Re: Deployment of portlets - custom descriptors

2008-02-21 Thread [EMAIL PROTECTED]
Could you point out exactly which chapter you are referring to? http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/xmldescriptors.html#descriptors_portlet is pretty explicit on the fact that these descriptors are optional... View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - How can I control infinite requests?

2008-02-21 Thread bunkenburg
What happens if the programmer writes an infinite request? What if we have a servlet that may take a very long or infinite time to complete? Does that mean that every time some one sends a request to that servlet, one of the threads goes away to execute the servlet and never comes back? Is

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-21 Thread pojomonkey
mputz wrote : I've found a (rejected) feature request to prevent the root token from being signaled on a fork node: http://jira.jboss.com/jira/browse/JBPM-642 That seems to be exactly what I've found. So if this behaviour is 'normal', how is it possibly to use jBPM as the execution engine in

[jboss-user] [JBossCache] - Viewing replication activity

2008-02-21 Thread a045103
Greetings, I am working with JBoss Cache as a second level hibernate cache, where Hibernate is used via Spring DAO support. By virtue of Hibernate logging I can tell the cache is working as expected, and that data is being replicated. However, I have not been able to figure out the right log

[jboss-user] [JBoss Portal] - Portlet load time

2008-02-21 Thread ChuckMorrison
Is there a way to view portlet load time? Can it be significant in portals? Looked in log file, but couldn't find the load time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131142#4131142 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-21 Thread [EMAIL PROTECTED]
Use the Include and Exclude attributes of the AspectManagerService. If something matches the Exclude filter, it will not be woven unless it also matches something in the Include filter. * will be supported as a value for Exclude in the next AOP 2.0.0 release View the original post :

[jboss-user] [JBoss Portal] - Performance benchmarking?

2008-02-21 Thread ChuckMorrison
Is there any performance benchmarking data available for the portal? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131162#4131162 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131162

[jboss-user] [EJB 3.0] - Method Overidding

2008-02-21 Thread mikeeprice
When I try to override a method in a subclass Entity I get the error message Repeated column in mapping for entity I can't find documentation on this. I imagine there is some annotation I am supposed to use for this. Thanks for any help. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Migrate existing Tomcat-application - using session together

2008-02-21 Thread tomka
Hello. we want to migrate our existing tomcat bases web application to a JBoss architecture. In the first step of the migration process we want to use both systems together: new parts of the application should be integrated with JBoss, existing parts should be used from the old application. I

[jboss-user] [JBossCache] - Re: Viewing replication activity

2008-02-21 Thread [EMAIL PROTECTED]
You'll need to expose the org.jgroups and org.jboss.cache categories at the TRACE level. Be aware though that this generates tons of logging data ! You could also enable the Management interceptor in JBossCache, which shows stats about JBossCache. View the original post :

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread jvence
I have spent hours trying to figure this out and there really seem to be a problem. Is there a guide somewhere? If you have 5 minutes, look at http://jira.jboss.com/jira/browse/JBPORTAL-1895 and try to reproduce it. You will see that something is wrong. It's very simple to reproduce: 1. Add

[jboss-user] [Clustering/JBoss] - error with org.jgroups.protocols.pbcast.NAKACK

2008-02-21 Thread simvtran
jboss4.2.2GA jdk1.5.0_14 I was able to cluster two instance by using the all directory and everything works accordingly. However, I have been trying to search online for the following error message: 2008-02-21 09:43:28,600 ERROR [org.jgroups.protocols.pbcast.NAKACK]

[jboss-user] [JBoss jBPM] - Process Logging Not Happening Correctly

2008-02-21 Thread CBax007
I have a small issue that I was wondering if anyone could help with. I find that when I use the RemoteCommandService to interact with JBPM, not much (if anything at all) gets logged to the JBPM_LOG table. Here's the basic sequence that I'm doing. I start of with a StartProcessInstanceCommand

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Issue with the JBoss HelloWorldIPC portlet

2008-02-21 Thread briandehaven
I'm having the same issue. I made my own portlet to isolate it. All the portlet does is traverse portalNode.getParent() until it reaches the top, and then it tries to print out the entire tree structure. It only has access to the context/portal/page/window that the starting portlet belongs in.

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

2008-02-21 Thread chavali
We have a requirement to connect to legacy system socket port for each client from web service skeleton and maintain the connection thoughout the client session. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131172#4131172 Reply to the post :

[jboss-user] [JBossWS] - SubClasses not included into WSDL

2008-02-21 Thread arvi
Hi all, The WSDL file generated using java classes does not include the sub classes for an abstract class. This is the actual case. 1) The service class is abstract, which is extended many other classes. 2) The serviceProfile class has a Collection of service class. The WSDL includes

[jboss-user] [JBossWS] - CSTA ECMA wsdl

2008-02-21 Thread chavali
Has anybody worked on CSTA ECMA wsdl? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131182#4131182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131182 ___ jboss-user mailing

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Issue with the JBoss HelloWorldIPC portlet

2008-02-21 Thread briandehaven
This is the portlet I threw together. There are many other pages and windows deployed. Only the PageLinkWindow and its parent are printed. Exceptions are thrown for every other node the code attempts to access, but they don't propogate into the portlet doView method. They are just printed to

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Loading Context entered in server.xml file

2008-02-21 Thread ramboid
Is there a way to make tomcat load a context that I enter in the server.xml file? I added a Context entry into the server.xml file to make available an External Directory (as it is explained in the How To documentation) but I need to restart jboss before I can access the content in the external

[jboss-user] [JBossWS] - How to maintain session management with web services

2008-02-21 Thread chavali
we have both webservices (synchronous request/responses and asynchronous events from legacy system). Synchronous requests are towards the legacy system and asynchronous events reported from the legacy system are reported to client invoked using asynchronous webservice request implemented in the

[jboss-user] [Security JAAS/JBoss] - Tomcat 5.5 login module compatibility?

2008-02-21 Thread jptalberg
We are currently running JBoss AS 4.2.1 and having difficulty configuring the login-config.xml to use a login module that was written for tomcat 5.5. In particular, the authentication aspect seems to be working. It only lets valid usernames/passwords through as we expect from our login module.

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-21 Thread kukeltje
Good catch Martin so there was something 'strange' in the code, I just missed it... shame one me. A full client based assignment is (afaik) seldomly fount. In most of the situations the states (not to be confused with the state nodes) are either signalled by a human, or async after the

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread [EMAIL PROTECTED]
I tried again, the exact same scenario you mention here, it's just working fine without any extra configuration. The identity portlets tabs are using Identity_ar.properties as expected. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131192#4131192 Reply to the

[jboss-user] [JBoss Portal] - Re: Personalization Features in 2.4?

2008-02-21 Thread ryousure2000
Did you able to implement your requirement. I have similar reuirement , we want user to select content from predefined list. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131194#4131194 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Install issue:Using different port to 8080 from jboss 4.

2008-02-21 Thread JGF1
Many thanks for solving my JBoss install issues. TCPView utility tracked down Java process using ports. So I have now gone into Services and made SunJavaSystemAppserver9PE start manually. This way I can start JBoss without the conflicts and it resolves everything satisfactorily for my needs, since

[jboss-user] [Installation, Configuration DEPLOYMENT] - how to add custom properties to xml?

2008-02-21 Thread shawnsmsu
We're currently using a standard configuration file to allow users to choose their datasource and whatnot when running JBoss 4.0.5. Obviously, the properties in this file get passed into the web application but I cannot find how. I'd like to add a custom property to the xml file that will

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to add custom properties to xml?

2008-02-21 Thread PeterJ
The *-ds.xml file is used as a template to generate several (3-6, if I recall correctly) MBeans. Once the MBeans are generated, the *-ds.xml file is ignored. Apps get at the data source by looking up the name (jdbc/LEDataSource in your example) in JNDI which yields one of the MBeans. For web

[jboss-user] [Javassist user questions] - Re: Duplicate a method

2008-02-21 Thread gkorland
Yes, thanks I found it myself few days ago, do you think there's a way to make it happen anyway? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131210#4131210 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131210

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to stop JBoss from connecting to database on application

2008-02-21 Thread lent
Hello, We are using EJB3 and we are finding that on application (EAR) deployment, a connection is obtained from the database even though it is unused. We can understand that if hibernate auto ddl creation/update is specified then the connection would be used to do the ddl creation but we have

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-21 Thread mircea.markus
It is limited at a node level. What can be done, though is to put one key/value in each node. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131202#4131202 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131202

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread [EMAIL PROTECTED]
Ok, i was finally able to reproduce. It works fine if you change the language on your profile (what i initially did). It seems to fail when selecting the language in firefox preferences View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131217#4131217 Reply to the

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread [EMAIL PROTECTED]
Can you try to add: | application | locale-config | default-localeen/default-locale | supported-localeen/supported-locale | supported-localear/supported-locale | supported-localefr/supported-locale |

[jboss-user] [Installation, Configuration DEPLOYMENT] - [PortletAppDeployment] Failed to create instance - Please ad

2008-02-21 Thread gudram
Hi all, I am getting the following error when I created a sample portlet application. I followed the spring mvc portlet framework on JBoss Portlet Server 2.6.3GA ,JDK1.5. Please let me know whats wrong with my code. | 14:52:38,098 ERROR [STDERR]

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2008-02-21 Thread [EMAIL PROTECTED]
ive added a new version of the maven plugin in the snapshot repository and added a wiki page with the same info we have in the docs in svn. you can find the wiki here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossAOPMavenPlugin please test it out and get back to us if you find any bugs or if

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Exact Tomcat Version

2008-02-21 Thread murthy64
hopefully someone will tell me where to download tomcat6-service.jar if i give my reasons: a)tomcat 5.5.26 has clustering which to me means the session is shared among a cluster of tomcat servers b)i cannot move past Jboss 4.0.2 because of JSF reasons; basically my JSF app doesn't scale with

[jboss-user] [Clustering/JBoss] - Re: error with org.jgroups.protocols.pbcast.NAKACK

2008-02-21 Thread [EMAIL PROTECTED]
Ignore it. This was a spurious retransmission request for message #141323, which probably crossed the delivery of the message. I assume your system continued to function correctly right ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131222#4131222 Reply to

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-21 Thread kahotep
I was able to get everything but add/remove users to work. I don't think add/remove LDAP users/roles is supported in JBoss Portal yet, so this will have to be done in another way besides the user administration module currently in use (please correct me if I am wrong). I learned this after

[jboss-user] [JBoss Portal] - Re: Deployment of portlets - custom descriptors

2008-02-21 Thread nilsga
I was following the tutorials in the reference guide: http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/tutorials.html#d0e2127 The chapter you pointed was pretty clear, so thanks for pointing that out. View the original post :

[jboss-user] [JBoss Portal] - Re: Deployment of portlets - custom descriptors

2008-02-21 Thread [EMAIL PROTECTED]
Maybe it should indeed made clearer in the tutorial that the descriptors are optional. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131226#4131226 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131226

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

2008-02-21 Thread rbattu
Was this feature ever added? Thanks Ravi. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131229#4131229 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131229 ___ jboss-user

  1   2   >