[JBoss-user] [JBoss jBPM] - can any one help me????

2005-12-21 Thread Nassim
hi evry body, i have problems when starting "hsqldb.server"; the server doasn't start normaly, i have these error: java.lang.NoClassDefFoundError at org.hsqldb.persist.Logger.closeLog(Unknown Source) at org.hsqldb.Database.reopen(Unknown Source) at org.hsqldb.Database.open(Unknown Source) at

[JBoss-user] [JBoss Portal] - JBoss Portal with SEAM. Does it make sense and is it possibl

2005-12-21 Thread hurzeler
Hello there, I like SEAM/JSF very much but also like the Content Management of JBoss Portal 2.2. Hence here is my question. Do you think it makes sense to use SEAM in JBoss Portal? What are the pros and cons? If it is sensible to combine the two has anyone tried it? How can it be acomplished

[JBoss-user] [JBoss Seam] - Seam in JBoss Portal 2.2. Does it make sense and is it possi

2005-12-21 Thread hurzeler
Hello there, I like SEAM/JSF very much but also like the Content Management of JBoss Portal 2.2. Hence here is my question. Do you think it makes sense to use SEAM in JBoss Portal? What are the pros and cons? If it is sensible to combine the two has anyone tried it? How can it be acomplished

[JBoss-user] [JBoss jBPM] - More than one external partnerLink

2005-12-21 Thread fwshk
Excuse me, I am making a process with total 3 partnerLink: - client: For create instance of the process - sessionFactory: Copy from ATM example - MyMath: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74284 The process is about receive (client[myRole]) invoke (sessionFactory[partnerR

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-21 Thread zhgd
I'm also waiting ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913917#3913917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913917 --- This SF.net email is spo

[JBoss-user] [Installation, Configuration & Deployment] - Securing web console

2005-12-21 Thread bo0m3r4n9
Hello!! I have spent a lot of hours with the same problem and finally i was able to fix it, just trying out everything because nowhere on the internet i found the solution, so here it is what has worked for me: On the web.xml file located at /deploy/jmx-console.war/WEB-INF/, i added this tag, b

[JBoss-user] [Installation, Configuration & Deployment] - why only one appender work

2005-12-21 Thread jack0501
I use jboss cluster, so I want separate server.log and cluster.log. treat file and console appender as root. before I add cluster appender, every thing works fine. but after I add cluster appender, only cluster.log work, server.log is empty. are someone can help me out. Thank you very much source

[JBoss-user] [Security & JAAS/JBoss] - Re: Active Directory and LdapExtLoginModule?

2005-12-21 Thread Neelixx
Boy, you guys just thought of everything, huh? Looking through the LdapExtLoginModule code (to place a hack), I found the defaultRole option. Unfortunately, this option wasn't covered in the Wiki. Okay, so that fixes my main problem of my thousands of users who have the default primary group

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2005-12-21 Thread [EMAIL PROTECTED]
Surely in the context of JBoss, Tomcat is going to be delegating to JBoss' security infrastructure? No?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913913#3913913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913

[JBoss-user] [Installation, Configuration & Deployment] - Re: How do i start

2005-12-21 Thread aquila_deus
"Matrix1234" wrote : i want to make an EJB application. | | i wan to write a JSP and that JSP would access EJB's. | | writing the code is not a problem but my problem is how do i test my application ? | | | JBoss needs the war file to deployed. it does not accept folder structer

[JBoss-user] [JBossCache] - Re: JDBC persistance with pojo cache and performance issue

2005-12-21 Thread [EMAIL PROTECTED]
This does not sound right. Pojo cache serializes to cache loader are all primitive fields (e.g, String & int) in the node hashmap. So unless the granularit is causing loader to slow down, otherwise it should not be 1 order of magnitude slower. Can you provide a test case? -Ben View the origin

[JBoss-user] [JNDI/Naming/Network] - How to call bean in another ear file in Jboss?

2005-12-21 Thread selpiso
:-) hi, i stuck now. actually, i created 2 ear file and deploy it in Jboss. I want to pass data by bean in first ear file to bean in second ear file . For example, package1.ear and package2.ear. How to do that? Please help me? View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Security & JAAS/JBoss] - Active Directory and LdapExtLoginModule?

2005-12-21 Thread Neelixx
By the way, kudos to the creator of LdapExtLoginModule! I think it was Scott Stark?? Love the double-searching! Makes my life so much easier in a complex Active Directory environment. Okay, on to my issue. Has anyone (other than me) used LdapExtLoginModule for Active Directory? I have ever

[JBoss-user] [Security & JAAS/JBoss] - Re: I am getting this error.....when trying to access a simp

2005-12-21 Thread debjani25
I had solved the problem by using a JAASLoginFilterclass and it worked. Actually the password and the user name were correct. It was not authorizing the user at the server. So this class helped me to authorize the user and i also used ant to build my filesit worked fine. Thanxs Deb

[JBoss-user] [Installation, Configuration & Deployment] - Re: Setting SystemProperties through the SystemPropertiesSer

2005-12-21 Thread genman
I meant elements. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913906#3913906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913906 --- This SF.net emai

[JBoss-user] [Installation, Configuration & Deployment] - Re: Setting SystemProperties through the SystemPropertiesSer

2005-12-21 Thread genman
You can add to your -ds.xml files, check the DTD. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913905#3913905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913905 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: is it posible to mix DailyRollingFileAppender and Rollin

2005-12-21 Thread genman
Look around for log4j custom appenders. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913904#3913904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913904 --- This

[JBoss-user] [Beginners Corner] - Re: Need help with JBoss connection pooling and performance!

2005-12-21 Thread genman
Could be prepared statement caching is not working out for you. Perhaps you're not closing them? What did your profiler saying? It could be your use of the JDBC on the legacy server wasn't correct. Likely an unclosed result set or something. The pooling is a little bit of overhead, but not

[JBoss-user] [JBoss jBPM] - Re: Token reflects old node after a successful signal

2005-12-21 Thread enazareno
Hi Aron, I'm using MySQL 4.1. Maybe you shouldn't re-use JbpmSession. Try opening a new session everytime and close it immediately, throw it away. Use JbmpSessionFactory.getInstance().openJbpmSession instead. anonymous wrote : This is a web-app and normally, we have used the session-per-re

[JBoss-user] [JBoss jBPM] - Re: Need Help for Sub-Process

2005-12-21 Thread tom_sri74
Dear friends, Please response my above issue. It is very urgent thanks Srikanth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913901#3913901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913901 ---

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-21 Thread znjqolf
Thanks for you reply.. to RAlfoeldi: I mean i want to control this process instance, suspend and resume it at any time or at any step. to kukeltje: Thanks, i will look at it.Maybe it work.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913900#3913900

[JBoss-user] [JBoss Portal] - Is there a way to config customized error pages to use when

2005-12-21 Thread jiehuanli
Is there a way to config customized error pages to use when exception happens in a portlet? Currently it just prints the stacktrace in the portlet. I'd like to display some more user-friendly contents in place of the stacktrace. View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: add xsl mime type on jboss2.4.4-tomcat3

2005-12-21 Thread kendee
I've changed the stylesheet to have .xml extension. But the result is still the same. It works fine on IE, but on Mozilla Firefox, it says: "Error loading stylesheet: An XSLT stylesheet does not have an XML mimetype:" I don't understand why it doesn't work, since I have configured jboss to recog

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2005-12-21 Thread patrick_ibg
It's not that simple... there's two security concerns here: 1. Web Security, which restricts access based on URL 2. EJB Security which restricts access to EJBs and methods. If you're using the JSF/Seam/EJB3 stack simply for web applications, then Web Security is enough and EJB security is overki

[JBoss-user] [Remoting] - Re: Bug in sertvlet remote transport.

2005-12-21 Thread edale
Looks like you posted the original ServletServerInvoker code instead of the fixed code. I reverse-engineered the fix -- seems to work for me. Here's the missing piece: | public byte[] processRequest(HttpServletRequest request,byte[] requestByte, HttpServletResponse response) throws Servl

[JBoss-user] [Security & JAAS/JBoss] - Re: Please help -- 'Failed to create sec mgr'

2005-12-21 Thread [EMAIL PROTECTED]
The only way that change will have any effect is if your war has jboss classes in it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913895#3913895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913895 -

[JBoss-user] [Security & JAAS/JBoss] - Re: java.io.StreamCorruptedException accessing Keystore

2005-12-21 Thread atulksh
I myself found the problem. In my build.xml the ant task to copy the keystore to the proper location had filtering="true" for tokens. This was somehow messing up the keystore and it was getting modified. Removing the filtering solved the problem. So the keystore was getting corrupt and the excep

[JBoss-user] [JBossWS] - Re: How to map a complexType on jboss 4?

2005-12-21 Thread [EMAIL PROTECTED]
Download the sun jwsdp, and use wscompile to generate it (and the wsdl file for you). -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913893#3913893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913893 --

[JBoss-user] [JBossWS] - Re: webservices question

2005-12-21 Thread [EMAIL PROTECTED]
"brodiepi" wrote : I agree, I believe the end point listing page should look AND sound more professional. This looks like something a script kiddy through together. Feel free to contribute another one. -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[JBoss-user] [JBossWS] - Re: Access Permissions problem

2005-12-21 Thread [EMAIL PROTECTED]
Do you have the following system properties defined? | http.proxyHost | http.proxyPort | http.proxyUser | http.proxyPassword | | -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913890#3913890 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [JBossWS] - Re: JBoss 4.0.3SP1 - Cannot find type mapping meta data for:

2005-12-21 Thread [EMAIL PROTECTED]
Can you post your SEI, wsdl, and jaxrpc-mapping.xml file? -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913889#3913889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913889 ---

[JBoss-user] [JBossWS] - Re: .NET Client access JBoss and Invalid Element Exception

2005-12-21 Thread [EMAIL PROTECTED]
Try pasting your wsdl file in a [ code ] block. From what i can see it looks like your array type is missing the required nested element. You should have something in your schema that looks like this | | | | | | | | Also, try adding your jaxrpc-mapping customizations lik

[JBoss-user] [EJB/JBoss] - question about default jndi name

2005-12-21 Thread balteo
Hello, I noticed that whenever I don't provide a default LOCAL jndi name jboss defaults to something like that: local/[EMAIL PROTECTED] What does the number following the ejb name means? Thanks in advance, Julien. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [EJB/JBoss] - Various questions about performance features of ejb containe

2005-12-21 Thread balteo
Hello, I noticed looking up an ejb the first time is much slower than the second time. PLEASE NOTE that I have not cached anything in my code nor do I have a service locator. Does jboss cache the ejb lookups? If so do I still need to implement a service locator with a cache? Thanks in advance,

[JBoss-user] [JBoss Portal] - Re: different portlets to different users

2005-12-21 Thread mholzner
what you see there are (currently) pages, not portlets. But the good news is: yes, you can do that. You will have to create those pages, place the desired portlets on them, and then secure them via a security constraint that allows the mentioned roles read access to the individual page. As a r

[JBoss-user] [JBoss Seam] - Re: Commandbutton doesn't work inside dataTable

2005-12-21 Thread [EMAIL PROTECTED]
In the CVS version, @DataModel gets its scope from the component that owns it (unless the component is STATELESS). This would always be correct. Btw, make sure you are using a current CVS build of Seam. There were many bugfixes in this area. View the original post : http://www.jboss.com/index

[JBoss-user] [JBoss Seam] - Re: Commandbutton doesn't work inside dataTable

2005-12-21 Thread Rorschach
Apparently the default scope set to the underlying DataModel is what's causing my particular issue. If I set the scope on my @Datamodel manually (using the @Out annotation) to Session, or Conversation, the command button fires the method as expected. View the original post : http://www.jbos

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-21 Thread [EMAIL PROTECTED]
great - xml code is not getting escaped.. Here it is with []'s instead: [hibernatetool destdir="${destdir}"] [jdbcconfiguration configurationfile="seamtest.cfg.xml" packagename="org.jboss.seam.example.crud"/] [!-- setup global properties --] [property key="seam_appname" value=

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-21 Thread [EMAIL PROTECTED]
>From seamtest-build.xml in hibernatetools: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913880#3913880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913880 -

[JBoss-user] [JBoss Seam] - Re: CVS Seam and Injecting Stateful Session Beans

2005-12-21 Thread [EMAIL PROTECTED]
Does the @Local interface of your stateful bean have a method named getInstance()? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913879#3913879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913879 -

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-21 Thread [EMAIL PROTECTED]
anonymous wrote : I would love to, but I'm using IntelliJ. So use eclipse for reverse engineering, and IntelliJ for development. The tool does not generate eclipse-specific code ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913878#3913878 Reply to the po

[JBoss-user] [JBossCache] - Re: JDBC persistance with pojo cache and performance issue

2005-12-21 Thread jlukar
I am thinking that writing a BLOB to DB in itself should not be that slow. Its is probably the way the aspectized POJO is being serialized and writen to DB is taking a while. To not use BLOB, would mean I have to break up my POJO and write out fields seperatly to jbosscache table, right ?

[JBoss-user] [JBoss Seam] - Re: Commandbutton doesn't work inside dataTable

2005-12-21 Thread Rorschach
After further investigation, it appears this is a "JSF" specific problem and not particular to Seam. Still researching. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913876#3913876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [EJB 3.0] - Re: Persisting enums...

2005-12-21 Thread greening
The just-released proposed final draft has a new annotation allowing enum fields to be persisted ordinals or strings. public enum EmployeeStatus {FULL_TIME, PART_TIME, CONTRACT} public enum SalaryRate {JUNIOR, SENIOR, MANAGER, EXECUTIVE} @Entity public class Employee { ... public EmployeeStatus

[JBoss-user] [JBoss jBPM] - Re: ProcessArchiveDeployerTask

2005-12-21 Thread heismann
I was able to deploy a par using the DeployParTask. Here is a snippet from my ant script. | | | | | | | | | | | | | | | | The conte

[JBoss-user] [JBossCache] - Re: JDBC persistance with pojo cache and performance issue

2005-12-21 Thread [EMAIL PROTECTED]
You're saying BLOBs are terribly slow ? You know that you can override the types of the columns in the created table ? And you can also override the SQL for the INSERT and UPDATE statements, so you could possibly replace the BLOB with a VARCHAR. But (and my understanding of SQL is limited), VARC

[JBoss-user] [JBoss Portal] - Re: Reporting a few errors

2005-12-21 Thread dmiklancic
A few additional pieces of information that may prove helpful: When in "phalanx" or "nodesk" layouts ... 1. Select "theme selector", select the "information" or "help" mode icon -- generates the NPE error. This work fine in the "generic" layout. 2. Select "theme test," select the Rewrite Por

[JBoss-user] [JBoss Portal] - Re: Reporting a few errors

2005-12-21 Thread dmiklancic
With some additional testing, I believe I have narrowed the problem: Installed JBoss Portal 2.2.0-bundled on Windows, executed run.bat, launched IE 6.0 browser with http://localhost/portal. (In Phalanx layout) Select Test page Select "missing instance test" -- works (displays "powered by JBoss"

[JBoss-user] [Security & JAAS/JBoss] - java.io.StreamCorruptedException accessing Keystore

2005-12-21 Thread atulksh
Hi, I am getting java.io.StreamCorruptedException when I try to access a keystore file. The keystore was generated using JDK 1.2.2 (old application) and I am trying to access the same code that ran in Weblogic 5.1 under JDK 1.2.2 in JBoss 4.0.2 using JDK 1.4.2. The JCE jar version that I am usin

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL Hello example exception

2005-12-21 Thread [EMAIL PROTECTED]
It is official - Oracle stores empty strings as NULL, even as of version 10g (see Nulls). MySQL and Hypersonic do not exhibit this behavior either. I don't think there is a workaround at the JDBC driver or Hibernate dialect levels, because they would need a way to distinguish between a NULL and

[JBoss-user] [Installation, Configuration & Deployment] - Does JBoss 4.0 support EJB 1.1 in conjunction with CMP 1.1?

2005-12-21 Thread davidnia
Hello, I am new JBoss and have an EJB 1.1 application I want to migrate to JBoss 4.0, however I could not find any information in the admin's guide or the beginner's guide about older EJB versions. All I have seen reference EJB 3 and CMP 2. The string "cmp 1" does not appear in the documentat

[JBoss-user] [Security & JAAS/JBoss] - Re: Where to create a new user object in web session?

2005-12-21 Thread Neelixx
Heh! It's almost always the simplest way, isn't it? I guess that's just me. I seem to try to make things more difficult than they really need to be. THANKS, Scott! I probably would have never come up with that. I probably would have tried to build an algorithm that solve coldfusion. Sheesh

[JBoss-user] [Security & JAAS/JBoss] - Web Container Security in JBoss 4.0.1

2005-12-21 Thread gkagka
I am trying to use Web Container Security to protect the content for one of my applications running on JBoss 4.0.1 and MySQL environment. Below are the details of my application/environment. The application deploys without any errors. When I access a page under protected folder (http://localhos

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check and DatabaseServerLoginModule don't wor

2005-12-21 Thread jobbyjoseph
Try http://www.jboss.org/index.html?module=bb&op=viewtopic&t=67763 Jobby View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913862#3913862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913862

[JBoss-user] [Security & JAAS/JBoss] - Re: Simple JAAS Configuration ?

2005-12-21 Thread jobbyjoseph
Hi Guys, I had the same problem and was fixed. What i did was set UseJBossWebLoader to true and Java2ClassLoadingCompliance to true. This is in the JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml true | true | Jobby View the original post :

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-21 Thread kukeltje
Or look at 3.1alpha. afaik, there is functionality to suspend and resume. It is alpha, so the code might not be finished. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913860#3913860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBossCache] - JDBC persistance with pojo cache and performance issue

2005-12-21 Thread jlukar
I turned on JDBC persistance with Informix backend using TreeCacheAOP. The performance numbers are horribly slow. The "jbosscache" table created as part of service startup has the columns "fqn","node","parent" with types varchar(255), blob, varchar(255) respectively. The inserts of my pojo bu

[JBoss-user] [Management, JMX/JBoss] - Re: Multiple Java versions in JBoss server?

2005-12-21 Thread ihunter
Hi Dimitris, Thanks for the response. We're using Orbacus which does work on 5 in later versions, but we're definatley stuck at an early version. We'd love to use Jacorb, make life much easier but theres a whole load on Orbacus. Looks like we'll have to abandon EJB3 for now. :-( Cheers Ian

[JBoss-user] [Security & JAAS/JBoss] - Re: Please help -- 'Failed to create sec mgr'

2005-12-21 Thread jobbyjoseph
Hi Scott, Thanks a lot for you replay. I checked and i don't have any jboss jar files in my deployment. I actually fixed this problem. I found out this from another post http://www.jboss.org/index.html?module=bb&op=viewtopic&t=71536 What i did was set UseJBossWebLoader to true and Java2ClassL

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Application Server 4.0.3 SP1

2005-12-21 Thread fritzwf
No error message. It finishes the install without any errors. But the 'all' directory only contains log and tmp folder. Nothing else. I am installing it on Windows XP SP2 by just double clicking on the jar install file. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [EJB 3.0] - Re: ClassCastException

2005-12-21 Thread [EMAIL PROTECTED]
yes, wars are scoped by default now. This means you have to remove the duplicate Book.class you have in both the war and the par. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913855#3913855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss Portal] - Re: Portal Startup Console Output

2005-12-21 Thread fritzwf
Has anyone run the Portal 2.2 final with the JBoss 4.0.3SP1 using the 'all' configuration? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913852#3913852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913852 -

[JBoss-user] [JBoss Portal] - Re: Portal Startup Console Output

2005-12-21 Thread fritzwf
Thanks for the output. Those appear to be exactly the same warnings I get. Trying to get it to work with JBoss AS 5 but it gives me a bunch of other problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913851#3913851 Reply to the post : http://www.jbo

[JBoss-user] [JBoss Portal] - Re: Layout in JBossPortal-2.2

2005-12-21 Thread mholzner
there are two new layouts in 2.2: phalanx and generic "phanlanx" uses the same constructs as you saw them in 2.0. "generic" uses the new default approach, where the theme takes over a lot more of the look and feel of the portal. The portal now comes with four default themes that all work with t

[JBoss-user] [News & Announcements] - 3.2.8RC1 release availabe

2005-12-21 Thread [EMAIL PROTECTED]
JBossAS version 3.2.8RC1 has been released and is available for download here. The jboss-3.2.8RC1 for the J2EE 1.3 codebase is a bug fix and minor feature enhancement release candidate. Release Notes - JBoss Application Server - Version JBossAS-3.2.8RC1 Feature Request [JBAS-1365] - All

[JBoss-user] [Installation, Configuration & Deployment] - Patch deployment for ear application

2005-12-21 Thread upankar
I have an ear file that consists of two jars and one war. Now if i need to patch out 2/3 class files of one of the constituent jars, what is the standard way of doing it ? In a standalone envioronment (outside of an app server), we generally put the class files in exploded package/directory form

[JBoss-user] [JBoss jBPM] - configure log

2005-12-21 Thread jnjintc
Hi, Is there a way in JBPM 3.1 (or 3.2) to control and configure what gets logged? I want to control the amount of information that gets logged to the JBPM log tables thanks, Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913847#3913847 Reply to the p

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - EJB Database Access stall

2005-12-21 Thread sumitsu
I recently completed transitioning an RMI standalone application (which operated via naming lookup on rmiregistry) to EJBs running under JBoss 4.0.3. The application makes JDBC calls to a database in order to get user/login information. The problem is that, at seemingly random intervals, reque

[JBoss-user] [Remoting] - Re: Compressing(Un)Marshaller - blocking read on server side

2005-12-21 Thread edeprez
forgot to mention, I'm using 1.4.0 beta View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913844#3913844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913844 --- This

[JBoss-user] [Remoting] - Compressing(Un)Marshaller - blocking read on server side

2005-12-21 Thread edeprez
Hi, I modified the examples SimpleServer and SimpleClient in order to check out the compressing marshallers: added the following line in both classes before creating the SimpleClient/SimpleServer in main | MarshalFactory.addMarshaller("compress", new CompressingMarshaller(), new Compressing

[JBoss-user] [Installation, Configuration & Deployment] - is it posible to mix DailyRollingFileAppender and RollingFil

2005-12-21 Thread jack0501
I need an appender that can change file both daily or when the actual file size reaches a max size (something like mixing DailyRollingFileAppender and RollingFileAppender) and delete the old log file per some days. is it posible to obtain such appender without modifying source? If i need to modify

[JBoss-user] [JNDI/Naming/Network] - EJB 3.0 Remote Interface Not Bound

2005-12-21 Thread kael20
Hiya folks, I have seen other people having a similar problem unfortunately either there were no solutions or their solutions were not working for me. The problem I am having is accessing my bean from another server using InitialContext lookup. Now I have my initialContext set up correct

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: how to get the number of bytes sent by the servlet respo

2005-12-21 Thread ashisha
Hi NigelWhite, I have a complex object and not s String. I do not want to count byte by byte, as that will take time.. Hence, wondering if there is a readymade api in tomcat that i can access. Thanks for all your help... View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBoss Seam] - CVS Seam and Injecting Stateful Session Beans

2005-12-21 Thread js8523
Hi All I am using the current version of Seam from CVS. I am trying to reproduce the crud code (generated from tool) in my application. Whenever I try to inject a Stateful session bean using (@In) I get the following error: SEVERE: Error Rendering View | javax.faces.el.EvaluationException

[JBoss-user] [Testimonials] - cpetstore help

2005-12-21 Thread kaldenecker
Can someone please help me out with cpetStore on JBoss 4.0 2 ? Where is this documented ? Can someone post the instructions please ? thanks kaldenecker View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913838#3913838 Reply to the post : http://www.jboss.com/

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: My jsp always return null

2005-12-21 Thread claudia.pt
I think the problem is in method getPlace because is returning an objecto of type Place instead of a List object... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913837#3913837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Installation, Configuration & Deployment] - Re: how to keep the latest log message after jboss restarted

2005-12-21 Thread [EMAIL PROTECTED]
Change the Append parameter to true. | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913783#3913783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913783 ---

[JBoss-user] [EJB 3.0] - OneToOne problem

2005-12-21 Thread alvarommz
Hi, folks Currently and for this case I have the following configuration, to be run under : JBoss.4.0.3 Sp1 and the EJB3 release coming with this version of JBoss: This is the root class | @Entity | @Table( name="cdmn_facturas", schema= "CellDom" ) | @Inheritance(strategy=InheritanceType

[JBoss-user] [JBossWS] - Re: JBoss 4.0.3SP1 - Cannot find type mapping meta data for:

2005-12-21 Thread jeff_porter
The only difference I can see is that "prefix" is not contained in the typeQName that is used for the lookup. I doubt this is a problem. but I'm in need of some help here. Note: I'm now thinking the String[] presumption is wrong. View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBossWS] - Re: JBoss 4.0.3SP1 - Cannot find type mapping meta data for:

2005-12-21 Thread jeff_porter
Missing QName key... key= QName (id=1417) | localPart= "sendNotificationForTask" | namespaceURI= "http://www.iarc-online.com/eprojects/ebusiness/documents/v1"; | prefix= "ns2" | qNameAsString= "{http://www.iarc-online.com/eprojects/ebusiness/documents/v1}sendNotificatio

[JBoss-user] [JBossWS] - Re: JBoss 4.0.3SP1 - Cannot find type mapping meta data for:

2005-12-21 Thread jeff_porter
The exception (IllegalStateException) is thrown from this statement... | BeanXMLMetaData tmMetaData = metaDataRegistry.getTypeMappingMetaData(typeQName); | if (tmMetaData == null) | throw new IllegalStateException("Cannot obtain type mapping meta data for: " + typeQName); typeQN

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider under JBoss 4.0.3

2005-12-21 Thread [EMAIL PROTECTED]
Create a jira issue with the details of the deployment configuration. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913833#3913833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [EJB 3.0] - Re: Entity beans deployment - database data erased on follow

2005-12-21 Thread [EMAIL PROTECTED]
Look in ejb3.deployer/META-INF/persistence.properties and you'll see the default table creation strategy. On my 4.0.3 install it is: | hibernate.hbm2ddl.auto=create-drop | I don't seem to recall that always being the default, but in any event you'll find you want to override the table cr

[JBoss-user] [EJB 3.0] - Re: Entity beans deployment - database data erased on follow

2005-12-21 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73750 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913831#3913831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913831 --

[JBoss-user] [Beginners Corner] - Re: if i use log4j.xml file how to write for rootCategory??

2005-12-21 Thread [EMAIL PROTECTED]
The category name this.getClass() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913830#3913830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913830 --- This SF.net

[JBoss-user] [Installation, Configuration & Deployment] - Re: conf directory

2005-12-21 Thread [EMAIL PROTECTED]
Other than conf/log4.xml which is reread on change, these are static files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913791#3913791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913791 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Question about client login module

2005-12-21 Thread [EMAIL PROTECTED]
See the security chapter in http://www.jboss.com/products/jbossas/docs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913790#3913790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913790 --

[JBoss-user] [EJB 3.0] - Entity beans deployment - database data erased on following

2005-12-21 Thread razel
when I deploy an application containing entity beans and then deploy it again, all database data inserted is erased. What am I doing wrong? Thanks rodrigo lopes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913829#3913829 Reply to the post : http://www.jb

[JBoss-user] [Beginners Corner] - Re: Problems with JNP: Class not Found Exception

2005-12-21 Thread [EMAIL PROTECTED]
Use the jbossall-client.jar to simplify things. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913828#3913828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913828 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Where to create a new user object in web session?

2005-12-21 Thread [EMAIL PROTECTED]
Adding the user to the session when its does not exist and getUserPrincipal returns non-null would be one way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913827#3913827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [EJB 3.0] - Re: Persisting enums...

2005-12-21 Thread Apex
OK, problem solved, enums persist fine my problem was realted to tomcats classloader not dealing with enums but now i have set the web magic to use Jboss' classloader instead :p View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913826#3913826 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - Re: I am getting this error.....when trying to access a simp

2005-12-21 Thread [EMAIL PROTECTED]
Which says the debjanid user was not authenticated, either a bad password or an incorrect security configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913824#3913824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [EJB 3.0] - Re: Transaction does not rollback

2005-12-21 Thread [EMAIL PROTECTED]
You could throw an exception that is marked with @ApplicationException(rollback=true) instead of just throwing a generic Exception. The container will mark the tx for rollback without you needing to inject SessionContext. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [Security & JAAS/JBoss] - Re: Custom callback handler

2005-12-21 Thread [EMAIL PROTECTED]
The page is http://wiki.jboss.org/wiki/Wiki.jsp?page=JaasSecurityManagerService and you need to search for CallbackHandlerClassName View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913822#3913822 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Security & JAAS/JBoss] - Re: Question regarding SecureIdentityModule

2005-12-21 Thread [EMAIL PROTECTED]
See http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords and the more generic JaasSecurityDomainIdentityLoginModule. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913795#3913795 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Clustering/JBoss] - Re: clustering & database

2005-12-21 Thread [EMAIL PROTECTED]
1. http session repl is the easiest one. 2. Use 3.2.7 and later View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913821#3913821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913821 ---

[JBoss-user] [EJB 3.0] - Re: Transaction does not rollback

2005-12-21 Thread [EMAIL PROTECTED]
application defined exceptions to not rollback the current transaction. You need to use the context setRollbackOnly to achieve this effect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913798#3913798 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBossWS] - Re: JBoss 4.0.3SP1 - Cannot find type mapping meta data for:

2005-12-21 Thread jeff_porter
The problem occurs from line 290 of InvokerProvider.java I'm 90% sure its an Array of Strings issue. The code in InvokerProvider.java says... BeanXMLMetaData tmMetaData = metaDataRegistry.getTypeMappingMetaData(typeQName); | if (tmMetaData == null) |

[JBoss-user] [Security & JAAS/JBoss] - Re: My LoginModule needs more than just j_username and j_pas

2005-12-21 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=CustomizingSecurityUsingValves View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913819#3913819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913819 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Repeated Transaction Timeouts

2005-12-21 Thread pareshpg
Has anybody found the solution to this problem? Even after increasing the timeout and the resetting the SpecCompliant attribute, I am not being able to solve the problem. Jboss version is 3.2.3. Please help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913

  1   2   >