[jboss-user] [JBossWS] - Re: [ERROR] Invalid header

2009-05-18 Thread smartz
https://jax-ws.dev.java.net/issues/show_bug.cgi?id=692 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231786#4231786 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231786 ___

[jboss-user] [Management, JMX/JBoss] - Default for active sessions

2009-05-18 Thread samwily1972
a) What is the default for Max Active Sessions if not set in application jmx data: jboss.web:type=Manager,path=/myapplication,host=localhost" activeSessions b) What is jboss.web:host=localhost:path=/web-console:type=Cache:accessCount View the original post : http://www.jboss.org/index.html?mo

[jboss-user] [Beginners Corner] - Re: URGENT! java.lang.IllegalStateException: Failed to find

2009-05-18 Thread tmac42
I've the same problem but i've fixed it. i'm working with JBOSS 4.0. personaly in my pc IIS services was running, and that was the problem, so i've stopped it : start -> configuration pannel -> administration tools -> services -> stop IIS after that it works!! when I started the client my cl

[jboss-user] [JBoss jBPM] - JBPM4 - Asyn_continous problem, asyncExecute activity failed

2009-05-18 Thread galanfish
hello everyone, i've defined a process like this: ClientProcessDefinition p = ProcessDefinitionBuilder.startProcess("test") | | .startActivity("start", StartActivity.class) | .transition("fork", "fork") | .initial() | .endActivity() |

[jboss-user] [JBoss jBPM] - Re: define a timer within an automatic activity?

2009-05-18 Thread galanfish
thanks, kukeltje, always about the svn, finally i found the problem: my proxy server evil... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231779#4231779 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231779 __

[jboss-user] [JBoss jBPM] - Re: JBPM & Simulation

2009-05-18 Thread swatis
Sorry Ronald I didn't get it. :(... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231777#4231777 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231777 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: JBPM & Simulation

2009-05-18 Thread kukeltje
Great, now we are getting somewhere :-D. Yes you can does this and is referred to from | A little further on in the example. But I only tried this once so not 100% sure View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231773#4231773 Reply to the p

[jboss-user] [JBoss jBPM] - Re: ProcessClassloader question

2009-05-18 Thread kukeltje
Sarish, You might be right in your conclusion. Can you check if the small fix you propose in the jBPM FildeDefinition.java fixes it for you? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231772#4231772 Reply to the post : http://www.jboss.org/index.html?m

[jboss-user] [JBoss jBPM] - Re: ProcessClassloader question

2009-05-18 Thread swatis
Have put entire stack trace here? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231768#4231768 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231768 ___ jboss-user mailing li

[jboss-user] [EJB 3.0] - how to override the method logic which is currenlty calling

2009-05-18 Thread kkangsar
Hi, Anyone knows how to override the existing method in EJB? For example: I have defined internal method "myCal". This internal method will be calling by a few other standard method which is defined by me. User will call my standard method when they use my application. B

[jboss-user] [JBoss jBPM] - Re: JBPM & Simulation

2009-05-18 Thread swatis
Thanks Ronald. In process definition we can mention duedate, this information can be used to run the simulation. But there is seperate file created to put simulation factors for the process. I agree GPD plays no role in this and in docs also no where mentioned it does. I might be wrong about thi

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-18 Thread cpslo1999
That's where I was headed... I need to be able to also (re)send a notification to only one client (preferably using the same mechanism). I had thought I could have a selector that looks for my notifications of interest and/or notifications with a property set to the client's ID, but I don't kno

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-18 Thread clebert.suco...@jboss.com
I would use a topic and subscribers (durable if is the case) with selectors. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231759#4231759 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231759 __

[jboss-user] [JBossMQ] - Re: java.net.ConnectException: Connection refused

2009-05-18 Thread jthinaka
I'm having a similar problem. Can anyone help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231757#4231757 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231757 ___ jboss-us

[jboss-user] [JBossWS] - Re: Help! Call Web service error!

2009-05-18 Thread lixun
Thank you, Peter! I fixed this issue,when I stop my kaspersky! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231756#4231756 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231756

[jboss-user] [JBoss Portal] - Re: Exception during user registration JBOSS Portal 2.6.6

2009-05-18 Thread wesleyhales
Just for starters, you may want to check your version of Facelets and try the latest... I think it's 1.1.15b? It sounds like a possible selectList or Collection/Array problem. Look at the ui:repeat or c:forEach stuff and try different things. View the original post : http://www.jboss.org/index

[jboss-user] [JBossWS] - Re: [ERROR] Invalid header

2009-05-18 Thread smartz
"alessio.sold...@jboss.com" wrote : Please try directly using the Sun's tools. The exception you get comes from the Sun's impl (the jbossws-native jaxws tooling is basically wrapper of the Sun's one). If you still get the exception, please fill it directly to Sun. Othere wise post here again and

[jboss-user] [EJB/JBoss] - Re: application.xml + dependency between war and EJB

2009-05-18 Thread betounisul
thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231750#4231750 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231750 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss Messaging] - Multiple clients and message types - selectors?

2009-05-18 Thread cpslo1999
I am designing a system that will generate notifications of different types of events and will have different systems subscribed to it. All clients will only be interested in a subset of these events, although overlapping interest between clients is fully expected. Also, I need to add the abilit

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-05-18 Thread cpslo1999
I haven't noticed any adverse effects yet. You do get a warning in the log, however. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231748#4231748 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231748 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-05-18 Thread yashendrac
Hi, I am also getting same error related to MySQL. Deployment "jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory" is missing the following dependencies: | Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Config

[jboss-user] [JBoss Messaging] - Re: Destination COnfiguration issue with Jboss 5 and Messagi

2009-05-18 Thread yashendrac
Hi Raj, Any luck finding the solution for this problem. I am also facing exactly same problem only difference is that I am trying to use MySql ds and persistance files from example folder. Please post your solution if you found any. Thank You Yashendra View the original post : http://www.jbo

[jboss-user] [Beginners Corner] - Multiple schema access

2009-05-18 Thread ander.gborges
Hi People, I am looking for a solution to my problem for days but I didn´t find anything that could really help me. In my app I am using JBoss 4.2.3 GA and EJB3. What I need: Allow that each customer of my system (Today 5 but more than 2000 sooner) have it own database (Can be the same datab

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: URGENT! java.lang.IllegalStateException: Failed to find

2009-05-18 Thread tmac42
I've the same problem but i've fixed it. i'm working with JBOSS 4.0. personaly in my pc IIS services was running, and that was the problem, so i've stopped it : start -> configuration pannel -> administration tools -> services -> stop IIS after that it works!! when I started the client my clien

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: External directory

2009-05-18 Thread margotmedia
You can add a path in server.xml file ;Context docBase='C:\\local\\app\\htmlfiles' path='/html' > View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231726#4231726 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [EJB 3.0] - EJB3, JSF and Ajax: Exception when cleaning form object attr

2009-05-18 Thread mvpc
Hello People! I am having some trouble with a ajax form. After i have inserted the object on the database through ejb sessionbean and call a method to clean the jsf form by setting null the managed bean object attributes. I receive a message (Transaction Fail) from jsf PhaseListener mecanism, a

[jboss-user] [JBoss Portal] - Re: Exception during user registration JBOSS Portal 2.6.6

2009-05-18 Thread lakshmi.rath
Thanks for the quick response. However migrating immediately to a new version is bit difficult. Please let me know a way by which this can be fixed in current deployment. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231723#4231723 Reply to the post : http:

[jboss-user] [JBoss Portal] - Re: WSRP with Portlet Container only

2009-05-18 Thread jhalmes
The JIRA priority got bumped down?! I was doing my bi-annual check in on this requested feature and found that JBPORTAL-2186 is now optional? I could have sworn it was high priority last time. Apparently I'm the only person that wants to publish content from my application via WSRP standards

[jboss-user] [JBoss Portal] - Re: Exception during user registration JBOSS Portal 2.6.6

2009-05-18 Thread prabhat....@jboss.com
Why not use the latest release of 2.6 series -2.6.8 instead? It has some bug fixes found in the version you are using. Even better will be to used JBoss Portal 2.7.2 which gives you JSR-286 functionality as well in case you need it in future. View the original post : http://www.jboss.org/inde

[jboss-user] [JBoss Portal] - Exception during user registration JBOSS Portal 2.6.6

2009-05-18 Thread lakshmi.rath
While creating a new user account through the Admin console in JBoss portal 2.6.6, I am getting the below exception; 9:47:14,233 ERROR [HtmlCheckboxRendererBase] Error finding Converter for component with id _id28jbpns_2fadmin_2fMembers_2fIdentityAdminPortletWindowsnpbj:roles 19:47:14,244 ERRO

[jboss-user] [Beginners Corner] - changes in a redeploied EJB jar

2009-05-18 Thread pippodev
I want see the code changes when I redeploy an EJB; another way to say is that I want that JBoss reloads the classes in my EJB. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231712#4231712 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[jboss-user] [JBoss jBPM] - Re: JBPM & Simulation

2009-05-18 Thread kukeltje
Ofcourse things could be changed (putting the simulation data in the same file) but that requires time and effort. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231706#4231706 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss jBPM] - Re: JBPM & Simulation

2009-05-18 Thread kukeltje
Absence of 'proof' is not always proof of absence but in this case it is - The GPD does not play any role in this (it is not mentioned anywhere in the simulation docs) - The simulationdata is in a separate file (so it is not IN the process) So imo your questions are answered. If you need more inf

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-18 Thread kukeltje
Sujatha, The basic documentation shows these things. See http://docs.jboss.com/jbpm/v3.2/userguide/html/processmodelling.html, so I was not really harsh (imo), just referred you to documentation. If you already read this and not understood my 'directions' then I'm sorry. Hopefully you'll achie

[jboss-user] [JBoss jBPM] - Re: ProcessClassloader question

2009-05-18 Thread sarishjain
Hi all, Appreciate your help till now, Does the code i pasted above help in explaining the problem clearly!!. I think FileDefinition.java needs a fix(prevent nullpointer and return null), so that ProcessClassLoader can throw a ClassNotfoundException. Please comment!! Sarish View the original p

[jboss-user] [JBoss jBPM] - Re: JBPM & Simulation

2009-05-18 Thread swatis
The information I want is to put simulation data on process and then run this simulation using GPD. Create scenarios for the same. Get the result of the simulation for further analysis. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231700#4231700 Reply to t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss not correctly starting

2009-05-18 Thread jlankfo
Thanks, Initially this didn't work; however this coupled with updating my version of AS Tools fixed everything. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231695#4231695 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss jBPM] - Re: JBPM & Simulation

2009-05-18 Thread kukeltje
But that article does answer your questions afaict View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231694#4231694 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231694 ___ jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with logs

2009-05-18 Thread PeterJ
If you are using 4.3, you should have a support contract with Red Hat because the 4.3 version is available only via the support web site. You might want to contact support and have them look at it. The only time I have ever seen logging stop is when someone changed the logging configuration to t

[jboss-user] [JBoss Portal] - Re: HTTP Status 500 - No authenticated user while accessing

2009-05-18 Thread mathewa
ah sorry... extend the IdentityLoginModule. this does give you a commit method to override and also uses config to authenticate the user via the database. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231689#4231689 Reply to the post : http://www.jboss.or

[jboss-user] [JNDI/Naming/Network] - Global JNDI and SSL

2009-05-18 Thread sideshowbob
Hi, I'm experiencing a problem with JBoss 4.2.3 and Global JNDI when SSL is enabled. The Global JNDI (use-java-context set to true) doesn't get bound and I have not found any references to this anywhere. All other data sources bind fine, just not the one defined as Global. All the SSL stuff is

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with logs

2009-05-18 Thread chuchuaguilera
Hi Peter, Sorry I coudn't answer before. The previuos is an extract of the server.log when it stop logging. I could notice that it always stop inthe same place, doing the same thing. I don't know, because I'm not a developer, if it's caused by a java class or something. The version of Jboss is 4

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-18 Thread Sujatha
thanks swatis..i will definitely try that.. kukeltje..i am new to JPDL that is why sometimes i ask questions which are basic..i am doing my bit of reading but i do need to understand where to look for what..that is why i raised the question. please dont be harsh in your answers.. View the or

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Support of J2EEDeployer and AutoDeployer in jboss-5.0.1

2009-05-18 Thread PeterJ
If you create an index or add a table column, redeploying the app should be sufficient. You might also have to redeploy the *-ds.xml file. You can change a JSP file without redeploying, though there is a setting in the global web.xml that governs this. (And I have a vague recollection of an issu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with logs

2009-05-18 Thread chuchuaguilera
ERROR: invalid console appender config detected, console stream is looping2009-05-12 16:52:09,984 DEBUG [ve.gob.mf.sigecof.oocp.gasto.pddSolicitudCuotaCompromiso.actions.PDDSolicitudCuotaCompromisoAction] entrando al PDDSolicitudCuotaCompromisoAction | 2009-05-12 16:52:09,984 DEBUG [ve.g

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss not correctly starting

2009-05-18 Thread PeterJ
You will have the change the ports that Eclipse uses to monitor JBoss AS. Without telling Eclipse about the new port assignments, it cannot tell when the app server is running. Edit eclipse/plugins/org.eclipse.jst.server.generic.jboss_1.5.206.v20090115/servers/jboss5.serverdef The version numb

[jboss-user] [JBossWS] - Re: Help! Call Web service error!

2009-05-18 Thread PeterJ
You have he perfect setup to track down the issue. Add -verbose:gc to both run.bat files and then compare the results, you should find that on XP some of the classes are being loaded from somewhere different that where they are being loaded on Server 2003. I assume you are using the exact same

[jboss-user] [JBoss jBPM] - Re: Setting the start date

2009-05-18 Thread osvaldo.pina
One of our team members found a solution for this problem: taskInstance.getStart().setTime(c.getTimeInMillis()); It breaks encapsulation but it's the best solution we were able to find! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231660#4231660 Reply to

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Some benchmarking or testimonials on using APR Native on JBo

2009-05-18 Thread rodfreire
Dear pros, I'm considering setting up the APR Native on an JBoss.com 4.3.0_GA customer, heavily loaded JBoss production server farm (balanced by mod_jk). However, I couldn't find any benchmark, tests, comments, testimonials or whatever else in the internet. So; Anyone has an love or nightmare

[jboss-user] [Management, JMX/JBoss] - Problem with Jboss Monitors

2009-05-18 Thread dhsodani
Hi All, I have configured one StringThresholdMonitor for my custom MBean for equality test.I have also configured one EmailAlertListenerfor this monitor. The problem is When I provide the value for the observed attribute for the first time from jmx console i receive the email correctly.But after

[jboss-user] [Clustering/JBoss] - Re: Session replication with sticky session

2009-05-18 Thread sureshrk19
Help please!!! I'm badly stuck at this point. Thanks, Suresh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231650#4231650 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231650

[jboss-user] [Clustering/JBoss] - Re: Facing Reincarnation Error?

2009-05-18 Thread b...@jboss.com
OK, good. I stronly suggest to upgrade your JDK though... JDK 1.5 is EOL and will not be supported by SUN this year, let alone JDK 1.4... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231649#4231649 Reply to the post : http://www.jboss.org/index.html?module

[jboss-user] [Clustering/JBoss] - Re: Facing Reincarnation Error?

2009-05-18 Thread jtcnz
Thanks Bela... But version 2.6 bases on JDK1.5. We are using 1.4.2 and could not be upgraded for other applications. Nevertheless, I have given up the TCP and use UDP configuration now. It works more smooth. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Support of J2EEDeployer and AutoDeployer in jboss-5.0.1

2009-05-18 Thread mpogra
Suppose i have a table named Order_details and in subsequent releases of the application i need to add one more column to it or i want to crate index on some columns. So how can i achieve it? Well i have one more question as : Is it always necessary to deploy whole application ear file if there

[jboss-user] [JBoss Portal] - Add content to CMS via Portlet dynamicly with Java

2009-05-18 Thread TdeVos09
Hi, I am generating such files (PDF, XLS or somthing else) with Java dynamicly in a Portlet. Now I want to store the generated file out of the portlet in the CMS-Content in a given folder. Can anyone give me a solution how I can access the CMS-Content from a binding bean underneath a rich fac

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss not correctly starting

2009-05-18 Thread jlankfo
Sorry if this isn't the right place for this because it may be more of an eclipse plugin problem but I am attempting to start the jboss server via eclipse and the server starts correctly because I see the line below and I can navigate to my pages. 08:54:04,539 INFO [ServerImpl] JBoss (Microcon

[jboss-user] [JBossWS] - Re: JAXWS WSConsume Custom Defined Package Code Generation I

2009-05-18 Thread meet_ravip
Heo, Can some one reply back,I a stuck with this issue View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231633#4231633 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231633 __

[jboss-user] [JBoss Tools (users)] - Creating .HAR archives with JBoss Tools. Possible ?

2009-05-18 Thread dimar1975
Hi all, I need to package an Utility Project as .har archive instead of .jar. Is there a shortcut in JBoss tools which allows to choose the suffix of your archived application? At the moment the only solution I can see is manually changing the suffix or using the Export utility. However the .har

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-05-18 Thread FrankTheTank
Correction: It will not work on either setups. It will *only* work if there is one network card. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231630#4231630 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231630 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Assigning the same port for web server and naming

2009-05-18 Thread rona22
jboss AS5 I tried using jndi over http but got this error: 09:51:21,848 ERROR [AbstractKernelController] Error installing to Start: name=jboss:service=NamingBeanImpl state=Create mode=Manual requiredState=Installed java.lang.NullPointerException at org.jboss.naming.HttpNamingContextFacto

[jboss-user] [JBoss jBPM] - Re: JBPM & Simulation

2009-05-18 Thread swatis
Yes Ronald View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231613#4231613 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231613 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-05-18 Thread trybik
Tried it, works fine! Thank you, Marius! There is still one thing pending, though. It is not something I need, but it might be an issue for someone else. I am talking about scanning for beanRefContext.xml files - see my post on Mon May 11, 2009 10:13 AM. As I mentioned, I do not need it, since L

[jboss-user] [Clustering/JBoss] - JNP lookup from multi-homed client

2009-05-18 Thread FrankTheTank
Hello all, in a 'typical' setup the JNP lookup for the partition name works fine. But on one of my (WinXP) PCs, that has two network cards, it will not do the lookup. This works: (output from a test jar): eth0 in on one network along with the server. eth1 is on another network. This does not:

[jboss-user] [JBoss Portal] - Can portal instances be mapped dynamically to JSP/HTML pages

2009-05-18 Thread shubhz
overwrite MyFirstPortletHeaderInstance MyFirstPortlet PageTitle Shubhz Portal

[jboss-user] [JCA/JBoss] - Re: Howto use custom jdbc driver with OracleXADatasource?

2009-05-18 Thread jeff.zhang
I guess your configuration is not correct. Maybe you use custom driver URL but using oracle template ds.xml. >From your error msg: anonymous wrote : | org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sq | l.SQLException: Invalid Oracle URL sp

[jboss-user] [JBoss AOP] - Re: Interceptor invoked in context of Servlet but not JSP

2009-05-18 Thread alen_ribic
Ok the Entity class relationship defined on the Department.getUsers is @javax.persistence.OneToMany and thats on the getter and not the attribute. So, JSP could not be calling the attribute directly as the LazyInitializationException is thrown and @OneToMany that would cause it is defined on the

[jboss-user] [JCA/JBoss] - Re: Connect JBOSS with SAP (JCo)

2009-05-18 Thread jeff.zhang
http://www.techjava.de/projects/sap-bapi-jca-adapter/ maybe helpful View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231583#4231583 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231583 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deployment of a J2EE1.3 application fails on JBoss4.2.2

2009-05-18 Thread groovie
Salut, i have successfully set up a JEE1.4 environment for to test and run my applications using EJB3. Fine! Some days ago i started a migration project, where an old JEE Application has to move from an Oracle-App-Server to JBoss. So i created a new development-context using Eclipse&Jboss-Tools

[jboss-user] [JBoss Cache: Core Edition] - Clustered Sessions

2009-05-18 Thread mrat...@asite.com
We are using Jboss 4.2.2 with Buddy Replication for clustering. I have stopped all the cluster nodes running Jboss Application and start it one by one. I get following log on all the nodes of cluster. Shouldn't these session information should be removed if I restart complete cluster ? Please he

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-18 Thread swatis
what he meant is to extend the existing Mail class and put your attachment code in this custom mail class and use this class as actionhandler class. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231570#4231570 Reply to the post : http://www.jboss.org/index.

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-18 Thread kukeltje
I would suggest you learn/read some basic jBPM stuff about actionhandlers on nodes first. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231568#4231568 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231568 ___

[jboss-user] [JBoss jBPM] - Re: JBPM & Simulation

2009-05-18 Thread kukeltje
I assume you are familiar with http://www.camunda.com/jbpm_simulation/jbpm_simulation_tutorial.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231566#4231566 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231566 __

[jboss-user] [JBoss AOP] - Interceptor invoked in context of Servlet but not JSP

2009-05-18 Thread alen_ribic
I have an Interceptor that intercepts the Hibernate's LazyInitializationException. I also have Load Time Weaving turned on. This interceptor works well when called from within the context of the Web Application Servlet. (By well I mean the LazyInitializationException does get thrown and my Inte

[jboss-user] [JBossWS] - Re: Getting ClassCast Exception in case of malformed webserv

2009-05-18 Thread gandulf.k
ok i reported an issue for it: https://jira.jboss.org/jira/browse/JBWS-2651 thanks gandulf[/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231563#4231563 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231563

[jboss-user] [JBossWS] - Re: Getting ClassCast Exception in case of malformed webserv

2009-05-18 Thread alessio.sold...@jboss.com
The validation you turn on is a schema validation. Catching exception regarding bad xml is something different. This said, please fill in a jira about this, we might evaluate removing the ignoreParseErrors=true flag. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[jboss-user] [EJB 3.0] - Re: failed to lazily initialize a collection of role:

2009-05-18 Thread negora
bcowdery: First of all excuse my delay to answer you, but I thought that I had already done it. I'm sorry for that ;) . Your explanation is very interesting to me. I'm using Stateless Session Beans in a very "little" environment (compared to a clustered one) so many of the concepts which you me

[jboss-user] [JBossWS] - Re: [ERROR] Invalid header

2009-05-18 Thread alessio.sold...@jboss.com
Please try directly using the Sun's tools. The exception you get comes from the Sun's impl (the jbossws-native jaxws tooling is basically wrapper of the Sun's one). If you still get the exception, please fill it directly to Sun. Othere wise post here again and create the jira on the JBWS project

[jboss-user] [JBossWS] - Re: dynamic proxy client fails

2009-05-18 Thread alessio.sold...@jboss.com
The need for setting the endorsed dir is already mentione din the doc, perhaps we should clarify this better when talking about client side, thanks. Btw the Sun's exception should generally a pointer to the fact the Sun's jaxws impl is being used instead of the native one. View the original pos

[jboss-user] [JBossWS] - Re: WS-Security EJB / Spring WS

2009-05-18 Thread alessio.sold...@jboss.com
Evaluate using JBossWS-CXF or JBossWS-Metro which support WS-SecurityPolicy. That's currently the standard way of configuring and using WS-Security. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231552#4231552 Reply to the post : http://www.jboss.org/index.

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-18 Thread Sujatha
sorry..i could not understand.. are you suggesting that i change the jbpm code..if so i would dont want to do that as i may not be able to upgrade my JPDL in future and my project is going to become unmanageable.. is there any other way i can work around the existing jpdl View the original pos

[jboss-user] [JBossWS] - Re: Global client handler chain

2009-05-18 Thread alessio.sold...@jboss.com
Take a look at the JAX-WS spec regarding programmatically setting handlers on client side. Besides that, there's standand-jaxws-client-config-xml that can be used (as well as any custom configuration file similar to that) to configure handlers on client side. View the original post : http://ww

[jboss-user] [JBossWS] - Re: MTOM enabled WS using SSB throws OOME

2009-05-18 Thread alessio.sold...@jboss.com
Please fill in a JIRA for this. Also trying with jbossws-cxf would be interesting. Afaik the MTOM spec is about optmizing what goes to the wire, but generally speaking I agree on what you say regarding the way attachment are handled by the stack. View the original post : http://www.jboss.org/i

[jboss-user] [JBossWS] - Re: Help! Call Web service error!

2009-05-18 Thread lixun
My First Windows is XP , and the later is Server 2003, is that the root cause? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231544#4231544 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231544

[jboss-user] [JBossWS] - Re: secure hello world exemple

2009-05-18 Thread alessio.sold...@jboss.com
Take a look at the src distribution; there're both tests using ws-security and basic http auth. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231543#4231543 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231543 __

[jboss-user] [JBossWS] - Re: Recomended way to build server and client with maven?

2009-05-18 Thread alessio.sold...@jboss.com
wsconsume is currently called in the jbossws-framework build to generate classes for a couple of tests. Take a look at the sources. Besides that, I've filled this: https://jira.jboss.org/jira/browse/JBWS-2650 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42315

[jboss-user] [JBoss Portal] - Re: HTTP Status 500 - No authenticated user while accessing

2009-05-18 Thread mabimal
Hello mathewa, Further more i would like to request you one thing that, Actually i m getting everything, except dashboard URL and configure dashboard URL, plus dashboard functionality. Infact I am under /portal/auth and there if i login as admin then admin appears and it's fully functional. So

[jboss-user] [JBossWS] - Re: Implementing WS-Security Usename Token Profile Authentic

2009-05-18 Thread alessio.sold...@jboss.com
The Username Token Profile is about setting username/pwd through SOAP Headers. Specify the property auth type to prevent the username from being used in the HTTP header: ((BindingProvider)port).getRequestContext().put(StubExt.PROPERTY_AUTH_TYPE, StubExt.PROPERTY_AUTH_TYPE_WSSE); SAML tokens not

[jboss-user] [JBossWS] - Getting ClassCast Exception in case of malformed webservice

2009-05-18 Thread gandulf.k
Hi, i'm using jbowss ws native with validation turned on to ensure the requests and responses are valid. In case of a xml-valid document the validation is working fine and I'm getting validation errors from the validator. But if i'm sending back a totally corrupt xml message, missing closing tag

[jboss-user] [JBossWS] - [ERROR] Invalid header

2009-05-18 Thread smartz
I am trying to consume a WSDL using wsconsume from JBossWS-3.1.2.GA, but I am unable to do so, if a wsdl:message/wsdl:part node defines a "type" instead of an "element". The error I get is: [wsconsume] Command invoked: org.jboss.wsf.spi.tools.cmd.WSConsume -k -o generated\classes -s generated\

[jboss-user] [JBossWS] - Re: Help! Call Web service error!

2009-05-18 Thread lixun
Thank you Peter! Follow your instruction, I add -verbose:class to JAVA_OPTS to run.bat, when jboss starts, I get a long class load list, In this list, I find these classes either loaded from jboss_home or java_home, and not know whick one is the stray JAR file. With no solution, I copy the whol

[jboss-user] [JBoss Portal] - Re: how to set up CAS server against LDAP

2009-05-18 Thread abartkiv
"abartkiv" wrote : The target: to launch authorization for simple web application, Apache roller and Jboss portal by using CAS | | There has been used CAS server version 3.2.1.1, CAS client 2.0 for roller and web application; CAS client 3.0.7 for portal. Jboss portal 2.6.4, Roller 4.0 and J

[jboss-user] [JBoss Portal] - Re: how to set up CAS server against LDAP

2009-05-18 Thread abartkiv
The target: to launch authorization for simple web application, Apache roller and Jboss portal by using CAS There has been used CAS server version 3.2.1.1, CAS client 2.0 for roller and web application; CAS client 3.0.7 for portal. Jboss portal 2.6.4, Roller 4.0 and Jboss AS 4.2.2 This configu

[jboss-user] [JBoss Tools (users)] - Re: JBoss support in Eclipse

2009-05-18 Thread OChikvina
Also you can try to change the Startup poller to Timeout poller in the server editor. How to do it see our docs (the 'Server editor' section) http://download.jboss.org/jbosstools/nightly-docs/en/as/html_single/index.html#server_editor View the original post : http://www.jboss.org/index.html?m

[jboss-user] [EJB/JBoss] - Suggestion for transaction configuration on stateful session

2009-05-18 Thread vettori
Hi, I'm using jboss 4.2.3. I use a stateful session bean to perform a long and complex operation on the entities that can require a lot of database accesses and other operations for each entity. The stateful session bean has a few methods to setup the operation: one is to select the set of ent

[jboss-user] [EJB 3.0] - Re: JndiUtil - assumes HA-JNDI service is installed

2009-05-18 Thread andyredhead
Hi, sorry, no I didn't post the stack trace (though the position of the null object reference was clear). There isn't an entry in JIRA yet, I was holding off creating one until someone confirmed that I should do... would you like me to? The issue is definitely the assumption that the HA JNDI