[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication occures many times

2006-02-20 Thread smbd
Thank you for your replying, Scott. Logout is called when flushing the authentication cache, I?ve checked it :). The problem it that this cache seems not to be flushed completely, i.e. the credentials remain cached! For example, I login to the server, perform some actions. Then I flush the cac

[JBoss-user] [JBoss Seam] - Re: Error in last nighty build

2006-02-20 Thread [EMAIL PROTECTED]
any chance you are reverse engineering composite keys ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925228#3925228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925228 ---

[JBoss-user] [JBoss Seam] - Error in last nighty build

2006-02-20 Thread rengar
To generate skeleton seam app throw this exception : org.hibernate.tool.hbm2x.ExporterException: Error while processing template string freemarker.core.InvalidReferenceException: Expression field.value.typeName is undefined on line 35, column 6 in seam/find.jsp.ftl. freemarker.core.Invalid

[JBoss-user] [Security & JAAS/JBoss] - Re: getUserPrincipal returns null in web application

2006-02-20 Thread hsaha
Just to add ... i am using JBoss 4.0.2. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925226#3925226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925226 -

[JBoss-user] [Security & JAAS/JBoss] - getUserPrincipal returns null in web application

2006-02-20 Thread hsaha
I am using a custom LoginModule whose commit() method looks like this: Set ssoUserPrincipals = subject.getPrincipals(SSOUser.class); Group callerPrincipal = new SimpleGroup("CallerPrincipal"); Iterator j = ssoUserPrincipals.iterator(); if (j.hasNext()) { Princip

[JBoss-user] [EJB 3.0] - PK, FK, referenced column problem for ejb3 entity in RC4.

2006-02-20 Thread jw_al
Is it possible in RC4 to describe ejb3 entities for 3 tables that has column that is PK and FK for table A, PK and FK for table B and PK for table C? RC4 ejb3 container cannot correctly process entity for table B (while RC3 can correctly process this situation with AccessType.FIELD). For example

[JBoss-user] [The Lizzard's corner] - Re: BusinessWeek - Oracle buying JBoss

2006-02-20 Thread djr667
Scott If the buying 'rumour' was only published by Java journals I would agree with you. But BusinessWeek has much more weight. Of course I do not know what Oracle would do with JBoss. The options vary from killing it to letting it float free. But based on how they changed JDeveloper from the

[JBoss-user] [JBoss jBPM] - Re: At time of DEPLOYMENT-Connection could not open error.

2006-02-20 Thread [EMAIL PROTECTED]
Oops, the database manager class is org.hsqldb.util.DatabaseManager. Hypersonic also offers an alternate version based on Swing instead of AWT: org.hsqldb.util.DatabaseManagerSwing View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925222#3925222 Reply to the po

[JBoss-user] [JBoss jBPM] - Re: At time of DEPLOYMENT-Connection could not open error.

2006-02-20 Thread [EMAIL PROTECTED]
Hypersonic comes with a database management tool that you can run as a Java application with the following command: java -cp hsqldb.jar org.hsqldb.DatabaseManager Do you get connectivity with this tool when you use the connection properties you specify? In particular, I think you are missing a da

[JBoss-user] [JBossWS] - Re: webservice arguments are need to be in order ?

2006-02-20 Thread anders.hedstrom
In your wsdl file you can see that your complex type login is based on sequence elements. Sequence defines the exact order of child elements. There is another XML Schema element named all, that allows the elements in it to appear in any order. //Anders View the original post : http://www.jbos

[JBoss-user] [JBoss Portal] - CMS manager error (new to jboss)

2006-02-20 Thread Maxedout
Hi, I don't know much about open source software or jboss yet. I'm a high school student and, a friend of mine who I'm learning to help suggested I learn and start experimenting with Jboss and right now I am only using the portal aspect of it. I'm running it on mac os x tiger...Jboss version 2.

[JBoss-user] [Clustering/JBoss] - stateless session bean fail over and HA-RMI fail over not wo

2006-02-20 Thread duylt
dear all, i have 2 jboss 4.03Ssp1 be configed as cluster. And one stateless session bean with load balance and fail over enable. But it seem to be not work. Stateless bean also deployed in 2 server this is my ejb-jab.xml http://java.sun.com/dtd/ejb-jar_2_0.dtd";> ServerBean

[JBoss-user] [EJB 3.0] - business-remote

2006-02-20 Thread rparree
Hi, Shouldn't the remote business method be specified using the business-remote element as apposed to the remote element? The demo in the Tutorial ("Stateful Beans Using Deployment Descriptors") shows the remote element... see (http://docs.jboss.org/ejb3/app-server/tutorial/stateful_deployment

[JBoss-user] [JBoss jBPM] - Linking a business object to a processinstance (and its task

2006-02-20 Thread [EMAIL PROTECTED]
Hi, I have a hibernate object called Property. My application needs to create a new process (defined in workorderprocess.jpdl.xml) and link it to a Property ie the user must be able to view all 'workorderprocess' tasks for this Property when viewing a Property. Should the Property have a lis

[JBoss-user] [JNDI/Naming/Network] - a question about fault tolerance during DIY Jboss JNDI

2006-02-20 Thread niklaus_wirth2000
Hi, I have a question about fault tolerance during DIY Jboss JNDI. I have developed lots of applications with WebLogic, which is powerful in fault tolerance. For example, having defined a data source named ?jdbc/myDB? in JNDI, I can execute lookup in follow way without add prefix such as ?java:/

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problem in EJB QL for Oracle

2006-02-20 Thread ntomer
Hi, I am trying to implement a CMP to learn how does it work. I created a table on Oracle 9i with the following script - CREATE TABLE Employee ( EmpNo NUMBER(5, 0) CONSTRAINT pk_empno PRIMARY KEY, EmpName VARCHAR2(50) ); I am using NetBeans 5.0 IDE; thru NetB

[JBoss-user] [JBoss Portal] - Re: add portal pages (name is chinese word)

2006-02-20 Thread kevnlin
help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925208#3925208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925208 --- This SF.net email is sponsored by: Sp

[JBoss-user] [Remoting] - Exception in Multiplex sample

2006-02-20 Thread [EMAIL PROTECTED]
I am trying to run the Client2Server1 sample along with MultipleInvokerServer sample in the latest CVS. I am getting the following exception: java.lang.NoClassDefFoundError at org.jboss.util.id.VMID.create(VMID.java:259) at org.jboss.util.id.VMID.getInstance(VMID.java:223)

[JBoss-user] [JBoss jBPM] - Still am not able to write custom fork handler :(

2006-02-20 Thread nakulrajurkar
Hi All, I am trying to create a custom fork handler using following process definition: | | | | | | | | | | | | My Custom Fork Handler looks like : public class CustomForkHandler implements ForkHandler { | public void fork(ForkCon

[JBoss-user] [JBossWS] - Accessing Service Ref

2006-02-20 Thread sharadindum
Hi, I have deployed 3 wars in my JBOSS4.0.3SP1. War 1: WebService War 2: WS Client War 3: Some Application. Now I would like to access WS Client to lookup for the Service as I need to access the WebService. I tried to do that but JBOSS gives an error saying "Service not bound". H

[JBoss-user] [JBoss jBPM] - Re: SubProcessInstance(s) returns null

2006-02-20 Thread send2shriram
Hi Tom, Thanks for your reply. Iam currently working in JBPM 3.1 release. But the method processInstance.getRootToken().getSubProcessInstance(); still returns null, when i have multiple sub-processes in process defintion. Is the bug still open? Is there any other method available for getting

[JBoss-user] [JBoss Portal] - Re: portlet preferences

2006-02-20 Thread abmyers
"noicangi" wrote : | i know i can change the target page, creating a new portlet in my portal instance but it could be easier if i could change the properties of the portlet instance directly from the admin portal. Hi, Can someone explain to me how you do this? I'm a clueless newbie but I'd

[JBoss-user] [EJB/JBoss] - Re: Getting a connection from a datasource...

2006-02-20 Thread Hakucho
That depends which DataSource implementation you happen to be using. I know that the excellent Spring project for example includes several implementations, some of which use a pool and some of which do not. To find out about yours, simply log the class of the DataSource instance after you look

[JBoss-user] [EJB 3.0] - JBoss 5(200602142314) & Postgres

2006-02-20 Thread swmk
Hi, all I am using jboss 5 (200602142314) & Postgres for database. When I query back an entity, this error comes, "target lists can have at most 1664 entries" when I look at the postgres log, I found a huge query Any idea? -- Regards; Stephen View the original post : http://www.jboss.c

[JBoss-user] [JBoss Portal] - Disable caching in portlet

2006-02-20 Thread sweeheng
How do i disable caching in portlet beside using in the header and using response.setProperty("portlet.expiration-cache", 0); in my doView() method? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925197#3925197 Reply to the post : http://www.jboss.com/index

[JBoss-user] [JBoss Seam] - Re: Could not find destroy method

2006-02-20 Thread vivimos
Make sure you have the destroy method in the local interface. Carl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925195#3925195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925195 -

[JBoss-user] [Beginners Corner] - Re: remote deployment

2006-02-20 Thread sushant248
Thanks. How do i disable hot deployment? in that case how do i remotely stop the server from command prompt? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925193#3925193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBossWS] - webservice questions to jboss

2006-02-20 Thread aungzay
hi, I m currently using jboss [5.0.0alpha] and using Macromedia Flex Beta 2 client to call webservice. My goal is to read the wsdl ( schema ) and generate the correct XML request. since wsdl generation change from time to time ( every time i check out the jboss ). and my schema reader always n

[JBoss-user] [Clustering/JBoss] - Re: Session replication failed in jboss cluster

2006-02-20 Thread zhixing_lv
I have modified jboss-service.xml and server.xml, attribute name="UseJK" true /attribute Engine name="jboss.web" defaultHost="localhost" jvmRoute="server1" and in the workers2.properties file, I have set worker.loadbalancer.sticky_session to "0": worker.loadbalancer.sticky_session=0 My jboss ve

[JBoss-user] [JBoss Seam] - Seam Interceptor Questions

2006-02-20 Thread paper
I've some questions on Seam Interceptors to understand this better: 1. is it right, that the seam interceptors (cusom one i mean, the chap in the ref is named like that) are usual intercetors and the only seam controlled thing in th creation of th annotation? 2. on which parts can these interce

[JBoss-user] [JBoss jBPM] - Implemeting own authitication module .

2006-02-20 Thread vas74
Hi , I downloadded the sample example. it work fine but it is given problem when I want to used my login module for authication . e.g. my page contains the username and password as text fields and I have a method which check the username and password from th jbpm database. I can share the c

[JBoss-user] [JBoss Seam] - Re: Could not find destroy method

2006-02-20 Thread paper
Check if you have a method annotated with @Remove @Destroy in any stateful session beans. Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925185#3925185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925185

[JBoss-user] [JBossWS] - webservice arguments are need to be in order ?

2006-02-20 Thread aungzay
hi, I m using jboss [5.0.0alpha check out at 20060214] version and using Macromedia Flex Beta 2 client to call webservice. My question is webservice arguments are need to be in order ? following is the part of schema from jboss webservice | | | | | | |

[JBoss-user] [JBoss jBPM] - Doubt canceling a timer and killing the tasks

2006-02-20 Thread boerse
Hello, i have a task-node with a task-timer and 2 other tasks assigned to 2 swimlanes and they wait for the action of the users. I want to keep on the flow when: * one of then accepts/confirms the action (any of them) * the timer expires For that i made a class to timeout (for the timer) which

[JBoss-user] [JBossWS] - Error getting in Webservice Client

2006-02-20 Thread ijaffery12
I am new to web service. I have successfullydeployed a webservice on jboss server which similar like provided on http://wiki.jboss.org/wiki/Wiki.jsp?page=WSServerEJB But while I am writing my client I am getting error: could not find service: {http://com.usfi.css.ejb.session.interfaces}TestEjb

[JBoss-user] [JBoss and NetBeans] - Re: Issues in accessing an EJB web service deployed on JBoss

2006-02-20 Thread albisvladimir
Hi Komal, i also have sucessfully done a web service app, but using Sun App Server, now that i'm tryng to do the same with JBoss 4.0.3. I am getting an error when i do the "Test Operation" in NB5. [org.jboss.axis.transport.http.AxisServlet] org.xml.sax.SAXException: Deserializing parameter 'ge

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: problem with loader-repository and JAR in web-inf/lib

2006-02-20 Thread [EMAIL PROTECTED]
You cannot overload the jdk javax.* classes from the war deployment. Only the associated implementation classes should be in the jar. Remove the javax.* classes from the jar or configure the war class loader to ignore these using the jbossweb-tomcat55.sar/META-INF/jboss-service.xml FilteredPacka

[JBoss-user] [JBoss Portal] - get portlet information from portletrenderer ?

2006-02-20 Thread cpage
hi, i've made my own renderset, based on the Divrenderer (window, portlet, decoration, region) i want to get some information from the render method about the portlets. i have a portletcontext, a windowresult and a rendercontext but i don't find information about portlets. i have their region

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - ConnectionFactory and Connection

2006-02-20 Thread rogeduardo
Hi all! Anyone can explain me how javax.resource.cci.ConnectionFactory doesn't have any association with javax.resource.cci.Connection, if the method getConnection() andgetConnection (Subject, ConnectionRequestInfo) returns one javax.resource.cci.Connection? I saw this on the class diagram into

[JBoss-user] [JBossWS] - Re: Issues with WSDL and mapping

2006-02-20 Thread [EMAIL PROTECTED]
The corresponding change that needs to happen is: package org.jboss.ws.jaxb.JAXBUnmarshallerImpl | private void processXmlAttributeName(TypeBinding typeBinding, VariableMapping varMapping) |{ | String xmlAttrName = varMapping.getXmlAttributeName(); | log.trace("processXml

[JBoss-user] [EJB 3.0] - Re: concurrent calls to stateful session beans

2006-02-20 Thread andrewtv
Thanks, I'll try this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925172#3925172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925172 --- This SF.net email is sp

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-02-20 Thread 1137
anonymous wrote : Looks like the stack trace for the remote interface is from the server side? You are right. anonymous wrote : Can you send upload the corresponding client side log? My client doesn't generate any logs. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [EJB 3.0] - Re: concurrent calls to stateful session beans

2006-02-20 Thread [EMAIL PROTECTED]
no, multi threaded access to a SFSB will throw an exception by default as per the spec... @org.jboss.annotation.ejb.SerializedConcurrentAccess will block on co View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925170#3925170 Reply to the post : http://www.jbos

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - ClassCastException in getLocalHome when upgrading from 3.2.1

2006-02-20 Thread rsagare
We have been using middlegen to generate EJB for last 3 years for JBoss3.2.1 successfully and it has worked very well for us. Now we are trying to upgrade to JBoss4.0.4 and we are getting this error in the middlegen generated file when deployed, java.lang.ClassCastException at com.acs.erx.p

[JBoss-user] [JBoss Seam] - Re: Offline for a week

2006-02-20 Thread Shinerella
omg! :S View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925168#3925168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925168 --- This SF.net email is sponsored by: Sp

[JBoss-user] [JBoss Seam] - Re: Could not find destroy method

2006-02-20 Thread Shinerella
This is the whole exception 18:51:34,203 WARN [Contexts] could not find destroy method java.lang.NoSuchMethodException: $Proxy371.remove() at java.lang.Class.getMethod(Class.java:1581) at org.jboss.seam.contexts.Contexts.callDestroyMethod(Contexts.java:203) at org.jboss.

[JBoss-user] [JBoss Seam] - Could not find destroy method

2006-02-20 Thread Shinerella
When I try to display a page with a certain entity atributes like #{caroEntity.codeAtribute} #{caroEntity.descriptionAtribute} | get this error: 18:51:34,203 WARN [Contexts] could not find destroy method java.lang.NoSuchMethodException: $Proxy371.remove() which ones

[JBoss-user] [JBossWS] - Re: Error with new JBossWS

2006-02-20 Thread [EMAIL PROTECTED]
See my comments in: http://jira.jboss.com/jira/browse/JBWS-716 -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925165#3925165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925165 --

[JBoss-user] [EJB/JBoss] - ClassCastException in getLocalHome when upgrading from 3.2.1

2006-02-20 Thread rsagare
We have been using middlegen to generate EJB for last 3 years for JBoss3.2.1 successfully and it has worked very well for us. Now we are trying to upgrade to JBoss4.0.4 and we are getting this error in the middlegen generated file when deployed, java.lang.ClassCastException at com.acs

[JBoss-user] [JBossWS] - Re: Issues with WSDL and mapping

2006-02-20 Thread [EMAIL PROTECTED]
I was suspecting as much but it is kind of weird that this problem is not more well-known... WSRP4J goes around the issue by modifying the WSDL file like so: | | | So it does seem like something's up with handling of xml:lang (and probably other standard XML attributes. View the origin

[JBoss-user] [EJB 3.0] - Re: concurrent calls to stateful session beans

2006-02-20 Thread bdecoste
If there is no state between calls, then a stateless bean is the way to go. Access to a SFSB instance should be locked (via the StatefulSessionInterceptor) to force single threaded access. Could you please post a full stack trace? View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 Clustering

2006-02-20 Thread noicangi
yes i think so, i followed the steps of using eclipse in the wiki, i download the jboss-portal-2.2 and build that version but it doesn't works, i start the server but the portal don't starts. i tried to buield other version called jboss-portal but i could't build it. at this moment i'am stuck,

[JBoss-user] [Installation, Configuration & Deployment] - file uploading problem

2006-02-20 Thread ahamed_vi
Hi., I am working in jboss application server 4.0.1sp1. I created my application as app.ear file and i deployed it.Its working nicely,but when I am trying to upload a file to server path,it uploaded to temp folder rather than my application folder. and also the uploaded file is deleted when the

[JBoss-user] [EJB 3.0] - Re: concurrent calls to stateful session beans

2006-02-20 Thread andrewtv
Understood. Perhaps if there was a way to single thread access to the bean automatically as if all calls were synchronized, I suppose this is what I'm looking for -- perhaps this is more of a locking strategy. I have a web tier in which parts get composed in mutiple threads, but would like to

[JBoss-user] [EJB 3.0] - Re: concurrent calls to stateful session beans

2006-02-20 Thread bdecoste
Concurrent calls to a session bean instance are not allowed via the spec. Are you sharing a SFSB handle (proxy) between multiple threads? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925156#3925156 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-02-20 Thread bdecoste
Looks like the stack trace for the remote interface is from the server side? Can you send upload the corresponding client side log? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925155#3925155 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [EJB 3.0] - concurrent calls to stateful session beans

2006-02-20 Thread andrewtv
Hope this doesn't sound too idiotic, but I'm running into an issue where some concurrent calls to a EJB 3.0 SFSB cause EJBExceptions on local interfaces, and am wondering if there is any way to automatically have these calls act single threaded (instead of wrapping calls externally), or alternat

[JBoss-user] [Installation, Configuration & Deployment] - There is no way to save unicode data using JBoss in MS SQL S

2006-02-20 Thread syncobslee
It sounds strange but never heard any success story. Try other application servers like WebLogic and they work just fine, but not JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925153#3925153 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 Clustering

2006-02-20 Thread [EMAIL PROTECTED]
have you tried the latest version from branch 2.2 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925152#3925152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925152

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-02-20 Thread 1137
"bdecoste" wrote : For the remote call, it looks like there is a problem deserializing an object. Any possibility that the client and server are out of sync regarding the application classes? No, tests were run on fresh deployment. Additionally I removed from classpath libraries shipped with JB

[JBoss-user] [JBossWS] - Re: Issues with WSDL and mapping

2006-02-20 Thread [EMAIL PROTECTED]
JBossXB layer has correctly modeled the TypeBinding with a map as | xml:lang = typebinding | name=typebinding | But the jaxrpc layer is lost because: | | name | name | | | lang | lang | | It cannot figure out that the lang is a namespace qualified attrib name with

[JBoss-user] [Installation, Configuration & Deployment] - Re: How do you turn off clustering?

2006-02-20 Thread damo9f
That seemed to help (I think), but I still get messages involving clustering, such as this: [exec] 16:18:58,863 INFO [TreeCache] viewAccepted(): new members: [bugsy:2030, wilma:2066, fritz:1384, daffy:1178] Where three of those four are machines other than mine. I assume I'm somehow comm

[JBoss-user] [Installation, Configuration & Deployment] - Does JBoss support MS SQL Server in unicode environment

2006-02-20 Thread syncobslee
I have tried many different configurations but my conclusion was that JBoss does not support unicode on MS SQl Server. No matter how you configure your JDBC connection, it does not save data in different languages in the unicode format. MS SQL XA driver simply requires a property (SendStringPa

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 Clustering

2006-02-20 Thread noicangi
hi, i build the cvs version 2.2 and then i deploy it to the server/all (all server of the jboss i copied from the jboss4.0.3SP1 because the bundled doesn't have the direcoty) but it doesn't work. please help the file HAJCRCMS.xml is not created. View the original post : http://www.jboss.com/

[JBoss-user] [JBoss Portal] - Re: JSF Portlet Error

2006-02-20 Thread Isklar
thanks, the problem is that the portlet container is not able to access the jbpm service (jbpm.sar) portlets are running in another context (or)? are they able to access the "normal" context like a "normal" web application? do i have to delevop bridges for this? who are the partners working o

[JBoss-user] [JBoss Portal] - Default View.

2006-02-20 Thread jaredmladner
Hello, thank you in advance and I hope someone can help me. I am using Jboss Portal 2.2. I currently have multiple portlets deployed on my server. I have a selection portlet always displayed on the left side of my layout. Depending on the link selected you can be navigated to different page

[JBoss-user] [JBoss Portal] - Re: Where is the MyFaces cardemo portlet source?

2006-02-20 Thread [EMAIL PROTECTED]
I think you can get the sources from the JSF 1.1 RI: http://java.sun.com/j2ee/javaserverfaces/download.html We didn't modify the source files at all, just added xml descriptors for the portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925132#3925132 Re

[JBoss-user] [JBoss jBPM] - Re: cvs issues

2006-02-20 Thread [EMAIL PROTECTED]
looks ok to me. try without the port-number. regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925130#3925130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925130

[JBoss-user] [JBoss Seam] - Re: HttpSession, Seam SessionContext and bijection

2006-02-20 Thread [EMAIL PROTECTED]
My view is that scope is an aspect that should not be explicitly encoded in an application. We need the jboss microcontainer metdata repository notion (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5RepositoryClasses, http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73653) woven through

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - problem with loader-repository and JAR in web-inf/lib

2006-02-20 Thread srouil
Hi, I have an EAR that uses loader-repository with overidding of JBoss classes. Structure of my app is: jbosscltest.ear - xmlparserv2.jar (Oracle XML parser implementing JAXP) - corefw.jar (core fw classes using XML parser) - webapp.war (web app using core fw) - web-inf/lib - struts.jar (descrip

[JBoss-user] [JBoss jBPM] - Re: SubProcessInstance(s) returns null

2006-02-20 Thread [EMAIL PROTECTED]
this is a known bug. it requires a mapping and db schema change to fix this. so it's not solved in 3.0.2. but it is solved in 3.1 regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925129#3925129 Reply to the post : http://www.jboss.com/index.h

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

2006-02-20 Thread [EMAIL PROTECTED]
icyjamie, the contract is any access specifier. so we'll have to implement the difficult version :-) rainer, i've related the issue to the community suggestions. regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925128#3925128 Reply to the post

[JBoss-user] [The Lizzard's corner] - Re: BusinessWeek - Oracle buying JBoss

2006-02-20 Thread [EMAIL PROTECTED]
No point in talking about rumors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925127#3925127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925127 --- This SF.net

[JBoss-user] [Beginners Corner] - Re: remote deployment

2006-02-20 Thread the-gtm
You just have to drop the ear (or sar or whatever) and voila it is deployed. No authentification is required by JBoss to do that. If you want to secure this, you can either disable hot deployment or restrict write access to the deploy dir. View the original post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss jBPM] - Re: BPEL - abnormal end of process

2006-02-20 Thread adrian.andrei
Sorry, I meant jPBM session. I have no time for code-digging. I just noticed that errors like that happens immediately after jBPM session that was used to receive the request closes. I bet that in the context instance the message variables are somehow linked with the session but i have no time

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Sybase Datasource Issue

2006-02-20 Thread [EMAIL PROTECTED]
Look for the how to configure the authentication info provided to the connection creation as this is what the error indicates. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925123#3925123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [Security & JAAS/JBoss] - Re: Access denied - Role mapping problem?

2006-02-20 Thread [EMAIL PROTECTED]
Correct, I view the deployment descriptor as a poor location for role mapping. Its static and too coupled to the deployment when it should be a property of the security domain aspect associated with the deployment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Resource Adapter

2006-02-20 Thread mtb2ride
Here is another http://www.jboss.org/index.html?module=bb&op=viewtopic&t=7667from 2002 that describes the same problem, no re-connect when using JMS RA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925121#3925121 Reply to the post : http://www.jboss.com/i

[JBoss-user] [JBoss Seam] - Offline for a week

2006-02-20 Thread [EMAIL PROTECTED]
Guys, I'll be holidaying in Costa Rica for a week, without my laptop. I'll respond to questions when I'm back next Monday. Please try to help each other out during that time :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925120#3925120 Reply to the post

[JBoss-user] [Clustering/JBoss] - Re: JBoss problem with latest windows hotfix

2006-02-20 Thread [EMAIL PROTECTED]
Thanks for the heads up! If you experience any more problems, please advise, and if we notice anything related to this we will as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925115#3925115 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-02-20 Thread bdecoste
For the remote call, it looks like there is a problem deserializing an object. Any possibility that the client and server are out of sync regarding the application classes? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925114#3925114 Reply to the post : ht

[JBoss-user] [Management, JMX/JBoss] - JMX ModelBean Persistence With Spring Java 5 Annotations

2006-02-20 Thread greenbean
Spring provides annotations to expose and persist mbeans. The persistence does not seem to work when using this method. Is this supported by jboss? @ManagedResource(objectName = "jmx:bean=TestBean", description = "Test bean", log = true, logFile = "jmx.log", currencyTimeLimit = 0, persistPolicy

[JBoss-user] [EJB 3.0] - Re: Hibernate enum bug ?

2006-02-20 Thread simon.nicholls
I used the installer for 4.0.4RC1, and selected the ejb3 option during the install process, which should give me RC5. I've also tried updating the hibernate and EJB3 libs manually to latest versions, and still get the same problem. Files inside my 4.0.4RC1 installer are stamped 07/02/06 21:24 H

[JBoss-user] [JBoss jBPM] - Re: ProcessInstance in separate Thread and persistence

2006-02-20 Thread RAlfoeldi
Hi 'kurilenko', Alex is still right. I've personally answered this question 4-5 times. Search the forums. It's all there. (And I'm using 3.0.2 too...) Greetings View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925110#3925110 Reply to the post : http://www.

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

2006-02-20 Thread RAlfoeldi
See: http://jira.jboss.com/jira/browse/JBPM-311 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925109#3925109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925109

[JBoss-user] [Beginners Corner] - Re: JBoss Linux Woes

2006-02-20 Thread jbossjleplat
The ejb's were deployed in a file which ends with ".EJB3". Changing the filename to end with ".ejb3" (lowercase) fixes the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925108#3925108 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE and Eclipse 3.2M5

2006-02-20 Thread [EMAIL PROTECTED]
so the culprit is this line: !ENTRY org.eclipse.jface 4 2 2006-02-20 11:35:13.792 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/launcher/JavaLaunchConfigurationTab if you report that

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication occures many times

2006-02-20 Thread [EMAIL PROTECTED]
Flushing the server authentication cache triggers a logout on the associated login modules. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925106#3925106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925106

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE and Eclipse 3.2M5

2006-02-20 Thread beamer908
Don't know how that doubled up... feel free to delete one of those and possibly trim to relevant parts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925105#3925105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392510

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE and Eclipse 3.2M5

2006-02-20 Thread [EMAIL PROTECTED]
the error log is in the Error Log View View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925101#3925101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925101 --- This S

[JBoss-user] [Security & JAAS/JBoss] - Re: Access denied - Role mapping problem?

2006-02-20 Thread gugrim
Thanks, now I think I get it perhaps. Seems like JBoss has choosen a different path to allow the deployer to map application roles to domain roles. Instead of doing it in the deployment descriptor, like Sun and BEA does it, the application role names are known and provided by the login module. T

[JBoss-user] [Clustering/JBoss] - Re: handleJoin(node:port) failed, retrying

2006-02-20 Thread dode
"webservicesadmin" wrote : Hi, | You didn't mention that whether you are using any webserver or not.. | Any way make sure you are starting your instances using this command or not. | run -c node1 -Djboss.partition.name=CLUSTER_NAME | | | Regards, | Rajesh.G What do you mean w

[JBoss-user] [JBoss Portal] - Re: News about Novell portlet library?

2006-02-20 Thread [EMAIL PROTECTED]
I known Portlet Swap, but i post the message because i think that we don't have enough portlet yet to run jboss portal in a production environment. I'm a fan of JBoss projects and i want to use Jboss Portal...but it's very hard to find portlets as in other system (i.e. php). I also know that is i

[JBoss-user] [Clustering/JBoss] - Re: handleJoin(node:port) failed, retrying

2006-02-20 Thread dode
"[EMAIL PROTECTED]" wrote : Hmm, do you have some logs available ? What's the diff between the prod and tests servers in terms of configuration ? | Have you seen http://wiki.jboss.org/wiki/Wiki.jsp?page=HandleJoinProblem ? Yes, I have a lot of logs, what part would be interesting to look at? It

[JBoss-user] [JBoss Portal] - Re: Where is the MyFaces cardemo portlet source?

2006-02-20 Thread [EMAIL PROTECTED]
I will ask Stan "the man" Silvert for the sources, and post here when its up on portletswap and available. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925093#3925093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392

[JBoss-user] [JBoss Portal] - Re: JSF Portlet Error

2006-02-20 Thread [EMAIL PROTECTED]
You may want to try the jbpm forums. I am not familiar with the jbpm app, but we do have partners working on integration of jbpm + jsf + portal, currently. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925092#3925092 Reply to the post : http://www.jboss.com

[JBoss-user] [Clustering/JBoss] - Re: handleJoin(node:port) failed, retrying

2006-02-20 Thread webservicesadmin
Hi, You didn't mention that whether you are using any webserver or not.. Any way make sure you are starting your instances using this command or not. run -c node1 -Djboss.partition.name=CLUSTER_NAME Regards, Rajesh.G View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBossWS] - Re: JBOSS and .NET WS Interoperability??

2006-02-20 Thread Anson.Smith
"Anson.Smith" wrote : The .NET WS is document/literal. I am using JBOSS WS 4.0.3. I downloaded 4.0.4 and It didn't seem to fix the problem. elementFormDefault value is set to qualified in the .NET WS WSDL. Could you give me an example of how to use the ws4ee-deployment.xml file, As there are 4

[JBoss-user] [JBoss Portal] - Re: portlet preferences

2006-02-20 Thread [EMAIL PROTECTED]
This was added in CVS, so it should be in RC3, when released. It will allow you to modify the start page preference from the management portlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925087#3925087 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss Portal] - Re: News about Novell portlet library?

2006-02-20 Thread [EMAIL PROTECTED]
There is no news worth commenting on. The JBoss Portal team is moving forward, leveraging other resources for additional portlets. We currently host them at http://www.portletswap.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925086#3925086 Reply to th

  1   2   >