[JBoss-user] [JBoss Portal] - Clean reinstall of portal

2006-01-23 Thread TSchmidt2
Hello, one quick question: to get a clean reinstall of the portal, does it suffice to delete jbossportal table from my database and recreate it or is there anything stored on applikation server level ? Thanks in advance Thorsten View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss jBPM] - Version for TaskInstance

2006-01-23 Thread Tobias.Bosch
Hello. I wonder why there is no version-field in the Taskinstance, as e.g. Token and ProcessInstance has it. I need it by the way. Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919266#3919266 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss Seam] - Re: User request for

2006-01-23 Thread tschnoelzer
Hi G. my problem is not solved. My Pageflow is doing fine and the response is rendering the correct pages using pageflow via jbpm. anonymous wrote : http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="urn:jboss.org:seam-pageflow-1.0 http://www.jboss.com/pr

[JBoss-user] [Installation, Configuration & Deployment] - Re: how to handle application properties(meta data)?

2006-01-23 Thread amitguz
but now I'm receiving the following error code: anonymous wrote : File META-INF/jboss-app.xml process error. Line: 9. Error message: The content of element type "module" must match "(service|har) by the way, I'm using JBOSS 4.0.3. View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial w/ JBoss 4.0.2

2006-01-23 Thread payet.b
It's probably a version problem of your xdoclet libraries. Update them with the last version and you should have your build working correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919263#3919263 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [EJB 3.0] - can we use different hierarchy stargey for each class?

2006-01-23 Thread amitguz
suppose I have a class hierarchy tree and I want the root class to use table_per_class stragey. but from the middle class I want to change the stragey to single table, can I do it? i.e - the following class hierarchy ___person_ __/\ employee___

[JBoss-user] [JBoss Seam] - Re: faces version problem

2006-01-23 Thread hookomjj
Make sure you clear your tld cache when you upgrade versions of jars that include JSP tags. for tomcat (or jboss) there should be a work folder that's a sibling to your web apps directory. delete the cached files and restart the container View the original post : http://www.jboss.com/index.h

[JBoss-user] [JBoss jBPM] - Re: jbpm in a web application

2006-01-23 Thread ummadiravi78
Even in real life you need to keep track of processinstanceID or taskInstanceID to access process instances. given processInstanceID, you can access processInstacnce object using the folloiwng code. JbpmSession session = JbpmSessionFactory.getInstance().openJbpmSession(); Proce

[JBoss-user] [JBoss jBPM] - Re: jbpm in a web application

2006-01-23 Thread ummadiravi78
Even in real life you need to keep track of processinstanceID or taskInstanceID to access process instances. given processInstanceID, you can access processInstacnce object using the folloiwng code. JbpmSession session = JbpmSessionFactory.getInstance().openJbpmSession(); Proce

[JBoss-user] [JBossWS] - Handler Registry problem: components should not use the getH

2006-01-23 Thread xinjun
Hi, I have been trying to apply handlers to the client side. I did not create any client-side stubs, just used jboss-ws4ee-client.jar, axis-ws4ee.jar, etc. Everything seems ok, like the WS publication and simple client calls. Then I tried to register a data hanlder at the client side in the fol

[JBoss-user] [Beginners Corner] - Session bean call blocked until key in console

2006-01-23 Thread lyon_z
Hi I am using jboss 4.03sp1 in windows ,run in a dos console window, it often happy for me. the Session bean call block , then if I hit "Enter" in the console window, the call then will go ahead . can anyone help? Thanks View the original post : http://www.jboss.com/index.html?mod

jboss-user@lists.sourceforge.net

2006-01-23 Thread andrew.rw.robinson
I am still unable to get the seam extended persistence manager working with the embedded ejb container in tomcat. Output on startup: INFO 23-01 21:22:12,414 (SettingsFactory.java:buildSettings:283) -Default entity-mode: pojo INFO 23-01 21:22:12,557 (SessionFactoryImpl.java::153) -building s

[JBoss-user] [Clustering/JBoss] - Re: silent TCP disconnect not detected

2006-01-23 Thread [EMAIL PROTECTED]
If you use FD rather than FD_SOCK, the reject rule of the FW will discard packets, therefore heartbeats sent by FD won't be received, and the connection should be closed. Does that work for you ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919253#3919253

[JBoss-user] [JBossCache] - Re: Transactions in an MBean service using TreeCacheAop

2006-01-23 Thread [EMAIL PROTECTED]
Yes, the pojo must be aspectized. If it isn't the cache can't intercept changes to its internal fields. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919252#3919252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39192

[JBoss-user] [JBossCache] - Re: Transactions in an MBean service using TreeCacheAop

2006-01-23 Thread andyd
Ok, so know I'm using the right interface, but no joy on rolling back changes to the field in the pojo I'm caching. Does this need to be aspectised to work in a transaction? Thanks. Andy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919251#3919251 Reply

[JBoss-user] [JBoss Portal] - renderurl with BIG5 code

2006-01-23 Thread kevnlin
when I create new BIG5 page name in my costom page System.out.println(renderUrl.toSting) the BIG5 page name is %E6%B8%AC%E8%A9%A6 /index.html?ctrl:cmd=render&ctrl:window=default.%E6%B8%AC%E8%A9%A6.777&op=aaa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBossWS] - Re: JBossWS/JDK/JWSDP matching versions

2006-01-23 Thread [EMAIL PROTECTED]
I forgot to mention. The evil file in question is jwsdp-shared/bin/setenv.sh or setenv.bat. What I do for my install, is delete the JAVA_HOME entry in both files so that my user JAVA_HOME is actually used to specify the JVM. -Jason View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBossWS] - Re: JBossWS/JDK/JWSDP matching versions

2006-01-23 Thread [EMAIL PROTECTED]
When you install the JWSDP it hardcodes the path to whatever JVM you have installed at the time. So if you originally installed it with JDK4, and then later install JDK 5, it will still reference 4. It also ignores JAVA_HOME -Jason View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Which version of JBoss are you using with JBossIDE?

2006-01-23 Thread msell
I don't see an entry for JBoss-Head (Alpha-5.0)... : ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919247#3919247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919247

[JBoss-user] [JBossWS] - Re: JBossWS/JDK/JWSDP matching versions

2006-01-23 Thread luan
Hi, Thanks for the quick response. I had deploy problem when I used JDK 1.4 with JWSDP 1.6 on JBoss 4.0.2, got java.lang.UnsupportedClassVersionError:(Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass... Is JDK 5.0 a required version for deploying web service on JBoss

[JBoss-user] [JBossCache] - Re: Transactions in an MBean service using TreeCacheAop

2006-01-23 Thread andyd
Just found this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73190 Looks promising... I can relate to the late night posting comment :-( Andy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919245#3919245 Reply to the post : http://www.jboss.c

[JBoss-user] [JBossCache] - Transactions in an MBean service using TreeCacheAop

2006-01-23 Thread andyd
Guys, What is the correct way to get a transaction set up for use against a TreeCacheAop instance when in an MBean? I have tried 1 mgr = DummyTransactionManager.getInstance(); 2 ObjectName cacheService = new ObjectName("btgs.bgan:service=TreeCacheAop"); 3 server = MBeanServerLocator.locate(); 4

[JBoss-user] [JBoss Seam] - Re: seam-manages persistance (i'm going bananas)

2006-01-23 Thread andrew.rw.robinson
Nevermind, I found the issue. Somewhere along the line, I changed my build.xml and the seam.properties was not being deployed into the root of my jar. Dang, what a large waste of time. Thanks for all the help Gavin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: createTopicConnection hangs when connecting to a remote

2006-01-23 Thread maherhome
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919242#3919242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919242 --

[JBoss-user] [JBossWS] - Re: NoClassDefFoundError: com/sun/msv/datatype/xsd/DateTimeT

2006-01-23 Thread bbell2000
I didn't choose this... it was chosen for me. I followed JBoss's instructions for generating Java source from WSDL and this was the result for the xs:dateTime elements in my schema. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919241#3919241 Reply to the

[JBoss-user] [Installation, Configuration & Deployment] - Configure log4j email appender

2006-01-23 Thread flindet
Hi, I've successfully configured my log4j.xml to send emails whenever any ERROR or FATAL log message occurs. It works great, except that when something nasty happens we often get hundreds or sometimes thousands of emails! I'd like to get the number of emails down to something manageable so tha

[JBoss-user] [EJB 3.0] - new to ejb3 and jsf

2006-01-23 Thread [EMAIL PROTECTED]
plz help me in ejb3 and jsf i am new to these kinldy specify me suitable links and sample programs how to use ejb3 and jsf and jboss and develop my applications thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919238#3919238 Reply to the post : ht

[JBoss-user] [JBoss Seam] - Re: Managed-Beans -> SLSB

2006-01-23 Thread Neelixx
I believe I have hit a time of reverence and wisdom, and would like someone to check my knowledge. I think my largest problem, is in thinking that the object has to already be instantiated, or at least defined BEFORE calling it from a Faces page: I guess that's not the case. In the SessionBean

[JBoss-user] [Messaging, JMS & JBossMQ] - Is it possible to re-start the UILServerILService without re

2006-01-23 Thread tmhsiu
Here's my problem: I have a multi-homed host, which for the problem description, has two IP interfaces, which I'll call (A) and (B) for brevity. On this host runs my JBoss 4.0.2 AS with the JMS service. If I understand everything that I've uncovered so far, UILServerILService creates a socket o

[JBoss-user] [Installation, Configuration & Deployment] - is it possible to set the jsessionid manually?

2006-01-23 Thread ps742626
i have a struts web app that is used by another web-based application (not java) which calls the struts web app in a framed html page. the non-java web app has it's own session tracking mechanism and can pass its own sessionid to the struts web app. when the struts web app renders in the frame

[JBoss-user] [Testimonials] - Problem in getting database connection

2006-01-23 Thread baba79au
Hi, I am using the JBoss App Server, Informix Database. I am getting a problem to get the jdbc connection, while my EJB are doing well. When i try to get the database connection from standard java class using this code: private Connection getConnection() { try { //this function

[JBoss-user] [EJB 3.0] - Attaching a new, unmanaged instance:

2006-01-23 Thread jnorris10
Consider the following example: @Entity @Table ( name="foobar", [EMAIL PROTECTED](columnNames={"natural_key"})} ) class Foobar { @Id(generate = GeneratorType.AUTO) @Column(name = "primary_key") long primary_key; @Column(name = "natural_key" String natural_key; pu

[JBoss-user] [JBoss Seam] - Seam Newbie Problem

2006-01-23 Thread mutpup
So I have created a small application just get a basic understanding of SEAM. I have the app deploying without errors. 17:21:14,832 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.3SP1/server/default/deploy/phone-log.ear | 17:21:14,926 INFO [JaccHelper] Initialising JACC Context

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

2006-01-23 Thread okiSM
Correction: Instead of: anonymous wrote : The problem is if I perform find for Version entity and try to pass it to remote client. | NotSerializableException for Version entity. The problem is: if I perform find for Version entity and try to pass it to remote client NotSerializableException is

[JBoss-user] [EJB 3.0] - NotSerializableException

2006-01-23 Thread okiSM
Can someone tell me why this code throws NotSerializableException: package com.gint.scm.ejb.entity; | | import java.io.Serializable; | import java.util.Collection; | | import javax.ejb.Local; | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.per

[JBoss-user] [JBoss Seam] - Managed-Beans -> SLSB

2006-01-23 Thread Neelixx
I'm having a difficult time converting my Faces app to a Seam App. Mostly, I'm having a hard time with moving my managed-beans to SLSB / Entity For example, I have a managed session bean called "currentUser" which is of type app.entity.User, basically doing what the DVD-Store did, by grabbing t

[JBoss-user] [Clustering/JBoss] - Re: silent TCP disconnect not detected

2006-01-23 Thread [EMAIL PROTECTED]
Interesting. So with what the firewall is doing, JGroups must not be seeing any exceptions on the Socket, and thus doesn't close the connection. I've been trying to think of a workaround involving the conn_expire_time property of TCP (see http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroupsTCP) but

[JBoss-user] [JBoss Seam] - Re: seam-manages persistance (i'm going bananas)

2006-01-23 Thread andrew.rw.robinson
Sorry I'm causing so much trouble. I still can't get the deployment to work. I am finally seeing the datasource being bound. However, no EJB3's are being found & bound. When I try to hit the web page, I of course get exceptions: java.lang.IllegalStateException: Could not start transaction ... Ca

[JBoss-user] [JCA/JBoss] - Re: RA configuration question - config-properties

2006-01-23 Thread galderz
Have you tried using exploded deployments by any chance? http://jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment I think you might be able to do a similar thing for RAR files but I'm not 100% sure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919224#3919224

[JBoss-user] [JBoss Eclipse IDE (users)] - Developing Struts in Eclipse 3.x in JBOSS

2006-01-23 Thread maruthiravuri
How to develop Struts in Eclipse 3.x? Can anybody suggest the right plug in and configuration istructions? Thanks, Maruthi. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919223#3919223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss jBPM] - Re: jbpm in a web application

2006-01-23 Thread lappi_79
Hi Alex, Thanks for replying, both posts were very helpful. I have some more doubts in section 3.2 example it says : // Now, we search for all process instances of this process definition. | List processInstances = | graphSession.findProcessInstances(processDefinition.getId()

[JBoss-user] [Installation, Configuration & Deployment] - Re: Need help with error: java.net.NoRouteToHostException: N

2006-01-23 Thread benjoethridge
Thanks. I won't worry about the hacker aspect. However, I think took the default, and it's still doing it anyway. At least, I show "default" in the IDE "Server Configuration" in the Debug Console of the JBoss Eclipse IDE Home tab. I'd like to stop the multi-casting simply because I don't need

[JBoss-user] [Clustering/JBoss] - Re: silent TCP disconnect not detected

2006-01-23 Thread annecotter
Sorry, I should have provided more details in my original post - we use FD (not FD_SOCK) with timeout=5s and max_tries=9. We use TCP as the transport protocol. The firewall removes connections that have been established for more than 4 hours. The firewall accomplishes this by removing the

[JBoss-user] [JBoss Portal] - Re: Sub-Navigation

2006-01-23 Thread [EMAIL PROTECTED]
Hello Liu, You're correct on your assumptions about those selectors -- we put them in for future needs. We're probably not the right guys to determine best navigation approach -- but use those CSS selectors to style them either way you decide to handle the navigation View the original pos

[JBoss-user] [JBoss Seam] - Re: Nothing gets injected

2006-01-23 Thread [EMAIL PROTECTED]
"gsnascimento" wrote : "[EMAIL PROTECTED]" wrote : In beta2 this will no longer be necessary, I changed the default InterceptionType. | | Hi Gavin, | | What are the plans for beta2 release? | | Thanks, | Givanildo http://anoncvs.forge.jboss.com/viewrep/~raw,r=1.6/JBoss/jboss-se

[JBoss-user] [JBoss Seam] - Re: Nothing gets injected

2006-01-23 Thread [EMAIL PROTECTED]
@EmbeddableSuperclass -> @MappedSuperclass @Id(generate = GeneratorType.AUTO) -> @Id @GeneratedValue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919216#3919216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919216

[JBoss-user] [JBoss Seam] - Re: New Release

2006-01-23 Thread gsnascimento
"[EMAIL PROTECTED]" wrote : I'm just waiting for JBoss 4.0.4 to roll through QA. Then Seam beta 2 goes out. | | | If you like, you can try current JBoss 4 CVS together with current Seam CVS. This is pretty much what will be released later this week. Ok Gavin, thank you. Congratulations b

[JBoss-user] [JBoss Seam] - Re: Nothing gets injected

2006-01-23 Thread emsa
Ok - a bit of topic - I'm trying the upgrade to the nightly builds but I can no longer use: anonymous wrote : @EmbeddableSuperclass | | or | | @Id(generate = GeneratorType.AUTO) are those really gone from ejb3? View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [JBoss Seam] - Re: Nothing gets injected

2006-01-23 Thread gsnascimento
"[EMAIL PROTECTED]" wrote : In beta2 this will no longer be necessary, I changed the default InterceptionType. Hi Gavin, What are the plans for beta2 release? Thanks, Givanildo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919213#3919213 Reply to the po

[JBoss-user] [JBoss Seam] - Re: New Release

2006-01-23 Thread [EMAIL PROTECTED]
I'm just waiting for JBoss 4.0.4 to roll through QA. Then Seam beta 2 goes out. If you like, you can try current JBoss 4 CVS together with current Seam CVS. This is pretty much what will be released later this week. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [EJB/JBoss] - Re: Timer vs. cluster & scheduler

2006-01-23 Thread bmraczk
Hi; I am newbe to the scheduling. This example is very interesting and I was trying to figure out how you implemented it. Currently, I am trying to implement a Quartz timer using a session bean. The project.xml where is it placed. Can you give me a little more information about this patch.

[JBoss-user] [JBoss Seam] - Re: Nothing gets injected

2006-01-23 Thread [EMAIL PROTECTED]
In beta2 this will no longer be necessary, I changed the default InterceptionType. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919210#3919210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919210 -

[JBoss-user] [JBoss Seam] - New Release

2006-01-23 Thread gsnascimento
Hi all, Last JBoss Seam release was deployed on 2005/09. What are the plans for new releases? Thanks, Givanildo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919209#3919209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Seam] - Re: Nothing gets injected

2006-01-23 Thread emsa
Thanks - I saw something in jira now when it was availible again. @Intercept(ALWAYS) works beautifully View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919207#3919207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39192

[JBoss-user] [JBoss Seam] - Re: Nothing gets injected

2006-01-23 Thread [EMAIL PROTECTED]
What JSF phase is getSelected() being called in. In beta1, injection was only enabled during INVOKE_APPLICATION and RENDER_RESPONSE phases. Try setting @Intercept(ALWAYS) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919206#3919206 Reply to the post : htt

[JBoss-user] [JBoss jBPM] - Re: jbpm in a web application

2006-01-23 Thread [EMAIL PROTECTED]
"lappi_79" wrote : the default config file is hibernate.cfg.xml, but a different file can also be used. Can that work with jbpm Yes. You can use your own hibernate configuration file. You can either put your hibernate.cfg.xml in the root of your classpath or specify an alternate resource name in

[JBoss-user] [JBoss Seam] - Nothing gets injected

2006-01-23 Thread emsa
I have several session beans that get picked up by ejb3-container and they also get picked up by seam. But when calling the action method on one of the beans nothing gets injected - all the other beans all works as expected: The bean in question is the last one that gets defined by seam. (Stil

[JBoss-user] [JBoss jBPM] - Re: jbpm in a web application

2006-01-23 Thread [EMAIL PROTECTED]
"mennen" wrote : You talked about jbpm sessions, where can I find them? "lappi_79" wrote : do i have a process id or something to the apis Please take a look at the database example studied in section 3.2 of the jBPM user guide. It shows how to use jBPM's persistence API to save and load process

[JBoss-user] [JBoss Portal] - Re: Bug with the admin panel

2006-01-23 Thread fredth
Yes it is. Sorry if it take me long time to answer, I was a bit busy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919197#3919197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919197 ---

[JBoss-user] [EJB/JBoss] - Re: TimerService timeout fired within timer-creation transac

2006-01-23 Thread tzwoenn
Running JBoss 4.0.3 SP1 TimerTest.java | package jadex.adapter.j2ee.examples.test; | | import javax.ejb.Remote; | | @Remote | public interface TimerTest { | | public void run(); | } | TimerTestBean.java | package jadex.adapter.j2ee.examples.test; | | import j

[JBoss-user] [JBoss Portal] - JAASLoginModule

2006-01-23 Thread glodo
Hi everyone! i have a problem with the portal 2.2.1RC1. I use oracle like database. In the server.log show this error: DEBUG [org.jboss.mx.server.AbstractMBeanInvoker] Setter not found: setObjectName(class javax.management.ObjectName) java.lang.NoSuchMethodException: org.jboss.portal.security.im

[JBoss-user] [JBoss Portal] - Re: Portal 2.2.1RC1 and ImageGallery

2006-01-23 Thread conkan
I have posted an updated ImageGallery on the Portlet Swap. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919193#3919193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919193 --

[JBoss-user] [JBoss Portal] - Re: AJAX in JBoss Portal

2006-01-23 Thread noicangi
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=portletswap&category=.portlets.framework here is the page where is a portlet with ajax. here is the link: http://labs.jboss.com/file-access/default/members/portletswap/downloads/portlets/framework/AJAXPortlet.war.zip

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: annoying thing about fibo tutorial

2006-01-23 Thread manautsys
Hello, I am getting a build error when I run XDoclet for the project. Thanks for any help in advance. JBoss 4.0.2 and Eclispe 3.1.1 Buildfile: C:\jboss\workspace\Tutorial2\xdoclet-build.xml N10004: BUILD FAILED java.lang.UnsupportedClassVersionError: xjavadoc/ant/XJavadocTask (Unsupported majo

[JBoss-user] [JBoss jBPM] - Re: jbpm in a web application

2006-01-23 Thread lappi_79
I understand in hibernate the default config file is hibernate.cfg.xml, but a different file can also be used. Can that work with jbpm. also just to clarify, will jbpm tables and the webapp tables exist in the same database? to access a particular process instance, do i have a process id or som

[JBoss-user] [Beginners Corner] - Fibo Tutorial w/ JBoss 4.0.2

2006-01-23 Thread manautsys
When I run XDoclet I get an build fail err Does anyone know how to solve this problem?? Buildfile: C:\jboss\workspace\Tutorial2\xdoclet-build.xml N10004: BUILD FAILED java.lang.UnsupportedClassVersionError: xjavadoc/ant/XJavadocTask (Unsupported major.minor version 49.0) Total time: 1 second

[JBoss-user] [JBossWS] - Re: Web Service Scope

2006-01-23 Thread rkite01
Where can I find the generated wsdd file? For some reason JBoss 4.0.1 and complex types do not work with Powerbuilder clients. Although powerbuilder works fine with 4.0.3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919186#3919186 Reply to the post :

[JBoss-user] [JBossWS] - Re: Web Service Scope

2006-01-23 Thread rkite01
I am not sure how to read this. There is no specific roadmap. It appears that it is almost ready for release since 144 of 144 problems have been solved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919185#3919185 Reply to the post : http://www.jboss.

[JBoss-user] [EJB 3.0] - Re: Trouble persisting enum in SQL Server

2006-01-23 Thread rbenko
Never mind - I found that I have to change the SelectMode on the JDBC driver to "cursor". For those who care, I found the answer here: http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B313181 It's funny how you search all over the web for hours trying to figure it out, finally decid

[JBoss-user] [JBossWS] - Re: Web Service Scope

2006-01-23 Thread [EMAIL PROTECTED]
You need to look at the AS roadmap http://jira.jboss.org/jira/browse/JBAS?report=com.atlassian.jira.plugin.system.project:roadmap-panel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919183#3919183 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [EJB 3.0] - New wiki for sharing libs in an EAR?

2006-01-23 Thread mooktarus
Following a long weekend of getting started with EJB3.0, I spent a while trying to figure out how to share libs across modules in the EAR. I know from searching that this topic has been beaten to death in other forums, but there are new options in Java EE 5 that either haven't been discussed or

[JBoss-user] [JBoss Portal] - AJAX in JBoss Portal

2006-01-23 Thread gzbigegg2005
hi, Does JBoss Portal team have any plan on AJAX features? Or can someone point me to the available resource online to let me begin with? Thanks. Regards, Liu Yan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919180#3919180 Reply to the post : http://www

[JBoss-user] [JBoss Portal] - Re: Page Inheritance

2006-01-23 Thread [EMAIL PROTECTED]
we don't implement that in the model for now. we thought about shoving it in 2.2 but that was out of the scope of the roadmap and would have taken lot of time to implement it properly. there are many side effects that needs to be discussed like security. View the original post : http://www.jbo

[JBoss-user] [JBoss Portal] - Page Inheritance

2006-01-23 Thread gzbigegg2005
hi, I have a lot of page that shares most of windows in common, such as NavWindow, FooterWindow, etc., only different is the portlet in the ContentWindow. Can I let them share some page template, so I don't need to do a lot of copy-paste in the xxx-objects.xml? Regards, Liu Yan View the orig

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Caching Issue

2006-01-23 Thread jleech
http://issues.apache.org/bugzilla/show_bug.cgi?id=33453 Your problem is likely that jasper compares the date the old .jsp was compiled and the date of the new .jsp, rather than the two .jsp dates. So there are all kinds of ways it gets out of whack, like rolling a file backward in version cont

[JBoss-user] [JBoss jBPM] - Re: First-time

2006-01-23 Thread lappi_79
>From the steps to deploy pars(posted by forjbpm), do we build each time there >is a new process? or is there any other way to deploy too? When we use jbpm in a web app, do we still have to deploy jbpm.war, or does the library(jbpm.jar) do all the magic? Does any of these steps change when used

[JBoss-user] [JBoss Portal] - Sub-Navigation

2006-01-23 Thread gzbigegg2005
hi, I found this "#sub-navigation-container" in the css file of sample themes, however, no explanation on how to use it, so I believe this is a future feature, right? I am trying to do the same thing which contains top level nav bar and a second nav bar, the content displayed in the second nav

[JBoss-user] [JBoss Portal] - Re: response.getNameSpace inconsistent

2006-01-23 Thread [EMAIL PROTECTED]
I have commited the fix, FYI the feature is in jira http://jira.jboss.com/jira/browse/JBPORTAL-523 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919174#3919174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919174 -

[JBoss-user] [JBoss Portal] - Re: response.getNameSpace inconsistent

2006-01-23 Thread [EMAIL PROTECTED]
you are right, I fixed it for portletbridge but only in the JSP tag. gonna fix it now in 2.4 and 2.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919170#3919170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919170

[JBoss-user] [Management, JMX/JBoss] - Re: Varia scheduler takes a very long nap

2006-01-23 Thread guy_rouillier
Dimitris, thank you very much for your time and providing me a direction. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919169#3919169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919169 ---

[JBoss-user] [JBoss Portal] - Re: Customize Navigation Portlet

2006-01-23 Thread [EMAIL PROTECTED]
a better suggestion than roy's one is : contribute to the portlet and add a portlet preference for it that says how to display nodes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919168#3919168 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [EJB 3.0] - Trouble persisting enum in SQL Server

2006-01-23 Thread rbenko
Hello: I'm getting a strange message when I try to persist an enum value in an entity - it seems my JDBC connection cannot determine the type of the column where the enum will be saved. This is the message I get in the debug log: DEBUG [org.hibernate.type.EnumType] Unable to guess the column t

[JBoss-user] [Security & JAAS/JBoss] - JAAS with JBoss

2006-01-23 Thread sudhirsu
Hi All, Iam new to JBoss; can someone please give me some leads(or links) regarding how to use JAAS for application security with JBoss? Cheers, SS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919166#3919166 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [EJB/JBoss] - Re: A CMR collection may only be used within the transction

2006-01-23 Thread erich_lol
@alex I am sorry but does not the J2EE spec say that transaction handling for CMP is the job of the Container? By stating the desired Transactional behaviour in the deployment descriptor the container should take care of this matter. anonymous wrote : As previously mentioned, entity beans that

[JBoss-user] [JBoss Getting Started Documentation] - CMP entity beans may not define the implementation of a fin

2006-01-23 Thread MIKELO75
Hello, i´m new user in Jboss and J2EE and i try to run The Duke?s Bank Application but sent this errors i don´t know what happend, some body help me please Bean : CustomerBean Section: 10.6.2 Warning: CMP entity beans may not define the implementation of a finder. 2006-01-20 12:12:05,421 WAR

[JBoss-user] [JBoss Seam] - Re: seam-manages persistance (i'm going bananas)

2006-01-23 Thread [EMAIL PROTECTED]
It was renamed to .persistenceUnitJndiName View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919161#3919161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919161 --- Th

[JBoss-user] [JBoss jBPM] - error deploying webapp

2006-01-23 Thread katador
Hello, I'm tryng deploy webapp on jboss... and when i do: ant -f build.deploy.xml deploy.webapp throw me: build.jbpm: [get] Getting: http://localhost:8080/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=redeploy&argType=java.net.URL&arg0=fi

[JBoss-user] [JBoss jBPM] - Re: First-time

2006-01-23 Thread forJbpm
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71043 foolow this post especially anonymous wrote : 1) Use JBoss 4.0.2 | 2) Fresh jBPM | 3) modify build.properties (gives system paths to jBPM and JBoss) | 4) ant tasks from build.xml: compile, build, build.processes | 5) ant tasks f

[JBoss-user] [JBoss Portal] - Re: Problems with jbossportal database content.

2006-01-23 Thread svaret
Ok I don't have the tables so I try to create them using the link http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=portal%3Aservice%3DHibernate I then get the following. 17:59:48,912 INFO [DatasourceConnectionProvider] Using datasource: java:PortalDS 17:59:48,922 ERROR [S

[JBoss-user] [JBoss Eclipse IDE (users)] - annoying thing about fibo tutorial

2006-01-23 Thread fredgarvin2
hello to get the fibo tutorial to work I removed the FiboEJB-client.jar from being packaged in the war. Why would this work? if the servlet container and jboss are seperated than it will of course not work. There was another post about this but it was never answered. on another note - if the

[JBoss-user] [JBoss Portal] - Problems with jbossportal database content.

2006-01-23 Thread svaret
Hi, Ok I will post this in the user forum as well. However I now downloaded AS 4.0.3.SP1 as u said. I run it on the db server which is tested according to the documentation MySQL 4.0.22 and I still get the same error. What am I doing wrong. I have created a database named jbossportal where a u

[JBoss-user] [JBoss Portal] - Re: [WebDav] Copying a file to another directory

2006-01-23 Thread [EMAIL PROTECTED]
This issue is fixed in CVS now. http://jira.jboss.com/jira/browse/JBPORTAL-573 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919153#3919153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919153 --

[JBoss-user] [EJB 3.0] - How to avoid .ejb3 suffix

2006-01-23 Thread mr_spanky
Is there a way to deploy a EAR file with an ejb3 archive within with a specific descriptor inside instead of the .ejb3 suffix at the end of the archive? For example for the persistence archive jboss does it automatically as soon as it founds persistence.xml descriptor inside the archive. My goa

[JBoss-user] [JBoss.NET] - Handling out/inout parameters

2006-01-23 Thread guiguidac
I'm a porblem using holder to handle inout parameters. Indeed, the value of the param received by my client is the same as the value sent. Here is a part of what I do : --- Client : String endpointURL = "http://localhost:8080/myservice2-servlet/MyService";; Service

[JBoss-user] [JBoss Seam] - Re: seam-manages persistance (i'm going bananas)

2006-01-23 Thread andrew.rw.robinson
Okay, just tried the latest CVS (had updates to some source and some embedded jar files). Now at least I'm getting some log output, but I can't say it helps: java.lang.IllegalArgumentException: java.beans.IntrospectionException: Method not found: isPersistenceUnitName at org.jboss.seam.Componen

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deploy a webapp without using war or ear

2006-01-23 Thread poyge394
you can specify in jboss-service.xml url that deploymentscanner check in. on default it only check in deploy catalouge in the jboss that have bean booted. but the name of the catalouge your application is in most have a extension that are sar,war,ear,jar. in your case myapplication.war / Poya

[JBoss-user] [JBoss Portal] - Re: Customize Navigation Portlet

2006-01-23 Thread [EMAIL PROTECTED]
The order in the nav portlet is by name. So if you want your own ordering, I would suggest you fork the nav portlet, so you don't have to hack at the code, which will make upgrading a problem later on. Just remember to assign the nav portlet to the nav region, and set no decorations on it. Vi

[JBoss-user] [JBoss Portal] - Re: References

2006-01-23 Thread [EMAIL PROTECTED]
We have several enterprise customers either already in production or ready to deploy. I will check with the powers-that-be and see which I can publicly advertise. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919143#3919143 Reply to the post : http://www.j

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC1 - Released

2006-01-23 Thread [EMAIL PROTECTED]
Yes. All 2.2 documentation reflects the entire 2.2 Branch, including 2.2.1. There are no new features in 2.2.1, mostly maintenance issues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919142#3919142 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss Portal] - 4newbies: cms admin for a portlet

2006-01-23 Thread noicangi
can i use the cms admin portlet to manage content from other portlet, for example change the content of the helloportlet example (in case of html files)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919131#3919131 Reply to the post : http://www.jboss.com/i

  1   2   3   >