Thanks for your reply kevin.
I would like create the ProcessDefinition and Tasks as i go through the
WebApplication using the 3rd option you mentioned.
Program [has multiple]---Projects--[has multiple]Tasks.
Projects is same as ProcessDefn. Program is basically used to group multi
Hold on, I think I found the problem, and it's my fault I think...stby
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945989#3945989
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945989
--
Yes, I used Ant 1.6.5 to build the booking example. I'd installed the server
using my script, which also setup my java environment. Without running the
server, I navigated into the examples/booking directory and built by typing
'ant deploy'
View the original post :
http://www.jboss.com/index.
Here's the complete startup and exception trace from an unmodified 4.0.4.GA
installation. thanks, Kurt
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\jb4>cd bin
C:\jb4\bin>run
===
.
ok, a restart helped.tx
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945986#3945986
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945986
---
All the advantage
How are you deploying? Using ant?
The @myFacesLifecycleBug@ bit is supposed to get replaced by the ant task.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945985#3945985
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
I've included two fragments from the trace, one from the top and one further
down that looked like it might help. I'm using an ant script to install my
server - so it's not quite standard, but...the changes should be harmless :) I
did try with the stock installer ejb3 and ejb3-clustered profile
Tom, please post the thread you were referring to.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945983#3945983
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945983
--
I dunno ... seems to be working for me. What bad things happen exactly?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945978#3945978
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945978
-
Hi,
Is there any way to start a service only after jboss is fully initialized.
One way i know is to keep polling for jboss.system:type=Server Object's
'Started' attribute.
Is there any other way so that i can mention that particular MBean as a
'depends' attribute for the new service i am writing
Has anyone tried using a keystore where the key password is different than the
keystore password?
I used keytool to create my keystore where the -storepass and -keypass are two
different values. I ensure I set the proper attributes on the SSLSocketBuilder
(setKeyPassword, setKeyStorePassword).
The previous post got distorted. Here's the contents from jboss-service.xml:
anonymous wrote :
org.jboss.deployment.DeploymentSorter
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945975#3945975
Reply to the post :
http://www.jboss.com/index.html?mo
The DeploymentScanner is meant for this. Have a look at the same in
jboss-service.xml present in %JBOSS_HOME%/server/default/conf directory which
contain the following:
anonymous wrote :
| org.jboss.deployment.DeploymentSorter
You can even specify your own DeploymentScanner.
View th
Tested it a bit, seems better. I will try and make a new testing release of my
own app and let all the testers and QA's go wild. If the problem is still there
it will very quickly show up. I will report back if that is the case.
Thanks for the good work
Louis
View the original post :
http://w
Well,
I think you could easilly use a stateless session bean, when you save the
process status after each call. A better way would be to expose a process as an
statful session bean. An user could fetch such a session, process task nodes
without saving the context (much faster) and after all wor
You need to have scoped isolation of your applications. Have a look at:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39459
i did these two case (extendedformauthenticator and formauthvalve) and its not
function for me... i need to make another think? i am using JBoss 4.0.3.
I made the context-xml file under WEB-INF, my web.xml is:
action
org.apache.struts.action.ActionServlet
Hi there,
I have noticed that there is no ready to use given way from within the project
to remotly access an jBPM instance. I would suggest that someone (me)
implements such a mbean. This way users could access jBPM instances by an jndi
service locator which is remote accessible. What is the o
Hi Gavin,
Any special to-do's regarding 4.0.4.GA and 1.0.0.CR3?
I've just updated to both the newest versions and seam-booking gets upset when
deployed. I tried both the ejb3, and ejb3-clustered profiles...
Did I miss a step somewhere?
And thanks for all the hard work - remember, we love ya!
I wish to know where are jboss access logs formed..and is there any
configuration attribute the value of which determines whether logs will be
formed or not
Regards
Puneet
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945967#3945967
Reply to the post :
ht
Hey Guys,
I'm trying to use wstools to generate the jaxrpc mapping file and I'm running
into some resistance. I'm sure the tool (or my config) can be massaged into
compliance but I'm not sure where to rub. Has anyone seen this error before?:
[wstools] java.io.IOException: Cannot parse config
Hi,
You will get the jbossj2ee-src.zip file in the following location.
http://docs.jboss.org/jbossas/getting_started/v4/
This link contains,
startguide40.zip file. When you unzip this file, you will get
jbossj2ee-src.zip file.
-VisolveJBossTeam
View the original post :
http://www.jboss.com/
Hi,
I am using JBoss LDAP authentication module for LDAP authentication for my
application. If i enter the username with incorrect case , i am not able to
authenticate...The issue here is that JBoss authentication passes but it
returns the user name entered and not the retrieved user name from
Hi,
Recently, I just downloaded JBoss 4.0.3SP1 and will like to incorporate tomcat
4.1x instead of using the embedded tomcat 5.5 in JBoss 4.0.3. Startup seems to
be fine. But when shutdown, it gives the following error,
Exception in thread "main" javax.naming.CommunicationException [Root except
The Wiki is the right place for this kind of stuff.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945959#3945959
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945959
-
No, because the component tree is kept in a serialized form in the page.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945958#3945958
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945958
Hi Peter,
Thanks for the suggestion. However you have stated that :
5) Developers can deploy the code that they are developing to their own copy of
JBoss for their own testing. Note that this is not the production version of
JBoss. No developer is ever allowed to update the production ve
This is the easiest path to getting an annotated Web Service up and running on
4.0.4.GA and JBossWS 1.0.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82232
Burr
[EMAIL PROTECTED]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945956#3945956
Rep
See if these instructions are useful for your newbie/getting started experience:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82232
After playing with some of the samples I decided to look for an easier way to
build/deploy annotated Web Services. At the moment, I am using the techn
You must use 4.0.4.GA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945953#3945953
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945953
---
All the advantages of L
For some reason, I still can't get this to work. I'm using JBoss-4.0.4GA. I try
to his a url like localhost:8080/orders.ftl which I expect to invoke a
SpringMVC controller, but first the user needs to authenticate, so if I
understand this correctly, this URL gets cached and he gets pointed to th
No suggestion?
I need a way to hide Mode Change Buttons from window decorators when no user is
authenticated or is accessing using HTTP instead of HTTPS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945951#3945951
Reply to the post :
http://www.jboss.com/
Another oddity is that the SSLSocketBuilderMBean provides a setTrustStoreURL
but doesn't allow me to set my trust store's password, algorithm or type.
RemotingSSLSocketFactory does allow me to set those things.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76362&view=next
Solved, I think.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945948#3945948
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945948
--
I got this to work. As a FYI to everyone else don't try deploying a war on the
jboss-portal-2.4.0-ALPHA-bundled that is downloadable from the JBoss site. I
had to download the jboss-portal-2.4.0-ALPHA-src.zip from sourceforge and
recompile it myself. It appears that the src download contains
I've got same problem. Did you solve it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945946#3945946
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945946
---
All
This question may be due to my ignorance of all things SSL but at the risk of
sounding ignorant (which is OK, 'cause I just admitted as much :-)
I noticed that on the server-side, you can define a "Key Password"
(SSLSocketBuilderMBean.setKeyPassword) but there is no way to specify a key
passwor
there is no problem here; as Ronald says, jBPM only checks required variables
when you end() the task instance.
The end() call needs not be explicit. You can have jBPM end all tasks that are
still open when the token leaves the task node by setting the end-tasks
attribute to yes.
View the orig
It's no longer at http://www.jboss.org/docs/jbossj2ee-src.zip. Where is it
now???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945943#3945943
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945943
-
It looks like I was able to find out :
| public class RequestHeaderClientHandler extends GenericHandler
| {
|
|public void init(HandlerInfo info)
|{
|}
|
|public QName[] getHeaders()
|{
| return null;
|}
|
|public boolean handleReques
I am using optimistic locking with JBoss Cache 1.3.0.SP2 and Hibernate 3.2.CR2.
I have a very short-running block of authentication code which runs a couple
of queries within a transaction and then updates a single row in the database
(all using hibernate). Since this block gets executed very
Ok I understand how to make use of the TOMCAT single sign-on, however I'm still
confused about how JBOSS's LoginModule works?
The JBOSS LoginModule, does not seem to be independent of the Application, now
my application for which I can not modify the code (don't ask), authenticates
againist LDAP
Actually I also need to read cookies on the client response.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945939#3945939
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945939
I'm using JBoss 4.0.2.
George.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945938#3945938
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945938
---
All the advan
I can run DukesBank following the Getting Started guide without any problems,
until I try to use an alternate set of ports.
If my jboss-server.xml contains this, it works fine (changed <> to [])
===
[mbean code="org.jboss.services.bi
there is no provision in jBPM for that; you can easily do that with a static
map field in a custom class or a custom table in the database.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945936#3945936
Reply to the post :
http://www.jboss.com/index.html?modu
Even non portable by the way, just a hack that works for us.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945933#3945933
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945933
>I've tried both Firefox and Internet Explorer, clicking on the eye and file
> name and selecting "save as" but it download an index.html file for 2.2 and
> CMSAdminPortletWindow.htm for 2.4 but not the file i would...
Go to 'http://localhost:8080/portal/content/prova.txt' and select "save as".
independent process tasks using the API should be passed an actor, pooledactor
etc. afaik, it is not using the assignmenthandler etc, since it is not part of
a processdefinition. Just implement your own code for this.
The identitymodule is not configurable yet, imo it should be confiugurable as
It's hard to tell without more information. If your server log does not show
any JDBC connectivity errors, consider that messages are deleted once they are
delivered.
What are you trying to do with the queue activity logs?
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
It's hard to tell without more information. If your server log does not show
any JDBC connectivity errors, consider that messages are deleted once they are
delivered.
What are you trying to do with the queue activity logs?
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
"regenwetter" wrote : Oh yes, I forgot this. Thanks a lot. Now it works :)
I have a similar case, but the ear's classloader is configured as follows:
com.example:loader=example.ear
java2ParentDelegaton=false
Can you guys confirm me that I cannot do that : i.e the caller sets an HTTP
cookie in its request to the server ?
ps : don't think it is evil even if it is, it is just a point of view :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945925#3945925
Reply t
Yes, you can pass a java bean as a parameter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945924#3945924
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945924
---
Hi
We use MDBs with durable queues (Jboss 4.0.3SP1). After all the messages get
consumed, AND a shutdown/restart is done, some of the messages get
re-delivered. I have Auto-acknowledge set and am totally puzzled on why this
happens.
View the original post :
http://www.jboss.com/index.html?mod
posting config info since i cant edit the original post:
EJB bean/home/iface are in /WEB-INF/classes/
web.xml snippet:
|
| ejb/DungeoneerDB
| Session
| com.latticeware.ejb.DungeoneerDB_Home
| com.latticeware.ejb.DungeoneerDB
|
|
ejb-jar.
I have a stateful session bean with a method annotated with @WebRemote that
returns a string which is being used to dynamically update a
h:selectOneListbox. However, because the options didn't exist when the page was
initially rendered (passed through the facelets view resolver), when I attempt
I'm having the exact same problem. Can anyone help?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945919#3945919
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945919
-
I will try, the error has not occured in a while. I imagine it must only
happen under heavy load. Thanks for the pointers.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945918#3945918
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Ok I re-read it and realize I should have been clearer about this before
(sorry). I am unsure as how jBPM knows which ExpressionAssignmentHandler to
use (aka mine versus jBPMs) when creating tasks without process instances. See
1) http://www.jboss.com/index.html?module=bb&op=viewtopic&t=68876
So how should I implement my persistence unit tests with lazy loading enabled?
I´m unit testing my DAOs and my test methods are not in a session bean, so when
I access my entities (the ones returned from the data base), the transaction is
closed and LazyLoadingException is thrown.
View the orig
We've posted a new version of the Getting Started guide to go along with the
JBoss 4.0.4 release. This version can be used with the most recent Sun
tutorial. (I think it is update 7)
See: http://labs.jboss.com/portal/jbossas/docs
Please report any problems here or in JIRA.
View the origina
I try to create a class BasicType
public class BasicType implements java.io.Serializable{
String _ISBN;
public java.lang.String getISBN();
public void setISBN(java.lang.String);
public BasicType();
}
But I always get an abstract class, and the interface Serializable is not
correc
I just released Seam 1.0.0.CR3 which is compatible with JBoss AS 4.0.4.GA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945913#3945913
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945913
--
Just a little more info on this. In JBoss-4.0.3.SP1, the login was
accomplished with org.jboss.webservice.handler.ServerLoginHandler which was
part of the standard request flow. All that class did was to set the principal
and credential via SecurityAssociation (not actually logging in via JAAS
Ok, ok... I forgot about timezone conversion.
But putting a hat of a customer I was once, on a system I was writting, simply
using Calendars to do such conversions were much faster than using
SimpleDateFormat. There is a lot of expression parser and compilations as you
said, and if you don't n
"[EMAIL PROTECTED]" wrote :
| - I actually (as a programmer) would recommend to not use SimpleDateFormat
unless your formatting is stored in a database field since its performance is
pretty bad.
Hmmm, would say, that depends. Its probably not as fast as Integer.toString(),
but IMHO its stil
Take a look at the jBPM wiki, there are two pages there you might find useful:
data model
object model
I suggest you use Hibernate's query language (HQL) rather than SQL. It provides
an object-oriented view of your stored data and shields your application from
the differences among SQL dialects s
Make your primary key field an Integer (not a primitive int) and call
entityManager.persist(entity) to make your entity persistent and managed. That
way you'll then be able to read its primary key value.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945908#
so far i've only seen examples where the deployment is done on a jar'ed war
file.
i'm just tooling around with a deployment and have everything running in a
WarName.war directory except i cannot get my ejb's to bind into JNDI. i've
double and triple checked the config files.
my question. are
I'm sure (don't disappoint me ;-) ) you've read 11.11 from the docs, more
specifically 11.11.3 which adresses your question about the mappings
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945906#3945906
Reply to the post :
http://www.jboss.com/index.html?m
http://fisheye.jboss.org/viewrep/Hibernate/trunk/HibernateExt/metadata/src/test/org/hibernate/test/annotations/onetoone/OneToOneTest.java
Look for testForeignGenerator
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945905#3945905
Reply to the post :
http://ww
EJB 2.0 best practices suggested a design pattern where data and behavior were
were treated as independent concerns. Stone Age Development (SAD) using structs
and procedural programming sounded bad so they were dubbed Transfer or Value
Objects, emphasis on "Object".
My EJB 3.0 entities are now
not sure how to *really* fix it, but at a minimum you can get around this by
putting your code in a directory that doesn't contain spaces
I'd guess, given the stack, that the RMI class loader is having "issues" with a
path containing spaces.
View the original post :
http://www.jboss.com/ind
I'm using JBoss-4.0.4.GA and I was just wondering why passing the security
information in the incoming soap message header like so:
| report
| report
|
no longer causes a JAAS login on the back end. How can I get this to work
again as it did in JBoss-4.0.3.SP1? I don't want to use
Hi all,
I'm doing a MUD game for uni where the central class would be World, a Service
POJO that manages all the game logic and that the clients connect to. The
problem is that I can't seem to deploy it as a Bean.
Here's the code for the Management Interface:
package functional;
|
| import
Hello Community,
i'm analysing the JMS messaging service when sending messages to process
instance. Every think work well until that i can't store messages as BLOB in
the JMS_MESSAGES table see. Thread
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=83570.
Now when i shut down the JBo
Or 9.5.3 for the events
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945899#3945899
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945899
---
All the advantages of
Brad,
I hope I was clear. If you still have questions, look at 9.9 of the docs and
try to add a handler to a generic node type in the designer.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945898#3945898
Reply to the post :
http://www.jboss.com/index.ht
Do you have a seam.properties file in the archive with your seam component?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945897#3945897
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945897
-
Hey gerMonday - You indicated you found a solution but from your post I can't
tell what you did to fix it. How did you prevent the node from being appended
to the sessionID?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945896#3945896
Reply to the post :
Embeddable EJB is included in Seam CVS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945895#3945895
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945895
---
All t
Hi,
I'm converting a standard JSF / EJB 3.0 application to use Seam, and I thought
I had evertying configured correctly, however on deploy, the log shows the
following:
2006-05-23 17:16:28,046 DEBUG [org.jboss.seam.jsf.SeamVariableResolver]
resolving name: user
2006-05-23 17:16:28,046 DEBUG [o
forkbomb,
JAX-RPC 1.1 predates WS-I Basic Profile 1.0/1.1 which outlaws rpc/encoding.
J2EE 1.4 requires WS-I BP 1.0 compliance which effectively removes the JAX-RPC
1.1 requirement.
That said, there is actually support for it, although it is highly discouraged.
There is no tools support, so yo
Just dawned on me, is this supposed to actually work with vanilla EJB3
persistence?
We've been using the workaround so long that I forgot we used hibernate
specific annotations.
Also, is there a test case / example out there that does this? Just thought I
could stop pestering everyone if ther
I have added a feature request for this, and have scheduled it for 1.0.2:
http://jira.jboss.com/jira/browse/JBWS-954
In the meantime, you could define a dummy method that references all of the
subclass types, this will force the jaxrpc-mapping and wsdl to contain the
types.
It's not elegant, b
hi all,
i am writing a seam application and i want to test my ejbs using JUnit/testNG.
which version of embeddable-ejb shall i download for the jboss-seam that comes
from CVS? alpha6?
thanks and regards\
marco
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
Do just has not been updated (will be for 2.0.0 release). Also, there are some
issue with the pre-2.0.0 version doing this via Connector, which is that have
to already have invoker created before the passthrough will happen (which has
been fixed for 2.0.0).
View the original post :
http://w
Currently only binary types are supported. The reasoning is that base64 values
can be inlined in the XML so there isn't much gain to a base64 encoded
attachment.
That said, if you still want this, open a feature request. You can also upload
patches if you want to contribute, but you would have
In Chapter 4 of users guide, it says on page 39 (of the .pdf):
anonymous wrote :
| Note: If you want to set the server socket factory via the invoker's
setServerSocketFactory() method, it requires a bit of work.
|
And it goes on with an example - creating the factory, casting the invoker,
RC6 has a standalone distribution that works with 404CR2 and 4.0.3SP1.
www.sf.net/projects/jboss.
RC7 will be out today or tomorrow where you can use that standalone dist too.
Otherwise you are stuck trying to figure out the installer until then.
View the original post :
http://www.jboss.co
"arikkfir" wrote : Did you use the jar installer, or downloaded the zip/tar?
|
| I think the ejb3 only comes with the installer...says so in the download
page anyway ;-)
The installer does not work properly. An exception is thrown for any
configuration I choose. (from javax.swing)
View the
Right,
The ant task question was answered by Thomas with the FAQ entry.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQClientJars
You need those jars in your ant task classpath. Make sure you include
concurrent and jbossretro since you are not using the ejb3 profile.
|
|
|
|
You can break the circular dependency by adding the @IgnoreDependency
annotation to the injected @EJB
| @Stateless
| public class MyBean implements ... {
|
|@EJB
|@IgnoreDependency
| private AnotherEJB another;
|
| }
|
|
Or use the XML version.
|
|
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83026
Only Seam CVS runs on the JBoss 4.0.4.GA release.
I will do a CR3 release soon, but until then, please read announcements, they
have useful information in them.
View the original post :
http://www.jboss.com/index.html?module=bb&op=
Hi Folks. While I am trying to communicate between my client/servlets and my
SessionStateless EJB3 service components, I am getting this stack trace as
follow:
| javax.naming.CommunicationException [Root exception is
java.rmi.ServerException: RemoteException occurred in server thread; nested
Hello Mirko,
sorry, i still have no luck
i have downloaded 4.0.4.GA from web, i am using jboss-seam 1.0.0.CR2 and it is
still complaining when deploying the simple registration sample
| 2006-05-23 20:55:42,296 WARN [org.jboss.system.ServiceController] Problem
creating service jboss.j2ee:ser
There is a circular dependency, which is not allowed. EJB1Session is dependent
on EJB2Session and EJB2Session is dependent on EJB1Session. So neither can be
deployed, since they are each waiting for the deployment of the other to handle
the injection.
I will close the JIRA issue.
View the ori
I am trying to the ant task wstools and getting the following error :
java.lang.NoClassDefFoundError:
EDU/oswego/cs/dl/util/concurrent/ConcurrentReaderHashMap
| at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1225)
| at org.apache.tools.ant.Project.executeTa
I am not sure what the problem could be. I have been using local interfaces in
4.0.2 perfectly fine. Did you bind your local EJB with in
jboss.xml file while deploying ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945873#3945873
Reply to the post :
ht
1 - 100 of 335 matches
Mail list logo