Status of seam-gen
by Morten Matras
I'm evaluating seam-gen and need to know the following:
- What's the status of the project?
- Is there a default website for the seam-gen project where I can see some
good documentation?
- What's the plan for the project?
- How can I generate seam based view for existing EJB3 beans?
- Can I get some view that handles OneToMany's so that I can get a
selectOneMenu or something like that on the right place?
- Are there any other tools I can use to get some CRUD webapplication on
top of a running EJB3 application?
Thanks
--
Morten Matras
Udviklingschef
GAMP media og Blob Communication ApS
Vindegade 99-103
5000 Odense C
Tlf: 61711103
E: morten(a)gampmedia.dk
T: 76 654321
W: www.blobcom.com
E: morten(a)blobcom.com
18 years, 7 months
[Clustering/JBoss] - Re: JBoss Cluster on Multihomed zone
by bstansberry@jboss.com
A few key points:
1) If you don't tell JGroups what address to bind to, it doesn't bind to all interfaces, it picks one. So, on a multihomed machine, it's always best to tell it which one to use.
2) There are multiple JGroups channels in an AS (in 4.0.3.SP1, there are two). Http session replication uses a different channel from the one configured in cluster-service.xml. It's channel is configured in tc5-cluster-service.xml.
3) If you don't want to manually edit those file to set bind_addr, it can be done globally by starting jboss with the -b switch
./run.sh -b 3.183.158.1 -c all
Doing that sets a global override.
Why it works on 3.183.158 and not 10.50.1 is likely the result of some OS/network layer configuration on your machine or on the networking hardware between machines.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102921#4102921
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102921
18 years, 7 months
[Installation, Configuration & DEPLOYMENT] - Deployment exception...
by ManWithoutFace
I'm using jdk1.5.0_11 and jboss-4.2.2.GA.
How deployment, i get exception:
anonymous wrote : 16:56:50,339 ERROR [MainDeployer] Could not create deployment: file:/C:/jboss-4.2.2.GA/server/default/deploy/Migo.war
| java.lang.UnsupportedClassVersionError: Bad version number in .class file
| at java.lang.ClassLoader.defineClass1(Native Method)
| at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
| at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
| at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
| at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
| at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
| at java.security.AccessController.doPrivileged(Native Method)
| at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
| ...
|
How fixed this?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102916#4102916
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102916
18 years, 7 months