Hi,
Yes, I solved the problem somehow...
I added all the jboss jars to the classpath, and the files of the server side I
added to the applet's jar.
Good luck...
Efrat
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934174#3934174
Reply to the post :
http://w
Hi All
I am very very confused about this error and how to fix it...
12:42:09,375 ERROR [[/seamapp]] Exception sending context initialized event to
listener instance of class org.jboss.seam.servlet.SeamListener
| java.lang.IllegalArgumentException: java.beans.IntrospectionException:
Method not
ysql 5.0
Tomcat 5.5
Jbpm 3.1
(1) Then modified src\config.files\hibernate.cfg.xml
(2) create Database Jbpm
(3) Then modified java.jbpm\org\jbpm\db\JbpmSessionFactory.java to be as
follows:
public static JbpmSessionFactory getInstance() {
if (instance==null) {
log.debug("bu
I just downloaded and installed 4.0.4.CR2 with the GUI and selected the ejb3
configuration. When I look at the jars under the
server/default/deploy/ejb3.deployer directory, I only see the following:
| jboss-annotations-ejb3.jar
| jboss-ejb3.jar
| jboss-ejb3x.jar
|
In the last release
Hi
I haven't checked this on JBoss but this pattern is consistent with the heap
usage patterns on other containers and application servers. It is due to the
application server threads running in the background and the objects
allocated/GC'd for that purpose. This is not something to be concer
Nothing. You don't get the installer running on Bash though.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934166#3934166
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934166
I begin try to use jboss 4.0.2. But I can run default application. Eclipse
3.1.2 raises 2 notices like that :
cvc-complex-type.2.4.b: The content of element 'ejb-jar' is not complete. One
of '{"http://java.sun.com/xml/ns/j2ee":display-name,
"http://java.sun.com/xml/ns/j2ee":icon,
"http://java
As the manual, self-install JBoss AS 4.0.4.CR2 package does not come with
EJB3.0 in any of the three server configurations, this tutorial serves as a
quick guide to integrate EJB3.0 into a server configuration.
* Download the EJB3.0 manual package:
| http://www.jboss.com/products/list/download
Actually, I just checked and the error that was in 4.0.4RC1 is still present:
07:27:53,750 WARN [EJBTimerServiceImpl] Cannot obtain TransactionManager from
JNDI, using TxManager.getInstance(): javax.naming.NameNotFoundException:
TransactionManager not bound
It was also recommended to use the m
What is wrong with using the ejb3, ejb-clustered selections from the installer?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934165#3934165
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934165
Hmmm, noone has any insights to share?? How depressing...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934162#3934162
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934162
---
At a quick glance, in your SFSB is the connection handle transient? It looks
like when passivation occurs, it is trying to serialize your adapter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934159#3934159
Reply to the post :
http://www.jboss.com/inde
Well, the "having jar in both ejb and war" seems to be kind of the standard
approach which is a bit weird to me, since you need to put the same code in
multiple places which is not extremely good in the case where i want all in an
EAR to use the same classes
I of course don't want to put it in
I'm running JBoss 4.0.1sp1 on Fedora Core4, with JDK 1.5.0_05.
I have a low traffic web app deployed to the server that gets approx 6 page
hits an hour. The JVM is configured with -Xms128m -Xmx128m.
Using JConsole I see the eden VM space increase by 10Mb each minute and then
get collected back
done.
http://opensource.atlassian.com/projects/hibernate/browse/ANN-301
(and sorry for the crosspost in hibernate forum)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934160#3934160
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
I am a bit confused regarding the definition of a process.
Below is a small process I try to create:
I have two tasks:
a) writing a book
b) reading a book
I create one swimlane for people that can read, and one swimlane for people
that can write.
At the deployment processdefinition I do not kno
Hello everyone,
I'm currently having a problem; in essence, as in the title, is about JSPs with
JDK5.0 features that do not compile.
I'm running JBoss 4.0.3 SP1 with the default integrated Tomcat 5.5, with JDK5.0.
I wrote a very simple JSP in Eclipse 3.1.2 with the JBoss IDE 1.5.1 GA,
packaged
This happens on JBoss 4 too, after about 16 hours.
The same NotSerializable Exception and also take a look at memory consumption
of Jboss classes
Here is the heap dump, when the passivation failure happens
Runtime Heap Summary
Runtime Instance List
-
Hi,
When attempting to build JBossWS_1_0_0_CR6 of jboss-head
I get a java.lang.NullPointerException in synchronizeinfo.
If I am doing something wrong, please indicate what should be done to fix this.
This is the command used to check out the source:
cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/
Hi. I have just installed jboss AS 4.0.4CR2 with the jar installer from the
download page and I was not able to run the server because:
/bin/run.sh results in:
"Failed to boot JBoss:
.../default/conf/jboss-service.xml could not be open..."
In the installation process:
-> I choose to name my conf
hi thanks for updating the user documentation about clustering, it would be
great if you can add some little information about the cache and jgroups, i was
googling and i found at the wiki some information about 2 clusters on the same
networkafter some brute force...i understand the behabour
I am using JWSDP. It generates a Impl and Stub class.
Some people do a explicit cast when using the _Impl class, to get the reference
to the Stub, to set the properties we need. I chose to extend the Impl class in
this way:
public com.irisel.oms.ws.client.OMBrowserEndpoint
getOMBrowserEndpoi
Ok, that's cool. I'll try it.
Regards,
Jose.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934152#3934152
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934152
---
We have an application where clients need to be notified.
We opted to use JMS, i.e. the client creates a temporary queue and can register
itself to the server using this queue. Whenever a notification is needed the
server sends a message to the registered temporary queues (unregistering is not
I just played around with the most recent myfaces 1.1.3-snapshot and facelets
1.1.2 and it seems to be required to put a DOCTYPE element in the
faces-config.xml of seam
http://java.sun.com/dtd/web-facesconfig_1_1.dtd";>
I still haven't gotten it to work but at least this got me one step further :
Hi,
According to my imagenation:
A session be injected a EntityManager,
and let this session bean exports that EntityManager,
it seems that can be acceptable. that is just as same as I wanna using a
individual EntityManager in stardard environments.
I don't know if that if right.
jsr 220 shoul
how can i improve performance of mdb ??
this is what i want to do:
i wanna send 5000 message from the client to the server(mdb) within a second.is
it possible? i think there should be a configuration in jboss to manage that
but where and how?
also i think it can depends on the connection factory.
The 4.0.4.CR2 release of JBossAS is now available from sourceforge:
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942
Full release notes with compatibility notes an highlights are included in the
release readme. The summary for JBossAS-4.0.4.CR2 is:
Release Notes -
"bkeh12" wrote : anonymous wrote : I would think a scripting framework based
deployment would be more approriate (bsh, groovy, ...)
| anonymous wrote : It seems that with a set of "reasonable defaults", there
wouldn't be a need for jar files, META-INF information, and xml files.
|
| I an
that is, instead of
| @PersistenceContext(type=EXTENDED)
| private EntityManager em;
|
| @Factory("messages")
| public void findMessages()
| {
| messages = em.createQuery("from Message msg order by msg.datetime
desc").getResultList();
| }
|
I'd have
| @EJB
| p
i thoguht so. do you have an idea for working solution? i'd be very thankful :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934141#3934141
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934141
-
gavin, is there any way to talk with you more real-time? I would start with
tutorial then, but I have few questions.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934139#3934139
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
You can also use a depends element in jboss-web.xml to depend on the jmx object
name of your ejb 3 deployment
jboss-4.0.x/docs/dtd/jboss-web_4_0.dtd
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934138#3934138
Reply to the post :
http://www.jboss.com/ind
I guess you don't wont to suppress the WARNings.
Increase the console log level to WARN or ERROR.
Or play with te conf/log4j.xml categories to up the level to WARN/ERROR of
those categories you don't like to get logging from.
View the original post :
http://www.jboss.com/index.html?module=bb&o
Of course, we can use the the help we can get.
Example application are *always* useful, especially if they come with a
tutorial explaining how they work and what they do.
Note that I spent all week updating the booking example.
View the original post :
http://www.jboss.com/index.html?module=bb
http://hibernate.org/371.html, there were an extra 4, my mistake
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934134#3934134
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934134
Just a few additions:
- on a EXTENDED PC, the PC is destroyed when all SFSB involving with this PC
are destroyed.
- if the transaction is rollbacked, the PC is cleared
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934133#3934133
Reply to the post :
http:/
The fatal level misuse has been fixed in 4.0.4.CR1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934135#3934135
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934135
--
Apparently BeanB does not create any transaction. So you really have 3 JTA
transactions (one for each it. call)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934132#3934132
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
hi for all,
i'm trying to deploy build.deploy.xml but i have got this error :
Buildfile: D:\jbpm-3.1\build.deploy.xml
declare.jbpm.tasks:
compile.jbpm:
build.jbpm:
build.jbpm.src:
compile.identity:
build.identity:
build.identity.src:
compile.jbpm.test:
compile.webapp:
compile.identity.test:
compil
40 matches
Mail list logo