Hi
Thanks for your help.
I am using glassfish build40
here is the stacktrace.
|
[#|2006-03-24T12:59:33.562+0430|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=25;_ThreadName=httpWorkerThread-28080-0;_RequestID=e72df59f-60bf-4c0b-a1b5-7aa5601cae18;|ex
Hi I am busy with a systems integration project.
I have he following problem. Calling a SOAP web service running in jboss
returns a raw roap response from the web service that contain"soapenv" xml tags
and xml attributes as well as xmlns and xsi attributes. This is a proper SOAP
response.
My p
Yes, of cource - it is LogInstances
Here is simples way to get all tracing information for the root token of the
process instance:
| LoggingSession logSession =
JbpmContext.getCurrentContext().getLoggingSession();
|
| Map logMap = logSession.findLogsByProcessInstance(m_process.getId());
Please, I´m trying for days to use reverse engineering for to generate a CRUD
web application from a database using JBoss Eclipse IDE but i can´t because
some errors when I deploy it at jboss-4.0.4rc1. Look this:
.
.
.
03:37:36,718 INFO [Component] Component: entityManager, scope: CONVERSATION
Hai All,
I have a issue with JBoss Hot Redeployment.
I have an EAR say Static.ear,which uses a JAR file(Dynamic.jar) in my
application.
The logic is that,the Dynamic.jar is provided so that any user can use it to
configure/customize some of functionalities in the application.From
Static.ear,
I am using JBoss 4.0.3, hibernate3 and Oracle 10gi. The scenario is:
I have a EJB method that starts a transaction. This method after starting
transaction calls another method say A() in some class (which is not an EJB).
This method A() starts a new transaction using hibernate and then calls anot
Is any API available to get a trace of the entire Process Instance that has
ended or running.
So, for e.g. consider the following process definition (Pls ignore the exact
syntax) :
1) START
2) NODE-A
2) NODE-B
4) FORK --> NODE-C
--> NODE-D
5) JOIN
6) NODE-E
7) END
I create a proc
Hello All,
I have a defined several Process Definitions. Each of these Process Definitions
contain only System Activities i.e. Nodes which have their Action Handlers.
Now, looking at all the Process Definitions -- I find that I have around 5-6
common Process variables like FromPartnerId, ToPar
Hi Brian,
Finally had the chance to circle back and re-ramp on my clustered project.
This problem is still there. Session information seems to be replicated fine,
but not auth context.
I didn't exactly understand your explanation above. Is auth context not pushed
along with session informat
Hi
I just want to know whether clustering test will pass in windows xp sp2.Because
in my test run most of my clustering tests are failing.i had disabled windows
firewall and disabled media sensing feature before the run.in windows xp sp1
and windows 2000 server its not failing.please help.Thank
hai
how can i set a common charset for my all jsp pages generatting from jboss
currently i am seeting charset for each jsp page by giving
for this any common setting in jboss
is any method that made it easy.
please help me.
View the original post :
http://www.jboss.com/index.html?module=
figured it out... i simply removed the 'resourceRef' property from the
JNDIObjectFactory bean config!!!
according to the spec about resource ref: it adds the java:comp crap at the
beginning of the jndi lookup, no wonder it couldn't find the beans.
anonymous wrote : resourceRef - if the lookup o
Hi Bill,
Thank you very much for your response and help. You said anonymous wrote : You
need to move your utility jars outside of it. It means I need to create another
utility jar? I currently have one ejb jar and a web war. Should I put the
utility jar into ejb jar or a independent jar.
In a
I modify "0",but it doesn't work
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932317#3932317
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932317
---
This SF.Net
thank you in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932316#3932316
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932316
---
This SF.Net email is spo
Well I've installed a jdk and jre from Sun
And got jboss to start, the one thing is that I have to add the environment
variables from the command line,
my /root/.bashrc looks like
| # .bashrc
|
| # User specific aliases and functions
|
| alias rm='rm -i'
| alias cp='cp -i'
| alias
We are using SQL Server 2000 SP4.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932314#3932314
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932314
---
This SF.Net
We are trying to convert an application from using the Hypersonic DB to SQL
Server. During some simple testing, we are getting this error message when
writing to the JMS_MESSAGES table:
(org.jboss.mq.SpyJMSException: Could not store message: 5 m
sg=4 hard NOT_STORED PERSISTENT queue=QUEUE.sched
I am using jbpm3.1 in jboss and I want to config the jndi name for
SessionFactory, so I turn to the config file "jbpm.cfg.xml", in which it
contains the config
|
| ...
| ...
| ...
|
There is no item in the file configed the JNDI name for persistence service.
what should I do to set
asack, thanks for the hint for the spring deployer...i'll check it out, will it
work with struts action injection using the plugin in struts-config.xml?
|
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932311#3932311
Reply to the po
Hi, I am new in jboss and I am experimenting some problems when trying to
connect with my postgres database. The postgres service is up, I can reach it
with psql, I've also configured my jndi to point to the driver which is in the
WEB-INF/class directory, and the jboss-web.xml and web.xml with t
looks i didn't look down into the root exception: NameNotFoundException, do i
need to prefix this if using spring, here is a snippet of the global jndi
listing also...
thanks.
| 21:12:35,456 WARN [RequestProcessor] Unhandled Exception thrown: class
java.lang.reflect.Undec
| laredThrowab
Here's a tip for doing a lookup without having to cast: generic method. I've
hard-coded some assumptions that are easy enough to parameterize or use globa
settings with.
|
| public static T getEJB(Class klass) throws NamingException
| {
|return (T) (new InitialContext().lookup("
You should turn on SQL trace in the hibernate properties and analyze the
queries to figure out which indexes you will need. I did that with MySQL once
to make it process the sql queries more efficiently.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932307#
I am trying to connect from a jboss behinfd the firewall to jboss inside the
firewall and getting this exception:
javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
2006-03-23 19:54:18,197 INFO [STDOUT] at
org.jnp.interfaces
I don't think this would work for redeploy. Plus, it inherently leaks. The
real question is why Class-path entries in the manifest are being added to the
scan. Looking into that...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932305#3932305
Reply to the
I am getting the exact same error. There was plenty of trial and error, but
during the last run the tables were created in the mySQL database. No errors
in log files that I could see.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932303#3932303
Reply to t
I am getting the same error. I created a sample application, as described in
tutorial http://docs.jboss.com/jbosside/tutorial/build/en/html/index.html. When
I test the application I get
17:00:15,540 INFO [STDOUT] javax.naming.NamingException: Could not dereference
object [Root exception is ja
I am using an Extended Persistence context, SeamManagedPhaseListener, etc. to
collect information through a number of wizard-like steps.
When the user confirms, I perform all of my persistence. In the event of some
unforseen database error, I want to rollback the transaction, present the user
Could u tell me how to configure the JBoss-4.0.4 for MS SQLServer 2000?
Thank u very much!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932299#3932299
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932299
--
"[EMAIL PROTECTED]" wrote : It means there is an @In attribute for a context
variable that is null, and you do not have required=false or create=true.
thank you very much. that appears to have worked.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932297#3932
Does EJB3 implementation in JBoss 4.0.4RC1 supports webservices?
I mean I want to make a stateless sessionbean and then use @webMethod and
@webService annotations to make it WebService.
Is it supported in JBoss4.0.4RC1? If yes which tool should i use to make wsdl
and client jar automatically.
Hi everybody,
I deploy a CMP by using Jboss Eclipse IDE and it works well (if do not condider
Database). Then I want to map it with MySQL. I followed the guide to
copy/change mysql-ds.xml, standardjbosscmp-jdbc.xml and standardjaws.xml, start
the server, the information :
00:19:50,342 INFO [W
It means there is an @In attribute for a context variable that is null, and you
do not have required=false or create=true.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932294#3932294
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
I did some checking in the code.
In EJB3Deployer there is a method called accept. This method does some simple
checks to see if something has the possiblity of being an ejb3 jar and if it is
it exits quickly. If it can't determine if it's an ejb3 jar it eventually calls
hasEjbAnnotation which s
because glassfish is releasing a version of an EJB3 specification that hasn't
been released yet to the public.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932292#3932292
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
When my web app gets deployed, JBOSS changes the soap:address location that I
specifiy in my WSDL. Specifically, it changes the host:port. This apparently is
only for the WSDL that is retrieved. The actual working address:port is still
what I set it at.
First, I set the location in my wsdl:
htt
Recently joined a project and my first task is to get multiple instances of
JBoss 4.0.3SP1 running on a single Win2K machine. I followed the instructions
from the wiki
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine
.
I am currently experiencing the same b
The structure of the ear looks like this:
meta-inf/application.xml
module1.jar
module2.jar
...
module14.jar
lib1.jar
lib2.jar
...
lib20.jar
The application.xml contains a list of all the modules. Nothing special there.
The only thing interesting for each module is in the manifest there is a
Cla
...or, change the classloading behavior of the war with a jboss specific
configuration. See the JBoss 4.0.x doco for more detail: hint its a switch
in jboss-web.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932288#3932288
Reply to the post :
http://
WARs are isolated. You need to move your utility jars outside of it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932287#3932287
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932287
---
"ido_tamir" wrote : from the docs:
| 1.3.2. How it works
| The first time we navigate to the messages.jsp page, whether by a JSF
postback (faces request) or a direct browser GET request (non-faces request),
the page will try to resolve the messages context variable. Since this context
varia
Hi Asack,
Thank you for your response. The partial codes shown as follows:
| [web tier]
| public class ManageBean implements Serializable {
|
| private Test test;
|
| public void saveTo() {
| Utils.getTestDAO.save(test);
| }
| ...
| }
|
| pu
Solved by upgrading to: mysql-connector-java-3.1.12 from 3.1.11
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932284#3932284
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932284
-
I was having the same problem and solved it by upgrading to
mysql-connector-java-3.1.12
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932283#3932283
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932283
What is the cause exception please.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932282#3932282
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932282
---
This SF.N
what I could do is add a switch that states whether .jar files should be
ignored and only .ejb3 and .par files should be scanned
Please though, tell me your ear structure in more detail so that I can figure
out if this is a deployer issue or just that we're screwed because we just have
to s
required indexes missing in JBPM DB script.
Due to this deadlock occurs in JBPM DB.
Following is the Oracle DB log:
Changing data in table JBPM_TOKEN will lock table JBPM_PROCESSINSTANCE
Create an index on table JBPM_PROCESSINSTANCE with the following columns to
remove lock problem
Column = ROOT
DEADLOCK DETECTED
Current SQL statement for this session:
update JBPM_TOKEN set NAME_=:1, START_=:2, END_=:3, NODEENTER_=:4,
NEXTLOGINDEX_=:5, ISABLETOREACTIVATEPARENT_=:6, ISTERMINATIONIMPLICIT_=:7,
NODE_=:8, PROCESSINSTANCE_=:9, PARENT_=:10 where ID_=:11
The following deadlock is not an ORAC
It looks to me you are lacking the commons logging library.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932277#3932277
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932277
--
Can you explain a bit more the structure of your ear and application.xml?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932275#3932275
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932275
---
it does do exactly that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932274#3932274
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932274
---
This SF.Net email is
it is unavoidable
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932273#3932273
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932273
---
This SF.Net email is sponso
Why would jBPM be a bad choice. The problem you want to solve is perfectly fit
for jBPM. What exactly do you have problems with?
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932272#3932272
Reply to the post :
http://www.jboss.com/index.html?
post the whole stack trace
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932271#3932271
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932271
---
This SF.Net email
looks like a jndi name problem. Please see the migration guide.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932270#3932270
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932270
You can always contribute ;-)
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932268#3932268
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932268
---
Hi cgriffith,
thank you very much! After i copied my "self made Authenticator CLASS" to the
catalina JAR and made the reference in the properties File: It is working :))
Thx and greetings,
Michael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932267#3932267
Ignore above, wrong thread.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932266#3932266
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932266
---
This SF.Net email
RB,
Thank you for your reply, except that I haven't deployed my application yet :(.
I am just tring to get JBoss up w/o exceptions.
J
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932264#3932264
Reply to the post :
http://www.jboss.com/index.html?module=b
Hi all ejb3 gurus,
I want to know if someone brought the embedded-war example with tomcat 5.5.16
to run. Because during my test I got this errors my tomcat 5.5.16 Servlet
container.
The Exception looks like this in tomcat 5.5.16
| description The server encountered an internal error () that
Hi
Thank you for reading my post.
do you come to any step toward deploying seam to glassFish ?
I mean for persistence using glassfish ejb3 + other deployment issue ?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932262#3932262
Reply to the post :
ht
Hi
Thank you for reading my post.
I did some research on , using seam and glassfish together.
the last thing that i found is a issue in glassFish bug tracker.
https://glassfish.dev.java.net/issues/show_bug.cgi?id=290
now , my question is :
when next version of seam will be available ? for exampl
Thank u bill, the test run now without problem
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932259#3932259
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932259
--
It is more than evident in the error message the you are looking for class
test.MyTest, but you have packaged Mytest.class
Also where is your MyTestMBean class???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932258#3932258
Reply to the post :
http://www
I encountered a performance problem when deploying a very large .ear in jboss
4.0.4rc1 with ejb3 installed.
My ear contains 14 modules in it and many libraries. Each module has a manifest
that has a Class-Path that references other modules, and some shared libraries
in the ear.
Deploying it to
I have just cut out everything not needed to show the foul behaviour and wanted
to attach it to an issue in bug trackin system but I see that you don't welcome
zipped projects. It is relatively simple so I am attaching it here.
import org.jboss.aop.joinpoint.Invocation;
| import org.jboss.aop.
thanks a lot :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932251#3932251
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932251
---
This SF.Net email is sponsore
I tried increasing the timeout from 15000 to 15. Similar results.
However, I noticed that there's a new option with 1.3, in addition to the new
INVALIDATION_ASYNC option...
| OPTIMISTIC
|
Setting this caused all of the lock exceptions to go away!
I'm now getting OutOfMemory
Hi
Can some one tell me where is the correct package for
InvocationContext ?
In jboss ejb3.jar it is inside javax.ejb package and in glassFish it is inside
javax.interceptor
Why ,in case that these two class are the same, they are in different packages ?
which one is correct ?
does standard say
we no longer bind ems to jndi by default. Please see migration guide on ejb3
wiki
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932246#3932246
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932246
-
My development enviroment is on Windows / MySql5 / JDK5, I am setting up my
prod enviroment on RHEL3 /MySql5/JDK5. I have configured (in both envorments)
all of the Persistence and caching using MySQL. This works fine in my
development enviroment. However on Linux everytime I restart I get th
Anyone have any ideas? I am still stuck on this one. Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932244#3932244
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932244
On a related note ...
When I retrieve ProcessLogs for a process instance, the "actorId" field is
always null. I expected that setting actorId on the JbpmContext would propagate
into the process logs, but that doesn't seem to be the case.
I need the log to include who (which actor) initiated a J
See my post at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=59240
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932242#3932242
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932242
--
Hi Ilangocal,
Out of the box, I would say the root folder for the CMS looks like this:
http://localhost:8080/portal/content/
under there you will see the "default" directory. If you want to see
a image in the default directory you would enter a URL like:
http://localhost:8080/portal/content/de
i'm not sure how you're exactly accessing the various beans n methods, but you
mention something that will point to the solution:
anonymous wrote :
| Calling the CMR method getAddenda() that returns the Set works
| perfectly from another bean, but I would like to call it from custom
| JSP t
Sorry, I used the instant reply instead of the main reply function. Here's the
code for the context.xml file.
|
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932238#3932238
Reply to the post :
http://www.jboss.com/index.html?module=bb
Thanks for the reply guys,
I hadn't realized that SLSB was single threaded. So, more instances get
created with concurrent requests? Or all requests get processed serially?
I ask because I made the (apprearantly incorrect) assumption that SLSB was
accessed concurrently and implemented our sit
from the docs:
1.3.2. How it works
The first time we navigate to the messages.jsp page, whether by a JSF postback
(faces request) or a direct browser GET request (non-faces request), the page
will try to resolve the messages context variable. Since this context variable
is not initialized, Seam
I am having trouble getting this to work. I've put the following code into a
context.xml file in the WEB-INF director.
However, I don't know if this is a complete context.xml file. Is there a
sample file out there somewhere that I haven't been able to find?
View the original post :
htt
i would like to have a page display items that are already persisted in the
database.
the examples i've encountered have been displaying a list of items only after
an action button has been pressed. is there an example of how to do this when a
page loads?
View the original post :
http://w
You're a little ahead of the curve. ;-)
I have some rough details here http://jira.jboss.com/jira/browse/JBPORTAL-623.
Look at the comment I added.
This was done with 404RC1 and Portal 2.4, though.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932233#393223
Hi
Thank you for reply.
here is my web.xml portion that i add to make this web.xml seam enabled.
|
|
| Seam Redirect Filter
|
org.jboss.seam.servlet.SeamRedirectFilter
|
|
|
| Seam Redirect Filter
| /face/*
|
|
|
Hi all,
I'm trying to using JBoss Portal 2_1.2.1RC3 with the JBoss Server 4.0.4RC1
My aim is developing portlets using EJB3 EJBs.
My Environment:
Windows 2003 server Enterprise Edition
jre1.5.0_06
jboss-4.0.4RC1-installer.jar -> I chose the 'all' configuration
jboss-portal-2_1.2.1RC3.zip -> I unz
I'm having the same issue...
Process Definition =
I recently looked at the security framework in 3.1, and I am a little confused.
The interface org.jbpm.security.AuthenticationService does not include a method
to set the authenticated actor id.
That means I cannot do something like
| AuthenticationService authenticate =
jbpmContext.getServi
A Hibernate Session is certainly not threadsafe. But there is one per
transaction, and one transaction per thread. So the overall model is threadafe.
Also note that SLSB instances are actually single threaded.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393
Found the source of my connection leak, and it may or may not be related to the
above post, so I'll put it here in case anyone is interested.
My web service was creating a JbpmContext and calling getConnection() to get a
connection. My assumption was that this was a shortcut for
Jbpm.getSessio
Hi HITSW did you find any of this error beofore
I tried with different versions of the parser
Any one faced this issue ?
couldn't set xml parser property
'http://java.sun.com/xml/jaxp/properties/schemaLanguage' to
'http://www.w3.org/2001/XMLSchema'
org.xml.sax.SAXNotRecognizedException: Prope
Ooops, the "See your message" link does not work when a new page is created.
Usually I am not so silly to post the same message 3 times !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393#393
Reply to the post :
http://www.jboss.com/index.html?mo
That's what I did too.
I will look carefully http://wiki.jboss.org/wiki/Wiki.jsp?page=WSServerEJB and
if I solve it I will post my results.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932221#3932221
Reply to the post :
http://www.jboss.com/index.html?modu
Hi,
That's what I did, but thought it wasn't the best practice. I will study
carefully this page and if I solve it I will post my results:
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSServerEJB
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932220#3932220
Rep
The XMLReader is not recognising this property -
Did anybody face this problem ?
WARN JpdlParser : couldn't set xml parser property
'http://java.sun.com/xml/jaxp/properties/schemaLanguage' to
'http://www.w3.org/2001/XMLSchema'
org.xml.sax.SAXNotRecognizedException: Property:
http://java.sun.
I seem to be having the same problem.. I configure the StatisticsCollector, but
the reports all show no activity.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932216#3932216
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
Hi
I am testing a simple upload portlet. I have the following errors while trying
to deploy.
10:42:52,734 ERROR [MainDeployer] Could not initialise deployment: file:/C:/navn
orth/jboss403/jboss-4.0.3SP1/server/default/deploy/concepts.ear
org.jboss.deployment.DeploymentException:
Our impl is a proxy that delegates to an EM instance stored in a
TransactionLocal. So, at least on a per transaction basis, there is safety.
Whether or not a Hibernate Session is thread safe, I don't know...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393
hmm... a line disappeared...
For the monitoring part, give 3.1 a try. You'll be pleasantly surprised (3.2
will be even better in this area)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932213#3932213
Reply to the post :
http://www.jboss.com/index.html?mod
"hitsw" wrote : But is there any way to schedule the entire process to start
at a particular time?
What about quartz? A good j2ee scheduler
"hitsw" wrote :
| Also how do I monitor these processes. Is there a user interface?
View the original post :
http://www.jboss.com/index.html?module=bb
Hi,
Why must the workflow ENGINE generate an ear? I can imagine some designer
delivering/creating an ear file but not the engine.
jBPM does not generate or specifically use an ear file. It uses a
processdefinition which is parsed and put in a database. You can bundle all
jBPM stuff in an ear a
1 - 100 of 225 matches
Mail list logo