Hi,
I am using JBoss 4.0 along with Hibernate 3.1.2. I am getting an exception
stating that JBoss could not find the hibernate.cfg.xml file. But this file is
packed inside of the console-1.0.jar file that is part of the ear file stored
in the deploy directory.
How can I tell JBoss to look fo
Thank you so much for helping me out.. you were right indeed.
Instead of
processInstance.signal(transitionName);
I put
processInstance.findToken("/tr").signal(transitionName);
where "tr" is the anonymous wrote : name of the transition goin out from the
Fork Node.
And it worked!
Again, th
Hi all,
I currently plan to implement a new web application on Seam.
This application will be deployed in production at late April/early May .
Is there a planned date for the final release of Seam ?
Are there functionnalities not to use with the current beta of Seam ?
I'm very interested b
Hi,
To add to my above comments i also looked in to the standardjboss.xml where, i
saw different container configurations. There i noticed that the
is only applied on Entity Beans ( Container managed as well
as Bean Managed). Is it possible to apply a for Session Beans
as well as Message
Scott, thanks for the links, I went through them and made the changes, however
the documented settings don't seem to work on the build that i have.
I am using jboss 4.0.3SP1
my configuration file for postgres is
|
|
|
|
| jboss.mq:service=MessageCache
| jboss.mq:servi
Hi Ivan,
Thanks a lot
Awesome!!,Now I can able to run on my own portal instance...
Thanks again
Mohan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926440#3926440
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
hi
already i asked this question many ways but still i am searching the answer of
this question, already i searched in google and many more search engine. but i
couldn't found any proper answer.
Already i got some success to found Application Server CPU Usage parameters and
JDBC Parameters as
Hi
I tried what you have mentioned in the reply. But still it is not working.
Please have a look at my jboss.xml. I have purposefully added a space for
session tag. So do consider that as a mistake. Other than than can you tell me
is there something else where i am going wrong.
http://www.jbo
xmaniac,
Yeh its really helpful,Thanx.I really appreciate your efforts and expectiog lot
more stuff from you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926434#3926434
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
There's a link on the JBoss HA wiki page for clustering that details an eight
step configuration process for multiple instances of JBoss. I think it creates
the impression that using multiple JBoss instances is complicated when it's
actually a zero-configuration process for JBoss.
On Windows o
Hi boerse,
Why not define your transition name with prefixes for example and then
tweak the web interface in a way that it does not display the transition with
this prefix. Example, you can name the transition as "sys_cancel", and in your
web interface, don't display transitions that start
thanks for the concern praveen,
by refreshing the cache what i meant was this:"
i am getting data for the cache from the database, and suppose that the
database is added with new contents every second.
But updating the cache every time get() is called is inefficient, so i thought
of refreshing
hi all,
I am working with reading data from cache.
I wanted to know the difference between the two methods get and peek.
And please clarify weather it is related to refresh of cache data.
Please Help
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392
Hi Philip,
I suggest you take a look at this site www.workflowpatterns.com, select a
pattern there that meets your requirement and reference it. I think most people
here are familiar with the site and makes it easy to understand what you want.
It is also quite informative.
Regards,
Elmo
Hi,
Did u get any solution for the same b'coz I'm also getting the same problem.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926426#3926426
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926426
-
When I run The TestNG Test in examaple of seam: get error:
..
[testng] WARN 27-02 13:02:43,638 (BeanSchemaBinding.java:init:227) -You
should use the 2.0 version of the Microcontainer xml.
xmlns='urn:jboss:bean-deployer:2.0'
[testng] INFO 27-02 13:02:45,721
(LocalTxDataSource.java:bi
Hi:
I have also downloaded and unzipped Jboss-4.0.3SP1. Under the
..\jboss-4.0.3SP1\server\default\deploy there is no jboss-hibernate\deployer
directory. So, I downloaded hibernate3-deployer.zip from
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernateSwitching and unzipped
it under ..\jbo
I am using JBPM 3.1 + MySQL. I need to create a process definition which
process continous events from external systems. I tried to create the process
definition as following:
Start -> Wait -> Dispatcher -> Process1
.+-> Process2
(Process2 starts from Dispatc
The other points are ok. That is I used defaultpartion and didn't make any
configuraions there. I just made only "/=ture". I think that means i'm using
default loadbalancing and failover policies.
I deployed the ejb in the farm folder. Then it appeared in all the nodes in the
cluster. (Also it
I setup XA-datasource. My programs throw XAER_OUTSIDE exception after several
normal executing. But it can work again once I flush the ManagedConnectionPool.
I assume the connection did not release some state correctly. I even try to set
true in track-connection-by-tx. It still not works.
Are
Re: the feature request to add a sharable session type, Chris informed me the
JIRA issue I referenced wasn't public (thanks, Chris!). I've created a new
public JIRA issue for the same thing:
http://jira.jboss.com/jira/browse/JBAS-2861 .
View the original post :
http://www.jboss.com/index.html
You could probably use the remoting framework to build an auto-complete field,
however there are already a heap of similar components available
(http://myfaces.apache.org/sandbox/inputSuggest.html for one) that already do
this.
What the remoting framework is really good at, is enabling you to
Here is the error produced in the console:
11:02:03,718 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
|
| --- MBeans waiting for other MBeans ---
| ObjectName: portal:service=CMS
| State: FAILED
| Reason: org.hibernate.TransactionException: Transaction not successfully
I'm running JBossportal 2.2RC2 with Oracle 9.2. I install Jboss portal using
the bundled package and it runs smoothly. However if once I restart the
server, I receive an exceptions error. At the moment I reinstall after every
server shutdown, please advise!
HTTP Status 500 -
|
| type Ex
Looks like this is a problem and it is still open. See the post at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73247&start=10&postdays=postDays&postorder=postOrder&highlight=highlight
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926412#3926412
This is similar to:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76827&postdays=0&postorder=asc&start=0
It is not directly related to having a MBean -> SessionBean -> Entity chain,
but to a bug in the @EJB dependency injection and dependencies.
JIRA shows the issue to be fixed in C
Hi there,
In the websale example the swimlane assignments use user(). I want to use
group(...) instead. I did the following:
|
| then I changed the identity to look like this:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| By doing t
I'm having the exact same problem and suggestions made by ceki
http://mail-archives.apache.org/mod_mbox/logging-log4j-user/200511.mbox/[EMAIL
PROTECTED]
didn't seem to help...
Is there a solution for this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392640
"MrForms" wrote :
| If you are using a web application, how about using a simple Session
listener and checking for sessionCreated, sessionDestroyed ?
|
I have the same problem as rameshsr. But can anybody tell me where I can find
information how to write this "simple Session listener" ? Th
According to
http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/entityconfig.html
Section 1.3. EAR and WAR files
anonymous wrote : ...For WAR files, JBoss 4.0.x does not yet support deploying
a persistence archive with WEB-INF/lib as required by the spec.
Is that still the
The mapMessage.getString() is allways null in the following run method of a
Thread. The same in the MDB direct outputs data.
| public void run() {
| while (true) {
| try{
| System.out.println("run...");
| Message msg = getSubscribe
"ChristophG" wrote : Hi!
| I have installed jboss-4.0.4RC1...
| I want to walk to the EJB 3.0 tutorial(s) (on
http://docs.jboss.org/ejb3/app-server/tutorial/). My problem is the "Building
and Running". There is the hint "To build and run the example, make sure you
have ejb3.deployer installe
Well just ignore my post. I've just checked what's stored in the database, and
the process instance really isn't there.
>From my UI I passed in the id of the process definition not of the instance I
>was trying to delete.
Keep up the great work, it's been really interesting integration jBpm
I want to be able to delete processes that have finished or are in an
unrecoverable state. I thought this would just be easy just by using:
JbpmContext ctx = JbpmConfiguration.getInstance().createJbpmContext();
| try {
| ProcessInstance inst = ctx.loadProcessInstance(id);
|
Just wanted to add my thanks for the lookup code. I'm still fairly new to this
whole Seam business so every little bit helps!
The only thing I modified was the lookup interface. I changed the
| public String getKey();
| public String getName();
|
| to
|
| public String lookupKey(
Hi!
I have installed jboss-4.0.4RC1...
I want to walk to the EJB 3.0 tutorial(s) (on
http://docs.jboss.org/ejb3/app-server/tutorial/). My problem is the "Building
and Running". There is the hint "To build and run the example, make sure you
have ejb3.deployer installed in JBoss 4.0.x and have JBo
anonymous wrote : Also, the transactionManagement property in @Consumer (as
described in the wiki) seems to have disappeared.
I was beginning to wonder that exactly. All of my tests have shown that
transactions are not maintained regardless of the connectionFactory used.
Removal of transaction
i work with portal 2.2 on jboss 4.0.4. i try to use the jboss eclipse ide for
portlet development.
i tryed to follow the steps in
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingEclipse
but applying the required patches from
http://jira.jboss.com/jira/browse/JBPORTAL-341
(both attachments) in the re
Get the TurboXML tool and generate them:
http://www.tibco.com/software/business_integration/turboxml.jsp
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926387#3926387
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392638
Patches should go to jira:
http://jira.jboss.com/jira/browse/JBPORTAL
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926386#3926386
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926386
---
That is too low level an integration point. Use a custom deployer or even a
custom org.jboss.deployment.scanner.URLDeploymentScanner
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926385#3926385
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
Hi Martin.
Thanks you for answer. I try to use your first way, but it can not work. I
setted the
deploy/
,file:/opt/java_plat/jboss-4.0.3SP1/server/default/deploy/testone/
and copy everything in my webapp folder to there. of cause webapp folder is my
depolyment folder. it follow W
http://jira.jboss.com/jira/browse/JBCLUSTER-86
I can use MagicBean for all application scope variables and since it will be
distributed my application scope will be distributed.
The ServletContextAttributeListener will allow me to vacuum up and distribute
servlet context objects but MagicBean-
IF that's the case, what happens to the changes made through xml file?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926382#3926382
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926382
--
In jbossweb-tomcat50.sar/server.xml, on both servers:
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926380#3926380
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926380
-
hi martin
i had the same problem. thx for answering your question yourself! therefore i
was able to solve it using google query in just a few seconds.
thx, patrick
--
patrick heusser
http://www.x8ing.com/fractal/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
The file referenced by anonymous wrote :
http://wiki.jboss.org/wiki/attach?page=ClusteringDemoUsingDukesBankJ2EE1.4%2Fjbossj2ee-src.zip
has no src directory for the ejb/cmproster example used in chapter 7/8.
That file is also available with the Getting Started with JBoss 4.0 release 4
book, agai
A stream is received by the handler method
org.jboss.remoting.stream.StreamInvocationHandler.handleStream(). See, for
example org.jboss.remoting.samples.stream.StreamingServer.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926378#3926378
Reply to the post :
This is the worker:
|
| worker.list=loadbalancer,status
| ps=/
|
| # Define Node1
| worker.node1.port=8009
| worker.node1.host=cphzt21.rdsas.com
| worker.node1.type=ajp13
| worker.node1.lbfactor=1
| #worker.node1.local_worker=1
| worker.node1.cachesize=10
| #worker.n
This is my jboss-service.xml:
| http://www.jboss.org/j2ee/dtd/jboss-service_3_2.dtd";>
|
|
|
|
|
|
| java:/jaas/other
|
| true
| true
|
|
| true
|
| org.jboss.web.tomcat.tc5.session.JBossCacheManager
Thanks for the links but I could not find any hit on how to get a stream...
the chapter 5 Sending a Stream explain how to Send but how to receive one ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926376#3926376
Reply to the post :
http://www.jboss.com/ind
Hi Ben,
I want to use sticky session, not session replication on jboss 3.2.7.
I was able to configure well jboss 3.2.5 but now something goes wrong.
Now the server keeps the session as far as I are on the same page, so I can
refresh many times and the session id and server are the same.
I h
This is my JBOSS-SERVICE.XML, where I did the changes.
http://www.jboss.org/j2ee/dtd/jboss-service_3_2.dtd";>
java:/jaas/other
true
true
true
org.jboss.web.tomcat.tc5.session.JBossCacheManager
false
Hi
I was able to configure well sticky sessions due to this forum, for jboss
3.2.5, but now something goes wrong.
I want to use sticky session, not session replication on jboss 3.2.7.
Now the server keeps the session as far as I are on the same page, so I can
refresh many times and the session
I'm attempting to figure the same thing out. The examples on how to fork,
join, task.end(), etc are great and easy to follow. But getting it to work in
a webapp is taking some time to figure out. I saw this tutorial on the wiki
that may be useful to you.
http://wiki.jboss.org/wiki/Wiki.js
ok i think the problem my be in the .war file.
I tried to deploy it on another JBoss AS on a different machine and i got the
exact same error.
Please help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926361#3926361
Reply to the post :
http://www.jboss.c
The javadocs say jbpmSession is deprecated and yet the constructor for
TaskMgmtSession uses jbpmSession:
TaskMgmtSession(JbpmSession jbpmSession)
Shouldn't the constructor for TaskMgmtSession(jbpmSession) be deprecated as
well?
View the original post :
http://www.jboss.com/index.html?module=
I have uploaded a stripped down Seam example using JAAS with postgresql.
See JAASExample.zip
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeam
Regards
Louis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926366#3926366
Reply to the post :
http://www.jbo
I'm trying to bind my JSF component to not my top-level entity bean but one
that is joined to it. My tables basically have a 1 to 1 relationship therefore
I've built 2 entity beans however I want a single form to be able to
edit/insert both records at the same time.
I was thinking something li
I made the changes to login-config.xml, as well as the changes required for
standardjaws.xml and standardjbosscmp-jdbc.xml in the only documentation I
could find on the subject at:
http://www.onjava.com/pub/a/onjava/2004/02/25/jbossjdbc.html
I'm still getting the identical exception. Can anyon
exactly. That is what i'm doing - redeploying my whole ear but it is not
working. Scanner shows that new deployment has happened with the same ear name
but it keeps showing the old jsps (as if it has cached them). If i go to the
work directory n see the jsp there, it too doesn't have the changes
Hello everyone,
I am new to JBoss and all appication servers in general. I followed a tutorial
and was able to build a .war file for deployment. When i tried to access the
deployed page, (or app i am unsure of the correct terminology), I received this
exception:
HTTP Status 500 -
type Excepti
> Was this bug present in releases earlier that 4.0.1SP1?
Most probably yes
> Is it worth testing release 4.0.1?
No
> Is there a workaround?
Maybe *not* having an active transaction in the method that cancels the timers?
>
Is 4.0.4 final scheduled?
17th/March, give or take
View the original po
Hi All,
I need help for the following mentioned problem
Environment: Struts, Hibernate and Workflow Application - jBPM is used on
Tomcat Server
How Struts Action Class should interact with jBPM(jBPM classes) to know the
current or next node from jBPM.
How the responce from jBPM should be used
wsdl:
|
|
|
| ...
|
|
jaxrpc-mapping:
|
|
| java.lang.String[]
| impl:TerminalList
| simpleType
|
| stringArray
| stringArray
|
|
any ideas ?
View the original p
| /**
| * @web.servlet
| * name="genericSTL"
| * display-name="Generic STL"
| * description="Base class of the Scalable Transport Layer"
| *
| * @web.servlet-mapping
| * url-pattern="/panacea.stl"
| *
| * @web.ejb-ref
| *
Hi guys,
This is starting to get really frustrating; getting anything to work at all
seems to bring up problems where after hours of finely going over this forum
and the guides cannot find solutions for.
The main problem I'm having is connecting to the EJB, I've tried pretty much
everything I
Hello.
I have several computers in my net.
I have several services on each computer(EJB3.0).
Some of these services may depend on the others.
For example I have service(EJB3.0) A on computer1 and B on computer2.
Servce A depneds on service B. (or just can use it if B is available)
But I don want to
having stuff in subfolders works.
I also started to move pages into subfolders and
did not adjust some of the paths e.g.
Same error response.
hth
ido
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926350#3926350
Reply to the post :
http://www.jboss.com/in
I've got a page binded to two beans: managerBean and imageViewer bean.
managerBean is assosiated with two drop down boxes (SelectOneMenu). Each of
them has a value change listener registered to update imageViewer bean and
"submit()" jstl attached to onChange event:
|
|
|
My appologies first off for having posted this already,in the wrong place
initially, in Jboss.Net in reply to an exact same issue i'm having here.
I'm using the default conf in Jboss 4.0.2 (OS X 10.4.5) and am trying to access
paypals webservice via their java SDK. From earlier replies I have se
I see some strange behaviour when I'm using hibernate.default_schema in
persistence.xml with bundled HSQLDB.
I deploy a new EAR and the server-log says:
| org.hibernate.tool.hbm2ddl.SchemaExport[ERROR] 2006-02-26 12:59:37,937
create(SchemaExport.java:272)
| ** invalid schema name: MOVIES i
I am trying to use a feature like workspace browsing in the issues example
(conversations.jsp)
but the conversationList instasnce in my page returns an empty map.
On the other hand I could not figure out how to set the description of
conversations. ( in the example it is set to the name of proje
I've managed to solve the problem! I've installed myfaces-tomahawk extension
components (tomahawk.jar)
and added tomahawk.taglib.xml
(http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk)
I've also added definition of my converter to this taglib file.
Now (most important:), istead of I us
Hm, the JBoss-IDE 1.5 also uses the Hibernate stuff from ejb3.deployer/ for
EJB3 projects, not the ones in lib/
Does that make sens or should the classpath also include the jars from lib/
rather then ejb3.deployer/?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
Error found. Please ignore thread :).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926344#3926344
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926344
---
This SF
Hi, getting an error one mydeployed application that I'm a little stumped on.
First of all something of relevence is that XDoclets aren't automatically
generating much in the way of content in my web descriptors, so I have had to
write them manually.
Error:
exception
|
| javax.servlet.Serv
Hi
I think that using AJAX together with Seam is very good idea.
May you can create more useful examples with AJAX and Seam, for example auto
complete input field using seam remote request.
You can see examples here :
http://ajaxtags.no-ip.info/ajaxtags-1.2-beta1/autocomplete.jsp.
All scripts
I have Eclipse 3.1, JBossIDE 1.5 and JBoss 4.0.4RC1 installed
I use the example of JBoss Eclipse IDE tutorial
I have many exception in deployment FiboApp.ear
please help me
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926340#3926340
Reply to the post :
Hello
I want to encrypt my .class files in ear.
I guess I need a custom ClassLoader to decrypt them at run-time.
It should behave just as usual JBoss classloader but also should be able to
decrypt my class files right before loading.
How can I supply such classloader to JBoss?
View the origina
Found solution:
Read more documentation :)
Hibernate annotations have changed..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926338#3926338
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926338
-
Hi there,
what happens to
@Id( generator = "..."),
| @Lob( type = "..." ),
| @Inheritance(discriminatorType = "...",...),
| @DiscriminatorColumn(nullable=false,...),
| ...
I've used them in an ejb3 project wich runs really good. After updateing the
ejb3 in my jboss nothing work
Ok, turns out the @Producer and @Consumer interfaces have been moved to the
org.jboss.annotation.ejb package and ship in
server/default/deploy/ejb3.deployer/jboss-annotations-ejb3.jar.
Also, the transactionManagement property in @Consumer (as described in the
wiki) seems to have disappeared.
The
to clarify, even if I replace the JNDI-Part (... session=...) with the
corresponding tags (... user= ... password= ...), theres is no communication
with my mailserver.
Is there some special configuration, that I don't have in my portlet, to use
JBoss services in portlets?
Thanks
View the orig
I am going to test whether this problem occurs with release 4.0.4RC1 in order
to be sure it is the same.
By the way, I can not use a release candidate for production.
Was this bug present in releases earlier that 4.0.1SP1? Is it worth testing
release 4.0.1?
Is there a workaround?
Is 4.0.4final
Hi guys,
i might be mistaken but it seems like PortalSecurityPermissionCollection has a
bug in loadPermission method.
The error conditions are as follows
when a user is a memeber of several roles the loadPermission method constructs
permissions list which corresponds to the Role that appears to
The changes are saved in the DB
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926333#3926333
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926333
---
This SF.Net e
(EJB3)
Is it bad design to use primitives such as int, long, boolean etc.. in Entity
beans?
The reason I ask is that I created an entity on the client but didnt set the
primary key (which was a long). I forgot to put code in to set the primary key
before calling persist. As a result it was adde
I've checked in an initial release of the Seam remoting framework to CVS. What
it does is allow you to make AJAX calls to your Seam components from a web
page. There is a simple hello world example which demonstrates the very basics
and there will be more complex examples soon. I invite anyon
89 matches
Mail list logo