[JBoss-user] [Beginners Corner] - Re: custom logon action

2006-02-06 Thread poyge394
why cant you do other things when the user logges in to the application when you use j_security_check ? can you explain more what you whant to do ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921788#3921788 Reply to the post :

[JBoss-user] [JBossCache] - Re: Persisting cache loader changes

2006-02-06 Thread [EMAIL PROTECTED]
Maybe we should change the default behavior to *not* drop the table... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921789#3921789 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921789

[JBoss-user] [JBoss Portal] - Re: portal management response time 3 secs !

2006-02-06 Thread [EMAIL PROTECTED]
normally the first time you access it should load a bunch of nodes from the db and then they should be cached for later use making the page load faster. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921790#3921790 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Interoperability version 4.0.2 - 3.2.7

2006-02-06 Thread jornik
Is it possible to call an ejb that is running in a jboss server version 3.2.7 from a jboss server version 4.02? I thought it would be possible just by making the remote interface and the home interface available. It fails on a serialization id conflict on the GUID class. The post

[JBoss-user] [JBoss Eclipse IDE (users)] - CDT (C/C++ Development Tools) breaks JBoss IDE

2006-02-06 Thread trebiani
after installing CDT 3.0.1 via the update manager the JBoss IDE 1.5 is not working anymore :-( is this a problem of the JBoss IDE or of the CDT? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921792#3921792 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: NPE in GPD with Eclipse 3.1.1, jBPM 3.1 Beta2/3

2006-02-06 Thread [EMAIL PROTECTED]
Are you trying to import a project created with starter's kit 3.0.2? Or does the problem also exist when you create a new project with starter's kit 3.1beta3? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921793#3921793 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Can not deploy process

2006-02-06 Thread [EMAIL PROTECTED]
Mehmet, We are putting together such a series of documents as I write this, so stay tuned. In the meantime, replacing the identity component is not such a hard job. You should write an AssignmentHandler that simply uses your own identity module (e.g. LDAP) to lookup the candidates for

[JBoss-user] [Beginners Corner] - Re: JBoss startup errors

2006-02-06 Thread sparrez
I managed to get JBoss up and running by removing the DOCTYPE decleration from the web.xml files in the artifacts deployed on startup. But when trying to get JBoss Portal up and running i ran in to a bunch of new problems, but thats beeing handled in another forum, hopefully.

[JBoss-user] [JBossWS] - Re: Version of SAAJ specification version implemented?

2006-02-06 Thread [EMAIL PROTECTED]
It's SAAJ-1.2 See the main wiki J2EE-1.4 Web Services Specifications http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921797#3921797 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Can jboss notify other web apps when deploy changed jar file

2006-02-06 Thread peterbeijing
Hi, I'm now using JBoss3.2.2, i have a web app named myweb.war and some comon classes common.jar. myweb.war will using common.jar classes, and common.jar will often changed. I deploy them to deploy directory, if common.jar not changed, myweb.war will work ok. but if common.jar changed,

[JBoss-user] [JBossWS] - Re: No serializer found for class

2006-02-06 Thread [EMAIL PROTECTED]
The *_LiteralSerializer is a JWSDP specific artifact and not needed in jboss. What you should look out for is the mapping of the schma type to the java class in jaxrpc-mapping.xml and whether this shows up correctly in the generated *.wsdd View the original post :

[JBoss-user] [JBoss jBPM] - Re: Deployment problem

2006-02-06 Thread [EMAIL PROTECTED]
Mehmet, Concerning your original post, you should use ProcessDefinition.parseXmlString() instead of ProcessDefinition.parseXmlResource(). The latter looks for a resource (file on the classpath) containing a processdefinition. Hope this helps, Koen View the original post :

[JBoss-user] [JBossWS] - Re: Java WSDP 2.0

2006-02-06 Thread [EMAIL PROTECTED]
Its availbale with the new stack in jboss-head. Also see http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDeployJBossWS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921801#3921801 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Bug in MEMBERSHIP creation

2006-02-06 Thread [EMAIL PROTECTED]
Mennen, The name field in what table that is? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921803#3921803 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921803

[JBoss-user] [EJB 3.0] - Re: How to configure a SFSB in EJB3

2006-02-06 Thread klaus_erber
Thank you for the hint. Do you mean the org.jboss.annotation.ejb.cache.tree.CacheConfig Annotation? Greetings Klaus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921806#3921806 Reply to the post :

[JBoss-user] [Beginners Corner] - Can jboss notify other web apps when deploy changed jar file

2006-02-06 Thread peterbeijing
Hi, I'm now using JBoss3.2.2, i have a web app named myweb.war and some comon classes common.jar. myweb.war will using common.jar classes, and common.jar will often changed. I deploy them to deploy directory, if common.jar not changed, myweb.war will work ok. but if common.jar changed, Jboss

[JBoss-user] [JBoss.NET] - Jboss-net

2006-02-06 Thread [EMAIL PROTECTED]
Hi http://localhost:8080/jboss-net/services/HelloWorld HelloWorld is my my test web service. if i open this URL, i am getting the response as HelloWorld Hi there, this is an AXIS service! Perhaps there will be a form for invoking the service here... Where to change the text which is

[JBoss-user] [JBoss jBPM] - Re: assign a task to a group using assignment expression...

2006-02-06 Thread [EMAIL PROTECTED]
Issak, I have looked at the issue. You could call it a bug, but there is a reason why this problem appears. To understand it properly, you should have a look for yourself in the implementation of the class org.jbpm.identity.assignment.ExpressionAssignmentHandler. You will see there that the

[JBoss-user] [JBoss Portal] - Re: Steps to deploy Portlet in Jboss Portal

2006-02-06 Thread susitha
Hi... I have written a small portlet application using JSR 168 API,portlet.xml and web.xml files. What is the next step of deploying my portlet in JBoss??? Please someone give me an immidiate reply... View the original post :

[JBoss-user] [JNDI/Naming/Network] - Re: Interoperability version 4.0.2 - 3.2.7

2006-02-06 Thread jornik
Here is part of the stacktrace... java.rmi.RemoteException: lookup of UserServer failed; nested exception is: javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.util.id.GUID; local class incompatible: stream classdesc serialVersionUID =

[JBoss-user] [EJB 3.0] - RC4, MBean/EJB dependencies

2006-02-06 Thread klaus_erber
Hello, I have a problem since RC4 with the use of EJBs (SLSBs) in MBeans. Example (working code in RC3): | @Service (objectName=pistats:service=PIStatsManager) | @Management(PIStatsManager.class) | public class PIStatsManagerMBean implements PIStatsManager | { | ... | @EJB

[JBoss-user] [JBoss jBPM] - Help on jBPM

2006-02-06 Thread boerse
Hello! I'm a total newbie in jBPM and Jboss and i have searched and searched to see if i can see how to work with this tool. i've read on-line tutorials and forums but i don't find the answers to my questions, so i ask you, as experts to see if you can help because i'm completely desesperated.

[JBoss-user] [JBoss jBPM] - circular object dependency on bean 'resource.varmapping'

2006-02-06 Thread sem
If my JBoss server execute multiple JBPM processes I sometimes get an exception . java.lang.RuntimeException: circular object dependency on bean 'resource.varmapping' at org.jbpm.configuration.ObjectFactoryImpl.getObject(ObjectFactoryImpl.java:124) at

[JBoss-user] [JBoss jBPM] - Re: jBPM on Weblogic 9

2006-02-06 Thread [EMAIL PROTECTED]
I don't have any experience running jBPM on Weblogic. But it should be fairly straightforward. Are you using jBPM in a webapp? EJB? The main steps should always be to embed the jBPM libs along with their correct dependencies (hibernate, ...) in the *.war or *.ear file you want to deploy on the

[JBoss-user] [JBoss jBPM] - Re: SQLException while saving .form file

2006-02-06 Thread [EMAIL PROTECTED]
Is this version 2.0 you are using? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921818#3921818 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921818 ---

[JBoss-user] [JBoss Eclipse IDE (users)] - Using JBOSS 4.0.2 , Eclipse 3.1 and Lomboz 3.1

2006-02-06 Thread VPriya
Hi, I am new to JBoss and Lomboz. How do I configure Lombas with JBoss 4.0.2 and Eclipse 3.1 ? I was following the 'http://www.tusc.com.au/tutorial/html/chap1.html' tutorial , but stuckup due to the version changes with regard to the Lomboz server config file. Can anyone help me out? View

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-06 Thread deniss.parhomenko
Of course you can use this code as you want. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921821#3921821 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921821 ---

[JBoss-user] [EJB/JBoss] - Problems mixing CMP and direct JDBC in the same transaction

2006-02-06 Thread dirk9898
Our app mixes EJB 2.1 CMP and straight SQL over JDBC. Reason for using SQL is that some queries involve some complicated table joins. Unfortunately the SQL queries sometimes do not see the most uptodate data. This happens when - within the same transaction - the data is first written using

[JBoss-user] [JBoss jBPM] - Re: assign a task to a group using assignment expression...

2006-02-06 Thread yd40
Hi Koen, I looked at the ExpressionAssignmentHandler, and I understood the code. In my opinion, if you want some users from a group by a spesific role the actorPooledArray should be set, not the setActorId. There is no reason to set the first actor from the group or the last actor from the group,

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-06 Thread liudan2005
Great! Thanks Denniss. I am gonna try it today. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921824#3921824 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921824 ---

[JBoss-user] [JBoss jBPM] - Re: assign a task to a group using assignment expression...

2006-02-06 Thread [EMAIL PROTECTED]
Well there *is* a reason. If you have e.g. this expression : previous -- group(jbpm-users) -- member(expert) -- group(hierachy) -- member(boss) then you will have a problem resolving the fourth and fifth expression if there is more than one expert jbpm-user. Anyway, providing your own

[JBoss-user] [Installation, Configuration Deployment] - Container configuration with loader-repository

2006-02-06 Thread bgonline
Hello, What will it happen If I have two webapps for which I put the same following configuration in the jboss-web.xml file : | class-loading java2ClassLoadingCompliance=false | loader-repository | dot.com:loader=same-archive-name | looader-repository-config

[JBoss-user] [JBoss jBPM] - Re: assign a task to a group using assignment expression...

2006-02-06 Thread yd40
Ok, so in some cases you need only one actors. I used the assignment by class that extend the AssignmentHandler, However I need to pass a String as the role. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921829#3921829 Reply to the post :

[JBoss-user] [JBossWS] - Re: JBoss has problem with stub generated from wscompile

2006-02-06 Thread [EMAIL PROTECTED]
In our marshall testsuite we have a simmilar response structure | package org.jboss.test.webservice.marshalltest; | | | public class MarshallEndpoint_echoBoolean_ResponseStruct { | protected boolean result; | | public MarshallEndpoint_echoBoolean_ResponseStruct() {

[JBoss-user] [JBoss Portal] - sub-pages

2006-02-06 Thread glodo
Hi everyone! i want to do sub pages in a page.. like the test portlet that shows: - Test View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921831#3921831 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921831

[JBoss-user] [JBossWS] - Re: Speed Difference Between Java SEI and EJB3/EJB2.1 Web Se

2006-02-06 Thread [EMAIL PROTECTED]
POJO endpoints are not pooled. anonymous wrote : | Also, when will we be able to use an EJB3 session bean as a webservices endpoint (without the EJB2.1 stuff). You are already in jboss-head or the latest Branch_4_0 [url] http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDeployJBossWS[/url] View

[JBoss-user] [JBoss Portal] - Re: sub-pages

2006-02-06 Thread glodo
very sorry.. i mistake.. the next viewtopic show the doubt.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921835#3921835 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921835

[JBoss-user] [JBossWS] - Re: Exception with INOUT-Mode in a document\literal-Webservi

2006-02-06 Thread [EMAIL PROTECTED]
This should be fixed in jboss-4.0.4. You can you try the latest Branch_4_0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921830#3921830 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921830

[JBoss-user] [JBoss Portal] - sub-pages

2006-02-06 Thread glodo
Hi everyone! i want to do sub pages in a page.. like the test portlet that shows: - Test - theme selector - header content how i do this? i try to do.. but still dont success.. can someone help me please? thanks for you help glodo View the original post :

[JBoss-user] [JBossWS] - Re: Which class files generated by wscompile are required?

2006-02-06 Thread [EMAIL PROTECTED]
You could checkout the samples that are attached to the wiki View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921834#3921834 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921834

[JBoss-user] [JBossWS] - Re: Binary for JBossWS10EA ?

2006-02-06 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDeployJBossWS Is available from jboss-4.0.4 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921836#3921836 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921836

[JBoss-user] [JBossWS] - Re: uddi browser for jUDDI

2006-02-06 Thread [EMAIL PROTECTED]
No, there are no plans yet. You should create a feature request in JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921837#3921837 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921837

[JBoss-user] [JBossWS] - Re: securing JAR-RPC 1.1 endpoints

2006-02-06 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921840#3921840 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921840

[JBoss-user] [JBossWS] - Re: JBoss 404RC1 JBossWS Deployment Issue

2006-02-06 Thread [EMAIL PROTECTED]
| Caused by: java.lang.NoSuchMethodError: org.jboss.webservice.metadata.jaxrpcmapping.VariableMapping.getXmlElementName()Ljava/lang/String; | at org.jboss.ws.jaxb.JAXBMarshallerImpl.marshal(JAXBMarshallerImpl.java:140) | This is a inconsistent checkout View the original post :

[JBoss-user] [EJB 3.0] - Re: Query against @CollectionOfElements

2006-02-06 Thread liudan2005
Great! It works. Thanks Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921841#3921841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921841 --- This SF.net email

[JBoss-user] [JBoss Seam] - Re: Seam and Servlet

2006-02-06 Thread js8523
I am trying to use the SeamServletFilter and everything is working in the correct manner except when I try to pass conversationId through to it by doing this. | http://localhost:8080/Sales/servlet/reservationForm.pdf?conversationId=1 | I get a class cast exception converting it to a

[JBoss-user] [Clustering/JBoss] - Context replication

2006-02-06 Thread tremalnaik
Hello, I have successfully setup Session replication in Jboss, with an Apache web server as load balacer, redirecting requests to a cluster of tomcat servers. Single Sign On is configured, so now I magically provide to the users a fault-tolerant application. But... I make use of a Tomcat Valve

[JBoss-user] [JBossWS] - Re: how to set time out in soap client using JBossWS

2006-02-06 Thread [EMAIL PROTECTED]
If you want to use ths Sun client | com.sun.xml.rpc.client.StubBase | then you should ask them. If you want to uise the jboss client, then we have this method availbale on the Stub

[JBoss-user] [JBossWS] - Re: deserialization speed

2006-02-06 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDeployJBossWS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921845#3921845 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921845

[JBoss-user] [JBossWS] - Re: Complex types in WS4EE.

2006-02-06 Thread [EMAIL PROTECTED]
All your problems come from not using the WS4EE client side programming model with preconfigured stubs. DII sucks. The wiki explains howto use WS4EE clients. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921846#3921846 Reply to the post :

[JBoss-user] [JBossWS] - Re: Polymorphism in JAX-RPC Web Services

2006-02-06 Thread [EMAIL PROTECTED]
This should be fixed in jboss-4.0.4 http://jira.jboss.com/jira/browse/JBWS-349 anonymous wrote : | WOULD GREATLY APPRECIATE ANY HELP!! | Posts to this forum will be dealt with at the community's leisure. If your business is such that you need to rely on qualified answers within a known

[JBoss-user] [Beginners Corner] - Re: custom logon action

2006-02-06 Thread armita
Because, the j_security_check handler is handled by the container. I don't know how to access/overwrite it and I don't know if it gives any callback handler View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921848#3921848 Reply to the post :

[JBoss-user] [JBossWS] - Re: Webservice Security on JBoss

2006-02-06 Thread [EMAIL PROTECTED]
You setup the security in web.xml. yes, if .net client supports basic authentication. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921849#3921849 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921849

[JBoss-user] [JBossWS] - JBoss4.04RC.. new stack

2006-02-06 Thread necrosus
I am trying to build 4.0.4RC from source and use the new JBossWS stack I checked out from source with the tag below cvs co -r Branch_4_0 jboss-4.0.x cd jboss-4.04RC cd build ./build.sh I then build the JBossWS stack and deploy with ant deploy-jbossws Then i tried to add in ejb3.0. I did this

[JBoss-user] [JBoss jBPM] - jBPM 3.1 beta 2 is not thread safe !

2006-02-06 Thread xeha6284
Hi, I have found a problem with createObject method of ObjectFactoryImpl class : | public Object createObject(ObjectInfo objectInfo) { | clearRegistry(); | return getObject(objectInfo); | } | this code is not thread safe This can cause errors like

[JBoss-user] [JBossWS] - Re: Unable to get document/literal sample2 working from Step

2006-02-06 Thread [EMAIL PROTECTED]
Can you checkout the latest Branch_4_0. If this is not fixed please create a jira issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921852#3921852 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921852

[JBoss-user] [Security JAAS/JBoss] - Re: Authentification Struts (J_security_check)

2006-02-06 Thread tzablock
Under this URL you will find a desired LoginModule specs: http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html Good luck View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921853#3921853 Reply to the post :

[JBoss-user] [JBossWS] - Re: ServiceLifeCycle

2006-02-06 Thread [EMAIL PROTECTED]
POJO endpoints are currently not pooled. The spec does not require that either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921854#3921854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921854

[JBoss-user] [Security JAAS/JBoss] - Re: Authentification Struts (J_security_check)

2006-02-06 Thread cirdec
Thanx, I'm gonna check it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921856#3921856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921856 --- This SF.net email is

[JBoss-user] [JBoss jBPM] - failed to lazily initialize a collection of role: ... .Task.

2006-02-06 Thread mehmetbilgi
Hi, the problem is : 14:27:13,671 ERROR LazyInitializationException : failed to lazily initialize a collection of role: org.jbpm.taskmgmt.def.Task.events - no session or session was closed i got this exception while trying to run WebsaleTest, that comes with the framework.. Firstly, it printed

[JBoss-user] [JBossWS] - Re: JBoss4.04RC.. new stack

2006-02-06 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-680 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921858#3921858 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921858 --- This

[JBoss-user] [EJB/JBoss] - Re: Error message is null

2006-02-06 Thread jactor
Is there a solution for this problem? It is frustrating to get 2006-02-06 13:26:10,602 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/].[jsp] - 704] Servlet.service() for servlet jsp threw exception | javax.ejb.EJBException: null; CausedByException is: | null

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1 beta 2 is not thread safe !

2006-02-06 Thread xeha6284
I've created an issue on jira (JBPM-544) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921860#3921860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921860 --- This

[JBoss-user] [JBossWS] - Re: JBoss4.04RC.. new stack

2006-02-06 Thread necrosus
[EMAIL PROTECTED] wrote : http://jira.jboss.com/jira/browse/JBWS-680 Thanx for quick response :) So does this mean that at the moment it is not possible to run jbossws with ejb3.0 in JBoss4.0.4RC? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921861#3921861

[JBoss-user] [JBossWS] - Re: JBoss4.04RC.. new stack

2006-02-06 Thread [EMAIL PROTECTED]
You are welcome to fix http://jira.jboss.com/jira/browse/JBAS-2776 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921862#3921862 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921862

[JBoss-user] [EJB 3.0] - While restarting records are deleted

2006-02-06 Thread sivasaravanank
Dear Friends While restaring the JBoss server, Records inside the database were deleted.How can i set the records permenently(not remove from database) Sivasaravanan.K View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921864#3921864 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - How to access a CSS-file if JSP is in WEB-INF/classes?

2006-02-06 Thread wesslan
I have moved all my JSP's from web root to WEB-INF/classes. I use Webwork2 and this is the preferred way to prevent user to access views directly in a MVC2 framework. My problem is that my JSP's can't find my CSS-file, foo.css that is also located i WEB-INF/classes. Before I moved the JSP's

[JBoss-user] [Beginners Corner] - Re: custom logon action

2006-02-06 Thread poyge394
i still dont understand what you try to do, a use case would be nice, yes j_security_check is hadled av the container, when you try to access a restricted url the container redirect you to the login.jsp with your j_security_check action. do you try to login from a standalone java client or

[JBoss-user] [EJB 3.0] - Re: While restarting records are deleted

2006-02-06 Thread wesslan
sivasaravanank wrote : Dear Friends | While restaring the JBoss server, Records inside the database were deleted.How can i set the records permenently(not remove from database) | | Sivasaravanan.K Do you maybe have in your persistence.xml? That means recreate the DB on every deploy.

[JBoss-user] [EJB 3.0] - RC4 or RC5

2006-02-06 Thread Dornus
I noticed there is a link for RC5 now. Is that the one we should be installing and using? http://sourceforge.net/project/showfiles.php?group_id=22866package_id=132063release_id=390378 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921868#3921868 Reply to

[JBoss-user] [EJB 3.0] - Re: While restarting records are deleted

2006-02-06 Thread wesslan
wesslan wrote : sivasaravanank wrote : Dear Friends | | While restaring the JBoss server, Records inside the database were deleted.How can i set the records permenently(not remove from database) | | | | Sivasaravanan.K | | Do you maybe have | | in your persistence.xml?

[JBoss-user] [EJB 3.0] - Re: While restarting records are deleted

2006-02-06 Thread wesslan
This is surely not my day. First a wrongly posts three messages in the Webwork forum and now two here... :-) THIS is the line I was meaning to write: property name=hibernate.hbm2ddl.auto value=create-drop/ View the original post :

[JBoss-user] [EJB/JBoss] - Oracle8 type mapping problem

2006-02-06 Thread aranzuglia
Hi all, we are using JBoss 4.0.3SP1, when we deploy our EJB3 app the SQL statements aren't generated using Oracle8 datatypes, why? In deploy/oracle-ds.xml we have OracleDS as datasource with type-mapping Oracle8 In conf/standardjbosscmp-jdbc.xml we have OracleDS as default datasource In our app

[JBoss-user] [EJB 3.0] - Re: RC4 or RC5

2006-02-06 Thread [EMAIL PROTECTED]
yes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921873#3921873 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921873 --- This SF.net email is sponsored by: Splunk

[JBoss-user] [Beginners Corner] - Re: Can jboss notify other web apps when deploy changed jar

2006-02-06 Thread payet.b
why don't you put common.jar inside myweb.war ? You have WEB-INF/lib/ directory for this purpose for web modules. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921876#3921876 Reply to the post :

[JBoss-user] [JBossCache] - Re: Persisting cache loader changes

2006-02-06 Thread JerryGauth
Seems like cache loader default persistence should be consistent, or at least better documented so that it's more clear. I can look at the documentation on this subject and clean it where appropriate so that this behavior is better described. View the original post :

[JBoss-user] [JBoss Portal] - Re: portal management response time 3 secs !

2006-02-06 Thread PMO
What I did was very simple : change my log4j.xml to some unsane value. My mistake! thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921881#3921881 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921881

[JBoss-user] [JBossWS] - Re: ServiceLifeCycle

2006-02-06 Thread johnr1111
Thank you so much for helping validate that. I did realize the spec left that very open. I just wanted to validate that it was the case and we were not just configured correctly. Are there plans to provide the pooling. It seems like this could really cause some severe overhead problems when

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Users in Singapore

2006-02-06 Thread admin
JBoss would be happy to help you start a JBoss User Group in Singapore. Check out other groups that have formed worldwide at http://www.jboss.com/events/jbug. We can reach out to JBoss users in your area and feature the group on our webpage and upcoming newsletters. Email [EMAIL PROTECTED] for

[JBoss-user] [JBoss jBPM] - Re: jBPM on Weblogic 9

2006-02-06 Thread pksiv
Paz wrote : I am attempting to deploy the jbpm.war on Weblogic. Does anyone have insights? | | Has anyone been able to run jBPM on Weblogic? | | Any assistance is appreciated. Especially what .xml or configuration files to work on. | | Most importantly what do I need to change to

[JBoss-user] [EJB 3.0] - Re: Entity Beans extending a POJO - will I ever get this to

2006-02-06 Thread alximik
Please read ejb 3 spec. In PFD (chapter 2.1.9.2) it is explicitly written that any annotations on non-entity superclass are ignored. You can use @MappedSuperclass annotation to solve the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921888#3921888

[JBoss-user] [JBoss Seam] - Re: Seam and Servlet

2006-02-06 Thread [EMAIL PROTECTED]
Yes, that is the correct way. Hmmm. Please show me the stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921889#3921889 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921889

[JBoss-user] [JBoss jBPM] - Re: Help on jBPM

2006-02-06 Thread mehmetbilgi
there ARE doc for version 3, just check here: http://docs.jboss.com/jbpm/v3/userguide/ and http://docs.jboss.com/jbpm/v3/javadoc/ hope it helps.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921891#3921891 Reply to the post :

[JBoss-user] [JBossWS] - Re: deserialization speed

2006-02-06 Thread johnr1111
Another option to potentially look at is using Fast-Infoset. I don't know if JBoss supports it, and it's not supported outside of Java, but it's goal is to seriously reduce the serialization and de-serialization using a near binary representation. A web service is exposed with both the

[JBoss-user] [JBoss jBPM] - Re: Help on jBPM

2006-02-06 Thread boerse
Thank you for your response, mehmetbilgi, i've read this docs but i still don't know how to compile one example (for example), deploy it and make it work (create the .par, the scripts for the database and everything). Is it really so complicated? Thanks! View the original post :

[JBoss-user] [EJB 3.0] - Re: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-02-06 Thread phon
thank you for the reply. but the problem they refer to in the post you mentioned is when SerializableProxy cannot be found. in my case it can be found (hibernate3.jar is in de classpath) but i get a classcast exception when i try to lazily initialize a entity relation with it (which worked

[JBoss-user] [JBoss Seam] - SFSB invocation error

2006-02-06 Thread armita
I am trying to invoke a SFSB from inside a filter but facing this error message: javax.ejb.EJBException: java.lang.NullPointerException at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69) at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83)

[JBoss-user] [JBoss Portal] - Re: jboss poral 3.0.2 and oracle 10g problem

2006-02-06 Thread paul0731
[EMAIL PROTECTED] wrote : it is fixed in the branch 2.2 of the cvs and will be released soon. I am having the same problem. When is it going to be released? My requirements state that a portal has to work with 10g and I'm trying to get up a few differnt portals for demo/trial purposes. View

[JBoss-user] [JBoss Portal] - Re: jboss poral 3.0.2 and oracle 10g problem

2006-02-06 Thread [EMAIL PROTECTED]
Get RC2 from the download page. It is confirmed working in Oracle 9 and 10g. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921899#3921899 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921899

[JBoss-user] [JBoss Portal] - Problem with JBoss Portal and LDAP authentication

2006-02-06 Thread idelaney
I'm having a problem with the Portal trying to authenticate against LDAP. I'm using AS 4.0.3SP1 and Portal 2.2.0, both built from source, along with MySQL and OpenLDAP. I'm trying to use the LdapExtLoginModule to authenticate the user and get the roles from the LDAP, but the only way I can

[JBoss-user] [JBoss Portal] - decoration

2006-02-06 Thread PMO
I like to choose what decorations (mode and window state) are supported and rendered. Is there a way to do that using properties or do I have to write my own decoration renderer ? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921902#3921902 Reply

[JBoss-user] [JBoss Portal] - web.xml authentication issues

2006-02-06 Thread psalvadori
Hi all, (JBossPortal2.2 - JBoss-4.0.3SP1) I have a boring problem since some days and I don't know how to solve it. The goal I want to reach is to have multiple instances of portal and every one must have his own authentication. My actual situation is that, if I log-in in one of my portal

[JBoss-user] [JBossWS] - Re: uddi browser for jUDDI

2006-02-06 Thread chaseja
Thanks - I've posted the issue http://jira.jboss.com/jira/browse/JBWS-689 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921906#3921906 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921906

[JBoss-user] [EJB 3.0] - Datatype mapping to Oracle datatypes

2006-02-06 Thread jaboj
HI, We're evaluating JBOSS with EJB3 using a Oracle database. I can't get datatype mapping to work correctly. I seems like the Integer datatype i mapped to NUMBER(38) which is the maximum number size i Oracle. The Long datatype is mapped to BIGINT which isn't a datatype in Oracle and

[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.3, EJB3 and EJB3 Trailblazer problems

2006-02-06 Thread dtangiwon
has any one had an answer to this problem? I got the exactly the same problem. Please help on this issue. Thanks. Dong View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921908#3921908 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: BPEL while activity implementation

2006-02-06 Thread [EMAIL PROTECTED]
BPEL does not mandate any non-functional requirement, so this feature does not violate the spec. BPML? Err... Let's not talk about the dead :-) Actually, backtracking is required to implement any graph traversal. Think of the classic maze example taught in computer science courses. To find the

[JBoss-user] [JBoss Seam] - Getting Started

2006-02-06 Thread breitscott
I am starting with Seam. I took a new version of Jboss4sp1 and ran the ant deploy under the examples booking. I got the following error: 11:17:21,686 ERROR [LocaleUtils] Locale name null or empty, ignoring 11:17:21,692 ERROR [StartupServletContextListener] Error initializing ServletContext

[JBoss-user] [JBossCache] - JBossCache and EJB's

2006-02-06 Thread jboss2005_01
Hi, I spend a serious amout of time Googling and searching the different JBoss forums in an attempt to find some information concerning JBossCache and EJB's. What I would like to configure is a clustered set-up in which SFSB are replicated between the different members to a JDBC database. If

[JBoss-user] [JBossWS] - Re: Unable to get document/literal sample2 working from Step

2006-02-06 Thread rondouthit
It is indeed fixed in the 4.0.4RC1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921912#3921912 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921912 --- This SF.net

[JBoss-user] [JBoss Seam] - Re: Getting Started

2006-02-06 Thread [EMAIL PROTECTED]
You have a classloading issue. Difficult to say more than that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921913#3921913 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921913

  1   2   >