[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-07-29 Thread [EMAIL PROTECTED]
it was a bit late yesterday. ill just go for the same functionality as aopc with ant if there are no objections. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068513#4068513 Reply to the post :

[jboss-user] [JBoss AOP] - Re: maven2 plugin build fail for plugin maven-jbossaop-plugi

2007-07-29 Thread [EMAIL PROTECTED]
1, i do not get any compile errors thats caused by @suppresswarnings and i cant understand why qdox are parsing it? 2. yes, neither idea nor eclipse files should be in svn imo - if there are other issues, lets continue them in the maven2 plugin thread. i would like to have all plugin issues in

[jboss-user] [JBoss Seam] - Re: Unassign Task

2007-07-29 Thread torsty
Don't know if I got you, but you said you did want anonymous wrote : to return a task to the pooled tasksI am assigning a task back to a (named) pool like this. (this is reassigning a task to a pool - but not unassigning the task completly): | public void reassignToPool() | { |

[jboss-user] [JBoss Seam] - Why no @Local interface for EntityHome sub-classes?

2007-07-29 Thread SmokingAPipe
Simple question: When I create a session bean, I need to create the bean itself, and then an interface for the bean, with a @Local tag. For example, FooAction, and then @Local interface Foo. This is probably an obvious question, but... Why is no interface needed with actions which extend

[jboss-user] [JBoss Seam] - Re: How can I disable the query cache?

2007-07-29 Thread chicochen
i use query.setHint(org.hibernate.cacheMode, CacheMode.REFRESH); | query.setHint(org.hibernate.cacheable, false);, but it does not work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068517#4068517 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Ajax4JSF , Seam 2.0B and JBoss 4.2GA - Resource filter

2007-07-29 Thread sannegrinovero
I had already read the migration guide. That's why I am saying old style configuration; maybe I've just messed up some jars. thanks, I'm going to look again at it... still when using the web.xml to configure it it gives me no problems at all. View the original post :

[jboss-user] [JBoss Portal] - How to enable assertions?

2007-07-29 Thread Mac81
Hi, could anybody tell me what I exactly have to do to enable assertions in my portlets? I'm using maven. Thanks, Mac View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068521#4068521 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Why no @Local interface for EntityHome sub-classes?

2007-07-29 Thread fhh
It is a plain Seam component not an enterprise bean. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068522#4068522 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068522

[jboss-user] [EJB 3.0] - Re: Inheritance of a pojo problem

2007-07-29 Thread emailmsgbox
Thanks , its works View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068520#4068520 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068520 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - begginer's question

2007-07-29 Thread alex_enache
Hi all. I know this might be a stupid question but I could not find the answer so I hope you can help me a bit. I started using Seam this week, but I can't seem to make the helloworld example to work. I mean that when I hit the button say hello, I enter a name, and when I click ok, a debug

[jboss-user] [JBoss Seam] - Re: examples didn't work

2007-07-29 Thread alex_enache
guiltyxsin wrote : Really?? | | Hmm...ok here is what happens when I type 'ant deploy' within the booking example directory | | [img]http://farm2.static.flickr.com/1311/806595456_82608f8623.jpg?v=0[/img] | | Is there any problem there? because it says Build successful so I thought

[jboss-user] [JBoss Messaging] - Warning Message in Server Console log

2007-07-29 Thread Craig2007
We are using JBoss 4.0.4.GA and JBoss Messaging 1.0.1.GA When message is published , receiver receives the message. everything is working fine with this setup. When receiver is stopped by Ctrl+C or just shutdown the system in which receiver is running. i am getting the below warnings in Server

[jboss-user] [JBoss Messaging] - Re: javax.jms.IllegalStateException: Cannot find delivery to

2007-07-29 Thread Craig2007
Just one query . Currently we have JBoss 4.0.4.GA and JBoss Messaging Server 1.0.1.GA in prod environment Can we go ahead and upgrade JBoss Messaging 1.0.1.GA to JBoss Messaging 1.0.1.SP5 Will there be any impact on our application Side, anything special needs to be taken care when we

[jboss-user] [JBossCache] - Re: RC1-RC3 problems

2007-07-29 Thread [EMAIL PROTECTED]
supi wrote : | | I disagree. When a cache stops, you should lose the ability to operate on the data through the cache interface. I've never seen a database deleting tables when you stop the db server/agent. | | A cache is not a database. A database is, by definition, persistent

[jboss-user] [JBoss Seam] - Re: begginer's question

2007-07-29 Thread alex_enache
Thanks for your reply szaccaria. It was more than I could hope for. I did a google search on jboss hsqldb and found this link: http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpMysqlAsDefaultDS which brought light into my life :D. Thanks again for your fast reply. Cheers View the original post :

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging 1.4.0.CR1 and postgresql...

2007-07-29 Thread timfox
This was covered in an earlier thread: http://www.jboss.com/index.html?module=bbop=viewtopict=114049 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068536#4068536 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068536

[jboss-user] [JBoss jBPM] - where to download jbpm3.2 web-console's source?

2007-07-29 Thread neptune
Hi everyone, Where can I download the jbpm3.2 web-console's source? like the bean's sources of webapp. I looked up in the cvs, but the corresponding fold is empty. Anyone can tell me where can i get the source. Thanks very much! View the original post :

[jboss-user] [JBoss Seam] - Seam Gen

2007-07-29 Thread mrohad
Is there any documentation or any test case how to change seam gen? i.e I would like to have drop down list for codes-tables View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068539#4068539 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Unassign Task

2007-07-29 Thread damianharvey
If you had assigned the task to the 'myPoolActorName' in the first place you only need set the actorId to null to return it. Issue raised over the EL null thing : http://jira.jboss.com/jira/browse/JBSEAM-1737 Thanks, Damian. View the original post :

[jboss-user] [JBossCache] - Re: JBC 2 performance

2007-07-29 Thread [EMAIL PROTECTED]
Sorry, yes, this is patched in CVS HEAD. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068541#4068541 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068541 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: JBPM3.2.1 build error

2007-07-29 Thread msandoz
is there a particular part of the project you are trying to build or is it the whole thing - identity, designer, console, engine, etc? it looks like designer to me. if you're just trying to do an eval, go to the jbpm.3\designer\jpdl\org.jbpm.gd.jpdl folder and bring it into eclipse as a plugin

[jboss-user] [JBoss Seam] - Re: Seam Gen

2007-07-29 Thread [EMAIL PROTECTED]
We didn't really anticipate users changing the code generator on their own, so there's no real documentation for that. You'll just have to look at the code. If you do come up with an general-purpose seamgen enhancements, please consider contributing them back. View the original post :

[jboss-user] [JBoss jBPM] - Re: building jpdl designer plugin from source - again

2007-07-29 Thread msandoz
what version of eclipse are you running? also have you installed WTP plugin first? gpdl is dependent on it. as far as eclipse, i am using 3.2.2 which seems to work. i am not sure how well it works with 3.3 if thats what you are using. View the original post :

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging 1.4.0.CR1 and postgresql...

2007-07-29 Thread boniek
Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068545#4068545 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068545 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBossWS] - Re: If I deploy more than one webservice I get

2007-07-29 Thread wpfeiffe
Can anyone provide the EJB 2.1 equivalent to: @WebContext(contextRoot=/beans) I've seen in the FAQ this bit of text: anonymous wrote : Use the explicit context root from webservices/context-root | | Can be set in jboss.xml and is only relevant for EJB endpoints. Can anyone clarify which

[jboss-user] [JBossWS] - Re: User authorization in Web Service

2007-07-29 Thread ike
It causes ClassCastException (cannot cast port to BindingProvider). Actually, I've found another recommendation: ((Stub)port)._setProperty(Stub.USERNAME_PROPERTY, joe); ((Stub)port)._setProperty(Stub.PASSWORD_PROPERTY, joe); But it doesn't work too: javax.ejb.EJBAccessException: Authentication

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging 1.4.0.CR1 and postgresql...

2007-07-29 Thread boniek
I'm getting this when starting JBoss Messaging with mysql 5: 20:03:05,175 WARN [JDBCPersistenceManager] JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently REPEATABLE_READ. Using an isolation level less

[jboss-user] [JBoss Seam] - Re: /lib directory in EAR with Seam, JBoss 4.2

2007-07-29 Thread [EMAIL PROTECTED]
yes, we are migrating the seam examples to use that, now that JBoss AS supports it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068552#4068552 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068552

[jboss-user] [JBoss Portal] - default window state of a given portlet

2007-07-29 Thread PMN
JBoss Portal is defaulting the window state to normal. So if you have 20 portlets they all be displaid by default. How to define a layout strategy and what is the correct or preferable approach to it) could be a rephrase of the question. A simple and first approach to it could be to define a

[jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner?

2007-07-29 Thread mwkohout
I think core to my problem is that I'm not really understanding how Seam 2's default login module is deployed. I've looked and found several jboss service xml deployment files but (perhaps due to my limited experience with those files) it doesn't seem that it's how the seam login module is

[jboss-user] [JBoss and NetBeans] - Re: JNDI Netbeans Error

2007-07-29 Thread kabirb
The actual error was because I was using multiple bags when using fetchType eager on 2 OneToMany entities having the same entity on the ManyToOne side solutions use a list and a set View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068555#4068555 Reply

[jboss-user] [JBoss jBPM] - Re: where to download jbpm3.2 web-console's source?

2007-07-29 Thread kukeltje
please do not crosspost. See my response in the design webconsole forum. btw. This forum is the better one for posting questions like this (so I responded to the wrong one initially) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068559#4068559 Reply to the

[jboss-user] [JBoss jBPM] - Re: 4N queries for task assignment list

2007-07-29 Thread kukeltje
It is not a known issue afaik. You could very easily analyse the jbpm source code and try helping out finding the cause. After which we could have a 'better way' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068560#4068560 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: java.lang.ClassNotFoundException

2007-07-29 Thread kukeltje
so? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068561#4068561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068561 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-29 Thread msandoz
in the jbpm4jsf project theres an example of how to use the identity component jbpm.3/jbpm4jsf/src/main/java/org/jbpm/jsf/identity/action also in the test code of the identity component there's more: jbpm.3/identity/src/test/java/org/jbpm/identity/hibernate View the original post :

[jboss-user] [JBoss Seam] - Re: SeamTest breaks on drools 4.0

2007-07-29 Thread ellenzhao
There are two solutions: 1.delete the Janino compiler in Seam lib and use Eclipse compiler. You can get the Eclipse compiler after downloading the Drools 4.0 binary. In the drools/lib, you see a core-.jar. That is Eclipse compiler. Drop it into your Seam lib folder, edit your build.xml,

[jboss-user] [JBoss Seam] - Re: /lib directory in EAR with Seam, JBoss 4.2

2007-07-29 Thread SmokingAPipe
Cool, that eliminates all the possible bugs of making a mistake in the application.xml list of modules. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068566#4068566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068566

[jboss-user] [JBoss jBPM] - Re: building jpdl designer plugin from source - again

2007-07-29 Thread [EMAIL PROTECTED]
I just released gpd 3.1.0 beta2. It is compiled against Eclipse 3.3 and WTP 2.0. But AFAIK, it should be compatible with Eclipse 3.2 as well. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068563#4068563 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-07-29 Thread [EMAIL PROTECTED]
i added support for a include tag in svn. includes | includefile/path/include | /includes the file/path will also be added to the classpath of the aopc (if its a file, the parent path will be added to the classpath). View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: User not found; hsqldb-ds.xml

2007-07-29 Thread psmith
Just in case anyone else is looking at this an wondering what's going on. I had the same issue on JBoss 4.0.5GA. It turned out that under the folder /server//date/hypersonic the files had been corrupted. It seems that normally when you shutdown the server these get cleaned up and when you start

[jboss-user] [JBoss Seam] - Startup exception: Ajax4jsfFilter

2007-07-29 Thread amayen
Hi! I have a problem since migrating to SEAM 2.0. When I start up my Webapp i get the following error. 00:27:12,890 INFO [Contexts] starting up: org.jboss.seam.web.ajax4jsfFilter | 00:27:12,921 ERROR [[/x]] Exception sending context initialized event to listener instance of class

[jboss-user] [JBoss Seam] - cannot simultaneously fetch multiple bags

2007-07-29 Thread ellenzhao
I have an entity class Food. It has a many-to-one field called foodGroup, this will be eagerly fetched by default, and I do want it to be eagerly fetched. Another one-to-many field called nutrients is supposed to be eagerly fetched too. But I got an exception saying cannot simultaneously fetch

[jboss-user] [JBoss Seam] - Re: SeamTest breaks on drools 4.0

2007-07-29 Thread stu2
ellenzhao wrote : There are two solutions: | | 1.delete the Janino compiler in Seam lib and use Eclipse compiler. You can get the Eclipse compiler after downloading the Drools 4.0 binary. In the drools/lib, you see a core-.jar. That is Eclipse compiler. Drop it into your Seam lib

[jboss-user] [JBoss Seam] - Re: Startup exception: Ajax4jsfFilter

2007-07-29 Thread stu2
Yeah, I hit the same thing not long ago. Look carefully at the package names: tried to access field org.jboss.seam.web.Ajax4jsfFilter.del | egate from class org.jboss.seam.ui.filter.Ajax4jsfFilter. I don't remember the exact fix, but I think it was that I referred to the wrong filter in one

[jboss-user] [JBoss Seam] - Re: SeamTest breaks on drools 4.0

2007-07-29 Thread stu2
Oh, and after doing the above, drools is now not working when I startup the app for real - so obviously I've done something wrong. Here's what I see: Caused by: java.lang.NoSuchMethodError: org.drools.compiler.PackageBuilderConfiguration.setCompiler(I)V | at

[jboss-user] [JBossWS] - Re: JBOSS-WS Client not sending COOKIE after 2 calls

2007-07-29 Thread lowecg2004
Hello, I'm using 2.0.0 web services in a similar way to the author but I'm getting some slightly different problems with sessions. I call a web service method that creates a HttpSession and saves some state to that session using httpSession.setAttribute(userId, userId). At the client, I get

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - sites-available DocumentRoot

2007-07-29 Thread mortsahl
Well, no one responded to my previous question ... guess I'll try again ... Using Apache 2.0.x, in the sites-available directory, in the file for my site, I need to set DocumentRoot. I tried setting it to /opt/jboss/server/default/deploy/app.war ... but Apache doesn't like that (says app.war

[jboss-user] [JBoss jBPM] - Re: java.lang.ClassNotFoundException

2007-07-29 Thread zhouliuqq
I don`t know why so.can you help me?I am hurry!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068577#4068577 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068577 ___

[jboss-user] [EJB 3.0] - Re: Trouble using Embeddable EJB 3.0

2007-07-29 Thread reza_rahman
FYI, the same problem happens when I try to deploy the Embeddable container example for Tomcat. It seems the JNDI lookup is getting messed up somehow. Are the settings from jndi.properties not being picked up? Should I be using a particular version of Tomcat? Any help would be greatly

[jboss-user] [Remoting] - Socket client with JBoss Remoting

2007-07-29 Thread riannuzzi
I'm trying to make a simple socket client using JBoss Remoting. My code is the following: InvokerLocator locator = new InvokerLocator(socket://127.0.0.1:4322); Client remotingClient = new Client(locator); remotingClient.connect(); System.out.println(remotingClient.invoke(Teste Remoting)); I

[jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner?

2007-07-29 Thread [EMAIL PROTECTED]
This is getting too complex. Try simply overriding the configuration factory class like this: @Name(org.jboss.seam.security.configurationFactory) | @BypassInterceptors | @Scope(ScopeType.STATELESS) | @Install(precedence = DEPLOYMENT) | public class MyConfigFactory extends Configuration

[jboss-user] [JBoss Seam] - Re: SeamTest breaks on drools 4.0

2007-07-29 Thread [EMAIL PROTECTED]
Update to latest CVS - setCompiler() is no longer called in RuleBase. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068586#4068586 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068586

[jboss-user] [JBoss Seam] - Re: SeamTest breaks on drools 4.0

2007-07-29 Thread stu2
Thanks Shane. It works fine from within JBoss, but when I run the unit test here's what I see: FAILED CONFIGURATION: @BeforeMethod begin | org.drools.RuntimeDroolsException: Unable to load dialect 'org.drools.rule.builder.dialect.java.JavaDialectConfiguration:java' | at

[jboss-user] [JBossCache] - Re: JBC 2 performance

2007-07-29 Thread aditsu
Thanks, I updated from CVS and the first thing I found is a NPE: java.lang.NullPointerException at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:846) at java.util.concurrent.ConcurrentHashMap.putAll(ConcurrentHashMap.java:888) at

[jboss-user] [JBoss Messaging] - Upgrade JBM 1.0.1.GA to JBM 1.0.1.SP5

2007-07-29 Thread Craig2007
Kindly share some information with me regarding upgradation of JBM 1.0.1.GA to JBM 1.0.1.SP5 Will there be any problem when i do that... In Prod Env with JBM 1.0.1.GA we get lot of error . Seems JBM 1.0.1.SP5 is very stable version in line to JBM 1.0.1.GA Do i need to change any other thing

[jboss-user] [JBoss Messaging] - Information Needed on Bugs solved in JBM 1.0.1.SP5

2007-07-29 Thread Craig2007
Can Anyone share some information on the bugs which are solved in JBM 1.0.1.SP5 against its base release of JBM 1.0.1.GA Very much looking forward for the information View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068590#4068590 Reply to the post :

[jboss-user] [JBoss Seam] - Using Seamgen from entities

2007-07-29 Thread Antoine Sabot-Durand
Hi, Iwould like to use seamgen reverse engineering feature not from the DB but from existing EJB3 entities. Is there a way to do that ? Thanks for tis great product. Antoine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068592#4068592 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Specifying users and passwords for admin role.

2007-07-29 Thread Cogito-Ergo-Sum
Hi Peter, I tried this command. It did not authenticate. I will try again. shutdown -S -u userid -p password Right now, I am facing installation problems. (See this post about http://www.jboss.org/index.html?module=bbop=viewtopict=114601) Regards, Nags. View the original post :

[jboss-user] [JBoss Portal] - Re: Access Portal on Intranet

2007-07-29 Thread vollerchris
Thanks a lot for your help!!! Chris View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068595#4068595 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068595 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Headless Uninstaller does not delete JBoss folder

2007-07-29 Thread Cogito-Ergo-Sum
Hi, I am trying to uninstall JBoss in headless mode as described http://www.jboss.com/wiki/Wiki.jsp?page=JEMSInstaller. That is, I used, java -jar $JBOSS_HOME/Uninstaller/uninstaller.jar -c -fAll I get is a message as : Command line uninstaller.. But, the installation folder remains as is.

[jboss-user] [JBoss Seam] - Access Seam Component from Servlet Filter in JSF Request

2007-07-29 Thread wadahiro
Hi, I'd like to access Seam Component from Custom Servlet Filter that is provided by Seam. But in JSF request, the Seam Contexts is not active yet in Servlet Filter because SeamPhaseListener(called after ServletfileterChains) activate the Contexts. So I can't access. Please advise me. Thanks,

[jboss-user] [JBoss jBPM] - Re: Cannot save process instance? (from a NEWBIE!!)

2007-07-29 Thread masipu
try using this code: | ProcessInstance process = ctx.newProcessInstance(ProposalToOrder); | instead of creating graphsession etc.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068599#4068599 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Failed to boot JBoss when installed through installation

2007-07-29 Thread Cogito-Ergo-Sum
Hi Peter, I tried a re-install. That is, deleted everything in the installation folder and the installation folder itself and then tried installing using :java -jar jems-installer-1.2.0.GA.jar -installGroup all installpath=/u/userid/jboss-4.0.5.GA When invoking, I get an altogether different

[jboss-user] [JBoss Seam] - Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDef

2007-07-29 Thread SmokingAPipe
I have a factory method that is restricted, like this: @Out(required=false) ListUser userList; | | @Factory(userList) | @Restrict(#{s:hasRole('admin')}) | public void listUsers() { | This is the first time I have tried using @Restricted, so it's not like other

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe

2007-07-29 Thread SmokingAPipe
I looked some more and the missing class is defined in el-ri.jar . But I thought that that jar should no longer be used in JBoss 4.2.1. This means that some Seam class is compiled to look for the com.sun.el.ExpressionFactoryImpl class. Is there a work-around for this? Everything else is

[jboss-user] [JBoss jBPM] - Re: Cannot save process instance? (from a NEWBIE!!)

2007-07-29 Thread masipu
Sorry but I can't help any further. Maybe you should ask this from hibernate forum.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068604#4068604 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068604

[jboss-user] [JBoss jBPM] - Re: java.lang.ClassNotFoundException

2007-07-29 Thread kukeltje
This should have said: So? How did you package things I assume you know what a CNFE is. In that case you should provide more info. How you packaged things etc... If you do not do this, we can only guess and describe all the possible reasons for this happening. That would take way to much

[jboss-user] [JBoss Seam] - Re: Component configuration with complex types

2007-07-29 Thread jbuechel
Hi Yes i am. If you could provide some sample code would be great! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068606#4068606 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068606