Hi,
I think that swimlanes is something that you are looking for
http://docs.jboss.com/jbpm/v3/userguide/taskmanagement.html#swimlanes
J.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126456#4126456
Reply to the post :
http://www.jboss.com/index.html?modul
Hi,
Ofcourse there is no problme in using the default constructor but then one have
to set all the parameters after instantiating the object.
What I pefer that transferable classes should also have the constructors as on
server side. This is the exactly case with the auto generated classes wi
Thank you, that's what I've been missing!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126454#4126454
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126454
___
jboss-user ma
"ae" wrote : So it is already fixed in 2.0.2GA? That was amazingly fast!
Even better - since it is marked as "Fixed" it probably means that it is
committed into the current trunk and you can get it NOW! ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41
I have downloaded jbpm-starters-kit-3.1.4 and jboss-jbpm-2.0-server ,what is
usage of jbpm-starters-kit-3.1.4 .?
I have run the start.bat batch script and it appears to be up and running
(when i go to "http://localhost:8080"; the Jboss Application Server page
appears) but when I create process
Something like
| HttpServletRequest r = (HttpServletRequest)
FacesContext.getCurrentInstance().getExternalContext().getRequest();
| log(r.getRemoteHost());
|
? You should also be able to look at the request headers etc. from there.
View the original post :
http://www.jboss.com/index.ht
Sorry, but I am not sure I understand your request. Do you mean my Facelet?
Or do you mean the debug output page? Or something else? Once I know exactly
what you want, I will be happy to provide it.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
You will have to add the path to all references of the page also. So if you
have an
|
|
it should become
|
|
Same goes everywhere the page is referenced - templates, navigation etc.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126449#41264
Which version of JBoss? See these
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=123997&postdays=0&postorder=asc&start=0
http://jira.jboss.com/jira/browse/JBAS-5049
Maybe you too are running into the same issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op
| test:
|[testng]
| [Parser] Running:
|
| [testng] /media/sda4/Projects/ArmadaSeamProject/test-build/NGTest.xml
|[testng]
|[testng] WARN 04-02 17:12:10,995
(UnifiedLoaderRepository3.java:addClassLoader:713) -Tried to add
non-URLClassLoader. Ignored
|[te
Sorry, you're right, please replace all WEB-INF references in my original post
to WebContent.
I tried building up the hierarchy inside WebContent, but if the xhtml and
page.xml is not directly under WebContent, Seam is not picking them up.
View the original post :
http://www.jboss.com/index.ht
I am not sure what you mean.
If you have a web project generated with jboss tools all pages are in the
Web-Content folder.
If you use a seam-gen project, all pages are in the view folder.
You can build up any hierachy in these folders. the *.page.xml belongs in the
same folder where the corespond
If your page is not to long, please post the code of your page.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126439#4126439
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126439
___
hello, I'm accessing a WS running on JBoss 4.2.2 using JBossWS 2.0.3
I've generated the service artifacts using wsconsume and I'm getting a
NoClassDefFoundError running the client code as a JUnit or Java app.
The same test runs OK from the command line using wsrunclient, or at least when
copyin
Thanks Tim
I'm looking forward to the first release of JBM 2
Regards
Alfred
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126437#4126437
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126437
_
The change in the deployment model was intended to reduce the "paperwork"
required to deploy a process to the bare minimum. The separate web module
deployment was eliminated and is now handled automatically by the engine on the
server side.
The descriptors you mention still exist but have under
It turns out this whole issue might be a WebLogic thing actually:
http://dev2dev.bea.com/blog/neilsmithline/archive/2006/03/jsessionid_valu_1.html
Hopefully, you JBoss guys won't get in trouble for looking at a BEA link!
Check this out too:
| Parameter Name: CookieName
| Default Value: JSE
There is an issue with the deployment order in JBoss AS which was not
documented in jBPM BPEL 1.1.GA because it was discovered after the release. It
is described in full in BPEL-291, along with the proposed solution.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Hi all,
I'm pretty new to all of this and I'm still making way through all the
configuration files. There's certainly a lot of them!
One issue I have is how too manage all the template/xhtmls files under WEB-INF.
Instead of putting all of them under WEB-INF, I'd like to store them under
dif
Sorry,
I can not judge that two topic was same problem.
You think same problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126429#4126429
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126429
_
I found it in an example... could not find this in the doco or Google!
booking_no_hours_range_provided=No range of hours was provided on #0 for
resource #1.
facesMessages.addToControlFromResourceBundle(
| "bookingResourceAttempt",
| FacesMessage.SEVERITY_ERROR,
| "booking_no_hours_range_p
Certainly, the Identity is never used.
My authentication process is three step.
1.Tomcat Authentication
used by FORM:org.jboss.web.tomcat.security.ExtendedFormAuthenticator
2.Seam Authentication
used by Identity:SessionManager class
3.Own application Authentication
used by RDB:Authenticator
Oops should have been:
| facesMessages.addToControlFromResourceBundle(
| "bookingResourceAttempt",
| FacesMessage.SEVERITY_ERROR,
| "booking_no_hours_range_provided",
| eachBookingDay.getDayNumberAsInlLabel(),
| messages.get(eachBookingResource.getResource().getKind().getInlLabel()));
Are you using JDK 1.6? Seeing the stack trace, it must be the same problem
reported in http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126422,
for which we already have a solution.
The current workaround is to use JDK 1.5. You can stay on JBoss 4.2.2.GA or try
JBoss 4.0.5.GA, as shef
I have been able to reproduce the NPE caused by
class.getProtectionDomain().getCodeSource() returning null on JWSDP 1.6 and JDK
1.6.0_04.
The code source of a protection domain may be null. This is the case for
classes included in the Java platform. In particular, the javax.xml.soap
package is
in messages.properties I want to do this:
booking_no_hours_range_provided=No range of hours was provided for <$1> on
resource <$2>
given the params from :
facesMessages.addToControlFromResourceBundle(
| "bookingResourceAttempt", FacesMessage.SEVERITY_ERROR,
| "booking_no_hours_range_provided
They should, but due to time constraints they were not tested. Some of them
have the wrong namespaces and/or are missing some attributes present in their
1.1 counterparts. We will deliver working versions in our next release, tough.
If you please, you can review the fixes in our CVS repository.
Hi,
I am new to EJB and jboss and am trying to access the database using the
entitymanager. From what I understand, I am suppossed to create a
persistence.xml file in my META-INF directory. When I do this I get the error
below. Does anyone know what the issue might be? I have also listed the
In the future, please post the full log message, it will save time. :-)
The code logging what you posted is not the web session replication service.
It's the jboss:service=DefaultPartition mbean from cluster-service.xml.
Please enable DEBUG logging for category org.jboss.ha. You should get mor
| "@In attribute requires non-null value: routingHome.nodeHome1"
|
You need to declare nodeHome1, nodeHome2, nodeHome3 ... as seam components in a
components.xml file.
See the patch "doublon" for JBSEAM-994.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
Hi,
I am using query cache in Spring+Hibernate+JBoss+Weblogic.
Now the table I am caching is updated by other vendor (using insert query
directly into table and without using application that is caching the table).
Once the insert of new rows is done , my query (executed from application
throu
You shouldn't see your EJB in the HA-JNDI namespace. In practice, little or
nothing gets bound there; the AS itself binds nothing there.
HA-JNDI primarily works by allowing a client to connect to any node in the
cluster and do a lookup, and it internal can communicate around the cluster to
find
Glassfish has a very different classloader than JBoss and Tomcat. Perhaps you
should consult to the Glassfish team.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126413#4126413
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
I will try to write something up as soon as I can.
In the meantime, I am curious about an ancillary aspect of all this--the
testing. My Seam action component has a listener method that handles the
passing of the desired page number from the client to the search code, and this
method takes a
Well, I am not sure what to rip out. After all, this is the first and only
page in the application. Do you think this might be better on the RichFaces
forum?
Thanks.
Neil
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126411#4126411
Reply to the post :
I have used Glassfish v2.1-b19 with Groovy today, and the problem remain
unsolved.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126410#4126410
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126410
___
Hello,
Is there a way I can retrieve user's host information (i.e. IP address,
browser's version, etc...) before or after the authentication?
Thanks
-Tony
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126409#4126409
Reply to the post :
http://www.jboss.co
Alright I figured out what is going on. Need to use the
ejb3-aop-interceptors.xml file to configure ejb3 beans.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126407#4126407
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
Alright I figured out what is going on. Need to use the
ejb3-aop-interceptors.xml file to configure ejb3 beans.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126406#4126406
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
On windows, I can't seem to undeploy a file from JBoss by deleting it from the
deploy directory while JBoss is running because JBoss seems to keep a file
handle open to the archive. I've tried this with EAR and WAR files. I didn't
have this problem on JBoss 4. If I'm not mistaken, this issue has
I have defined regular stateful session bean
| public class TeamActionManager extends GeneralManager implements
| ITeamManager, IGeneralManager {
|
| ...
| @Remove @Destroy
| public void destroy() {
| }
|
| ...
|
it has interface
| @Local
| publi
Hi Arvhatte, thank for your very detailed explanation. It is really helpful for
me to understand the Seam framework.
However, I still couldn't figure out why I click Back, pages always act with
back beans. When I run Seam samples, then click page Back, it seems it run on
client, and pages seem
Actually a page action won't be invoked if you hit the browser back button, but
I've made changes in SVN that will now generate a message if you're already
authenticated and try to log in again.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126401#4126401
R
Thanks Norman, I will report back when make some progress on it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126395#4126395
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126395
__
Well of course Seam 'remembers' - authentication is session scoped and simply
hitting the back button won't destroy your session. If the user is already
authenticated then calling Identity.login() again won't re-authenticate the
user again, if you want that kind of behaviour then you'll need to
This is a hard one to debug on the forum :(
Sorry to not be able to help - I suggest you try the age old technique of
ripping bits out til it works and seeing what causes it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126393#4126393
Reply to the post :
No join should either join the existing conversation, or start a new one. If
this doesn't work, its a bug - please report it in JIRA.
I see the problem with "problem 2" and I'll think about how to best help with
it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Ask on the jbpm forum about jbpm web console.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126389#4126389
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126389
___
jboss-us
Yes, you are right, you have to back a selectMany with a list or an array.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126388#4126388
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126388
Just to elaborate on what Max said:
If you're using WTP projects *AND* the auto-deployer is enabled (Window ->
Preferences -> Server, Automatically publish to servers every x seconds),
then it'll be automatically incrementally deployed.
OTHERWISE, if you're using WTP projects, you will need t
anonymous wrote : I don't know what does this mean but still I dont know the
answer of my question.
|
| Can any one tell me why is it like that?
|
I said that because, I don't think anyone can really answer that except the
stewards of Seam. All other answers will be pure speculation. I
Use Seam Security :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126381#4126381
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126381
___
jboss-user mailing list
jboss-user
Restrict access to the page so that users can only display their friends.
Restrict access to the entities and beans the same way...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126380#4126380
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
It depends on your use case. In the booking app, we wanted the search results
to be remembered while the user is logged in.
Yes, it's uses memory, but doing the search every time would consume cpu - you
need to make this design choice when you write your app.
View the original post :
http://ww
...and if you use WTP projects things are also packaged automatically (assuming
you deployed it to a server by using e.g. Run As > Run on Server)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126376#4126376
Reply to the post :
http://www.jboss.com/index.htm
For this context, maven is like ant. Difference being that it will try to
contact a maven repository on the internet and download the dependencies if
they don't exist locally. I am telling maven to look locally.
My classpath is:
${messaging_home}\jboss-messaging-client.jar
${jboss5_home}\serv
I tried it also and it does not work, event if you set it in
deploy/mail-service.xml, but still is uses 25. Seems there's no way to set a
port other than 25.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126368#4126368
Reply to the post :
http://www.jb
JBoss 4.2.1.GA (which includes jboss-remoting 2.2.1.GA)
Using EJB3 with ClassLoader isolation and Call-By-Value
We have two ears (A, B) running in the same jboss, which each make a call to a
third ear (C), deployed in a second jboss, to retrieve data objects. The class
definitions for the data
After doing some root-cause analysis I was able to reproduce the behavior with
a simpler set of code as below. The key thing here is that by default, the
transaction type in EJB3/JPA is REQUIRES. If you set getNoteLogList() and
getPeers() methods' transaction types to REQUIRES_NEW, the excepti
pleamon wrote on Dec 4, 2007: anonymous wrote : I've been using jboss AS 4.0.5
GA and 4.2.0 GA and have been successfully using the juddi service as my uddi
registry. When I move to 4.2.1 GA or 4.2.2 GA I now get this:
| ERROR [org.jboss.jaxr.juddi.JUDDIServlet] org.jboss.ws.core.soap.TextImpl
I think that it is just for demo, and the same case happens in seam-bay
AuctionSearchAction.java. For enterprise project, I remember that pete.muir
ever recommended to use EVENT plus page param in this forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126
Are you using the Project Archives view?
This view can deploy in an exploded or packaged format, and perform incremental
updates automatically without you having to select and deploy each and every
time.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412635
Has the status of this changed?
Does the @Stateless annotation now work with the @Clustered annotation, or
should we still be doing it the way it's described in the above post?
Thanks!
David
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126358#4126358
R
I've been playing around with the JBoss Tools in Eclipse, but I cannot seem to
find anything about packaging support. I can export an EJB Jar file, I can
deploy it, but I still need to manually choose a jar file name and location.
That is, the tools don't seem to add anything to my ant scripts.
Yes I figured later you can use both trinidad and richfaces.
I switched to rich:listShuttle component which did not require me any extra
coding, I just kept using the same backing bean. The rich:listShuttle works as
expected, I had to add the seam entity converter in converter attribute though,
anonymous wrote : Great question.
I don't know what does this mean but still I dont know the answer of my
question.
Can any one tell me why is it like that?
-Vivek
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126353#4126353
Reply to the post :
http://www
Hello,
I've the following requirement to implement.
The consumer of the web services register for any change using web service. And
the web service send a message to all register consumers when ever there is
change. It is kind of JMS but need to be implemented using Web Services.
How can I imp
Has anyone come up with a better solution to this problem? Is there any way
that in the XML marshaling code, the logic could check if the instance was a
PersistentBag. If it was, and it had not yet been initialized, then serialize
it as either null or an empty collection. Is there a way to ma
Yep, it works now.
Thanks for fix!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126349#4126349
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126349
___
jboss-user mailing l
I am seeing very odd behavior where the value of an outjected boolean changes
in the middle of a template, but no assignment was done. I think it has to do
with how it is scoped.
Expected/ Intended Behavior:
The value, newPortfolioForm is toggled based on whether or not a form should be
disp
So it is already fixed in 2.0.2GA? That was amazingly fast!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126346#4126346
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126346
___
I assume that you are using the JBoss Portal + JBossAS bundle. I base this on
you statement that you never set up a database - the bundle comes with
Hypersonic set up as the database.
I downloaded the 2.6.2 bundle, deployed wiki.war, and started the portal. Works
fine. I then repeated this wit
Naturally, the log got cut off, but these lines caught my eye:
| 04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.application.AjaxViewHandler -
Create instance of Ajax V
| iewHandler
| 04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxStateManager -
Can't restore view state
| :
You could also have written C:/jboss-4.2.1.GA (using a forward slash instead of
backslashes).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126335#4126335
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126335
The typical mechanism for changing the header and tabs is to change the theme.
(By changing tabs, I assume you mean their appearance - you can change which
tabs appear by defining new pages - each page has its own tab.)
The existing header and tabs are laid out in index.jsp files found in
subdi
I'm trying to develop a project which must connect a MessageDrivenBean to
another system that not use JMS.I would know if there is a way or something
developped yet. I saw
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCAMessageInflowExample but I'm
looking for another example or some help.
Tha
Great question.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126329#4126329
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126329
___
jboss-user mailing list
jboss-user@list
Another way I found useful was using the OOP concepts to load the mappings or
just the core table vlaues.
Have the main table mapped in the superclass and the mappings that you want to
load sometimes in the subclass.
e.g. If the table name is Customer.
have 2 entities Customer, and Customer
Another way I found useful was using the OOP concepts to load the mappings or
just the core table vlaues.
Have the main table mapped in the superclass and the mappings that you want to
load sometimes in the subclass.
e.g. If the table name is Customer.
have 2 entities Customer, and CustomerWi
Hi All,
I am very new to seam. Can any one tell me why searchHotel result of booking
application is
in SESSION context? Does not it effect the server memory when multiple users
are logged in?
Is there any other way of doing it or seam handles it effectively?
Can any one throw some light on it?
But what if one of my portals use my custom header or tabs.jsp, while another
uses the default one.
Your suggestion would kill the one using the default core files, wouldn't it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126320#4126320
Reply to the post :
Is there any way to use my custom header.jsp and tabs.jsp without tinkering
with default portal core files?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126319#4126319
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41
Thanks for the help, after your post, I saw the flaw in my thinking.
Putting the theme into a seperate war was a very good idea, didn't notice that
in the reference guide.
Above putting the theme there, I also put my own layout too (and the whole
portal for simplicity's sake), and with a bit of
I was wondering if anyone has a good recommendation for unit testing strategies
for code written for JBoss. There are a couple of frameworks that claim to
provide EJB3 unit testing with JBoss, but I haven't had a lot of luck getting
them to work for all scenarios.
We are using Eclipse for dev
Ernesto,
I see what you mean. I automatically get them all when I subscribe to them.
Sorry, I do not know the answer to your situation.
Nestor :-)
On Feb 4, 2008 9:12 AM, Ernesto Cullen <[EMAIL PROTECTED]> wrote:
> Thanks Nestor, but I do have an account -or at least I think so, a user
> and
Just to clarify, you are talking about a stand alone, J2SE client connecting to
JBM from outside the container, correct? This is my understanding of 'no EJB',
as I assume you are not talking about writing MBeans.
I will try and test this, but I am just trying to make sure I understand you
corre
"ydzsidemiik" wrote : Just to clarify, you are talking about a stand alone,
J2SE client connecting to JBM from outside the container, correct? This is my
understanding of 'no EJB', as I assume you are not talking about writing MBeans.
|
| .
It can be inside or outside the container, it does
*BUMP*
Anyone?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126310#4126310
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126310
___
jboss-user mailing list
jboss-user@list
Thank you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126309#4126309
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126309
___
jboss-user mailing list
jboss-user@lists.jbo
"ydzsidemiik" wrote : I am trying to test the pure JMS approach, but I am
seeing this error:
|
| javax.jms.IllegalStateException: This method is not applicable inside the
application server. See the J2EE spec, e.g. J2EE1.4 Section 6.6
| at
org.jboss.resource.adapter.jms.JmsSession
JIRA ref:
http://jira.jboss.org/jira/browse/JBSEAM-2579
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126305#4126305
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126305
___
The simple answer is "yes." All of those things are defined in *-object.xml
files.
By the way, you said you read tutorials, did you read the JBoss Portal
documentation? They explain how the portal is laid out using *-object.xml files.
Also, if you do not change the theme, the header will still
pete:
I've used the jboss-app.xml from the Registration example. I've since merged
all messages into 1 properties file, which works for my project, but I've
looked into it further in the hopes that it'll be of some use.
I've created a JIRA bug and sample application:
example app A:
|
I am trying to test the pure JMS approach, but I am seeing this error:
javax.jms.IllegalStateException: This method is not applicable inside the
application server. See the J2EE spec, e.g. J2EE1.4 Section 6.6
at
org.jboss.resource.adapter.jms.JmsSession.checkStrict(JmsSession.java:581)
I also thank you for the feedback so I tried this:
|
|
|
|
|
And it does not work, because then the navigation does not work.
I click the entry in table I want to edit and it does no
I didn't really want to change the themes, rather, I wanted to take out things
like current user, registration, greetings, the info in the middle ... I just
want to make a simple intranet portal that every will have access to.
Do I just download the jboss-portal.sar source and remove that stuff?
"gcompienne" wrote : But this seems to confirm that if I don't specify any
input then the deployer is always called (rather than never).
|
| So far I was always doing a "setAllInputs(true)" but that probably was not
necessary...
|
Inputs/outputs have only one struct usage, and that's the
You can package a theme in a war file with a layout like:
mytheme.war
| + mystyles.css
| + WEB-INF/
|+ portal-themes.xml
|+ web.xml
| + images/
|+ mylogo.gif
|+ myicon.ico
|+
The web.xml file is empty (just ) and the portal-themes.xml file contains:
|
Thanks for your replies.
It seems to me that Seam uses JBPM in a very dirty way. I think the Web Console
is one of the advantages of JBPM. I can use it to monitor the current tasks and
the state of the business processes.
Without the console i have just the nearly undocumented built-in compone
You might want to apply a hibernate filter to one SMPC but not the other.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126290#4126290
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126290
_
1 - 100 of 257 matches
Mail list logo